@fluentui/react-components 9.54.13 → 9.54.14
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 +58 -2
- package/package.json +53 -53
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,68 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 10 Sep 2024 10:15:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.54.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.14)
|
|
8
|
+
|
|
9
|
+
Tue, 10 Sep 2024 10:15:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.13..@fluentui/react-components_v9.54.14)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-carousel-preview`
|
|
15
|
+
- feat: Add accessibility and focus modes to cards ([PR #32181](https://github.com/microsoft/fluentui/pull/32181) by mifraser@microsoft.com)
|
|
16
|
+
- feat: Add brand appearance to nav buttons, update action states ([PR #32348](https://github.com/microsoft/fluentui/pull/32348) by mifraser@microsoft.com)
|
|
17
|
+
- feat: Add enableDrag option for mouse/touch scroll support ([PR #32388](https://github.com/microsoft/fluentui/pull/32388) by mifraser@microsoft.com)
|
|
18
|
+
- `@fluentui/react-tabs`
|
|
19
|
+
- export Tab component style hooks ([PR #32125](https://github.com/microsoft/fluentui/pull/32125) by kirpadv@gmail.com)
|
|
20
|
+
- `@fluentui/react-tree`
|
|
21
|
+
- bugfix: recover from tabIndex=-1 when TreeItem is removed ([PR #32442](https://github.com/microsoft/fluentui/pull/32442) by bernardo.sunderhus@gmail.com)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- `@fluentui/react-button`
|
|
26
|
+
- fix: medium and large SplitButton menuButton is at least 24px wide ([PR #32309](https://github.com/microsoft/fluentui/pull/32309) by sarah.higley@microsoft.com)
|
|
27
|
+
- `@fluentui/react-card`
|
|
28
|
+
- fix: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
|
|
29
|
+
- `@fluentui/react-carousel-preview`
|
|
30
|
+
- chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
|
|
31
|
+
- `@fluentui/react-checkbox`
|
|
32
|
+
- chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
|
|
33
|
+
- `@fluentui/react-dialog`
|
|
34
|
+
- chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
|
|
35
|
+
- `@fluentui/react-drawer`
|
|
36
|
+
- chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
|
|
37
|
+
- `@fluentui/react-overflow`
|
|
38
|
+
- fix(useOverflowContainer): Removes double overflowManager creation ([PR #32459](https://github.com/microsoft/fluentui/pull/32459) by lingfangao@hotmail.com)
|
|
39
|
+
- `@fluentui/react-select`
|
|
40
|
+
- chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
|
|
41
|
+
- `@fluentui/react-spinbutton`
|
|
42
|
+
- fix: remove aria-valuenow from native input element ([PR #32360](https://github.com/microsoft/fluentui/pull/32360) by sarah.higley@microsoft.com)
|
|
43
|
+
- `@fluentui/react-table`
|
|
44
|
+
- fix(TableHeaderCell): should use hover and pressed tokens ([PR #32352](https://github.com/microsoft/fluentui/pull/32352) by lingfangao@hotmail.com)
|
|
45
|
+
- `@fluentui/react-tabs`
|
|
46
|
+
- fix: Improve animation for active tab indicator on tabs with falsy values ([PR #32374](https://github.com/microsoft/fluentui/pull/32374) by kirpadv@gmail.com)
|
|
47
|
+
- `@fluentui/react-tag-picker`
|
|
48
|
+
- bugfix: ensures input behaviour on text selection ([PR #32285](https://github.com/microsoft/fluentui/pull/32285) by bernardo.sunderhus@gmail.com)
|
|
49
|
+
- fix(react-tag-picker): compute aria-label/aria-labelledby for expand button, stories a11y fixes ([PR #32297](https://github.com/microsoft/fluentui/pull/32297) by jiangemma@microsoft.com)
|
|
50
|
+
- fix(react-tag-picker): allows TagPickerGroup to be disabled ([PR #32317](https://github.com/microsoft/fluentui/pull/32317) by jiangemma@microsoft.com)
|
|
51
|
+
- `@fluentui/react-tags`
|
|
52
|
+
- fix(react-tags): allows TagGroup to be disabled ([PR #32317](https://github.com/microsoft/fluentui/pull/32317) by jiangemma@microsoft.com)
|
|
53
|
+
- fix(react-tags): allow TagGroup to be disabled, remove role='img' from Tag dismiss ([PR #32297](https://github.com/microsoft/fluentui/pull/32297) by jiangemma@microsoft.com)
|
|
54
|
+
- `@fluentui/react-teaching-popover`
|
|
55
|
+
- fix: Update popover size to match design guidance 320px, enable image to auto size based on popover surface bounds ([PR #32363](https://github.com/microsoft/fluentui/pull/32363) by mifraser@microsoft.com)
|
|
56
|
+
- `@fluentui/react-tree`
|
|
57
|
+
- bugfix: ensure actions visibility between successive mouse events ([PR #32477](https://github.com/microsoft/fluentui/pull/32477) by bernardo.sunderhus@gmail.com)
|
|
58
|
+
- fix: remove unnecessary aria-hidden attributes that were causing accessibility issues ([PR #32081](https://github.com/microsoft/fluentui/pull/32081) by sarah.higley@microsoft.com)
|
|
59
|
+
- bugfix: ensure onClick handler is not called on every click ([PR #32434](https://github.com/microsoft/fluentui/pull/32434) by bernardo.sunderhus@gmail.com)
|
|
60
|
+
- `@fluentui/react-utilities`
|
|
61
|
+
- chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
|
|
62
|
+
|
|
7
63
|
## [9.54.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.13)
|
|
8
64
|
|
|
9
|
-
Fri, 16 Aug 2024 10:
|
|
65
|
+
Fri, 16 Aug 2024 10:24:16 GMT
|
|
10
66
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.12..@fluentui/react-components_v9.54.13)
|
|
11
67
|
|
|
12
68
|
### 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.14",
|
|
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.
|
|
33
|
+
"@fluentui/react-accordion": "^9.5.4",
|
|
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.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",
|
|
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.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.
|
|
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.
|
|
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
61
|
"@fluentui/react-shared-contexts": "^9.20.0",
|
|
62
|
-
"@fluentui/react-skeleton": "^9.1.
|
|
63
|
-
"@fluentui/react-slider": "^9.1.
|
|
64
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
65
|
-
"@fluentui/react-spinner": "^9.4.
|
|
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.
|
|
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
73
|
"@fluentui/react-theme": "^9.1.19",
|
|
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.
|
|
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",
|
|
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.5.
|
|
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"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"@types/react": ">=16.14.0 <19.0.0",
|