@fluentui/react-components 9.56.0 → 9.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 11 Nov 2024 09:54:59 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Nov 2024 09:30:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.56.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.1)
8
+
9
+ Tue, 12 Nov 2024 09:30:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.0..@fluentui/react-components_v9.56.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-drawer`
15
+ - add support for mountNode with className ([PR #33226](https://github.com/microsoft/fluentui/pull/33226) by marcosvmmoura@gmail.com)
16
+ - `@fluentui/react-nav-preview`
17
+ - feat: Exposed 'tabbable' prop on NavDrawer to let consumers disagree with default arrowing opinion. ([PR #33232](https://github.com/microsoft/fluentui/pull/33232) by matejera@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-carousel`
22
+ - fix: Enable controlled index to be set to a new card when added ([PR #33177](https://github.com/microsoft/fluentui/pull/33177) by mifraser@microsoft.com)
23
+ - `@fluentui/react-dialog`
24
+ - bugfix: ensures dialog surface style without surfaceMotion ([PR #33247](https://github.com/microsoft/fluentui/pull/33247) by bernardo.sunderhus@gmail.com)
25
+ - `@fluentui/react-tags`
26
+ - fix: explicitly set box-sizing for tag icon ([PR #33203](https://github.com/microsoft/fluentui/pull/33203) by dmytrokirpa@microsoft.com)
27
+
7
28
  ## [9.56.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.0)
8
29
 
9
- Mon, 11 Nov 2024 09:54:59 GMT
30
+ Mon, 11 Nov 2024 10:00:34 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.55.1..@fluentui/react-components_v9.56.0)
11
32
 
12
33
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.56.0",
3
+ "version": "9.56.1",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -24,9 +24,9 @@
24
24
  "@fluentui/react-card": "^9.0.97",
25
25
  "@fluentui/react-checkbox": "^9.2.40",
26
26
  "@fluentui/react-combobox": "^9.13.11",
27
- "@fluentui/react-dialog": "^9.11.19",
27
+ "@fluentui/react-dialog": "^9.11.20",
28
28
  "@fluentui/react-divider": "^9.2.77",
29
- "@fluentui/react-drawer": "^9.5.19",
29
+ "@fluentui/react-drawer": "^9.6.0",
30
30
  "@fluentui/react-field": "^9.1.79",
31
31
  "@fluentui/react-image": "^9.1.75",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -54,7 +54,7 @@
54
54
  "@fluentui/react-table": "^9.15.21",
55
55
  "@fluentui/react-tabs": "^9.6.1",
56
56
  "@fluentui/react-tabster": "^9.23.0",
57
- "@fluentui/react-tags": "^9.3.21",
57
+ "@fluentui/react-tags": "^9.3.22",
58
58
  "@fluentui/react-textarea": "^9.3.91",
59
59
  "@fluentui/react-theme": "^9.1.22",
60
60
  "@fluentui/react-toast": "^9.3.59",
@@ -72,9 +72,9 @@
72
72
  "@fluentui/react-rating": "^9.0.22",
73
73
  "@fluentui/react-search": "^9.0.21",
74
74
  "@fluentui/react-teaching-popover": "^9.1.21",
75
- "@fluentui/react-tag-picker": "^9.3.7",
75
+ "@fluentui/react-tag-picker": "^9.3.8",
76
76
  "@fluentui/react-motion": "^9.6.1",
77
- "@fluentui/react-carousel": "^9.3.0"
77
+ "@fluentui/react-carousel": "^9.3.1"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@types/react": ">=16.14.0 <19.0.0",