Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/better-cases-cheer.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/quiet-drivers-build.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/agentic/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @fluentui-react-native/components

## 0.5.1

### Patch Changes

- 5b3f74c: Add the native macOS and Windows implementations, explicit native build
verification, and prebuilt-only Storybook PR pipeline integration for the
desktop-driver package. Keep the FocusZone Windows WinMD compatible with the
consuming Storybook application's target SDK.
- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified
content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift
providers. Storybook can build the helper independently, ensures it during
prep, and attaches authored smoke tests to the exact app process it launched.
macOS cache resolution pins stable signatures to the leaf certificate and
designated requirement, makes source builds reproducible, verifies Hardened
Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric
accessibility roles, window identity, input, and Retina ScreenCaptureKit
evidence.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentic/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/components",
"version": "0.5.0",
"version": "0.5.1",
"description": "A library of agent-generated FluentUI React Native components",
"license": "MIT",
"author": "",
Expand Down
21 changes: 21 additions & 0 deletions packages/agentic/desktop-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @fluentui-react-native/desktop-driver

## 0.3.0

### Minor Changes

- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified
content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift
providers. Storybook can build the helper independently, ensures it during
prep, and attaches authored smoke tests to the exact app process it launched.
macOS cache resolution pins stable signatures to the leaf certificate and
designated requirement, makes source builds reproducible, verifies Hardened
Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric
accessibility roles, window identity, input, and Retina ScreenCaptureKit
evidence.

### Patch Changes

- 5b3f74c: Add the native macOS and Windows implementations, explicit native build
verification, and prebuilt-only Storybook PR pipeline integration for the
desktop-driver package. Keep the FocusZone Windows WinMD compatible with the
consuming Storybook application's target SDK.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentic/desktop-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/desktop-driver",
"version": "0.2.0",
"version": "0.3.0",
"description": "W3C WebDriver-compatible automation for React Native desktop applications",
"license": "MIT",
"author": "",
Expand Down
18 changes: 18 additions & 0 deletions packages/agentic/storybook-desktop-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @fluentui-react-native/storybook-desktop-runtime

## 0.2.2

### Patch Changes

- 5b3f74c: Add the native macOS and Windows implementations, explicit native build
verification, and prebuilt-only Storybook PR pipeline integration for the
desktop-driver package. Keep the FocusZone Windows WinMD compatible with the
consuming Storybook application's target SDK.
- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified
content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift
providers. Storybook can build the helper independently, ensures it during
prep, and attaches authored smoke tests to the exact app process it launched.
macOS cache resolution pins stable signatures to the leaf certificate and
designated requirement, makes source builds reproducible, verifies Hardened
Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric
accessibility roles, window identity, input, and Retina ScreenCaptureKit
evidence.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentic/storybook-desktop-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/storybook-desktop-runtime",
"version": "0.2.1",
"version": "0.2.2",
"description": "React Native runtime and Metro services for desktop Storybook applications",
"license": "MIT",
"author": "",
Expand Down
24 changes: 24 additions & 0 deletions packages/agentic/storybook-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @fluentui-react-native/storybook-desktop

## 0.3.0

### Minor Changes

- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified
content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift
providers. Storybook can build the helper independently, ensures it during
prep, and attaches authored smoke tests to the exact app process it launched.
macOS cache resolution pins stable signatures to the leaf certificate and
designated requirement, makes source builds reproducible, verifies Hardened
Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric
accessibility roles, window identity, input, and Retina ScreenCaptureKit
evidence.

### Patch Changes

- 5b3f74c: Add the native macOS and Windows implementations, explicit native build
verification, and prebuilt-only Storybook PR pipeline integration for the
desktop-driver package. Keep the FocusZone Windows WinMD compatible with the
consuming Storybook application's target SDK.
- Updated dependencies [5b3f74c]
- Updated dependencies [5b3f74c]
- @fluentui-react-native/desktop-driver@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentic/storybook-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/storybook-desktop",
"version": "0.2.0",
"version": "0.3.0",
"description": "CLI and configuration for React Native desktop Storybook applications",
"license": "MIT",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/ContextualMenu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @fluentui-react-native/contextual-menu

## 0.25.14

### Patch Changes

- Updated dependencies [5b3f74c]
- @fluentui-react-native/focus-zone@0.23.5

## 0.25.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/ContextualMenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/contextual-menu",
"version": "0.25.13",
"version": "0.25.14",
"description": "A cross-platform ContextualMenu component using the Fluent Design System",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/FocusZone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @fluentui-react-native/focus-zone

## 0.23.5

### Patch Changes

- 5b3f74c: Add the native macOS and Windows implementations, explicit native build
verification, and prebuilt-only Storybook PR pipeline integration for the
desktop-driver package. Keep the FocusZone Windows WinMD compatible with the
consuming Storybook application's target SDK.

## 0.23.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/FocusZone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/focus-zone",
"version": "0.23.4",
"version": "0.23.5",
"description": "A cross-platform FocusZone component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/Menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @fluentui-react-native/menu

## 1.16.8

### Patch Changes

- Updated dependencies [5b3f74c]
- @fluentui-react-native/focus-zone@0.23.5

## 1.16.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/menu",
"version": "1.16.7",
"version": "1.16.8",
"description": "A cross-platform Menu component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/MenuButton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @fluentui-react-native/menu-button

## 0.15.8

### Patch Changes

- @fluentui-react-native/contextual-menu@0.25.14

## 0.15.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/MenuButton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/menu-button",
"version": "0.15.7",
"version": "0.15.8",
"description": "A cross-platform MenuButton component using the Fluent Design System",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/RadioGroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @fluentui-react-native/radio-group

## 0.22.13

### Patch Changes

- Updated dependencies [5b3f74c]
- @fluentui-react-native/focus-zone@0.23.5

## 0.22.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/RadioGroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/radio-group",
"version": "0.22.12",
"version": "0.22.13",
"description": "A cross-platform Radio Group component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/TabList/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @fluentui-react-native/tablist

## 0.8.13

### Patch Changes

- Updated dependencies [5b3f74c]
- @fluentui-react-native/focus-zone@0.23.5

## 0.8.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/TabList/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tablist",
"version": "0.8.12",
"version": "0.8.13",
"description": "A cross-platform TabList component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/dependency-profiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.10.13",
"version": "0.10.14",
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
"license": "MIT",
"repository": {
Expand Down
24 changes: 12 additions & 12 deletions packages/dependency-profiles/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ module.exports = {
},
"@fluentui-react-native/components": {
"name": "@fluentui-react-native/components",
"version": "0.5.0"
"version": "0.5.1"
},
"@fluentui-react-native/design": {
"name": "@fluentui-react-native/design",
"version": "0.4.1"
},
"@fluentui-react-native/desktop-driver": {
"name": "@fluentui-react-native/desktop-driver",
"version": "0.2.0"
"version": "0.3.0"
},
"@fluentui-react-native/storybook-desktop-runtime": {
"name": "@fluentui-react-native/storybook-desktop-runtime",
"version": "0.2.1"
"version": "0.2.2"
},
"@fluentui-react-native/storybook-desktop": {
"name": "@fluentui-react-native/storybook-desktop",
"version": "0.2.0"
"version": "0.3.0"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
Expand All @@ -48,7 +48,7 @@ module.exports = {
},
"@fluentui-react-native/contextual-menu": {
"name": "@fluentui-react-native/contextual-menu",
"version": "0.25.13"
"version": "0.25.14"
},
"@fluentui-react-native/divider": {
"name": "@fluentui-react-native/divider",
Expand All @@ -60,7 +60,7 @@ module.exports = {
},
"@fluentui-react-native/focus-zone": {
"name": "@fluentui-react-native/focus-zone",
"version": "0.23.4"
"version": "0.23.5"
},
"@fluentui-react-native/icon": {
"name": "@fluentui-react-native/icon",
Expand All @@ -76,11 +76,11 @@ module.exports = {
},
"@fluentui-react-native/menu": {
"name": "@fluentui-react-native/menu",
"version": "1.16.7"
"version": "1.16.8"
},
"@fluentui-react-native/menu-button": {
"name": "@fluentui-react-native/menu-button",
"version": "0.15.7"
"version": "0.15.8"
},
"@fluentui-react-native/notification": {
"name": "@fluentui-react-native/notification",
Expand All @@ -100,7 +100,7 @@ module.exports = {
},
"@fluentui-react-native/radio-group": {
"name": "@fluentui-react-native/radio-group",
"version": "0.22.12"
"version": "0.22.13"
},
"@fluentui-react-native/separator": {
"name": "@fluentui-react-native/separator",
Expand All @@ -116,7 +116,7 @@ module.exports = {
},
"@fluentui-react-native/tablist": {
"name": "@fluentui-react-native/tablist",
"version": "0.8.12"
"version": "0.8.13"
},
"@fluentui-react-native/text": {
"name": "@fluentui-react-native/text",
Expand Down Expand Up @@ -184,7 +184,7 @@ module.exports = {
},
"@fluentui-react-native/experimental-menu-button": {
"name": "@fluentui-react-native/experimental-menu-button",
"version": "0.11.13"
"version": "0.11.14"
},
"@fluentui-react-native/experimental-native-date-picker": {
"name": "@fluentui-react-native/experimental-native-date-picker",
Expand Down Expand Up @@ -248,7 +248,7 @@ module.exports = {
},
"@fluentui/react-native": {
"name": "@fluentui/react-native",
"version": "0.44.6"
"version": "0.44.7"
},
"@fluentui-react-native/callout": {
"name": "@fluentui-react-native/callout",
Expand Down
Loading
Loading