@fluentui/react-components 9.49.0 → 9.49.1

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 +121 -2
  2. package/package.json +45 -45
package/CHANGELOG.md CHANGED
@@ -1,12 +1,131 @@
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 Thu, 02 May 2024 11:31:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.49.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.49.1)
8
+
9
+ Thu, 02 May 2024 11:31:21 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.49.0..@fluentui/react-components_v9.49.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-aria`
15
+ - Adding function to focus last active descendant if it exists ([PR #31140](https://github.com/microsoft/fluentui/pull/31140) by stevenco@microsoft.com)
16
+ - ActiveDescendantChangeEvent for tracking active item ([PR #31149](https://github.com/microsoft/fluentui/pull/31149) by jurokapsiar@gmail.com)
17
+ - `@fluentui/react-combobox`
18
+ - Add onActiveOptionChange to Dropdown and Combobox ([PR #31149](https://github.com/microsoft/fluentui/pull/31149) by jurokapsiar@gmail.com)
19
+ - `@fluentui/react-drawer`
20
+ - feat: move scroll detector to a dedicated react context ([PR #31156](https://github.com/microsoft/fluentui/pull/31156) by marcosvmmoura@gmail.com)
21
+ - `@fluentui/react-tabster`
22
+ - 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)
23
+ - feat: useListenFocusedElement hook ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by bernardo.sunderhus@gmail.com)
24
+ - `@fluentui/react-tag-picker-preview`
25
+ - 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)
26
+ - feature: exports TagPicker event handlers types ([PR #31232](https://github.com/microsoft/fluentui/pull/31232) by bernardo.sunderhus@gmail.com)
27
+
28
+ ### Patches
29
+
30
+ - `@fluentui/react-accordion`
31
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
32
+ - `@fluentui/react-aria`
33
+ - 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)
34
+ - `@fluentui/react-avatar`
35
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
36
+ - `@fluentui/react-badge`
37
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
38
+ - `@fluentui/react-breadcrumb`
39
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
40
+ - `@fluentui/react-button`
41
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
42
+ - `@fluentui/react-calendar-compat`
43
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
44
+ - `@fluentui/react-checkbox`
45
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
46
+ - `@fluentui/react-combobox`
47
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
48
+ - Fixing initial keyboard focus issues with unparented listbox ([PR #31140](https://github.com/microsoft/fluentui/pull/31140) by stevenco@microsoft.com)
49
+ - `@fluentui/react-datepicker-compat`
50
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
51
+ - `@fluentui/react-dialog`
52
+ - 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)
53
+ - bugfix: open/close animation jumps when body is scrollable ([PR #31199](https://github.com/microsoft/fluentui/pull/31199) by bernardo.sunderhus@gmail.com)
54
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
55
+ - `@fluentui/react-field`
56
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
57
+ - `@fluentui/react-infolabel`
58
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
59
+ - `@fluentui/react-menu`
60
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
61
+ - daniharo:fix-menu-split ([PR #30959](https://github.com/microsoft/fluentui/pull/30959) by lingfangao@hotmail.com)
62
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
63
+ - `@fluentui/react-message-bar`
64
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
65
+ - `@fluentui/react-migration-v0-v9`
66
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
67
+ - `@fluentui/react-migration-v8-v9`
68
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
69
+ - `@fluentui/react-motions-preview`
70
+ - fix(PresenceGroup): cleanup children properly ([PR #31175](https://github.com/microsoft/fluentui/pull/31175) by olfedias@microsoft.com)
71
+ - chore: improve state handling in createPresenceComponent() ([PR #31143](https://github.com/microsoft/fluentui/pull/31143) by olfedias@microsoft.com)
72
+ - `@fluentui/react-popover`
73
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
74
+ - `@fluentui/react-provider`
75
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
76
+ - `@fluentui/react-rating`
77
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
78
+ - `@fluentui/react-search`
79
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
80
+ - `@fluentui/react-select`
81
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
82
+ - `@fluentui/react-spinbutton`
83
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
84
+ - `@fluentui/react-spinner`
85
+ - Fix spinner embedded in button animation ([PR #31195](https://github.com/microsoft/fluentui/pull/31195) by kirpadv@gmail.com)
86
+ - `@fluentui/react-swatch-picker-preview`
87
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
88
+ - `@fluentui/react-switch`
89
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
90
+ - `@fluentui/react-table`
91
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
92
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
93
+ - `@fluentui/react-tabster`
94
+ - 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)
95
+ - 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)
96
+ - `@fluentui/react-tag-picker-preview`
97
+ - chore: removes aria-checked from TagPickerOption ([PR #31172](https://github.com/microsoft/fluentui/pull/31172) by bernardo.sunderhus@gmail.com)
98
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
99
+ - chore: removes multiselect from TagPicker signatures ([PR #31173](https://github.com/microsoft/fluentui/pull/31173) by bernardo.sunderhus@gmail.com)
100
+ - chore: make expandIcon aria-hidden by default ([PR #31229](https://github.com/microsoft/fluentui/pull/31229) by bernardo.sunderhus@gmail.com)
101
+ - chore: ensures cursor looks like a text on whole control ([PR #31152](https://github.com/microsoft/fluentui/pull/31152) by bernardo.sunderhus@gmail.com)
102
+ - `@fluentui/react-tags`
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-teaching-popover`
105
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
106
+ - fix: Arrow was 1px offset and incorrect box-sizing ([PR #31161](https://github.com/microsoft/fluentui/pull/31161) by edwardwang.94@gmail.com)
107
+ - 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)
108
+ - `@fluentui/react-toast`
109
+ - refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
110
+ - fix: use "key" properly in ToastContainer ([PR #31104](https://github.com/microsoft/fluentui/pull/31104) by olfedias@microsoft.com)
111
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
112
+ - `@fluentui/react-tree`
113
+ - chore: updates roving tab indexes to ensure Tree is focusable ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by bernardo.sunderhus@gmail.com)
114
+ - 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)
115
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
116
+
117
+ ### Changes
118
+
119
+ - `@fluentui/react-alert`
120
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
121
+ - `@fluentui/react-infobutton`
122
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
123
+ - `@fluentui/react-virtualizer`
124
+ - Fix: Use Fluent hooks for IO and timeout functionality ([PR #31250](https://github.com/microsoft/fluentui/pull/31250) by mifraser@microsoft.com)
125
+
7
126
  ## [9.49.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.49.0)
8
127
 
9
- Tue, 23 Apr 2024 08:12:10 GMT
128
+ Tue, 23 Apr 2024 08:17:46 GMT
10
129
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.48.0..@fluentui/react-components_v9.49.0)
11
130
 
12
131
  ### 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.1",
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",
35
+ "@fluentui/react-accordion": "^9.3.51",
36
+ "@fluentui/react-alert": "9.0.0-beta.118",
37
+ "@fluentui/react-avatar": "^9.6.23",
38
+ "@fluentui/react-badge": "^9.2.33",
39
+ "@fluentui/react-button": "^9.3.77",
40
+ "@fluentui/react-card": "^9.0.76",
41
+ "@fluentui/react-checkbox": "^9.2.22",
42
+ "@fluentui/react-combobox": "^9.11.0",
43
+ "@fluentui/react-dialog": "^9.10.2",
44
44
  "@fluentui/react-divider": "^9.2.67",
45
- "@fluentui/react-drawer": "^9.1.12",
46
- "@fluentui/react-field": "^9.1.62",
45
+ "@fluentui/react-drawer": "^9.2.0",
46
+ "@fluentui/react-field": "^9.1.63",
47
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",
48
+ "@fluentui/react-infobutton": "9.0.0-beta.102",
49
+ "@fluentui/react-infolabel": "^9.0.30",
50
+ "@fluentui/react-input": "^9.4.73",
51
51
  "@fluentui/react-label": "^9.1.68",
52
- "@fluentui/react-link": "^9.2.18",
53
- "@fluentui/react-menu": "^9.14.0",
52
+ "@fluentui/react-link": "^9.2.19",
53
+ "@fluentui/react-menu": "^9.14.1",
54
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",
55
+ "@fluentui/react-persona": "^9.2.82",
56
+ "@fluentui/react-portal": "^9.4.22",
57
+ "@fluentui/react-popover": "^9.9.6",
58
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",
59
+ "@fluentui/react-progress": "^9.1.73",
60
+ "@fluentui/react-provider": "^9.14.1",
61
+ "@fluentui/react-radio": "^9.2.17",
62
+ "@fluentui/react-select": "^9.1.73",
63
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",
64
+ "@fluentui/react-skeleton": "^9.1.1",
65
+ "@fluentui/react-slider": "^9.1.79",
66
+ "@fluentui/react-spinbutton": "^9.2.73",
67
+ "@fluentui/react-spinner": "^9.4.6",
68
+ "@fluentui/react-switch": "^9.1.79",
69
+ "@fluentui/react-table": "^9.15.1",
70
+ "@fluentui/react-tabs": "^9.4.18",
71
+ "@fluentui/react-tabster": "^9.21.0",
72
+ "@fluentui/react-tags": "^9.3.2",
73
+ "@fluentui/react-textarea": "^9.3.73",
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",
75
+ "@fluentui/react-toast": "^9.3.39",
76
+ "@fluentui/react-toolbar": "^9.1.80",
77
+ "@fluentui/react-tooltip": "^9.4.25",
78
78
  "@fluentui/react-utilities": "^9.18.7",
79
79
  "@fluentui/react-text": "^9.4.16",
80
- "@fluentui/react-virtualizer": "9.0.0-alpha.75",
81
- "@fluentui/react-tree": "^9.4.39",
80
+ "@fluentui/react-virtualizer": "9.0.0-alpha.76",
81
+ "@fluentui/react-tree": "^9.4.40",
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.28",
85
+ "@fluentui/react-breadcrumb": "^9.0.23",
86
+ "@fluentui/react-aria": "^9.11.0",
87
+ "@fluentui/react-rating": "^9.0.5",
88
+ "@fluentui/react-search": "^9.0.2",
89
+ "@fluentui/react-teaching-popover": "^9.1.1"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@types/react": ">=16.14.0 <19.0.0",