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/bright-refs-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-zones-focus.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-hands-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-text-inherits.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- 6b2753d: Expose React 19 ref props for components and primitives with stable native roots.
- 650c8d5: Add a theme-aware Text primitive and use it for component text content.

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1

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

## 0.4.1

### Patch Changes

- 0a6286c: Add submodule for color utilities for automatic hover and press coloring

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

## 0.2.1

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/default-theme@0.27.12

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

## 1.14.6

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/badge@0.12.12
- @fluentui-react-native/framework@0.17.6
- @fluentui-react-native/icon@0.22.12

## 1.14.5

### 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.5",
"version": "1.14.6",
"description": "A cross-platform Avatar 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/Badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log - @fluentui-react-native/badge

## 0.12.12

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @fluentui-react-native/experimental-shadow@0.7.12
- @fluentui-react-native/framework@0.17.6
- @fluentui-react-native/icon@0.22.12

## 0.12.11

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

## 0.40.12

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @uifabricshared/foundation-compose@1.16.12
- @fluentui-react-native/experimental-shadow@0.7.12
- @fluentui-react-native/framework@0.17.6
- @fluentui-react-native/icon@0.22.12
- @fluentui-react-native/experimental-activity-indicator@0.11.12

## 0.40.11

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

## 0.24.12

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @uifabricshared/foundation-compose@1.16.12
- @fluentui-react-native/framework@0.17.6

## 0.24.11

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

## 0.5.12

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @fluentui-react-native/framework@0.17.6
- @fluentui-react-native/icon@0.22.12

## 0.5.11

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

## 0.25.13

### Patch Changes

- Updated dependencies [1ffcfa3]
- Updated dependencies [0a6286c]
- @fluentui-react-native/focus-zone@0.23.4
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @uifabricshared/foundation-compose@1.16.12
- @fluentui-react-native/icon@0.22.12

## 0.25.12

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

## 0.8.12

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @fluentui-react-native/framework@0.17.6
- @fluentui-react-native/icon@0.22.12

## 0.8.11

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

## 0.23.4

### Patch Changes

- 1ffcfa3: Convert FocusZone to an unstyled phased primitive and add package-owned macOS and Windows Fabric implementations alongside Paper.

## 0.23.3

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

## 0.22.12

### Patch Changes

- @fluentui-react-native/text@0.25.12
- @fluentui-react-native/framework@0.17.6

## 0.22.11

### 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.11",
"version": "0.22.12",
"description": "A cross-platform Icon component",
"license": "MIT",
"author": "",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/Input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log - @fluentui-react-native/input

## 0.8.12

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @fluentui-react-native/framework@0.17.6
- @fluentui-react-native/icon@0.22.12

## 0.8.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/input",
"version": "0.8.11",
"version": "0.8.12",
"description": "A cross-platform Text input component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/Link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log - @fluentui-react-native/link

## 0.24.12

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @uifabricshared/foundation-compose@1.16.12
- @fluentui-react-native/framework@0.17.6

## 0.24.11

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

## 1.16.7

### Patch Changes

- Updated dependencies [1ffcfa3]
- Updated dependencies [0a6286c]
- @fluentui-react-native/focus-zone@0.23.4
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/text@0.25.12
- @fluentui-react-native/framework@0.17.6
- @fluentui-react-native/icon@0.22.12

## 1.16.6

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

## 0.15.7

### Patch Changes

- Updated dependencies [0a6286c]
- @fluentui-react-native/design@0.4.1
- @fluentui-react-native/contextual-menu@0.25.13
- @fluentui-react-native/button@0.40.12
- @uifabricshared/foundation-compose@1.16.12
- @fluentui-react-native/icon@0.22.12

## 0.15.6

### Patch Changes
Expand Down
Loading
Loading