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
5 changes: 0 additions & 5 deletions .changeset/bright-callouts-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-otters-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-pumas-group.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/clever-tools-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deep-hoops-run.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/few-zebras-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-styles-share.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/nice-parts-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/round-buttons-align.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-callouts-match.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-callouts-float.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 778d82b: Export the generated agentic components and their composition helpers, and fix their build errors.
- 778d82b: Add shared component primitives, styling utilities, state hooks, accessibility diagnostics, and owned native-root prop types.

### Patch Changes

- c41071d: Bug fixes and additional stories for primitives
- 1157793: Export shared state-based styling utilities from the design package styling submodule
- 778d82b: Consolidation of shared utilities, dependency profile updates, and more generated components
- ea738f0: Align agentic Button corner radii with desktop V1 values and add context-backed FURN Theme-to-Flex token conversion
- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [1157793]
- Updated dependencies [778d82b]
- Updated dependencies [ea738f0]
- @fluentui-react-native/design@0.3.0
- @fluentui-react-native/framework-base@0.6.0
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.1.0",
"version": "0.2.0",
"description": "A library of agent-generated FluentUI React Native components",
"license": "MIT",
"author": "",
Expand Down
18 changes: 18 additions & 0 deletions packages/agentic-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @fluentui-react-native/design

## 0.3.0

### Minor Changes

- 3abc13a: Group Flex tokens by category and remove category prefixes from individual token names
- 778d82b: Add shared component primitives, styling utilities, state hooks, accessibility diagnostics, and owned native-root prop types.
- 1157793: Export shared state-based styling utilities from the design package styling submodule

### Patch Changes

- 3abc13a: Updated packages with agent instructions and type fixes
- 778d82b: Consolidation of shared utilities, dependency profile updates, and more generated components
- ea738f0: Align agentic Button corner radii with desktop V1 values and add context-backed FURN Theme-to-Flex token conversion
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- @fluentui-react-native/framework-base@0.6.0

## 0.2.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.2.0",
"version": "0.3.0",
"description": "Core design system concepts, utilities, and types for Fluent UI React Native.",
"license": "MIT",
"author": "",
Expand Down
18 changes: 18 additions & 0 deletions packages/components/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log - @fluentui-react-native/avatar

## 1.14.1

### Patch Changes

- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [1157793]
- Updated dependencies [778d82b]
- Updated dependencies [ea738f0]
- @fluentui-react-native/design@0.3.0
- @fluentui-react-native/framework-base@0.6.0
- @fluentui-react-native/use-styling@0.16.1
- @fluentui-react-native/framework@0.17.1
- @fluentui-react-native/badge@0.12.7
- @fluentui-react-native/tokens@0.24.7
- @fluentui-react-native/icon@0.22.7

## 1.14.0

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

## 0.12.7

### Patch Changes

- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [1157793]
- Updated dependencies [778d82b]
- Updated dependencies [ea738f0]
- @fluentui-react-native/design@0.3.0
- @fluentui-react-native/framework-base@0.6.0
- @fluentui-react-native/use-styling@0.16.1
- @fluentui-react-native/framework@0.17.1
- @fluentui-react-native/text@0.25.7
- @fluentui-react-native/experimental-shadow@0.7.7
- @fluentui-react-native/tokens@0.24.7
- @fluentui-react-native/icon@0.22.7

## 0.12.6

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

## 0.40.7

### Patch Changes

- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [1157793]
- Updated dependencies [778d82b]
- Updated dependencies [ea738f0]
- @fluentui-react-native/design@0.3.0
- @fluentui-react-native/framework-base@0.6.0
- @fluentui-react-native/use-styling@0.16.1
- @uifabricshared/foundation-settings@0.16.7
- @uifabricshared/foundation-compose@1.16.7
- @fluentui-react-native/framework@0.17.1
- @fluentui-react-native/text@0.25.7
- @fluentui-react-native/experimental-shadow@0.7.7
- @fluentui-react-native/tokens@0.24.7
- @fluentui-react-native/icon@0.22.7
- @uifabricshared/foundation-composable@0.15.1
- @fluentui-react-native/experimental-activity-indicator@0.11.7
- @fluentui-react-native/interactive-hooks@0.28.7
- @fluentui-react-native/pressable@0.13.7

## 0.40.6

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

## 0.29.0

### Minor Changes

- 0f2b987: Reauthor Callout as an unstyled native primitive with modern props and command handle types

### Patch Changes

- a99b3a8: Add macOS and Windows Fabric component views and interactive Callout stories
- 0f2b987: Use the RCTCallout native component name on macOS and share its native component definition across platforms
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- @fluentui-react-native/framework-base@0.6.0

## 0.28.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Callout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/callout",
"version": "0.28.6",
"version": "0.29.0",
"description": "A cross-platform Callout component using the Fluent Design System",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/components/Checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log - @fluentui-react-native/checkbox

## 0.24.7

### Patch Changes

- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [1157793]
- Updated dependencies [778d82b]
- Updated dependencies [ea738f0]
- @fluentui-react-native/design@0.3.0
- @fluentui-react-native/framework-base@0.6.0
- @fluentui-react-native/use-styling@0.16.1
- @uifabricshared/foundation-settings@0.16.7
- @uifabricshared/foundation-compose@1.16.7
- @fluentui-react-native/framework@0.17.1
- @fluentui-react-native/text@0.25.7
- @fluentui-react-native/tokens@0.24.7
- @uifabricshared/foundation-composable@0.15.1
- @fluentui-react-native/interactive-hooks@0.28.7
- @fluentui-react-native/pressable@0.13.7

## 0.24.6

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

## 0.5.7

### Patch Changes

- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [1157793]
- Updated dependencies [778d82b]
- Updated dependencies [ea738f0]
- @fluentui-react-native/design@0.3.0
- @fluentui-react-native/framework-base@0.6.0
- @fluentui-react-native/framework@0.17.1
- @fluentui-react-native/text@0.25.7
- @fluentui-react-native/tokens@0.24.7
- @fluentui-react-native/icon@0.22.7
- @fluentui-react-native/interactive-hooks@0.28.7

## 0.5.6

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

## 0.25.7

### Patch Changes

- Updated dependencies [a99b3a8]
- Updated dependencies [778d82b]
- Updated dependencies [3abc13a]
- Updated dependencies [778d82b]
- Updated dependencies [0f2b987]
- Updated dependencies [0f2b987]
- @fluentui-react-native/callout@0.29.0
- @fluentui-react-native/framework-base@0.6.0
- @uifabricshared/foundation-settings@0.16.7
- @uifabricshared/foundation-compose@1.16.7
- @fluentui-react-native/text@0.25.7
- @fluentui-react-native/tokens@0.24.7
- @fluentui-react-native/icon@0.22.7
- @uifabricshared/foundation-composable@0.15.1
- @fluentui-react-native/interactive-hooks@0.28.7
- @fluentui-react-native/focus-zone@0.23.1

## 0.25.6

### 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.6",
"version": "0.25.7",
"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