@fluentui/react-components 9.9.0 → 9.9.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,42 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 14:31:41 GMT",
5
+ "date": "Mon, 09 Jan 2023 21:50:48 GMT",
6
+ "tag": "@fluentui/react-components_v9.9.1",
7
+ "version": "9.9.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-checkbox",
13
+ "commit": "204f1c46b7257a0bc4cc6506242f4c0c02b5b17f",
14
+ "comment": "perf: Don't render Checkbox icon when unchecked"
15
+ },
16
+ {
17
+ "author": "lingfangao@hotmail.com",
18
+ "package": "@fluentui/react-menu",
19
+ "commit": "fb5708446f369a57f48b87a0141d6a651acddbde",
20
+ "comment": "revert: MenuItem root slot only supports div"
21
+ }
22
+ ],
23
+ "prerelease": [
24
+ {
25
+ "author": "sarah.higley@microsoft.com",
26
+ "package": "@fluentui/react-combobox",
27
+ "commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
28
+ "comment": "fix: disabled cursor style, opening when disabled, and hover styles"
29
+ },
30
+ {
31
+ "author": "sarah.higley@microsoft.com",
32
+ "package": "@fluentui/react-select",
33
+ "commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
34
+ "comment": "fix: no interactive hover style when disabled"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Mon, 09 Jan 2023 14:34:54 GMT",
6
41
  "tag": "@fluentui/react-components_v9.9.0",
7
42
  "version": "9.9.0",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 14:31:41 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Jan 2023 21:50:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.9.1)
8
+
9
+ Mon, 09 Jan 2023 21:50:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.9.0..@fluentui/react-components_v9.9.1)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-checkbox`
15
+ - perf: Don't render Checkbox icon when unchecked ([PR #26248](https://github.com/microsoft/fluentui/pull/26248) by behowell@microsoft.com)
16
+ - `@fluentui/react-menu`
17
+ - revert: MenuItem root slot only supports div ([PR #26261](https://github.com/microsoft/fluentui/pull/26261) by lingfangao@hotmail.com)
18
+
19
+ ### Changes
20
+
21
+ - `@fluentui/react-combobox`
22
+ - fix: disabled cursor style, opening when disabled, and hover styles ([PR #26068](https://github.com/microsoft/fluentui/pull/26068) by sarah.higley@microsoft.com)
23
+ - `@fluentui/react-select`
24
+ - fix: no interactive hover style when disabled ([PR #26068](https://github.com/microsoft/fluentui/pull/26068) by sarah.higley@microsoft.com)
25
+
7
26
  ## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.9.0)
8
27
 
9
- Mon, 09 Jan 2023 14:31:41 GMT
28
+ Mon, 09 Jan 2023 14:34:54 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.8.0..@fluentui/react-components_v9.9.0)
11
30
 
12
31
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.9.0",
3
+ "version": "9.9.1",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,8 +37,8 @@
37
37
  "@fluentui/react-badge": "^9.0.18",
38
38
  "@fluentui/react-button": "^9.1.14",
39
39
  "@fluentui/react-card": "9.0.0-beta.38",
40
- "@fluentui/react-checkbox": "^9.0.18",
41
- "@fluentui/react-combobox": "^9.0.0-beta.21",
40
+ "@fluentui/react-checkbox": "^9.0.19",
41
+ "@fluentui/react-combobox": "^9.0.0-beta.22",
42
42
  "@fluentui/react-dialog": "^9.1.7",
43
43
  "@fluentui/react-divider": "^9.1.10",
44
44
  "@fluentui/react-field": "9.0.0-alpha.14",
@@ -47,7 +47,7 @@
47
47
  "@fluentui/react-input": "^9.2.11",
48
48
  "@fluentui/react-label": "^9.0.16",
49
49
  "@fluentui/react-link": "^9.0.17",
50
- "@fluentui/react-menu": "^9.6.0",
50
+ "@fluentui/react-menu": "^9.6.1",
51
51
  "@fluentui/react-overflow": "9.0.0-rc.6",
52
52
  "@fluentui/react-persona": "^9.1.1",
53
53
  "@fluentui/react-portal": "^9.1.0",
@@ -56,13 +56,13 @@
56
56
  "@fluentui/react-progress": "9.0.0-alpha.11",
57
57
  "@fluentui/react-provider": "^9.2.1",
58
58
  "@fluentui/react-radio": "^9.0.17",
59
- "@fluentui/react-select": "9.0.0-beta.20",
59
+ "@fluentui/react-select": "9.0.0-beta.21",
60
60
  "@fluentui/react-shared-contexts": "^9.1.4",
61
61
  "@fluentui/react-slider": "^9.0.16",
62
62
  "@fluentui/react-spinbutton": "^9.0.14",
63
63
  "@fluentui/react-spinner": "^9.0.16",
64
64
  "@fluentui/react-switch": "^9.0.17",
65
- "@fluentui/react-table": "9.0.0-alpha.17",
65
+ "@fluentui/react-table": "9.0.0-alpha.18",
66
66
  "@fluentui/react-tabs": "^9.1.6",
67
67
  "@fluentui/react-tabster": "^9.3.6",
68
68
  "@fluentui/react-textarea": "^9.1.11",