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
7 changes: 0 additions & 7 deletions .changeset/beige-brooms-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-rules-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-spiders-pull.md

This file was deleted.

78 changes: 0 additions & 78 deletions .changeset/strict-sides-hang.md

This file was deleted.

10 changes: 8 additions & 2 deletions apps/fluent-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @fluentui-react-native/tester

## 0.170.51

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint

<!-- This log was last generated on Tue, 16 Sep 2025 18:24:03 GMT and should not be manually modified. -->

<!-- Start content -->
Expand Down Expand Up @@ -7038,7 +7044,7 @@ Fri, 19 Aug 2022 15:32:12 GMT

### Patches

- Menu Picker for desktop is now using a FURN text element (nkhalil942@gmail.com)
- Menu Picker for desktop is now using a FURN text element (nkhalil942@gmail.com)

## 0.86.2

Expand Down Expand Up @@ -11080,7 +11086,7 @@ Fri, 25 Jun 2021 06:21:11 GMT

### Minor changes

- 📦 applying package updates ***NO_CI*** (tamasane@gmail.com)
- 📦 applying package updates **_NO_CI_** (tamasane@gmail.com)

## 0.27.0

Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.170.50",
"version": "0.170.51",
"description": "A test app to test FluentUI React Native Components during development",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @fluentui-react-native/codemods

## 0.6.2

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/codemods",
"version": "0.6.1",
"version": "0.6.2",
"description": "Transform files to make refactoring FURN code easier",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log - @fluentui-react-native/avatar

## 1.13.3

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @fluentui-react-native/use-styling@0.14.3
- @fluentui-react-native/theming-utils@0.27.3
- @fluentui-react-native/theme-tokens@0.28.3
- @fluentui-react-native/framework@0.15.3
- @fluentui-react-native/badge@0.12.3
- @fluentui-react-native/icon@0.22.3
- @fluentui-react-native/adapters@0.14.3
- @fluentui-react-native/tokens@0.24.3

## 1.13.2

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

## 0.12.3

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @fluentui-react-native/use-styling@0.14.3
- @fluentui-react-native/theming-utils@0.27.3
- @fluentui-react-native/theme-tokens@0.28.3
- @fluentui-react-native/experimental-shadow@0.7.3
- @fluentui-react-native/framework@0.15.3
- @fluentui-react-native/theme-types@0.44.3
- @fluentui-react-native/icon@0.22.3
- @fluentui-react-native/text@0.25.3
- @fluentui-react-native/framework-base@0.3.3
- @fluentui-react-native/adapters@0.14.3
- @fluentui-react-native/tokens@0.24.3

## 0.12.2

### 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.2",
"version": "0.12.3",
"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.3

### Patch Changes

- 196cbea: Remove overflow hidden from FURN button for windows
- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @uifabricshared/foundation-composable@0.14.3
- @uifabricshared/foundation-settings@0.16.3
- @fluentui-react-native/experimental-activity-indicator@0.11.3
- @uifabricshared/foundation-compose@1.16.3
- @fluentui-react-native/interactive-hooks@0.28.3
- @fluentui-react-native/use-styling@0.14.3
- @fluentui-react-native/theming-utils@0.27.3
- @fluentui-react-native/pressable@0.13.3
- @fluentui-react-native/theme-tokens@0.28.3
- @fluentui-react-native/experimental-shadow@0.7.3
- @fluentui-react-native/framework@0.15.3
- @fluentui-react-native/theme-types@0.44.3
- @fluentui-react-native/icon@0.22.3
- @fluentui-react-native/text@0.25.3
- @fluentui-react-native/adapters@0.14.3
- @fluentui-react-native/styling-utils@0.8.3
- @fluentui-react-native/tokens@0.24.3

## 0.40.2

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

## 0.28.3

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @uifabricshared/foundation-composable@0.14.3
- @uifabricshared/foundation-settings@0.16.3
- @uifabricshared/foundation-compose@1.16.3
- @fluentui-react-native/adapters@0.14.3
- @fluentui-react-native/tokens@0.24.3

## 0.28.2

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

## 0.24.3

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @uifabricshared/foundation-composable@0.14.3
- @uifabricshared/foundation-settings@0.16.3
- @uifabricshared/foundation-compose@1.16.3
- @fluentui-react-native/interactive-hooks@0.28.3
- @fluentui-react-native/use-styling@0.14.3
- @fluentui-react-native/theming-utils@0.27.3
- @fluentui-react-native/pressable@0.13.3
- @fluentui-react-native/theme-tokens@0.28.3
- @fluentui-react-native/framework@0.15.3
- @fluentui-react-native/text@0.25.3
- @fluentui-react-native/adapters@0.14.3
- @fluentui-react-native/styling-utils@0.8.3
- @fluentui-react-native/tokens@0.24.3

## 0.24.2

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

## 0.5.3

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @fluentui-react-native/interactive-hooks@0.28.3
- @fluentui-react-native/use-styling@0.14.3
- @fluentui-react-native/theme-tokens@0.28.3
- @fluentui-react-native/framework@0.15.3
- @fluentui-react-native/icon@0.22.3
- @fluentui-react-native/text@0.25.3
- @fluentui-react-native/adapters@0.14.3
- @fluentui-react-native/tokens@0.24.3

## 0.5.2

### 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.2",
"version": "0.5.3",
"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.3

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @uifabricshared/foundation-composable@0.14.3
- @uifabricshared/foundation-settings@0.16.3
- @uifabricshared/foundation-compose@1.16.3
- @fluentui-react-native/interactive-hooks@0.28.3
- @fluentui-react-native/focus-zone@0.22.3
- @fluentui-react-native/callout@0.28.3
- @fluentui-react-native/icon@0.22.3
- @fluentui-react-native/text@0.25.3
- @fluentui-react-native/adapters@0.14.3
- @fluentui-react-native/tokens@0.24.3

## 0.25.2

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

## 0.8.3

### Patch Changes

- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @fluentui-react-native/theme-tokens@0.28.3
- @fluentui-react-native/framework@0.15.3
- @fluentui-react-native/icon@0.22.3
- @fluentui-react-native/text@0.25.3
- @fluentui-react-native/tokens@0.24.3

## 0.8.2

### Patch Changes
Expand Down
Loading
Loading