@fluentui/react-components 9.46.1 → 9.46.3

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 +38 -2
  2. package/package.json +49 -49
package/CHANGELOG.md CHANGED
@@ -1,12 +1,48 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Fri, 26 Jan 2024 10:38:58 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 Jan 2024 23:12:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.46.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.3)
8
+
9
+ Tue, 30 Jan 2024 23:12:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.2..@fluentui/react-components_v9.46.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-tabster`
15
+ - Optional ShadowDOM support. ([PR #30429](https://github.com/microsoft/fluentui/pull/30429) by marata@microsoft.com)
16
+ - `@fluentui/react-utilities`
17
+ - getParent() version with ShadowDOM support. ([PR #30429](https://github.com/microsoft/fluentui/pull/30429) by marata@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-table`
22
+ - DataGrid to use dedicated custom events instead of simulated keypresses. ([PR #30387](https://github.com/microsoft/fluentui/pull/30387) by marata@microsoft.com)
23
+ - `@fluentui/react-tabster`
24
+ - Tabster 5.3.0 and Keyborg 2.4.1. ([PR #30387](https://github.com/microsoft/fluentui/pull/30387) by marata@microsoft.com)
25
+
26
+ ## [9.46.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.2)
27
+
28
+ Mon, 29 Jan 2024 13:56:05 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.1..@fluentui/react-components_v9.46.2)
30
+
31
+ ### Patches
32
+
33
+ - `@fluentui/react-combobox`
34
+ - fix: add aria-controls to combobox and dropdown ([PR #30352](https://github.com/microsoft/fluentui/pull/30352) by sarah.higley@microsoft.com)
35
+ - `@fluentui/react-label`
36
+ - fix: Update Label to use a token for its padding, instead of a hardcoded value ([PR #30254](https://github.com/microsoft/fluentui/pull/30254) by behowell@microsoft.com)
37
+ - fix: Disabled Label should use GrayText in forced-colors mode ([PR #30245](https://github.com/microsoft/fluentui/pull/30245) by behowell@microsoft.com)
38
+ - `@fluentui/react-menu`
39
+ - fix: disabled menuitem has no pressed style ([PR #30340](https://github.com/microsoft/fluentui/pull/30340) by sarah.higley@microsoft.com)
40
+ - `@fluentui/react-positioning`
41
+ - fix: Avoid infinite loop when comparing different documents ([PR #30415](https://github.com/microsoft/fluentui/pull/30415) by lingfangao@hotmail.com)
42
+
7
43
  ## [9.46.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.1)
8
44
 
9
- Fri, 26 Jan 2024 10:38:58 GMT
45
+ Fri, 26 Jan 2024 10:40:21 GMT
10
46
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.0..@fluentui/react-components_v9.46.1)
11
47
 
12
48
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.46.1",
3
+ "version": "9.46.3",
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.39",
36
- "@fluentui/react-alert": "9.0.0-beta.106",
37
- "@fluentui/react-avatar": "^9.6.11",
38
- "@fluentui/react-badge": "^9.2.23",
39
- "@fluentui/react-button": "^9.3.66",
40
- "@fluentui/react-card": "^9.0.65",
41
- "@fluentui/react-checkbox": "^9.2.9",
42
- "@fluentui/react-combobox": "^9.7.2",
43
- "@fluentui/react-dialog": "^9.9.8",
44
- "@fluentui/react-divider": "^9.2.59",
45
- "@fluentui/react-drawer": "^9.1.2",
46
- "@fluentui/react-field": "^9.1.51",
47
- "@fluentui/react-image": "^9.1.56",
48
- "@fluentui/react-infobutton": "9.0.0-beta.90",
49
- "@fluentui/react-infolabel": "^9.0.18",
50
- "@fluentui/react-input": "^9.4.61",
51
- "@fluentui/react-label": "^9.1.59",
52
- "@fluentui/react-link": "^9.2.8",
53
- "@fluentui/react-menu": "^9.12.47",
54
- "@fluentui/react-overflow": "^9.1.9",
55
- "@fluentui/react-persona": "^9.2.70",
56
- "@fluentui/react-portal": "^9.4.11",
57
- "@fluentui/react-popover": "^9.8.35",
58
- "@fluentui/react-positioning": "^9.13.0",
59
- "@fluentui/react-progress": "^9.1.61",
60
- "@fluentui/react-provider": "^9.13.9",
61
- "@fluentui/react-radio": "^9.2.4",
62
- "@fluentui/react-select": "^9.1.61",
35
+ "@fluentui/react-accordion": "^9.3.40",
36
+ "@fluentui/react-alert": "9.0.0-beta.108",
37
+ "@fluentui/react-avatar": "^9.6.13",
38
+ "@fluentui/react-badge": "^9.2.24",
39
+ "@fluentui/react-button": "^9.3.67",
40
+ "@fluentui/react-card": "^9.0.66",
41
+ "@fluentui/react-checkbox": "^9.2.11",
42
+ "@fluentui/react-combobox": "^9.7.4",
43
+ "@fluentui/react-dialog": "^9.9.9",
44
+ "@fluentui/react-divider": "^9.2.60",
45
+ "@fluentui/react-drawer": "^9.1.3",
46
+ "@fluentui/react-field": "^9.1.53",
47
+ "@fluentui/react-image": "^9.1.57",
48
+ "@fluentui/react-infobutton": "9.0.0-beta.92",
49
+ "@fluentui/react-infolabel": "^9.0.20",
50
+ "@fluentui/react-input": "^9.4.63",
51
+ "@fluentui/react-label": "^9.1.61",
52
+ "@fluentui/react-link": "^9.2.9",
53
+ "@fluentui/react-menu": "^9.12.49",
54
+ "@fluentui/react-overflow": "^9.1.10",
55
+ "@fluentui/react-persona": "^9.2.72",
56
+ "@fluentui/react-portal": "^9.4.12",
57
+ "@fluentui/react-popover": "^9.8.37",
58
+ "@fluentui/react-positioning": "^9.13.2",
59
+ "@fluentui/react-progress": "^9.1.63",
60
+ "@fluentui/react-provider": "^9.13.10",
61
+ "@fluentui/react-radio": "^9.2.6",
62
+ "@fluentui/react-select": "^9.1.63",
63
63
  "@fluentui/react-shared-contexts": "^9.14.0",
64
- "@fluentui/react-skeleton": "^9.0.49",
65
- "@fluentui/react-slider": "^9.1.66",
66
- "@fluentui/react-spinbutton": "^9.2.61",
67
- "@fluentui/react-spinner": "^9.3.39",
68
- "@fluentui/react-switch": "^9.1.66",
69
- "@fluentui/react-table": "^9.11.7",
70
- "@fluentui/react-tabs": "^9.4.7",
71
- "@fluentui/react-tabster": "^9.17.4",
72
- "@fluentui/react-tags": "^9.0.24",
73
- "@fluentui/react-textarea": "^9.3.61",
64
+ "@fluentui/react-skeleton": "^9.0.51",
65
+ "@fluentui/react-slider": "^9.1.68",
66
+ "@fluentui/react-spinbutton": "^9.2.63",
67
+ "@fluentui/react-spinner": "^9.3.41",
68
+ "@fluentui/react-switch": "^9.1.68",
69
+ "@fluentui/react-table": "^9.11.9",
70
+ "@fluentui/react-tabs": "^9.4.8",
71
+ "@fluentui/react-tabster": "^9.18.0",
72
+ "@fluentui/react-tags": "^9.0.26",
73
+ "@fluentui/react-textarea": "^9.3.63",
74
74
  "@fluentui/react-theme": "^9.1.16",
75
- "@fluentui/react-toast": "^9.3.28",
76
- "@fluentui/react-toolbar": "^9.1.67",
77
- "@fluentui/react-tooltip": "^9.4.13",
78
- "@fluentui/react-utilities": "^9.17.0",
79
- "@fluentui/react-text": "^9.4.8",
80
- "@fluentui/react-virtualizer": "9.0.0-alpha.67",
81
- "@fluentui/react-tree": "^9.4.27",
75
+ "@fluentui/react-toast": "^9.3.29",
76
+ "@fluentui/react-toolbar": "^9.1.69",
77
+ "@fluentui/react-tooltip": "^9.4.15",
78
+ "@fluentui/react-utilities": "^9.18.0",
79
+ "@fluentui/react-text": "^9.4.9",
80
+ "@fluentui/react-virtualizer": "9.0.0-alpha.68",
81
+ "@fluentui/react-tree": "^9.4.29",
82
82
  "@griffel/react": "^1.5.14",
83
83
  "@swc/helpers": "^0.5.1",
84
- "@fluentui/react-message-bar": "^9.0.17",
85
- "@fluentui/react-breadcrumb": "^9.0.12",
86
- "@fluentui/react-aria": "^9.8.0"
84
+ "@fluentui/react-message-bar": "^9.0.18",
85
+ "@fluentui/react-breadcrumb": "^9.0.13",
86
+ "@fluentui/react-aria": "^9.8.1"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@types/react": ">=16.14.0 <19.0.0",