@fluentui/react-components 9.49.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +147 -2
  2. package/package.json +53 -53
package/CHANGELOG.md CHANGED
@@ -1,12 +1,157 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 23 Apr 2024 08:12:10 GMT and should not be manually modified.
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
+
33
+ ## [9.49.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.49.1)
34
+
35
+ Thu, 02 May 2024 11:36:28 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.49.0..@fluentui/react-components_v9.49.1)
37
+
38
+ ### Minor changes
39
+
40
+ - `@fluentui/react-aria`
41
+ - Adding function to focus last active descendant if it exists ([PR #31140](https://github.com/microsoft/fluentui/pull/31140) by stevenco@microsoft.com)
42
+ - ActiveDescendantChangeEvent for tracking active item ([PR #31149](https://github.com/microsoft/fluentui/pull/31149) by jurokapsiar@gmail.com)
43
+ - `@fluentui/react-combobox`
44
+ - Add onActiveOptionChange to Dropdown and Combobox ([PR #31149](https://github.com/microsoft/fluentui/pull/31149) by jurokapsiar@gmail.com)
45
+ - `@fluentui/react-drawer`
46
+ - feat: move scroll detector to a dedicated react context ([PR #31156](https://github.com/microsoft/fluentui/pull/31156) by marcosvmmoura@gmail.com)
47
+ - `@fluentui/react-tabster`
48
+ - Exposing MoverMemorizedElementEvent for the applications to be able to force forget or alter memorized elements. ([PR #31107](https://github.com/microsoft/fluentui/pull/31107) by marata@microsoft.com)
49
+ - feat: useListenFocusedElement hook ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by bernardo.sunderhus@gmail.com)
50
+ - `@fluentui/react-tag-picker-preview`
51
+ - feat: adds useTagPickerFilter hook (similar to useComboboxFilter, but with proper TagPicker related components) ([PR #31207](https://github.com/microsoft/fluentui/pull/31207) by bernardo.sunderhus@gmail.com)
52
+ - feature: exports TagPicker event handlers types ([PR #31232](https://github.com/microsoft/fluentui/pull/31232) by bernardo.sunderhus@gmail.com)
53
+
54
+ ### Patches
55
+
56
+ - `@fluentui/react-accordion`
57
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
58
+ - `@fluentui/react-aria`
59
+ - Updating ActiveDescendent scrollIntoView logic to work with ancester scroll containers and scroll margin styles ([PR #31158](https://github.com/microsoft/fluentui/pull/31158) by stevenco@microsoft.com)
60
+ - `@fluentui/react-avatar`
61
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
62
+ - `@fluentui/react-badge`
63
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
64
+ - `@fluentui/react-breadcrumb`
65
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
66
+ - `@fluentui/react-button`
67
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
68
+ - `@fluentui/react-calendar-compat`
69
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
70
+ - `@fluentui/react-checkbox`
71
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
72
+ - `@fluentui/react-combobox`
73
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
74
+ - Fixing initial keyboard focus issues with unparented listbox ([PR #31140](https://github.com/microsoft/fluentui/pull/31140) by stevenco@microsoft.com)
75
+ - `@fluentui/react-datepicker-compat`
76
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
77
+ - `@fluentui/react-dialog`
78
+ - bugfix: ensures non-modal Dialog returns focus to trigger when closed ([PR #30628](https://github.com/microsoft/fluentui/pull/30628) by bernardo.sunderhus@gmail.com)
79
+ - bugfix: open/close animation jumps when body is scrollable ([PR #31199](https://github.com/microsoft/fluentui/pull/31199) by bernardo.sunderhus@gmail.com)
80
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
81
+ - `@fluentui/react-field`
82
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
83
+ - `@fluentui/react-infolabel`
84
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
85
+ - `@fluentui/react-menu`
86
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
87
+ - daniharo:fix-menu-split ([PR #30959](https://github.com/microsoft/fluentui/pull/30959) by lingfangao@hotmail.com)
88
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
89
+ - `@fluentui/react-message-bar`
90
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
91
+ - `@fluentui/react-migration-v0-v9`
92
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
93
+ - `@fluentui/react-migration-v8-v9`
94
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
95
+ - `@fluentui/react-motions-preview`
96
+ - fix(PresenceGroup): cleanup children properly ([PR #31175](https://github.com/microsoft/fluentui/pull/31175) by olfedias@microsoft.com)
97
+ - chore: improve state handling in createPresenceComponent() ([PR #31143](https://github.com/microsoft/fluentui/pull/31143) by olfedias@microsoft.com)
98
+ - `@fluentui/react-popover`
99
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
100
+ - `@fluentui/react-provider`
101
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
102
+ - `@fluentui/react-rating`
103
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
104
+ - `@fluentui/react-search`
105
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
106
+ - `@fluentui/react-select`
107
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
108
+ - `@fluentui/react-spinbutton`
109
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
110
+ - `@fluentui/react-spinner`
111
+ - Fix spinner embedded in button animation ([PR #31195](https://github.com/microsoft/fluentui/pull/31195) by kirpadv@gmail.com)
112
+ - `@fluentui/react-swatch-picker-preview`
113
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
114
+ - `@fluentui/react-switch`
115
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
116
+ - `@fluentui/react-table`
117
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
118
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
119
+ - `@fluentui/react-tabster`
120
+ - Fixing issues where current keyborg status is not known to late subscribers ([PR #31140](https://github.com/microsoft/fluentui/pull/31140) by stevenco@microsoft.com)
121
+ - Pulling Tabster 7.1.1 that supports more granular configuration of the aria-hidden handling for modal dialogs. ([PR #31181](https://github.com/microsoft/fluentui/pull/31181) by marata@microsoft.com)
122
+ - `@fluentui/react-tag-picker-preview`
123
+ - chore: removes aria-checked from TagPickerOption ([PR #31172](https://github.com/microsoft/fluentui/pull/31172) by bernardo.sunderhus@gmail.com)
124
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
125
+ - chore: removes multiselect from TagPicker signatures ([PR #31173](https://github.com/microsoft/fluentui/pull/31173) by bernardo.sunderhus@gmail.com)
126
+ - chore: make expandIcon aria-hidden by default ([PR #31229](https://github.com/microsoft/fluentui/pull/31229) by bernardo.sunderhus@gmail.com)
127
+ - chore: ensures cursor looks like a text on whole control ([PR #31152](https://github.com/microsoft/fluentui/pull/31152) by bernardo.sunderhus@gmail.com)
128
+ - `@fluentui/react-tags`
129
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
130
+ - `@fluentui/react-teaching-popover`
131
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
132
+ - fix: Arrow was 1px offset and incorrect box-sizing ([PR #31161](https://github.com/microsoft/fluentui/pull/31161) by edwardwang.94@gmail.com)
133
+ - chore: fix TeachingPopover package name in LICENSE file and import path in bundle size ([PR #31159](https://github.com/microsoft/fluentui/pull/31159) by seanmonahan@microsoft.com)
134
+ - `@fluentui/react-toast`
135
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
136
+ - fix: use "key" properly in ToastContainer ([PR #31104](https://github.com/microsoft/fluentui/pull/31104) by olfedias@microsoft.com)
137
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
138
+ - `@fluentui/react-tree`
139
+ - chore: updates roving tab indexes to ensure Tree is focusable ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by bernardo.sunderhus@gmail.com)
140
+ - fix: Apply aria-selected prop to aria-selected instead of aria-expanded. ([PR #31117](https://github.com/microsoft/fluentui/pull/31117) by estebanmu@microsoft.com)
141
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
142
+
143
+ ### Changes
144
+
145
+ - `@fluentui/react-alert`
146
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
147
+ - `@fluentui/react-infobutton`
148
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
149
+ - `@fluentui/react-virtualizer`
150
+ - Fix: Use Fluent hooks for IO and timeout functionality ([PR #31250](https://github.com/microsoft/fluentui/pull/31250) by mifraser@microsoft.com)
151
+
7
152
  ## [9.49.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.49.0)
8
153
 
9
- Tue, 23 Apr 2024 08:12:10 GMT
154
+ Tue, 23 Apr 2024 08:17:46 GMT
10
155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.48.0..@fluentui/react-components_v9.49.0)
11
156
 
12
157
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.49.0",
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.50",
36
- "@fluentui/react-alert": "9.0.0-beta.117",
37
- "@fluentui/react-avatar": "^9.6.22",
38
- "@fluentui/react-badge": "^9.2.32",
39
- "@fluentui/react-button": "^9.3.76",
40
- "@fluentui/react-card": "^9.0.75",
41
- "@fluentui/react-checkbox": "^9.2.21",
42
- "@fluentui/react-combobox": "^9.10.1",
43
- "@fluentui/react-dialog": "^9.10.1",
44
- "@fluentui/react-divider": "^9.2.67",
45
- "@fluentui/react-drawer": "^9.1.12",
46
- "@fluentui/react-field": "^9.1.62",
47
- "@fluentui/react-image": "^9.1.64",
48
- "@fluentui/react-infobutton": "9.0.0-beta.101",
49
- "@fluentui/react-infolabel": "^9.0.29",
50
- "@fluentui/react-input": "^9.4.72",
51
- "@fluentui/react-label": "^9.1.68",
52
- "@fluentui/react-link": "^9.2.18",
53
- "@fluentui/react-menu": "^9.14.0",
54
- "@fluentui/react-overflow": "^9.1.17",
55
- "@fluentui/react-persona": "^9.2.81",
56
- "@fluentui/react-portal": "^9.4.21",
57
- "@fluentui/react-popover": "^9.9.5",
58
- "@fluentui/react-positioning": "^9.14.4",
59
- "@fluentui/react-progress": "^9.1.72",
60
- "@fluentui/react-provider": "^9.14.0",
61
- "@fluentui/react-radio": "^9.2.16",
62
- "@fluentui/react-select": "^9.1.72",
63
- "@fluentui/react-shared-contexts": "^9.17.0",
64
- "@fluentui/react-skeleton": "^9.1.0",
65
- "@fluentui/react-slider": "^9.1.78",
66
- "@fluentui/react-spinbutton": "^9.2.72",
67
- "@fluentui/react-spinner": "^9.4.5",
68
- "@fluentui/react-switch": "^9.1.78",
69
- "@fluentui/react-table": "^9.15.0",
70
- "@fluentui/react-tabs": "^9.4.17",
71
- "@fluentui/react-tabster": "^9.20.1",
72
- "@fluentui/react-tags": "^9.3.1",
73
- "@fluentui/react-textarea": "^9.3.72",
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
+ "@fluentui/react-infobutton": "9.0.0-beta.102",
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.38",
76
- "@fluentui/react-toolbar": "^9.1.79",
77
- "@fluentui/react-tooltip": "^9.4.24",
78
- "@fluentui/react-utilities": "^9.18.7",
79
- "@fluentui/react-text": "^9.4.16",
80
- "@fluentui/react-virtualizer": "9.0.0-alpha.75",
81
- "@fluentui/react-tree": "^9.4.39",
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.27",
85
- "@fluentui/react-breadcrumb": "^9.0.22",
86
- "@fluentui/react-aria": "^9.10.5",
87
- "@fluentui/react-rating": "^9.0.4",
88
- "@fluentui/react-search": "^9.0.1",
89
- "@fluentui/react-teaching-popover": "^9.1.0"
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",