@fluentui/react-components 9.46.4 → 9.46.5
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 +64 -2
- package/package.json +49 -49
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,74 @@
|
|
|
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, 20 Feb 2024 14:15:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.46.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.5)
|
|
8
|
+
|
|
9
|
+
Tue, 20 Feb 2024 14:15:20 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.4..@fluentui/react-components_v9.46.5)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-aria`
|
|
15
|
+
- feat: adds a context for active descendant ([PR #30528](https://github.com/microsoft/fluentui/pull/30528) by lingfan.gao@microsoft.com)
|
|
16
|
+
- `@fluentui/react-combobox`
|
|
17
|
+
- feat: Decouple activedescendant handling from react state ([PR #30539](https://github.com/microsoft/fluentui/pull/30539) by lingfan.gao@microsoft.com)
|
|
18
|
+
- `@fluentui/react-conformance`
|
|
19
|
+
- Deprecate consistent-callback-args test ([PR #30301](https://github.com/microsoft/fluentui/pull/30301) by yuanboxue@microsoft.com)
|
|
20
|
+
- BREAKING CHANGE: change `consistent-callback-args` test option to test selected props instead of ignoring props ([PR #30376](https://github.com/microsoft/fluentui/pull/30376) by yuanboxue@microsoft.com)
|
|
21
|
+
- `@fluentui/react-menu`
|
|
22
|
+
- Dismiss Menu when MenuLinkItem is clicked. ([PR #30497](https://github.com/microsoft/fluentui/pull/30497) by santoshsrisai36@gmail.com)
|
|
23
|
+
- `@fluentui/react-motions-preview`
|
|
24
|
+
- BREAKING: rename createAtom() to createMotionComponent() & createPresence() to createPresenceMotion() ([PR #30550](https://github.com/microsoft/fluentui/pull/30550) by olfedias@microsoft.com)
|
|
25
|
+
- BREAKING: remove exports for atom & presence definitions ([PR #30548](https://github.com/microsoft/fluentui/pull/30548) by olfedias@microsoft.com)
|
|
26
|
+
- `@fluentui/react-timepicker-compat`
|
|
27
|
+
- feat: add "clearable" prop ([PR #30512](https://github.com/microsoft/fluentui/pull/30512) by olfedias@microsoft.com)
|
|
28
|
+
|
|
29
|
+
### Patches
|
|
30
|
+
|
|
31
|
+
- `@fluentui/react-breadcrumb`
|
|
32
|
+
- fix: moved sized icons to styling ([PR #30551](https://github.com/microsoft/fluentui/pull/30551) by vkozlova@microsoft.com)
|
|
33
|
+
- `@fluentui/react-calendar-compat`
|
|
34
|
+
- fix: remove new Date() from prop destructuring ([PR #30519](https://github.com/microsoft/fluentui/pull/30519) by seanmonahan@microsoft.com)
|
|
35
|
+
- `@fluentui/react-combobox`
|
|
36
|
+
- chore: disable consistent-callback-type lint rule for existing callbacks ([PR #30293](https://github.com/microsoft/fluentui/pull/30293) by yuanboxue@microsoft.com)
|
|
37
|
+
- `@fluentui/react-datepicker-compat`
|
|
38
|
+
- fix: DatePicker renders a semantic button for voice control ([PR #30499](https://github.com/microsoft/fluentui/pull/30499) by sarah.higley@microsoft.com)
|
|
39
|
+
- fix: remove new Date() from prop destructuring ([PR #30519](https://github.com/microsoft/fluentui/pull/30519) by seanmonahan@microsoft.com)
|
|
40
|
+
- `@fluentui/react-field`
|
|
41
|
+
- chore: update style hooks to return state ([PR #30513](https://github.com/microsoft/fluentui/pull/30513) by olfedias@microsoft.com)
|
|
42
|
+
- `@fluentui/react-image`
|
|
43
|
+
- chore: update style hooks to return state ([PR #30513](https://github.com/microsoft/fluentui/pull/30513) by olfedias@microsoft.com)
|
|
44
|
+
- `@fluentui/react-menu`
|
|
45
|
+
- fix: MenuPopover should stay open for submenu even when not openOnHover ([PR #30486](https://github.com/microsoft/fluentui/pull/30486) by lingfangao@hotmail.com)
|
|
46
|
+
- chore: update style hooks to return state ([PR #30513](https://github.com/microsoft/fluentui/pull/30513) by olfedias@microsoft.com)
|
|
47
|
+
- `@fluentui/react-motions-preview`
|
|
48
|
+
- feat: add onMotionFinish() callback to createPresenceComponent() ([PR #30529](https://github.com/microsoft/fluentui/pull/30529) by olfedias@microsoft.com)
|
|
49
|
+
- feat: add PresenceGroup component ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by olfedias@microsoft.com)
|
|
50
|
+
- `@fluentui/react-radio`
|
|
51
|
+
- chore: update style hooks to return state ([PR #30513](https://github.com/microsoft/fluentui/pull/30513) by olfedias@microsoft.com)
|
|
52
|
+
- `@fluentui/react-rating-preview`
|
|
53
|
+
- fix: remove component assignment from prop destructuring ([PR #30520](https://github.com/microsoft/fluentui/pull/30520) by seanmonahan@microsoft.com)
|
|
54
|
+
- fix: update vertical styling for RatingDisplay to fix vertical alignment ([PR #30465](https://github.com/microsoft/fluentui/pull/30465) by ololubek@microsoft.com)
|
|
55
|
+
- `@fluentui/react-search-preview`
|
|
56
|
+
- chore: disable consistent-callback-type lint rule for existing callbacks ([PR #30293](https://github.com/microsoft/fluentui/pull/30293) by yuanboxue@microsoft.com)
|
|
57
|
+
- `@fluentui/react-tabster`
|
|
58
|
+
- fix: focus-visible polyfill should only register in scope ([PR #30517](https://github.com/microsoft/fluentui/pull/30517) by lingfangao@hotmail.com)
|
|
59
|
+
- Active modal checks if an element outside of it is a virtual child of a modal before setting aria-hidden.' ([PR #30501](https://github.com/microsoft/fluentui/pull/30501) by marata@microsoft.com)
|
|
60
|
+
- `@fluentui/react-timepicker-compat`
|
|
61
|
+
- refactor: update activedescendant management from combobox ([PR #30539](https://github.com/microsoft/fluentui/pull/30539) by lingfan.gao@microsoft.com)
|
|
62
|
+
- `@fluentui/react-toast`
|
|
63
|
+
- chore: disable consistent-callback-type lint rule for existing callbacks ([PR #30293](https://github.com/microsoft/fluentui/pull/30293) by yuanboxue@microsoft.com)
|
|
64
|
+
- `@fluentui/react-toolbar`
|
|
65
|
+
- chore: update style hooks to return state ([PR #30513](https://github.com/microsoft/fluentui/pull/30513) by olfedias@microsoft.com)
|
|
66
|
+
- `@fluentui/react-utilities`
|
|
67
|
+
- fix: Remove import cycle between assertSlots.ts and index.ts ([PR #30555](https://github.com/microsoft/fluentui/pull/30555) by behowell@microsoft.com)
|
|
68
|
+
|
|
7
69
|
## [9.46.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.4)
|
|
8
70
|
|
|
9
|
-
Tue, 06 Feb 2024 17:
|
|
71
|
+
Tue, 06 Feb 2024 17:55:17 GMT
|
|
10
72
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.3..@fluentui/react-components_v9.46.4)
|
|
11
73
|
|
|
12
74
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.46.
|
|
3
|
+
"version": "9.46.5",
|
|
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.
|
|
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.
|
|
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.42",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.110",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.15",
|
|
38
|
+
"@fluentui/react-badge": "^9.2.25",
|
|
39
|
+
"@fluentui/react-button": "^9.3.69",
|
|
40
|
+
"@fluentui/react-card": "^9.0.68",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.2.13",
|
|
42
|
+
"@fluentui/react-combobox": "^9.8.0",
|
|
43
|
+
"@fluentui/react-dialog": "^9.9.11",
|
|
44
|
+
"@fluentui/react-divider": "^9.2.61",
|
|
45
|
+
"@fluentui/react-drawer": "^9.1.5",
|
|
46
|
+
"@fluentui/react-field": "^9.1.54",
|
|
47
|
+
"@fluentui/react-image": "^9.1.58",
|
|
48
|
+
"@fluentui/react-infobutton": "9.0.0-beta.94",
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.22",
|
|
50
|
+
"@fluentui/react-input": "^9.4.64",
|
|
51
|
+
"@fluentui/react-label": "^9.1.62",
|
|
52
|
+
"@fluentui/react-link": "^9.2.11",
|
|
53
|
+
"@fluentui/react-menu": "^9.13.0",
|
|
54
|
+
"@fluentui/react-overflow": "^9.1.11",
|
|
55
|
+
"@fluentui/react-persona": "^9.2.74",
|
|
56
|
+
"@fluentui/react-portal": "^9.4.14",
|
|
57
|
+
"@fluentui/react-popover": "^9.8.39",
|
|
58
|
+
"@fluentui/react-positioning": "^9.13.4",
|
|
59
|
+
"@fluentui/react-progress": "^9.1.64",
|
|
60
|
+
"@fluentui/react-provider": "^9.13.12",
|
|
61
|
+
"@fluentui/react-radio": "^9.2.8",
|
|
62
|
+
"@fluentui/react-select": "^9.1.64",
|
|
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.19.
|
|
72
|
-
"@fluentui/react-tags": "^9.0.
|
|
73
|
-
"@fluentui/react-textarea": "^9.3.
|
|
64
|
+
"@fluentui/react-skeleton": "^9.0.52",
|
|
65
|
+
"@fluentui/react-slider": "^9.1.70",
|
|
66
|
+
"@fluentui/react-spinbutton": "^9.2.64",
|
|
67
|
+
"@fluentui/react-spinner": "^9.3.42",
|
|
68
|
+
"@fluentui/react-switch": "^9.1.70",
|
|
69
|
+
"@fluentui/react-table": "^9.11.11",
|
|
70
|
+
"@fluentui/react-tabs": "^9.4.10",
|
|
71
|
+
"@fluentui/react-tabster": "^9.19.1",
|
|
72
|
+
"@fluentui/react-tags": "^9.0.28",
|
|
73
|
+
"@fluentui/react-textarea": "^9.3.64",
|
|
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.18.
|
|
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.31",
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.71",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.17",
|
|
78
|
+
"@fluentui/react-utilities": "^9.18.1",
|
|
79
|
+
"@fluentui/react-text": "^9.4.10",
|
|
80
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.69",
|
|
81
|
+
"@fluentui/react-tree": "^9.4.31",
|
|
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.
|
|
84
|
+
"@fluentui/react-message-bar": "^9.0.20",
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.15",
|
|
86
|
+
"@fluentui/react-aria": "^9.9.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@types/react": ">=16.14.0 <19.0.0",
|