@fluentui/react-components 9.46.2 → 9.46.4
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 +57 -2
- package/package.json +49 -49
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,67 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 06 Feb 2024 17:52:07 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.46.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.4)
|
|
8
|
+
|
|
9
|
+
Tue, 06 Feb 2024 17:52:07 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.3..@fluentui/react-components_v9.46.4)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-rating-preview`
|
|
15
|
+
- chore: Simplify high contrast visuals for RatingItem, and remove iconOutline from RatingDisplay ([PR #30457](https://github.com/microsoft/fluentui/pull/30457) by behowell@microsoft.com)
|
|
16
|
+
- `@fluentui/react-tabster`
|
|
17
|
+
- feat: useSetKeyboardNavigation hook ([PR #30316](https://github.com/microsoft/fluentui/pull/30316) by lingfangao@hotmail.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-aria`
|
|
22
|
+
- chore: adds @fluentui/react-jsx-runtime as dependency ([PR #30485](https://github.com/microsoft/fluentui/pull/30485) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
- `@fluentui/react-calendar-compat`
|
|
24
|
+
- fix: Update year and month pickers to use the correct keyboard navigation type and apply requested focus indicator width from design for day picker. ([PR #30435](https://github.com/microsoft/fluentui/pull/30435) by estebanmu@microsoft.com)
|
|
25
|
+
- `@fluentui/react-datepicker-compat`
|
|
26
|
+
- fix: Apply aria-disabled to DatePicker's contentAfter slot to avoid confusion when using screen readers. ([PR #30435](https://github.com/microsoft/fluentui/pull/30435) by estebanmu@microsoft.com)
|
|
27
|
+
- `@fluentui/react-message-bar`
|
|
28
|
+
- fix: MessageBar with no actions should have correct spacing ([PR #30481](https://github.com/microsoft/fluentui/pull/30481) by lingfangao@hotmail.com)
|
|
29
|
+
- `@fluentui/react-migration-v0-v9`
|
|
30
|
+
- fix(react-migration-v0-v9): add northstar to dependencies ([PR #30303](https://github.com/microsoft/fluentui/pull/30303) by martinhochel@microsoft.com)
|
|
31
|
+
- chore: bump northstar version ([PR #30478](https://github.com/microsoft/fluentui/pull/30478) by martinhochel@microsoft.com)
|
|
32
|
+
- `@fluentui/react-positioning`
|
|
33
|
+
- fix: Resize heuristic should account for zero dimensions ([PR #30439](https://github.com/microsoft/fluentui/pull/30439) by lingfangao@hotmail.com)
|
|
34
|
+
- `@fluentui/react-rating-preview`
|
|
35
|
+
- chore: add accesibility props to Rating and RatingDisplay ([PR #30414](https://github.com/microsoft/fluentui/pull/30414) by ololubek@microsoft.com)
|
|
36
|
+
- chore: add accessibility props to Rating and RatingDisplay ([PR #30421](https://github.com/microsoft/fluentui/pull/30421) by ololubek@microsoft.com)
|
|
37
|
+
- `@fluentui/react-search-preview`
|
|
38
|
+
- Adds custom onChange callback on SearchBox preview so consumers can handle clear event. ([PR #29038](https://github.com/microsoft/fluentui/pull/29038) by syphe@outlook.com)
|
|
39
|
+
- `@fluentui/react-tree`
|
|
40
|
+
- bugfix: regression fix for focus and blur events on TreeItem ([PR #30436](https://github.com/microsoft/fluentui/pull/30436) by bernardo.sunderhus@gmail.com)
|
|
41
|
+
- bugfix: onOpenChange inconsistent between Tree and TreeItem ([PR #30050](https://github.com/microsoft/fluentui/pull/30050) by bernardo.sunderhus@gmail.com)
|
|
42
|
+
|
|
43
|
+
## [9.46.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.3)
|
|
44
|
+
|
|
45
|
+
Tue, 30 Jan 2024 23:16:53 GMT
|
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.2..@fluentui/react-components_v9.46.3)
|
|
47
|
+
|
|
48
|
+
### Minor changes
|
|
49
|
+
|
|
50
|
+
- `@fluentui/react-tabster`
|
|
51
|
+
- Optional ShadowDOM support. ([PR #30429](https://github.com/microsoft/fluentui/pull/30429) by marata@microsoft.com)
|
|
52
|
+
- `@fluentui/react-utilities`
|
|
53
|
+
- getParent() version with ShadowDOM support. ([PR #30429](https://github.com/microsoft/fluentui/pull/30429) by marata@microsoft.com)
|
|
54
|
+
|
|
55
|
+
### Patches
|
|
56
|
+
|
|
57
|
+
- `@fluentui/react-table`
|
|
58
|
+
- DataGrid to use dedicated custom events instead of simulated keypresses. ([PR #30387](https://github.com/microsoft/fluentui/pull/30387) by marata@microsoft.com)
|
|
59
|
+
- `@fluentui/react-tabster`
|
|
60
|
+
- Tabster 5.3.0 and Keyborg 2.4.1. ([PR #30387](https://github.com/microsoft/fluentui/pull/30387) by marata@microsoft.com)
|
|
61
|
+
|
|
7
62
|
## [9.46.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.2)
|
|
8
63
|
|
|
9
|
-
Mon, 29 Jan 2024 13:
|
|
64
|
+
Mon, 29 Jan 2024 13:56:05 GMT
|
|
10
65
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.1..@fluentui/react-components_v9.46.2)
|
|
11
66
|
|
|
12
67
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.46.
|
|
3
|
+
"version": "9.46.4",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,58 +32,58 @@
|
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "^9.3.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.6.
|
|
38
|
-
"@fluentui/react-badge": "^9.2.
|
|
39
|
-
"@fluentui/react-button": "^9.3.
|
|
40
|
-
"@fluentui/react-card": "^9.0.
|
|
41
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
42
|
-
"@fluentui/react-combobox": "^9.7.
|
|
43
|
-
"@fluentui/react-dialog": "^9.9.
|
|
44
|
-
"@fluentui/react-divider": "^9.2.
|
|
45
|
-
"@fluentui/react-drawer": "^9.1.
|
|
46
|
-
"@fluentui/react-field": "^9.1.
|
|
47
|
-
"@fluentui/react-image": "^9.1.
|
|
48
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
49
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
50
|
-
"@fluentui/react-input": "^9.4.
|
|
51
|
-
"@fluentui/react-label": "^9.1.
|
|
52
|
-
"@fluentui/react-link": "^9.2.
|
|
53
|
-
"@fluentui/react-menu": "^9.12.
|
|
54
|
-
"@fluentui/react-overflow": "^9.1.
|
|
55
|
-
"@fluentui/react-persona": "^9.2.
|
|
56
|
-
"@fluentui/react-portal": "^9.4.
|
|
57
|
-
"@fluentui/react-popover": "^9.8.
|
|
58
|
-
"@fluentui/react-positioning": "^9.13.
|
|
59
|
-
"@fluentui/react-progress": "^9.1.
|
|
60
|
-
"@fluentui/react-provider": "^9.13.
|
|
61
|
-
"@fluentui/react-radio": "^9.2.
|
|
62
|
-
"@fluentui/react-select": "^9.1.
|
|
35
|
+
"@fluentui/react-accordion": "^9.3.41",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.109",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.14",
|
|
38
|
+
"@fluentui/react-badge": "^9.2.24",
|
|
39
|
+
"@fluentui/react-button": "^9.3.68",
|
|
40
|
+
"@fluentui/react-card": "^9.0.67",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.2.12",
|
|
42
|
+
"@fluentui/react-combobox": "^9.7.5",
|
|
43
|
+
"@fluentui/react-dialog": "^9.9.10",
|
|
44
|
+
"@fluentui/react-divider": "^9.2.60",
|
|
45
|
+
"@fluentui/react-drawer": "^9.1.4",
|
|
46
|
+
"@fluentui/react-field": "^9.1.53",
|
|
47
|
+
"@fluentui/react-image": "^9.1.57",
|
|
48
|
+
"@fluentui/react-infobutton": "9.0.0-beta.93",
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.21",
|
|
50
|
+
"@fluentui/react-input": "^9.4.63",
|
|
51
|
+
"@fluentui/react-label": "^9.1.61",
|
|
52
|
+
"@fluentui/react-link": "^9.2.10",
|
|
53
|
+
"@fluentui/react-menu": "^9.12.50",
|
|
54
|
+
"@fluentui/react-overflow": "^9.1.10",
|
|
55
|
+
"@fluentui/react-persona": "^9.2.73",
|
|
56
|
+
"@fluentui/react-portal": "^9.4.13",
|
|
57
|
+
"@fluentui/react-popover": "^9.8.38",
|
|
58
|
+
"@fluentui/react-positioning": "^9.13.3",
|
|
59
|
+
"@fluentui/react-progress": "^9.1.63",
|
|
60
|
+
"@fluentui/react-provider": "^9.13.11",
|
|
61
|
+
"@fluentui/react-radio": "^9.2.7",
|
|
62
|
+
"@fluentui/react-select": "^9.1.63",
|
|
63
63
|
"@fluentui/react-shared-contexts": "^9.14.0",
|
|
64
|
-
"@fluentui/react-skeleton": "^9.0.
|
|
65
|
-
"@fluentui/react-slider": "^9.1.
|
|
66
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
67
|
-
"@fluentui/react-spinner": "^9.3.
|
|
68
|
-
"@fluentui/react-switch": "^9.1.
|
|
69
|
-
"@fluentui/react-table": "^9.11.
|
|
70
|
-
"@fluentui/react-tabs": "^9.4.
|
|
71
|
-
"@fluentui/react-tabster": "^9.
|
|
72
|
-
"@fluentui/react-tags": "^9.0.
|
|
73
|
-
"@fluentui/react-textarea": "^9.3.
|
|
64
|
+
"@fluentui/react-skeleton": "^9.0.51",
|
|
65
|
+
"@fluentui/react-slider": "^9.1.69",
|
|
66
|
+
"@fluentui/react-spinbutton": "^9.2.63",
|
|
67
|
+
"@fluentui/react-spinner": "^9.3.41",
|
|
68
|
+
"@fluentui/react-switch": "^9.1.69",
|
|
69
|
+
"@fluentui/react-table": "^9.11.10",
|
|
70
|
+
"@fluentui/react-tabs": "^9.4.9",
|
|
71
|
+
"@fluentui/react-tabster": "^9.19.0",
|
|
72
|
+
"@fluentui/react-tags": "^9.0.27",
|
|
73
|
+
"@fluentui/react-textarea": "^9.3.63",
|
|
74
74
|
"@fluentui/react-theme": "^9.1.16",
|
|
75
|
-
"@fluentui/react-toast": "^9.3.
|
|
76
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
77
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
78
|
-
"@fluentui/react-utilities": "^9.
|
|
79
|
-
"@fluentui/react-text": "^9.4.
|
|
80
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
81
|
-
"@fluentui/react-tree": "^9.4.
|
|
75
|
+
"@fluentui/react-toast": "^9.3.30",
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.70",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.16",
|
|
78
|
+
"@fluentui/react-utilities": "^9.18.0",
|
|
79
|
+
"@fluentui/react-text": "^9.4.9",
|
|
80
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.68",
|
|
81
|
+
"@fluentui/react-tree": "^9.4.30",
|
|
82
82
|
"@griffel/react": "^1.5.14",
|
|
83
83
|
"@swc/helpers": "^0.5.1",
|
|
84
|
-
"@fluentui/react-message-bar": "^9.0.
|
|
85
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
86
|
-
"@fluentui/react-aria": "^9.8.
|
|
84
|
+
"@fluentui/react-message-bar": "^9.0.19",
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.14",
|
|
86
|
+
"@fluentui/react-aria": "^9.8.2"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@types/react": ">=16.14.0 <19.0.0",
|