@fluentui/react-components 9.55.0 → 9.55.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.
- package/CHANGELOG.md +32 -2
- package/package.json +56 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,42 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 15 Oct 2024 17:13:28 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.55.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.55.1)
|
|
8
|
+
|
|
9
|
+
Tue, 15 Oct 2024 17:13:28 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.55.0..@fluentui/react-components_v9.55.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-motion-components-preview`
|
|
15
|
+
- refactor: simplify motion component variant creation ([PR #32939](https://github.com/microsoft/fluentui/pull/32939) by robertpenner@microsoft.com)
|
|
16
|
+
- feat: add Collapse orientation parameter & horizontal implementation ([PR #32998](https://github.com/microsoft/fluentui/pull/32998) by robertpenner@microsoft.com)
|
|
17
|
+
- `@fluentui/react-tabs`
|
|
18
|
+
- feature: add rounded tab variant ([PR #32944](https://github.com/microsoft/fluentui/pull/32944) by kirpadv@gmail.com)
|
|
19
|
+
- `@fluentui/react-carousel`
|
|
20
|
+
- feat: Add fade motion to carousel as an optional prop ([PR #33000](https://github.com/microsoft/fluentui/pull/33000) by mifraser@microsoft.com)
|
|
21
|
+
- feat: Enable circular focus if circular, and enable animations on focus index change ([PR #33015](https://github.com/microsoft/fluentui/pull/33015) by mifraser@microsoft.com)
|
|
22
|
+
- `@fluentui/react-motion`
|
|
23
|
+
- feat: export MotionParam type ([PR #32939](https://github.com/microsoft/fluentui/pull/32939) by robertpenner@microsoft.com)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- `@fluentui/react-motion-components-preview`
|
|
28
|
+
- fix: Collapse should only effect opacity when animateOpacity is true ([PR #32999](https://github.com/microsoft/fluentui/pull/32999) by robertpenner@microsoft.com)
|
|
29
|
+
- `@fluentui/react-tabster`
|
|
30
|
+
- fix: useMergedTabsterAttributes should accept null/undefined values ([PR #32983](https://github.com/microsoft/fluentui/pull/32983) by lingfangao@hotmail.com)
|
|
31
|
+
|
|
32
|
+
### Changes
|
|
33
|
+
|
|
34
|
+
- `@fluentui/tokens`
|
|
35
|
+
- feat: add explicit .js file extensions to all relative import/export statement within built output to support native ESM within browser ([PR #30770](https://github.com/microsoft/fluentui/pull/30770) by martinhochel@microsoft.com)
|
|
36
|
+
|
|
7
37
|
## [9.55.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.55.0)
|
|
8
38
|
|
|
9
|
-
Tue, 08 Oct 2024 22:
|
|
39
|
+
Tue, 08 Oct 2024 22:05:56 GMT
|
|
10
40
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.17..@fluentui/react-components_v9.55.0)
|
|
11
41
|
|
|
12
42
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.55.
|
|
3
|
+
"version": "9.55.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -30,65 +30,65 @@
|
|
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@fluentui/react-accordion": "^9.5.
|
|
33
|
+
"@fluentui/react-accordion": "^9.5.7",
|
|
34
34
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
35
|
-
"@fluentui/react-avatar": "^9.6.
|
|
36
|
-
"@fluentui/react-badge": "^9.2.
|
|
37
|
-
"@fluentui/react-button": "^9.3.
|
|
38
|
-
"@fluentui/react-card": "^9.0.
|
|
39
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
40
|
-
"@fluentui/react-combobox": "^9.13.
|
|
41
|
-
"@fluentui/react-dialog": "^9.11.
|
|
42
|
-
"@fluentui/react-divider": "^9.2.
|
|
43
|
-
"@fluentui/react-drawer": "^9.5.
|
|
44
|
-
"@fluentui/react-field": "^9.1.
|
|
45
|
-
"@fluentui/react-image": "^9.1.
|
|
35
|
+
"@fluentui/react-avatar": "^9.6.41",
|
|
36
|
+
"@fluentui/react-badge": "^9.2.44",
|
|
37
|
+
"@fluentui/react-button": "^9.3.94",
|
|
38
|
+
"@fluentui/react-card": "^9.0.96",
|
|
39
|
+
"@fluentui/react-checkbox": "^9.2.39",
|
|
40
|
+
"@fluentui/react-combobox": "^9.13.10",
|
|
41
|
+
"@fluentui/react-dialog": "^9.11.18",
|
|
42
|
+
"@fluentui/react-divider": "^9.2.76",
|
|
43
|
+
"@fluentui/react-drawer": "^9.5.18",
|
|
44
|
+
"@fluentui/react-field": "^9.1.78",
|
|
45
|
+
"@fluentui/react-image": "^9.1.74",
|
|
46
46
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
47
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
48
|
-
"@fluentui/react-input": "^9.4.
|
|
49
|
-
"@fluentui/react-label": "^9.1.
|
|
50
|
-
"@fluentui/react-link": "^9.3.
|
|
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.
|
|
56
|
-
"@fluentui/react-positioning": "^9.15.
|
|
57
|
-
"@fluentui/react-progress": "^9.1.
|
|
58
|
-
"@fluentui/react-provider": "^9.17.
|
|
59
|
-
"@fluentui/react-radio": "^9.2.
|
|
60
|
-
"@fluentui/react-select": "^9.1.
|
|
61
|
-
"@fluentui/react-shared-contexts": "^9.20.
|
|
62
|
-
"@fluentui/react-skeleton": "^9.1.
|
|
63
|
-
"@fluentui/react-slider": "^9.1.
|
|
64
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
65
|
-
"@fluentui/react-spinner": "^9.5.
|
|
66
|
-
"@fluentui/react-swatch-picker": "^9.1.
|
|
67
|
-
"@fluentui/react-switch": "^9.1.
|
|
68
|
-
"@fluentui/react-table": "^9.15.
|
|
69
|
-
"@fluentui/react-tabs": "^9.
|
|
70
|
-
"@fluentui/react-tabster": "^9.22.
|
|
71
|
-
"@fluentui/react-tags": "^9.3.
|
|
72
|
-
"@fluentui/react-textarea": "^9.3.
|
|
73
|
-
"@fluentui/react-theme": "^9.1.
|
|
74
|
-
"@fluentui/react-toast": "^9.3.
|
|
75
|
-
"@fluentui/react-toolbar": "^9.2.
|
|
76
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
77
|
-
"@fluentui/react-utilities": "^9.18.
|
|
78
|
-
"@fluentui/react-text": "^9.4.
|
|
79
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
80
|
-
"@fluentui/react-tree": "^9.8.
|
|
47
|
+
"@fluentui/react-infolabel": "^9.0.48",
|
|
48
|
+
"@fluentui/react-input": "^9.4.91",
|
|
49
|
+
"@fluentui/react-label": "^9.1.77",
|
|
50
|
+
"@fluentui/react-link": "^9.3.1",
|
|
51
|
+
"@fluentui/react-menu": "^9.14.18",
|
|
52
|
+
"@fluentui/react-overflow": "^9.1.32",
|
|
53
|
+
"@fluentui/react-persona": "^9.2.100",
|
|
54
|
+
"@fluentui/react-portal": "^9.4.37",
|
|
55
|
+
"@fluentui/react-popover": "^9.9.23",
|
|
56
|
+
"@fluentui/react-positioning": "^9.15.10",
|
|
57
|
+
"@fluentui/react-progress": "^9.1.89",
|
|
58
|
+
"@fluentui/react-provider": "^9.17.6",
|
|
59
|
+
"@fluentui/react-radio": "^9.2.34",
|
|
60
|
+
"@fluentui/react-select": "^9.1.89",
|
|
61
|
+
"@fluentui/react-shared-contexts": "^9.20.2",
|
|
62
|
+
"@fluentui/react-skeleton": "^9.1.18",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.96",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.90",
|
|
65
|
+
"@fluentui/react-spinner": "^9.5.1",
|
|
66
|
+
"@fluentui/react-swatch-picker": "^9.1.12",
|
|
67
|
+
"@fluentui/react-switch": "^9.1.96",
|
|
68
|
+
"@fluentui/react-table": "^9.15.20",
|
|
69
|
+
"@fluentui/react-tabs": "^9.6.0",
|
|
70
|
+
"@fluentui/react-tabster": "^9.22.9",
|
|
71
|
+
"@fluentui/react-tags": "^9.3.20",
|
|
72
|
+
"@fluentui/react-textarea": "^9.3.90",
|
|
73
|
+
"@fluentui/react-theme": "^9.1.21",
|
|
74
|
+
"@fluentui/react-toast": "^9.3.58",
|
|
75
|
+
"@fluentui/react-toolbar": "^9.2.8",
|
|
76
|
+
"@fluentui/react-tooltip": "^9.4.41",
|
|
77
|
+
"@fluentui/react-utilities": "^9.18.16",
|
|
78
|
+
"@fluentui/react-text": "^9.4.26",
|
|
79
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.86",
|
|
80
|
+
"@fluentui/react-tree": "^9.8.4",
|
|
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.13.
|
|
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.3.
|
|
90
|
-
"@fluentui/react-motion": "^9.
|
|
91
|
-
"@fluentui/react-carousel": "^9.
|
|
83
|
+
"@fluentui/react-message-bar": "^9.2.14",
|
|
84
|
+
"@fluentui/react-breadcrumb": "^9.0.41",
|
|
85
|
+
"@fluentui/react-aria": "^9.13.8",
|
|
86
|
+
"@fluentui/react-rating": "^9.0.21",
|
|
87
|
+
"@fluentui/react-search": "^9.0.20",
|
|
88
|
+
"@fluentui/react-teaching-popover": "^9.1.20",
|
|
89
|
+
"@fluentui/react-tag-picker": "^9.3.6",
|
|
90
|
+
"@fluentui/react-motion": "^9.6.0",
|
|
91
|
+
"@fluentui/react-carousel": "^9.2.0"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
94
|
"@types/react": ">=16.14.0 <19.0.0",
|