@fluentui/react-components 9.54.14 → 9.54.16

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 +49 -2
  2. package/package.json +55 -55
package/CHANGELOG.md CHANGED
@@ -1,12 +1,59 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 10 Sep 2024 10:15:04 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Sep 2024 12:35:59 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.16)
8
+
9
+ Mon, 23 Sep 2024 12:35:59 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.15..@fluentui/react-components_v9.54.16)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-carousel-preview`
15
+ - feat: Handle nav disabled behavior and provide index based aria labels for next/prev buttons ([PR #32844](https://github.com/microsoft/fluentui/pull/32844) by mifraser@microsoft.com)
16
+ - `@fluentui/react-nav-preview`
17
+ - Scaffolds SplitNavItem ([PR #32870](https://github.com/microsoft/fluentui/pull/32870) by matejera@microsoft.com)
18
+ - [BREAKING] Removed non functional reserveSelectedNavItemSpace prop. Added defaultOpenCategories and openCategories prop and example. Updated icon selection logic for NavCategoryItem. Exports OnNavItemSelectData. ([PR #32489](https://github.com/microsoft/fluentui/pull/32489) by matejera@microsoft.com)
19
+
20
+ ### Patches
21
+
22
+ - `@fluentui/react-drawer`
23
+ - fix: add correct direction of animations when RTL ([PR #32813](https://github.com/microsoft/fluentui/pull/32813) by marcosvmmoura@gmail.com)
24
+ - `@fluentui/react-menu`
25
+ - fix(Menu): Do not rely on tabster restorer for focus restore ([PR #32840](https://github.com/microsoft/fluentui/pull/32840) by lingfangao@hotmail.com)
26
+ - `@fluentui/react-migration-v8-v9`
27
+ - fix: cleanup production dependencies and fix forbidden sub-package import within Menu ([PR #32359](https://github.com/microsoft/fluentui/pull/32359) by martinhochel@microsoft.com)
28
+
29
+ ### Changes
30
+
31
+ - `@fluentui/tokens`
32
+ - feat: add z-index tokens ([PR #32356](https://github.com/microsoft/fluentui/pull/32356) by marcosvmmoura@gmail.com)
33
+
34
+ ## [9.54.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.15)
35
+
36
+ Fri, 13 Sep 2024 00:49:23 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.14..@fluentui/react-components_v9.54.15)
38
+
39
+ ### Minor changes
40
+
41
+ - `@fluentui/react-carousel-preview`
42
+ - feat: Add CarouselNavContainer for easy layout options, add missing exports and cleanup focus behavior of multiple cards ([PR #32457](https://github.com/microsoft/fluentui/pull/32457) by mifraser@microsoft.com)
43
+
44
+ ### Patches
45
+
46
+ - `@fluentui/react-carousel-preview`
47
+ - chore: cleanup before the release ([PR #32475](https://github.com/microsoft/fluentui/pull/32475) by olfedias@microsoft.com)
48
+ - `@fluentui/react-dialog`
49
+ - fix: Adjust window height comparison in fractional cases. ([PR #32480](https://github.com/microsoft/fluentui/pull/32480) by owcampbe@microsoft.com)
50
+ - `@fluentui/react-drawer`
51
+ - fix: update scroll state when children changes ([PR #32818](https://github.com/microsoft/fluentui/pull/32818) by marcosvmmoura@gmail.com)
52
+ - fix: apply position: absolute when mountNode is passed ([PR #32816](https://github.com/microsoft/fluentui/pull/32816) by marcosvmmoura@gmail.com)
53
+
7
54
  ## [9.54.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.14)
8
55
 
9
- Tue, 10 Sep 2024 10:15:04 GMT
56
+ Tue, 10 Sep 2024 10:19:04 GMT
10
57
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.13..@fluentui/react-components_v9.54.14)
11
58
 
12
59
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.14",
3
+ "version": "9.54.16",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,64 +30,64 @@
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-accordion": "^9.5.4",
33
+ "@fluentui/react-accordion": "^9.5.5",
34
34
  "@fluentui/react-alert": "9.0.0-beta.124",
35
- "@fluentui/react-avatar": "^9.6.38",
36
- "@fluentui/react-badge": "^9.2.42",
37
- "@fluentui/react-button": "^9.3.90",
38
- "@fluentui/react-card": "^9.0.92",
39
- "@fluentui/react-checkbox": "^9.2.36",
40
- "@fluentui/react-combobox": "^9.13.6",
41
- "@fluentui/react-dialog": "^9.11.13",
42
- "@fluentui/react-divider": "^9.2.74",
43
- "@fluentui/react-drawer": "^9.5.13",
44
- "@fluentui/react-field": "^9.1.75",
45
- "@fluentui/react-image": "^9.1.72",
35
+ "@fluentui/react-avatar": "^9.6.39",
36
+ "@fluentui/react-badge": "^9.2.43",
37
+ "@fluentui/react-button": "^9.3.91",
38
+ "@fluentui/react-card": "^9.0.93",
39
+ "@fluentui/react-checkbox": "^9.2.37",
40
+ "@fluentui/react-combobox": "^9.13.7",
41
+ "@fluentui/react-dialog": "^9.11.15",
42
+ "@fluentui/react-divider": "^9.2.75",
43
+ "@fluentui/react-drawer": "^9.5.15",
44
+ "@fluentui/react-field": "^9.1.76",
45
+ "@fluentui/react-image": "^9.1.73",
46
46
  "@fluentui/react-infobutton": "9.0.0-beta.102",
47
- "@fluentui/react-infolabel": "^9.0.45",
48
- "@fluentui/react-input": "^9.4.88",
49
- "@fluentui/react-label": "^9.1.75",
50
- "@fluentui/react-link": "^9.2.31",
51
- "@fluentui/react-menu": "^9.14.15",
52
- "@fluentui/react-overflow": "^9.1.29",
53
- "@fluentui/react-persona": "^9.2.97",
54
- "@fluentui/react-portal": "^9.4.34",
55
- "@fluentui/react-popover": "^9.9.20",
56
- "@fluentui/react-positioning": "^9.15.8",
57
- "@fluentui/react-progress": "^9.1.86",
58
- "@fluentui/react-provider": "^9.17.3",
59
- "@fluentui/react-radio": "^9.2.31",
60
- "@fluentui/react-select": "^9.1.86",
61
- "@fluentui/react-shared-contexts": "^9.20.0",
62
- "@fluentui/react-skeleton": "^9.1.15",
63
- "@fluentui/react-slider": "^9.1.93",
64
- "@fluentui/react-spinbutton": "^9.2.87",
65
- "@fluentui/react-spinner": "^9.4.13",
66
- "@fluentui/react-swatch-picker": "^9.1.9",
67
- "@fluentui/react-switch": "^9.1.93",
68
- "@fluentui/react-table": "^9.15.16",
69
- "@fluentui/react-tabs": "^9.5.0",
70
- "@fluentui/react-tabster": "^9.22.6",
71
- "@fluentui/react-tags": "^9.3.17",
72
- "@fluentui/react-textarea": "^9.3.87",
73
- "@fluentui/react-theme": "^9.1.19",
74
- "@fluentui/react-toast": "^9.3.55",
75
- "@fluentui/react-toolbar": "^9.2.4",
76
- "@fluentui/react-tooltip": "^9.4.38",
77
- "@fluentui/react-utilities": "^9.18.14",
78
- "@fluentui/react-text": "^9.4.24",
79
- "@fluentui/react-virtualizer": "9.0.0-alpha.83",
80
- "@fluentui/react-tree": "^9.8.0",
47
+ "@fluentui/react-infolabel": "^9.0.46",
48
+ "@fluentui/react-input": "^9.4.89",
49
+ "@fluentui/react-label": "^9.1.76",
50
+ "@fluentui/react-link": "^9.2.32",
51
+ "@fluentui/react-menu": "^9.14.16",
52
+ "@fluentui/react-overflow": "^9.1.30",
53
+ "@fluentui/react-persona": "^9.2.98",
54
+ "@fluentui/react-portal": "^9.4.35",
55
+ "@fluentui/react-popover": "^9.9.21",
56
+ "@fluentui/react-positioning": "^9.15.9",
57
+ "@fluentui/react-progress": "^9.1.87",
58
+ "@fluentui/react-provider": "^9.17.4",
59
+ "@fluentui/react-radio": "^9.2.32",
60
+ "@fluentui/react-select": "^9.1.87",
61
+ "@fluentui/react-shared-contexts": "^9.20.1",
62
+ "@fluentui/react-skeleton": "^9.1.16",
63
+ "@fluentui/react-slider": "^9.1.94",
64
+ "@fluentui/react-spinbutton": "^9.2.88",
65
+ "@fluentui/react-spinner": "^9.4.14",
66
+ "@fluentui/react-swatch-picker": "^9.1.10",
67
+ "@fluentui/react-switch": "^9.1.94",
68
+ "@fluentui/react-table": "^9.15.17",
69
+ "@fluentui/react-tabs": "^9.5.1",
70
+ "@fluentui/react-tabster": "^9.22.7",
71
+ "@fluentui/react-tags": "^9.3.18",
72
+ "@fluentui/react-textarea": "^9.3.88",
73
+ "@fluentui/react-theme": "^9.1.20",
74
+ "@fluentui/react-toast": "^9.3.56",
75
+ "@fluentui/react-toolbar": "^9.2.5",
76
+ "@fluentui/react-tooltip": "^9.4.39",
77
+ "@fluentui/react-utilities": "^9.18.15",
78
+ "@fluentui/react-text": "^9.4.25",
79
+ "@fluentui/react-virtualizer": "9.0.0-alpha.84",
80
+ "@fluentui/react-tree": "^9.8.1",
81
81
  "@griffel/react": "^1.5.22",
82
82
  "@swc/helpers": "^0.5.1",
83
- "@fluentui/react-message-bar": "^9.2.10",
84
- "@fluentui/react-breadcrumb": "^9.0.37",
85
- "@fluentui/react-aria": "^9.13.5",
86
- "@fluentui/react-rating": "^9.0.18",
87
- "@fluentui/react-search": "^9.0.17",
88
- "@fluentui/react-teaching-popover": "^9.1.16",
89
- "@fluentui/react-tag-picker": "^9.3.2",
90
- "@fluentui/react-motion": "^9.5.1"
83
+ "@fluentui/react-message-bar": "^9.2.11",
84
+ "@fluentui/react-breadcrumb": "^9.0.38",
85
+ "@fluentui/react-aria": "^9.13.6",
86
+ "@fluentui/react-rating": "^9.0.19",
87
+ "@fluentui/react-search": "^9.0.18",
88
+ "@fluentui/react-teaching-popover": "^9.1.17",
89
+ "@fluentui/react-tag-picker": "^9.3.3",
90
+ "@fluentui/react-motion": "^9.5.2"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@types/react": ">=16.14.0 <19.0.0",