@fluentui/react-components 9.7.3 → 9.7.4

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,104 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Dec 2022 14:55:45 GMT",
5
+ "date": "Wed, 21 Dec 2022 10:17:10 GMT",
6
+ "tag": "@fluentui/react-components_v9.7.4",
7
+ "version": "9.7.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-checkbox",
13
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
14
+ "comment": "chore: Add bundle size tests for Fields"
15
+ },
16
+ {
17
+ "author": "behowell@microsoft.com",
18
+ "package": "@fluentui/react-combobox",
19
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
20
+ "comment": "chore: Add bundle size tests for Fields"
21
+ },
22
+ {
23
+ "author": "behowell@microsoft.com",
24
+ "package": "@fluentui/react-input",
25
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
26
+ "comment": "chore: Add bundle size tests for Fields"
27
+ },
28
+ {
29
+ "author": "behowell@microsoft.com",
30
+ "package": "@fluentui/react-progress",
31
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
32
+ "comment": "chore: Add bundle size tests for Fields"
33
+ },
34
+ {
35
+ "author": "behowell@microsoft.com",
36
+ "package": "@fluentui/react-radio",
37
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
38
+ "comment": "chore: Add bundle size tests for Fields"
39
+ },
40
+ {
41
+ "author": "behowell@microsoft.com",
42
+ "package": "@fluentui/react-select",
43
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
44
+ "comment": "chore: Add bundle size tests for Fields"
45
+ },
46
+ {
47
+ "author": "behowell@microsoft.com",
48
+ "package": "@fluentui/react-slider",
49
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
50
+ "comment": "chore: Add bundle size tests for Fields"
51
+ },
52
+ {
53
+ "author": "behowell@microsoft.com",
54
+ "package": "@fluentui/react-spinbutton",
55
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
56
+ "comment": "chore: Add bundle size tests for Fields"
57
+ },
58
+ {
59
+ "author": "behowell@microsoft.com",
60
+ "package": "@fluentui/react-switch",
61
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
62
+ "comment": "chore: Add bundle size tests for Fields"
63
+ },
64
+ {
65
+ "author": "behowell@microsoft.com",
66
+ "package": "@fluentui/react-textarea",
67
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
68
+ "comment": "chore: Add bundle size tests for Fields"
69
+ }
70
+ ],
71
+ "prerelease": [
72
+ {
73
+ "author": "tristan.watanabe@gmail.com",
74
+ "package": "@fluentui/react-combobox",
75
+ "commit": "d301e75ec1f47418ebabdc63e608f3fb5a37b6d9",
76
+ "comment": "chore: Migrate to new package structure."
77
+ },
78
+ {
79
+ "author": "miroslav.stastny@microsoft.com",
80
+ "package": "@fluentui/tokens",
81
+ "commit": "97c1c1ab218afb20e37bfc35936fd88177d439b4",
82
+ "comment": "Hoist theme tokens from react-theme to tokens package"
83
+ }
84
+ ],
85
+ "patch": [
86
+ {
87
+ "author": "miroslav.stastny@microsoft.com",
88
+ "package": "@fluentui/react-provider",
89
+ "commit": "97c1c1ab218afb20e37bfc35936fd88177d439b4",
90
+ "comment": "chore: re-export theme from tokens package"
91
+ },
92
+ {
93
+ "author": "miroslav.stastny@microsoft.com",
94
+ "package": "@fluentui/react-theme",
95
+ "commit": "97c1c1ab218afb20e37bfc35936fd88177d439b4",
96
+ "comment": "chore: re-export theme from tokens package"
97
+ }
98
+ ]
99
+ }
100
+ },
101
+ {
102
+ "date": "Tue, 20 Dec 2022 14:59:20 GMT",
6
103
  "tag": "@fluentui/react-components_v9.7.3",
7
104
  "version": "9.7.3",
8
105
  "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 Tue, 20 Dec 2022 14:55:45 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Dec 2022 10:17:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.7.4)
8
+
9
+ Wed, 21 Dec 2022 10:17:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.7.3..@fluentui/react-components_v9.7.4)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-provider`
15
+ - chore: re-export theme from tokens package ([PR #25966](https://github.com/microsoft/fluentui/pull/25966) by miroslav.stastny@microsoft.com)
16
+ - `@fluentui/react-theme`
17
+ - chore: re-export theme from tokens package ([PR #25966](https://github.com/microsoft/fluentui/pull/25966) by miroslav.stastny@microsoft.com)
18
+
19
+ ### Changes
20
+
21
+ - `@fluentui/react-combobox`
22
+ - chore: Migrate to new package structure. ([PR #26037](https://github.com/microsoft/fluentui/pull/26037) by tristan.watanabe@gmail.com)
23
+ - `@fluentui/tokens`
24
+ - Hoist theme tokens from react-theme to tokens package ([PR #25966](https://github.com/microsoft/fluentui/pull/25966) by miroslav.stastny@microsoft.com)
25
+
7
26
  ## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.7.3)
8
27
 
9
- Tue, 20 Dec 2022 14:55:45 GMT
28
+ Tue, 20 Dec 2022 14:59:20 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.7.2..@fluentui/react-components_v9.7.3)
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.7.3",
3
+ "version": "9.7.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,46 +31,46 @@
31
31
  "react-hook-form": "^5.7.2"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.0.14",
35
- "@fluentui/react-alert": "9.0.0-beta.20",
36
- "@fluentui/react-avatar": "^9.2.9",
37
- "@fluentui/react-badge": "^9.0.15",
38
- "@fluentui/react-button": "^9.1.11",
39
- "@fluentui/react-card": "9.0.0-beta.35",
40
- "@fluentui/react-checkbox": "^9.0.15",
41
- "@fluentui/react-combobox": "^9.0.0-beta.18",
42
- "@fluentui/react-dialog": "^9.1.4",
43
- "@fluentui/react-divider": "^9.1.7",
44
- "@fluentui/react-field": "9.0.0-alpha.11",
45
- "@fluentui/react-image": "^9.0.14",
46
- "@fluentui/react-infobutton": "9.0.0-beta.3",
47
- "@fluentui/react-input": "^9.2.8",
48
- "@fluentui/react-label": "^9.0.13",
49
- "@fluentui/react-link": "^9.0.14",
50
- "@fluentui/react-menu": "^9.5.2",
51
- "@fluentui/react-overflow": "9.0.0-rc.3",
52
- "@fluentui/react-persona": "9.1.0-beta.6",
53
- "@fluentui/react-portal": "^9.0.13",
54
- "@fluentui/react-popover": "^9.3.4",
55
- "@fluentui/react-positioning": "^9.3.4",
56
- "@fluentui/react-progress": "9.0.0-alpha.8",
57
- "@fluentui/react-provider": "^9.1.10",
58
- "@fluentui/react-radio": "^9.0.14",
59
- "@fluentui/react-select": "9.0.0-beta.17",
60
- "@fluentui/react-shared-contexts": "^9.1.3",
61
- "@fluentui/react-slider": "^9.0.13",
62
- "@fluentui/react-spinbutton": "^9.0.11",
63
- "@fluentui/react-spinner": "^9.0.13",
64
- "@fluentui/react-switch": "^9.0.14",
65
- "@fluentui/react-table": "9.0.0-alpha.14",
66
- "@fluentui/react-tabs": "^9.1.3",
67
- "@fluentui/react-tabster": "^9.3.3",
68
- "@fluentui/react-textarea": "^9.1.8",
69
- "@fluentui/react-theme": "^9.1.4",
70
- "@fluentui/react-toolbar": "9.0.0-rc.1",
71
- "@fluentui/react-tooltip": "^9.1.4",
34
+ "@fluentui/react-accordion": "^9.0.15",
35
+ "@fluentui/react-alert": "9.0.0-beta.21",
36
+ "@fluentui/react-avatar": "^9.2.10",
37
+ "@fluentui/react-badge": "^9.0.16",
38
+ "@fluentui/react-button": "^9.1.12",
39
+ "@fluentui/react-card": "9.0.0-beta.36",
40
+ "@fluentui/react-checkbox": "^9.0.16",
41
+ "@fluentui/react-combobox": "^9.0.0-beta.19",
42
+ "@fluentui/react-dialog": "^9.1.5",
43
+ "@fluentui/react-divider": "^9.1.8",
44
+ "@fluentui/react-field": "9.0.0-alpha.12",
45
+ "@fluentui/react-image": "^9.0.15",
46
+ "@fluentui/react-infobutton": "9.0.0-beta.4",
47
+ "@fluentui/react-input": "^9.2.9",
48
+ "@fluentui/react-label": "^9.0.14",
49
+ "@fluentui/react-link": "^9.0.15",
50
+ "@fluentui/react-menu": "^9.5.3",
51
+ "@fluentui/react-overflow": "9.0.0-rc.4",
52
+ "@fluentui/react-persona": "9.1.0-beta.7",
53
+ "@fluentui/react-portal": "^9.0.14",
54
+ "@fluentui/react-popover": "^9.3.5",
55
+ "@fluentui/react-positioning": "^9.3.5",
56
+ "@fluentui/react-progress": "9.0.0-alpha.9",
57
+ "@fluentui/react-provider": "^9.1.11",
58
+ "@fluentui/react-radio": "^9.0.15",
59
+ "@fluentui/react-select": "9.0.0-beta.18",
60
+ "@fluentui/react-shared-contexts": "^9.1.4",
61
+ "@fluentui/react-slider": "^9.0.14",
62
+ "@fluentui/react-spinbutton": "^9.0.12",
63
+ "@fluentui/react-spinner": "^9.0.14",
64
+ "@fluentui/react-switch": "^9.0.15",
65
+ "@fluentui/react-table": "9.0.0-alpha.15",
66
+ "@fluentui/react-tabs": "^9.1.4",
67
+ "@fluentui/react-tabster": "^9.3.4",
68
+ "@fluentui/react-textarea": "^9.1.9",
69
+ "@fluentui/react-theme": "^9.1.5",
70
+ "@fluentui/react-toolbar": "9.0.0-rc.2",
71
+ "@fluentui/react-tooltip": "^9.1.5",
72
72
  "@fluentui/react-utilities": "^9.3.0",
73
- "@fluentui/react-text": "^9.1.9",
73
+ "@fluentui/react-text": "^9.1.10",
74
74
  "@griffel/react": "^1.4.2",
75
75
  "tslib": "^2.1.0"
76
76
  },