@fluentui/react-components 9.54.0 → 9.54.2
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.
- package/CHANGELOG.md +50 -2
- package/package.json +44 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,60 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 17 Jun 2024 07:31:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.54.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.2)
|
|
8
|
+
|
|
9
|
+
Mon, 17 Jun 2024 07:31:06 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.1..@fluentui/react-components_v9.54.2)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-motion`
|
|
15
|
+
- feat: Implement `onMotionCancel` callback handler ([PR #31698](https://github.com/microsoft/fluentui/pull/31698) by lingfangao@hotmail.com)
|
|
16
|
+
- `@fluentui/react-tabster`
|
|
17
|
+
- Exposing TabsterMoveFocusEvent. ([PR #31393](https://github.com/microsoft/fluentui/pull/31393) by marata@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-context-selector`
|
|
22
|
+
- fix: useContextSelector with React 18 ([PR #30951](https://github.com/microsoft/fluentui/pull/30951) by olfedias@microsoft.com)
|
|
23
|
+
- `@fluentui/react-menu`
|
|
24
|
+
- Removing ignoreKeydown on MenuList as it has side effect on submenus. ([PR #31393](https://github.com/microsoft/fluentui/pull/31393) by marata@microsoft.com)
|
|
25
|
+
- `@fluentui/react-tabster`
|
|
26
|
+
- chore: Pulling Tabster 8.0.0 for the tree-shakeability improvements to reduce the bundle size. ([PR #31441](https://github.com/microsoft/fluentui/pull/31441) by marata@microsoft.com)
|
|
27
|
+
|
|
28
|
+
## [9.54.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.1)
|
|
29
|
+
|
|
30
|
+
Wed, 12 Jun 2024 13:17:15 GMT
|
|
31
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.0..@fluentui/react-components_v9.54.1)
|
|
32
|
+
|
|
33
|
+
### Minor changes
|
|
34
|
+
|
|
35
|
+
- `@fluentui/react-accordion`
|
|
36
|
+
- Deprecated react-accordion navigation prop. Tab navigation only should be used according to W3 APG pattern. ([PR #31587](https://github.com/microsoft/fluentui/pull/31587) by vgenaev@gmail.com)
|
|
37
|
+
- `@fluentui/react-motion`
|
|
38
|
+
- feat: add support for params ([PR #31566](https://github.com/microsoft/fluentui/pull/31566) by olfedias@microsoft.com)
|
|
39
|
+
- feat: Add consistent start and finish lifecycle callbacks ([PR #31644](https://github.com/microsoft/fluentui/pull/31644) by lingfangao@hotmail.com)
|
|
40
|
+
- `@fluentui/react-nav-preview`
|
|
41
|
+
- feat: Adding small size variant. ([PR #31589](https://github.com/microsoft/fluentui/pull/31589) by matejera@microsoft.com)
|
|
42
|
+
- (chore): Remove NavDrawerHeaderNav component. ([PR #31646](https://github.com/microsoft/fluentui/pull/31646) by matejera@microsoft.com)
|
|
43
|
+
- `@fluentui/react-tree`
|
|
44
|
+
- feature: onVisibilityChange method to TreeItemLayout action slot ([PR #31598](https://github.com/microsoft/fluentui/pull/31598) by bernardo.sunderhus@gmail.com)
|
|
45
|
+
|
|
46
|
+
### Patches
|
|
47
|
+
|
|
48
|
+
- `@fluentui/react-card`
|
|
49
|
+
- fix: improve header alignment when no description is passed ([PR #31681](https://github.com/microsoft/fluentui/pull/31681) by marcosvmmoura@gmail.com)
|
|
50
|
+
- `@fluentui/react-motion`
|
|
51
|
+
- fix(motions): improve compat for jsdom & jest ([PR #31602](https://github.com/microsoft/fluentui/pull/31602) by olfedias@microsoft.com)
|
|
52
|
+
- `@fluentui/react-nav-preview`
|
|
53
|
+
- feat: Adding roles and current where appropriate. ([PR #31649](https://github.com/microsoft/fluentui/pull/31649) by matejera@microsoft.com)
|
|
54
|
+
|
|
7
55
|
## [9.54.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.0)
|
|
8
56
|
|
|
9
|
-
Thu, 06 Jun 2024 15:
|
|
57
|
+
Thu, 06 Jun 2024 15:26:27 GMT
|
|
10
58
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.53.0..@fluentui/react-components_v9.54.0)
|
|
11
59
|
|
|
12
60
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.54.
|
|
3
|
+
"version": "9.54.2",
|
|
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.
|
|
33
|
+
"@fluentui/react-accordion": "^9.4.1",
|
|
34
34
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
35
|
-
"@fluentui/react-avatar": "^9.6.
|
|
35
|
+
"@fluentui/react-avatar": "^9.6.30",
|
|
36
36
|
"@fluentui/react-badge": "^9.2.38",
|
|
37
|
-
"@fluentui/react-button": "^9.3.
|
|
38
|
-
"@fluentui/react-card": "^9.0.
|
|
39
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
40
|
-
"@fluentui/react-combobox": "^9.11.
|
|
41
|
-
"@fluentui/react-dialog": "^9.11.
|
|
37
|
+
"@fluentui/react-button": "^9.3.84",
|
|
38
|
+
"@fluentui/react-card": "^9.0.84",
|
|
39
|
+
"@fluentui/react-checkbox": "^9.2.29",
|
|
40
|
+
"@fluentui/react-combobox": "^9.11.8",
|
|
41
|
+
"@fluentui/react-dialog": "^9.11.2",
|
|
42
42
|
"@fluentui/react-divider": "^9.2.70",
|
|
43
|
-
"@fluentui/react-drawer": "^9.5.
|
|
44
|
-
"@fluentui/react-field": "^9.1.
|
|
43
|
+
"@fluentui/react-drawer": "^9.5.2",
|
|
44
|
+
"@fluentui/react-field": "^9.1.68",
|
|
45
45
|
"@fluentui/react-image": "^9.1.68",
|
|
46
46
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
47
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
48
|
-
"@fluentui/react-input": "^9.4.
|
|
47
|
+
"@fluentui/react-infolabel": "^9.0.37",
|
|
48
|
+
"@fluentui/react-input": "^9.4.79",
|
|
49
49
|
"@fluentui/react-label": "^9.1.71",
|
|
50
|
-
"@fluentui/react-link": "^9.2.
|
|
51
|
-
"@fluentui/react-menu": "^9.14.
|
|
52
|
-
"@fluentui/react-overflow": "^9.1.
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
54
|
-
"@fluentui/react-portal": "^9.4.
|
|
55
|
-
"@fluentui/react-popover": "^9.9.
|
|
50
|
+
"@fluentui/react-link": "^9.2.25",
|
|
51
|
+
"@fluentui/react-menu": "^9.14.8",
|
|
52
|
+
"@fluentui/react-overflow": "^9.1.22",
|
|
53
|
+
"@fluentui/react-persona": "^9.2.89",
|
|
54
|
+
"@fluentui/react-portal": "^9.4.28",
|
|
55
|
+
"@fluentui/react-popover": "^9.9.12",
|
|
56
56
|
"@fluentui/react-positioning": "^9.15.3",
|
|
57
|
-
"@fluentui/react-progress": "^9.1.
|
|
58
|
-
"@fluentui/react-provider": "^9.16.
|
|
59
|
-
"@fluentui/react-radio": "^9.2.
|
|
60
|
-
"@fluentui/react-select": "^9.1.
|
|
57
|
+
"@fluentui/react-progress": "^9.1.79",
|
|
58
|
+
"@fluentui/react-provider": "^9.16.3",
|
|
59
|
+
"@fluentui/react-radio": "^9.2.24",
|
|
60
|
+
"@fluentui/react-select": "^9.1.79",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.19.0",
|
|
62
|
-
"@fluentui/react-skeleton": "^9.1.
|
|
63
|
-
"@fluentui/react-slider": "^9.1.
|
|
64
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
62
|
+
"@fluentui/react-skeleton": "^9.1.7",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.86",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.79",
|
|
65
65
|
"@fluentui/react-spinner": "^9.4.9",
|
|
66
|
-
"@fluentui/react-swatch-picker": "^9.1.
|
|
67
|
-
"@fluentui/react-switch": "^9.1.
|
|
68
|
-
"@fluentui/react-table": "^9.15.
|
|
69
|
-
"@fluentui/react-tabs": "^9.4.
|
|
70
|
-
"@fluentui/react-tabster": "^9.
|
|
71
|
-
"@fluentui/react-tags": "^9.3.
|
|
72
|
-
"@fluentui/react-textarea": "^9.3.
|
|
66
|
+
"@fluentui/react-swatch-picker": "^9.1.3",
|
|
67
|
+
"@fluentui/react-switch": "^9.1.86",
|
|
68
|
+
"@fluentui/react-table": "^9.15.8",
|
|
69
|
+
"@fluentui/react-tabs": "^9.4.24",
|
|
70
|
+
"@fluentui/react-tabster": "^9.22.0",
|
|
71
|
+
"@fluentui/react-tags": "^9.3.9",
|
|
72
|
+
"@fluentui/react-textarea": "^9.3.79",
|
|
73
73
|
"@fluentui/react-theme": "^9.1.19",
|
|
74
|
-
"@fluentui/react-toast": "^9.3.
|
|
75
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
76
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
74
|
+
"@fluentui/react-toast": "^9.3.47",
|
|
75
|
+
"@fluentui/react-toolbar": "^9.1.87",
|
|
76
|
+
"@fluentui/react-tooltip": "^9.4.31",
|
|
77
77
|
"@fluentui/react-utilities": "^9.18.10",
|
|
78
78
|
"@fluentui/react-text": "^9.4.20",
|
|
79
79
|
"@fluentui/react-virtualizer": "9.0.0-alpha.79",
|
|
80
|
-
"@fluentui/react-tree": "^9.
|
|
80
|
+
"@fluentui/react-tree": "^9.7.1",
|
|
81
81
|
"@griffel/react": "^1.5.22",
|
|
82
82
|
"@swc/helpers": "^0.5.1",
|
|
83
|
-
"@fluentui/react-message-bar": "^9.2.
|
|
84
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
85
|
-
"@fluentui/react-aria": "^9.12.
|
|
86
|
-
"@fluentui/react-rating": "^9.0.
|
|
87
|
-
"@fluentui/react-search": "^9.0.
|
|
88
|
-
"@fluentui/react-teaching-popover": "^9.1.
|
|
89
|
-
"@fluentui/react-tag-picker": "^9.1.
|
|
90
|
-
"@fluentui/react-motion": "9.
|
|
83
|
+
"@fluentui/react-message-bar": "^9.2.3",
|
|
84
|
+
"@fluentui/react-breadcrumb": "^9.0.30",
|
|
85
|
+
"@fluentui/react-aria": "^9.12.1",
|
|
86
|
+
"@fluentui/react-rating": "^9.0.12",
|
|
87
|
+
"@fluentui/react-search": "^9.0.8",
|
|
88
|
+
"@fluentui/react-teaching-popover": "^9.1.8",
|
|
89
|
+
"@fluentui/react-tag-picker": "^9.1.1",
|
|
90
|
+
"@fluentui/react-motion": "^9.2.0"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"@types/react": ">=16.14.0 <19.0.0",
|