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
5 changes: 0 additions & 5 deletions .changeset/fix-avatar-activity-ring-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-native-component-alignment.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/macos-loading-motion.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-zones-traverse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/skeleton-diagonal-gradient.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/storybook-canvas-secondary-fill.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- 3dbc30f: Prevent the Avatar activity ring from crashing React Native Windows Fabric by replacing native outlines with a persistently mounted decorative border. Preserve its token-derived gap, stroke, layout, and accessibility, and cover visibility changes across all avatar sizes.
- 3dbc30f: Center intrinsic font icons, Avatar initials, and layout-stable labels inside their View frames, and move single-line Input spacing outside the native editor. Correct the compound text-row baseline examples and add alignment regression coverage and authoring guidance.
- 3dbc30f: Restore loading animations on macOS Fabric by selecting the supported JavaScript animation driver. Keep Skeleton silhouettes visible without motion and calculate Spinner's quarter-circle dash lengths from native geometry. Add native motion and macOS text-alignment regression coverage.
- 3dbc30f: Replace Skeleton's solid highlight strip with a soft, angled SVG linear-gradient sweep based on the repository's Shimmer pattern. Preserve shared timing, reduced motion, rounded clipping, and visible static placeholders, and mirror travel for RTL.
- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/callout@0.29.6

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

## 0.5.1

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"description": "Core design system concepts, utilities, and types for Fluent UI React Native.",
"license": "MIT",
"author": "",
Expand Down
9 changes: 9 additions & 0 deletions packages/agentic/storybook-desktop-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluentui-react-native/storybook-desktop-runtime

## 0.3.1

### Patch Changes

- 3dbc30f: Align Storybook's actual canvas background with its preview surface so Secondary Button fills remain visible in Default Flex, light, and dark themes. Preserve explicit story background overrides and native-color fallbacks.
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/callout@0.29.6
- @fluentui-react-native/default-theme@0.27.14

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"description": "React Native runtime and Metro services for desktop Storybook applications",
"license": "MIT",
"author": "",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log - @fluentui-react-native/avatar

## 1.14.8

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/badge@0.12.14
- @fluentui-react-native/icon@0.22.14
- @fluentui-react-native/framework@0.17.8
- @fluentui-react-native/use-styling@0.16.5

## 1.14.7

### 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.7",
"version": "1.14.8",
"description": "A cross-platform Avatar component using the Fluent Design System",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/Badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @fluentui-react-native/badge

## 0.12.14

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/icon@0.22.14
- @fluentui-react-native/text@0.25.14
- @fluentui-react-native/experimental-shadow@0.7.14
- @fluentui-react-native/framework@0.17.8
- @fluentui-react-native/use-styling@0.16.5

## 0.12.13

### 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.13",
"version": "0.12.14",
"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
19 changes: 19 additions & 0 deletions packages/components/Button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log - @fluentui-react-native/button

## 0.40.14

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/icon@0.22.14
- @fluentui-react-native/text@0.25.14
- @uifabricshared/foundation-composable@0.15.5
- @uifabricshared/foundation-compose@1.16.14
- @uifabricshared/foundation-settings@0.16.11
- @fluentui-react-native/experimental-activity-indicator@0.11.14
- @fluentui-react-native/experimental-shadow@0.7.14
- @fluentui-react-native/framework@0.17.8
- @fluentui-react-native/use-styling@0.16.5
- @fluentui-react-native/interactive-hooks@0.28.11
- @fluentui-react-native/pressable@0.13.11

## 0.40.13

### 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.13",
"version": "0.40.14",
"description": "A cross-platform Button component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
16 changes: 16 additions & 0 deletions packages/components/Checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log - @fluentui-react-native/checkbox

## 0.24.14

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/text@0.25.14
- @uifabricshared/foundation-composable@0.15.5
- @uifabricshared/foundation-compose@1.16.14
- @uifabricshared/foundation-settings@0.16.11
- @fluentui-react-native/framework@0.17.8
- @fluentui-react-native/use-styling@0.16.5
- @fluentui-react-native/interactive-hooks@0.28.11
- @fluentui-react-native/pressable@0.13.11

## 0.24.13

### 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.13",
"version": "0.24.14",
"description": "A cross-platform Checkbox component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/Chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log - @fluentui-react-native/chip

## 0.5.14

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/icon@0.22.14
- @fluentui-react-native/text@0.25.14
- @fluentui-react-native/framework@0.17.8
- @fluentui-react-native/interactive-hooks@0.28.11

## 0.5.13

### 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.13",
"version": "0.5.14",
"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
17 changes: 17 additions & 0 deletions packages/components/ContextualMenu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log - @fluentui-react-native/contextual-menu

## 0.25.15

### Patch Changes

- Updated dependencies [3dbc30f]
- Updated dependencies [bc0ba37]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/focus-zone@0.23.6
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/icon@0.22.14
- @fluentui-react-native/text@0.25.14
- @uifabricshared/foundation-composable@0.15.5
- @uifabricshared/foundation-compose@1.16.14
- @uifabricshared/foundation-settings@0.16.11
- @fluentui-react-native/callout@0.29.6
- @fluentui-react-native/interactive-hooks@0.28.11

## 0.25.14

### 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.14",
"version": "0.25.15",
"description": "A cross-platform ContextualMenu component using the Fluent Design System",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/Divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log - @fluentui-react-native/divider

## 0.8.14

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/icon@0.22.14
- @fluentui-react-native/text@0.25.14
- @fluentui-react-native/framework@0.17.8

## 0.8.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/divider",
"version": "0.8.13",
"version": "0.8.14",
"description": "A cross-platform Divider component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/FocusTrapZone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @fluentui-react-native/focus-trap-zone

## 0.14.5

### Patch Changes

- @uifabricshared/foundation-composable@0.15.5
- @uifabricshared/foundation-settings@0.16.11
- @fluentui-react-native/interactive-hooks@0.28.11

## 0.14.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/FocusTrapZone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/focus-trap-zone",
"version": "0.14.4",
"version": "0.14.5",
"description": "A cross-platform FocusTrapZone component using the Fluent Design System",
"license": "MIT",
"author": "",
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.6

### Patch Changes

- bc0ba37: Fix Windows Fabric FocusZone Shift+Tab traversal when the zone is a first child so backward navigation cannot re-enter the zone or jump to a later sibling.
- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/interactive-hooks@0.28.11

## 0.23.5

### 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.5",
"version": "0.23.6",
"description": "A cross-platform FocusZone component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/Icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @fluentui-react-native/icon

## 0.22.14

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/text@0.25.14
- @fluentui-react-native/framework@0.17.8

## 0.22.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/icon",
"version": "0.22.13",
"version": "0.22.14",
"description": "A cross-platform Icon component",
"license": "MIT",
"author": "",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/Input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @fluentui-react-native/input

## 0.8.14

### Patch Changes

- Updated dependencies [3dbc30f]
- @fluentui-react-native/framework-base@0.8.1
- @fluentui-react-native/design@0.5.1
- @fluentui-react-native/icon@0.22.14
- @fluentui-react-native/text@0.25.14
- @fluentui-react-native/framework@0.17.8
- @fluentui-react-native/use-styling@0.16.5
- @fluentui-react-native/interactive-hooks@0.28.11

## 0.8.13

### Patch Changes
Expand Down
Loading
Loading