Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/bright-books-configure.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-tabs-coordinate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-callouts-align.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/fresh-dragons-drive.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fuzzy-themes-bridge.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 24be698: Add TabList group coordination, shared focus-modality and animation hooks, and align component behavior with the ratified React Native contracts.

### Patch Changes

- 59b6003: Add the platform-neutral W3C desktop driver and integrate Storybook manifests,
authenticated runtime readiness, deterministic preview resets, and same-process
driver supervision. Add portable Button, Checkbox, and Input story plans for
WebdriverIO and agent validation. Desktop Storybook smoke runs can now either
traverse the complete catalog or traverse it and then execute the authored
desktop-e2e plans.
Smoke startup now waits through the initial Metro compilation, macOS cleanup
terminates the exact bundle-identifier process, and Windows CI installs the
required Windows App Runtime while the shared registration lifecycle installs
the SDK-provided Debug VCLibs frameworks.
- 4157768: Add appearance-aware Flex theme sources with stable token identity and lazy compatibility bridges for legacy themes.
- Updated dependencies [24be698]
- Updated dependencies [6259f5d]
- Updated dependencies [4157768]
- @fluentui-react-native/framework-base@0.7.0
- @fluentui-react-native/callout@0.29.4
- @fluentui-react-native/design@0.4.0

## 0.3.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.3.0",
"version": "0.4.0",
"description": "A library of agent-generated FluentUI React Native components",
"license": "MIT",
"author": "",
Expand Down
11 changes: 11 additions & 0 deletions packages/agentic/design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fluentui-react-native/design

## 0.4.0

### Minor Changes

- 4157768: Add appearance-aware Flex theme sources with stable token identity and lazy compatibility bridges for legacy themes.

### Patch Changes

- Updated dependencies [24be698]
- @fluentui-react-native/framework-base@0.7.0

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentic/design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/design",
"version": "0.3.3",
"version": "0.4.0",
"description": "Core design system concepts, utilities, and types for Fluent UI React Native.",
"license": "MIT",
"author": "",
Expand Down
16 changes: 16 additions & 0 deletions packages/agentic/desktop-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @fluentui-react-native/desktop-driver

## 0.2.0

### Minor Changes

- 59b6003: Add the platform-neutral W3C desktop driver and integrate Storybook manifests,
authenticated runtime readiness, deterministic preview resets, and same-process
driver supervision. Add portable Button, Checkbox, and Input story plans for
WebdriverIO and agent validation. Desktop Storybook smoke runs can now either
traverse the complete catalog or traverse it and then execute the authored
desktop-e2e plans.
Smoke startup now waits through the initial Metro compilation, macOS cleanup
terminates the exact bundle-identifier process, and Windows CI installs the
required Windows App Runtime while the shared registration lifecycle installs
the SDK-provided Debug VCLibs frameworks.
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.1.0",
"version": "0.2.0",
"description": "W3C WebDriver-compatible automation for React Native desktop applications",
"license": "MIT",
"author": "",
Expand Down
25 changes: 25 additions & 0 deletions packages/agentic/storybook-desktop-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# @fluentui-react-native/storybook-desktop-runtime

## 0.2.0

### Minor Changes

- 59b6003: Add reusable platform-aware configuration and CLI APIs for serving, preparing, bundling, building, running, and smoke testing desktop Storybook applications. The package now owns complete Windows Fabric and Win32 smoke lifecycles, native host launch, synchronized story traversal, desktop UX checks, process cleanup, and per-enlistment bundle and service isolation. React Native runtime code and peers are isolated in a companion package so Yarn's pnpm linker can invoke the peer-free CLI through a physical workspace locator.
- 59b6003: Add the platform-neutral W3C desktop driver and integrate Storybook manifests,
authenticated runtime readiness, deterministic preview resets, and same-process
driver supervision. Add portable Button, Checkbox, and Input story plans for
WebdriverIO and agent validation. Desktop Storybook smoke runs can now either
traverse the complete catalog or traverse it and then execute the authored
desktop-e2e plans.
Smoke startup now waits through the initial Metro compilation, macOS cleanup
terminates the exact bundle-identifier process, and Windows CI installs the
required Windows App Runtime while the shared registration lifecycle installs
the SDK-provided Debug VCLibs frameworks.

### Patch Changes

- Updated dependencies [6259f5d]
- Updated dependencies [4157768]
- @fluentui-react-native/callout@0.29.4
- @fluentui-react-native/design@0.4.0
- @fluentui-react-native/default-theme@0.27.11
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.1.0",
"version": "0.2.0",
"description": "React Native runtime and Metro services for desktop Storybook applications",
"license": "MIT",
"author": "",
Expand Down
22 changes: 22 additions & 0 deletions packages/agentic/storybook-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @fluentui-react-native/storybook-desktop

## 0.2.0

### Minor Changes

- 59b6003: Add reusable platform-aware configuration and CLI APIs for serving, preparing, bundling, building, running, and smoke testing desktop Storybook applications. The package now owns complete Windows Fabric and Win32 smoke lifecycles, native host launch, synchronized story traversal, desktop UX checks, process cleanup, and per-enlistment bundle and service isolation. React Native runtime code and peers are isolated in a companion package so Yarn's pnpm linker can invoke the peer-free CLI through a physical workspace locator.
- 59b6003: Add the platform-neutral W3C desktop driver and integrate Storybook manifests,
authenticated runtime readiness, deterministic preview resets, and same-process
driver supervision. Add portable Button, Checkbox, and Input story plans for
WebdriverIO and agent validation. Desktop Storybook smoke runs can now either
traverse the complete catalog or traverse it and then execute the authored
desktop-e2e plans.
Smoke startup now waits through the initial Metro compilation, macOS cleanup
terminates the exact bundle-identifier process, and Windows CI installs the
required Windows App Runtime while the shared registration lifecycle installs
the SDK-provided Debug VCLibs frameworks.

### Patch Changes

- Updated dependencies [59b6003]
- @fluentui-react-native/desktop-driver@0.2.0
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.1.0",
"version": "0.2.0",
"description": "CLI and configuration for React Native desktop Storybook applications",
"license": "MIT",
"author": "",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @fluentui-react-native/avatar

## 1.14.5

### Patch Changes

- Updated dependencies [24be698]
- Updated dependencies [4157768]
- @fluentui-react-native/framework-base@0.7.0
- @fluentui-react-native/design@0.4.0
- @fluentui-react-native/badge@0.12.11
- @fluentui-react-native/icon@0.22.11
- @fluentui-react-native/framework@0.17.5
- @fluentui-react-native/use-styling@0.16.3

## 1.14.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/avatar",
"version": "1.14.4",
"version": "1.14.5",
"description": "A cross-platform Avatar component using the Fluent Design System",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/Badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log - @fluentui-react-native/badge

## 0.12.11

### Patch Changes

- Updated dependencies [24be698]
- Updated dependencies [4157768]
- @fluentui-react-native/framework-base@0.7.0
- @fluentui-react-native/design@0.4.0
- @fluentui-react-native/icon@0.22.11
- @fluentui-react-native/text@0.25.11
- @fluentui-react-native/experimental-shadow@0.7.11
- @fluentui-react-native/framework@0.17.5
- @fluentui-react-native/use-styling@0.16.3

## 0.12.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/badge",
"version": "0.12.10",
"version": "0.12.11",
"description": "A cross-platform Badge component using the Fluent Design System. A badge is an additional visual descriptor for UI elements.",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions packages/components/Button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log - @fluentui-react-native/button

## 0.40.11

### Patch Changes

- Updated dependencies [24be698]
- Updated dependencies [4157768]
- @fluentui-react-native/framework-base@0.7.0
- @fluentui-react-native/design@0.4.0
- @fluentui-react-native/icon@0.22.11
- @fluentui-react-native/text@0.25.11
- @uifabricshared/foundation-composable@0.15.3
- @uifabricshared/foundation-compose@1.16.11
- @uifabricshared/foundation-settings@0.16.9
- @fluentui-react-native/experimental-activity-indicator@0.11.11
- @fluentui-react-native/experimental-shadow@0.7.11
- @fluentui-react-native/framework@0.17.5
- @fluentui-react-native/use-styling@0.16.3
- @fluentui-react-native/interactive-hooks@0.28.9
- @fluentui-react-native/pressable@0.13.9

## 0.40.10

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

## 0.24.11

### Patch Changes

- Updated dependencies [24be698]
- Updated dependencies [4157768]
- @fluentui-react-native/framework-base@0.7.0
- @fluentui-react-native/design@0.4.0
- @fluentui-react-native/text@0.25.11
- @uifabricshared/foundation-composable@0.15.3
- @uifabricshared/foundation-compose@1.16.11
- @uifabricshared/foundation-settings@0.16.9
- @fluentui-react-native/framework@0.17.5
- @fluentui-react-native/use-styling@0.16.3
- @fluentui-react-native/interactive-hooks@0.28.9
- @fluentui-react-native/pressable@0.13.9

## 0.24.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/checkbox",
"version": "0.24.10",
"version": "0.24.11",
"description": "A cross-platform Checkbox component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/Chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @fluentui-react-native/chip

## 0.5.11

### Patch Changes

- Updated dependencies [24be698]
- Updated dependencies [4157768]
- @fluentui-react-native/framework-base@0.7.0
- @fluentui-react-native/design@0.4.0
- @fluentui-react-native/icon@0.22.11
- @fluentui-react-native/text@0.25.11
- @fluentui-react-native/framework@0.17.5
- @fluentui-react-native/interactive-hooks@0.28.9

## 0.5.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/chip",
"version": "0.5.10",
"version": "0.5.11",
"description": "A cross-platform Chip component using the Fluent Design System. A chip is a compact representations of entities (most commonly, people) that can be typed in, deleted or dragged easily.",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/components/ContextualMenu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log - @fluentui-react-native/contextual-menu

## 0.25.12

### Patch Changes

- Updated dependencies [24be698]
- Updated dependencies [6259f5d]
- Updated dependencies [4157768]
- @fluentui-react-native/framework-base@0.7.0
- @fluentui-react-native/callout@0.29.4
- @fluentui-react-native/design@0.4.0
- @fluentui-react-native/icon@0.22.11
- @fluentui-react-native/text@0.25.11
- @uifabricshared/foundation-composable@0.15.3
- @uifabricshared/foundation-compose@1.16.11
- @uifabricshared/foundation-settings@0.16.9
- @fluentui-react-native/interactive-hooks@0.28.9
- @fluentui-react-native/focus-zone@0.23.3

## 0.25.11

### 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.11",
"version": "0.25.12",
"description": "A cross-platform ContextualMenu component using the Fluent Design System",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
Loading
Loading