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.

6 changes: 0 additions & 6 deletions .changeset/desktop-pipeline-logging.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/inline-wdio-story-tests.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/named-platform-wdio-tests.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/story-grouped-desktop-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/storybook-ci-readiness.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/storybook-source-config-import.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/agentic/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @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.
- 8d31a6b: Add opt-in executable WebdriverIO callbacks in React Native stories, Storybook-owned test configuration, isolated Node execution, and Button examples.
- 8d31a6b: Add named, individually isolated WDIO story tests with target-platform context and test-name filtering. Migrate Button's declarative desktop-driver plans to executable WebdriverIO callbacks.
- 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.
- 8d31a6b: Navigate to each test's story before execution, bound navigation waits, and group static plans and inline WebdriverIO callbacks by story in desktop smoke tests.

## 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
24 changes: 24 additions & 0 deletions packages/agentic/desktop-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @fluentui-react-native/desktop-driver

## 0.3.0

### Minor Changes

- 8d31a6b: Add opt-in executable WebdriverIO callbacks in React Native stories, Storybook-owned test configuration, isolated Node execution, and Button examples.
- 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.
- 8d31a6b: Capture ordered per-command stdout/stderr logs, replay full output on failure or in verbose mode, and report contextual story navigation and test failures with nested causes.
- 8d31a6b: Add named, individually isolated WDIO story tests with target-platform context and test-name filtering. Migrate Button's declarative desktop-driver plans to executable WebdriverIO callbacks.

## 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
33 changes: 33 additions & 0 deletions packages/agentic/storybook-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @fluentui-react-native/storybook-desktop

## 0.3.0

### Minor Changes

- 8d31a6b: Add opt-in executable WebdriverIO callbacks in React Native stories, Storybook-owned test configuration, isolated Node execution, and Button examples.
- 8d31a6b: Add named, individually isolated WDIO story tests with target-platform context and test-name filtering. Migrate Button's declarative desktop-driver plans to executable WebdriverIO callbacks.
- 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.
- 8d31a6b: Capture ordered per-command stdout/stderr logs, replay full output on failure or in verbose mode, and report contextual story navigation and test failures with nested causes.
- 8d31a6b: Navigate to each test's story before execution, bound navigation waits, and group static plans and inline WebdriverIO callbacks by story in desktop smoke tests.
- 8d31a6b: Wait for the authenticated Storybook preview to initialize before navigating after app startup or restart. Allow the aggregate WDIO subprocess contract enough CI time without relaxing individual callback deadlines.
- 8d31a6b: Fix loading WDIO settings from Storybook's source-config fallback before compiled JavaScript exists.
- Updated dependencies [5b3f74c]
- Updated dependencies [8d31a6b]
- Updated dependencies [8d31a6b]
- Updated dependencies [8d31a6b]
- 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
Loading
Loading