@fluentui/react-components 9.54.15 → 9.54.17

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 +55 -2
  2. package/package.json +55 -55
package/CHANGELOG.md CHANGED
@@ -1,12 +1,65 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Fri, 13 Sep 2024 00:48:48 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Sep 2024 14:14:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.17)
8
+
9
+ Thu, 26 Sep 2024 14:14:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.16..@fluentui/react-components_v9.54.17)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-carousel-preview`
15
+ - feat: Add resetAutoplay feature to reset index change timer ([PR #32897](https://github.com/microsoft/fluentui/pull/32897) by mifraser@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-button`
20
+ - fix: hovered menubutton icon does not disappear ([PR #32917](https://github.com/microsoft/fluentui/pull/32917) by sarah.higley@microsoft.com)
21
+ - `@fluentui/react-combobox`
22
+ - fix tabIndex for clear button in Dropdown component ([PR #32278](https://github.com/microsoft/fluentui/pull/32278) by kirpadv@gmail.com)
23
+ - `@fluentui/react-drawer`
24
+ - fix: reversed animations ([PR #32924](https://github.com/microsoft/fluentui/pull/32924) by marcosvmmoura@gmail.com)
25
+ - `@fluentui/react-table`
26
+ - fix: table selection checkbox or radio should be rendered even if invisible ([PR #32846](https://github.com/microsoft/fluentui/pull/32846) by sarah.higley@microsoft.com)
27
+
28
+ ### Changes
29
+
30
+ - `@fluentui/react-virtualizer`
31
+ - BREAKING CHANGE (useVirtualizerDynamicMeasure): optimized with scrollPos state and children height reference, updated algorithm to be more accurate, and exported measurement hook ([PR #32375](https://github.com/microsoft/fluentui/pull/32375) by mifraser@microsoft.com)
32
+
33
+ ## [9.54.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.16)
34
+
35
+ Mon, 23 Sep 2024 12:40:11 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.15..@fluentui/react-components_v9.54.16)
37
+
38
+ ### Minor changes
39
+
40
+ - `@fluentui/react-carousel-preview`
41
+ - 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)
42
+ - `@fluentui/react-nav-preview`
43
+ - Scaffolds SplitNavItem ([PR #32870](https://github.com/microsoft/fluentui/pull/32870) by matejera@microsoft.com)
44
+ - [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)
45
+
46
+ ### Patches
47
+
48
+ - `@fluentui/react-drawer`
49
+ - fix: add correct direction of animations when RTL ([PR #32813](https://github.com/microsoft/fluentui/pull/32813) by marcosvmmoura@gmail.com)
50
+ - `@fluentui/react-menu`
51
+ - fix(Menu): Do not rely on tabster restorer for focus restore ([PR #32840](https://github.com/microsoft/fluentui/pull/32840) by lingfangao@hotmail.com)
52
+ - `@fluentui/react-migration-v8-v9`
53
+ - 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)
54
+
55
+ ### Changes
56
+
57
+ - `@fluentui/tokens`
58
+ - feat: add z-index tokens ([PR #32356](https://github.com/microsoft/fluentui/pull/32356) by marcosvmmoura@gmail.com)
59
+
7
60
  ## [9.54.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.15)
8
61
 
9
- Fri, 13 Sep 2024 00:48:48 GMT
62
+ Fri, 13 Sep 2024 00:49:23 GMT
10
63
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.14..@fluentui/react-components_v9.54.15)
11
64
 
12
65
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.15",
3
+ "version": "9.54.17",
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.14",
42
- "@fluentui/react-divider": "^9.2.74",
43
- "@fluentui/react-drawer": "^9.5.14",
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.92",
38
+ "@fluentui/react-card": "^9.0.94",
39
+ "@fluentui/react-checkbox": "^9.2.37",
40
+ "@fluentui/react-combobox": "^9.13.8",
41
+ "@fluentui/react-dialog": "^9.11.16",
42
+ "@fluentui/react-divider": "^9.2.75",
43
+ "@fluentui/react-drawer": "^9.5.16",
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.18",
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.6",
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.85",
80
+ "@fluentui/react-tree": "^9.8.2",
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.12",
84
+ "@fluentui/react-breadcrumb": "^9.0.39",
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.18",
89
+ "@fluentui/react-tag-picker": "^9.3.4",
90
+ "@fluentui/react-motion": "^9.5.2"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@types/react": ">=16.14.0 <19.0.0",