@fluentui/react-components 9.47.0 → 9.47.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 +43 -2
- package/lib-commonjs/index.js +1734 -1734
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +229 -229
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +52 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,53 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 25 Mar 2024 11:09:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
|
|
8
|
+
|
|
9
|
+
Mon, 25 Mar 2024 11:09:55 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.1..@fluentui/react-components_v9.47.2)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-calendar-compat`
|
|
15
|
+
- fix: Build errors in TypeScript 5.3 ([PR #30810](https://github.com/microsoft/fluentui/pull/30810) by behowell@microsoft.com)
|
|
16
|
+
- `@fluentui/react-table`
|
|
17
|
+
- fix: column resizing in StrictMode now works ([PR #30743](https://github.com/microsoft/fluentui/pull/30743) by jirivyhnalek@microsoft.com)
|
|
18
|
+
- fix: DataGrid - prevent unwanted sort after column resizing (#27803) ([PR #30780](https://github.com/microsoft/fluentui/pull/30780) by jirivyhnalek@microsoft.com)
|
|
19
|
+
- `@fluentui/react-tags`
|
|
20
|
+
- feat: adds appearance and dismissible to TagGroupContext ([PR #30800](https://github.com/microsoft/fluentui/pull/30800) by bernardo.sunderhus@gmail.com)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- `@fluentui/react-combobox`
|
|
25
|
+
- fix: Align Combobox's text baseline with other controls like Input ([PR #30733](https://github.com/microsoft/fluentui/pull/30733) by behowell@microsoft.com)
|
|
26
|
+
- `@fluentui/react-field`
|
|
27
|
+
- fix: Align horizontal Field labels with control text ([PR #30732](https://github.com/microsoft/fluentui/pull/30732) by behowell@microsoft.com)
|
|
28
|
+
- `@fluentui/react-input`
|
|
29
|
+
- Revert #30845 "fix: Input should start with undefined, same as textarea" ([PR #30845](https://github.com/microsoft/fluentui/pull/30845) by lingfangao@hotmail.com)
|
|
30
|
+
- chore: Increase hit target of input element to fill to the border ([PR #30825](https://github.com/microsoft/fluentui/pull/30825) by behowell@microsoft.com)
|
|
31
|
+
- `@fluentui/react-menu`
|
|
32
|
+
- bugfix: add system colors on hover ([PR #30071](https://github.com/microsoft/fluentui/pull/30071) by bernardo.sunderhus@gmail.com)
|
|
33
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
34
|
+
- bug: Fix accessibility labels and roles ([PR #30805](https://github.com/microsoft/fluentui/pull/30805) by mifraser@microsoft.com)
|
|
35
|
+
- `@fluentui/react-timepicker-compat`
|
|
36
|
+
- docs: update Readme to remove unstable statement ([PR #30735](https://github.com/microsoft/fluentui/pull/30735) by yuanboxue@microsoft.com)
|
|
37
|
+
|
|
38
|
+
## [9.47.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.1)
|
|
39
|
+
|
|
40
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
|
41
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.0..@fluentui/react-components_v9.47.1)
|
|
42
|
+
|
|
43
|
+
### Changes
|
|
44
|
+
|
|
45
|
+
- `@fluentui/tokens`
|
|
46
|
+
- reverting #30770 which caused compilation issues ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by mgodbolt@microsoft.com)
|
|
47
|
+
|
|
7
48
|
## [9.47.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.0)
|
|
8
49
|
|
|
9
|
-
Fri, 15 Mar 2024 21:
|
|
50
|
+
Fri, 15 Mar 2024 21:43:48 GMT
|
|
10
51
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.8..@fluentui/react-components_v9.47.0)
|
|
11
52
|
|
|
12
53
|
### Minor changes
|