@fluentui/react-components 9.49.1 → 9.49.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 +28 -2
- package/package.json +52 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 06 May 2024 12:48:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.49.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.49.2)
|
|
8
|
+
|
|
9
|
+
Mon, 06 May 2024 12:48:51 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.49.1..@fluentui/react-components_v9.49.2)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-provider`
|
|
15
|
+
- feat: adds TagPicker to custom style hooks ([PR #31272](https://github.com/microsoft/fluentui/pull/31272) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
- `@fluentui/react-shared-contexts`
|
|
17
|
+
- feat: adds TagPicker to custom style hooks ([PR #31272](https://github.com/microsoft/fluentui/pull/31272) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
- `@fluentui/react-tag-picker-preview`
|
|
19
|
+
- chore: removes freeform prop ([PR #31273](https://github.com/microsoft/fluentui/pull/31273) by bernardo.sunderhus@gmail.com)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- `@fluentui/react-aria`
|
|
24
|
+
- feat: use ariaNotify in AriaLiveAnnouncer when available ([PR #31251](https://github.com/microsoft/fluentui/pull/31251) by sarah.higley@microsoft.com)
|
|
25
|
+
- `@fluentui/react-switch`
|
|
26
|
+
- fix: Add HC styling for Switch font icon ([PR #31241](https://github.com/microsoft/fluentui/pull/31241) by ololubek@microsoft.com)
|
|
27
|
+
- `@fluentui/react-tabster`
|
|
28
|
+
- fix: bump keyborg to 2.6.0 nad tabster to 7.1.2 in order to fix iOS touch bug ([PR #31268](https://github.com/microsoft/fluentui/pull/31268) by marata@microsoft.com)
|
|
29
|
+
- `@fluentui/react-tag-picker-preview`
|
|
30
|
+
- chore: ensure clicking on surface will toggle open state ([PR #31270](https://github.com/microsoft/fluentui/pull/31270) by bernardo.sunderhus@gmail.com)
|
|
31
|
+
- chore: bug bash follow up ([PR #31272](https://github.com/microsoft/fluentui/pull/31272) by bernardo.sunderhus@gmail.com)
|
|
32
|
+
|
|
7
33
|
## [9.49.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.49.1)
|
|
8
34
|
|
|
9
|
-
Thu, 02 May 2024 11:
|
|
35
|
+
Thu, 02 May 2024 11:36:28 GMT
|
|
10
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.49.0..@fluentui/react-components_v9.49.1)
|
|
11
37
|
|
|
12
38
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.49.
|
|
3
|
+
"version": "9.49.2",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,61 +32,61 @@
|
|
|
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.11.
|
|
43
|
-
"@fluentui/react-dialog": "^9.10.
|
|
44
|
-
"@fluentui/react-divider": "^9.2.
|
|
45
|
-
"@fluentui/react-drawer": "^9.2.
|
|
46
|
-
"@fluentui/react-field": "^9.1.
|
|
47
|
-
"@fluentui/react-image": "^9.1.
|
|
35
|
+
"@fluentui/react-accordion": "^9.3.52",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.119",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.24",
|
|
38
|
+
"@fluentui/react-badge": "^9.2.34",
|
|
39
|
+
"@fluentui/react-button": "^9.3.78",
|
|
40
|
+
"@fluentui/react-card": "^9.0.77",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.2.23",
|
|
42
|
+
"@fluentui/react-combobox": "^9.11.1",
|
|
43
|
+
"@fluentui/react-dialog": "^9.10.3",
|
|
44
|
+
"@fluentui/react-divider": "^9.2.68",
|
|
45
|
+
"@fluentui/react-drawer": "^9.2.1",
|
|
46
|
+
"@fluentui/react-field": "^9.1.64",
|
|
47
|
+
"@fluentui/react-image": "^9.1.65",
|
|
48
48
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
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.14.
|
|
54
|
-
"@fluentui/react-overflow": "^9.1.
|
|
55
|
-
"@fluentui/react-persona": "^9.2.
|
|
56
|
-
"@fluentui/react-portal": "^9.4.
|
|
57
|
-
"@fluentui/react-popover": "^9.9.
|
|
58
|
-
"@fluentui/react-positioning": "^9.14.
|
|
59
|
-
"@fluentui/react-progress": "^9.1.
|
|
60
|
-
"@fluentui/react-provider": "^9.
|
|
61
|
-
"@fluentui/react-radio": "^9.2.
|
|
62
|
-
"@fluentui/react-select": "^9.1.
|
|
63
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
64
|
-
"@fluentui/react-skeleton": "^9.1.
|
|
65
|
-
"@fluentui/react-slider": "^9.1.
|
|
66
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
67
|
-
"@fluentui/react-spinner": "^9.4.
|
|
68
|
-
"@fluentui/react-switch": "^9.1.
|
|
69
|
-
"@fluentui/react-table": "^9.15.
|
|
70
|
-
"@fluentui/react-tabs": "^9.4.
|
|
71
|
-
"@fluentui/react-tabster": "^9.21.
|
|
72
|
-
"@fluentui/react-tags": "^9.3.
|
|
73
|
-
"@fluentui/react-textarea": "^9.3.
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.31",
|
|
50
|
+
"@fluentui/react-input": "^9.4.74",
|
|
51
|
+
"@fluentui/react-label": "^9.1.69",
|
|
52
|
+
"@fluentui/react-link": "^9.2.20",
|
|
53
|
+
"@fluentui/react-menu": "^9.14.2",
|
|
54
|
+
"@fluentui/react-overflow": "^9.1.18",
|
|
55
|
+
"@fluentui/react-persona": "^9.2.83",
|
|
56
|
+
"@fluentui/react-portal": "^9.4.23",
|
|
57
|
+
"@fluentui/react-popover": "^9.9.7",
|
|
58
|
+
"@fluentui/react-positioning": "^9.14.5",
|
|
59
|
+
"@fluentui/react-progress": "^9.1.74",
|
|
60
|
+
"@fluentui/react-provider": "^9.15.0",
|
|
61
|
+
"@fluentui/react-radio": "^9.2.18",
|
|
62
|
+
"@fluentui/react-select": "^9.1.74",
|
|
63
|
+
"@fluentui/react-shared-contexts": "^9.18.0",
|
|
64
|
+
"@fluentui/react-skeleton": "^9.1.2",
|
|
65
|
+
"@fluentui/react-slider": "^9.1.80",
|
|
66
|
+
"@fluentui/react-spinbutton": "^9.2.74",
|
|
67
|
+
"@fluentui/react-spinner": "^9.4.7",
|
|
68
|
+
"@fluentui/react-switch": "^9.1.80",
|
|
69
|
+
"@fluentui/react-table": "^9.15.2",
|
|
70
|
+
"@fluentui/react-tabs": "^9.4.19",
|
|
71
|
+
"@fluentui/react-tabster": "^9.21.1",
|
|
72
|
+
"@fluentui/react-tags": "^9.3.3",
|
|
73
|
+
"@fluentui/react-textarea": "^9.3.74",
|
|
74
74
|
"@fluentui/react-theme": "^9.1.19",
|
|
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.40",
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.81",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.26",
|
|
78
|
+
"@fluentui/react-utilities": "^9.18.8",
|
|
79
|
+
"@fluentui/react-text": "^9.4.17",
|
|
80
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.77",
|
|
81
|
+
"@fluentui/react-tree": "^9.4.41",
|
|
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.11.
|
|
87
|
-
"@fluentui/react-rating": "^9.0.
|
|
88
|
-
"@fluentui/react-search": "^9.0.
|
|
89
|
-
"@fluentui/react-teaching-popover": "^9.1.
|
|
84
|
+
"@fluentui/react-message-bar": "^9.0.29",
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.24",
|
|
86
|
+
"@fluentui/react-aria": "^9.11.1",
|
|
87
|
+
"@fluentui/react-rating": "^9.0.6",
|
|
88
|
+
"@fluentui/react-search": "^9.0.3",
|
|
89
|
+
"@fluentui/react-teaching-popover": "^9.1.2"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@types/react": ">=16.14.0 <19.0.0",
|