@fluentui/react-components 9.15.3 → 9.15.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,30 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Feb 2023 11:41:23 GMT",
5
+ "date": "Wed, 15 Feb 2023 23:35:10 GMT",
6
+ "tag": "@fluentui/react-components_v9.15.4",
7
+ "version": "9.15.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-input",
13
+ "commit": "2a39824231365b95ba70991285301a6b83b4f107",
14
+ "comment": "chore: Update Input to use makeResetStyles and reduce the number of classes applied"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "mgodbolt@microsoft.com",
20
+ "package": "@fluentui/react-virtualizer",
21
+ "commit": "4af9156bc869948b12610689f15b2a778aa690ca",
22
+ "comment": "fix: Updating peer dependencies to support React 18."
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Wed, 15 Feb 2023 11:44:51 GMT",
6
29
  "tag": "@fluentui/react-components_v9.15.3",
7
30
  "version": "9.15.3",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 15 Feb 2023 11:41:23 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Feb 2023 23:35:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.15.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.4)
8
+
9
+ Wed, 15 Feb 2023 23:35:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.3..@fluentui/react-components_v9.15.4)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-input`
15
+ - chore: Update Input to use makeResetStyles and reduce the number of classes applied ([PR #26815](https://github.com/microsoft/fluentui/pull/26815) by behowell@microsoft.com)
16
+
17
+ ### Changes
18
+
19
+ - `@fluentui/react-virtualizer`
20
+ - fix: Updating peer dependencies to support React 18. ([PR #26866](https://github.com/microsoft/fluentui/pull/26866) by mgodbolt@microsoft.com)
21
+
7
22
  ## [9.15.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.3)
8
23
 
9
- Wed, 15 Feb 2023 11:41:23 GMT
24
+ Wed, 15 Feb 2023 11:44:51 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.2..@fluentui/react-components_v9.15.3)
11
26
 
12
27
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.15.3",
3
+ "version": "9.15.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -45,7 +45,7 @@
45
45
  "@fluentui/react-field": "9.0.0-alpha.21",
46
46
  "@fluentui/react-image": "^9.0.23",
47
47
  "@fluentui/react-infobutton": "9.0.0-beta.16",
48
- "@fluentui/react-input": "^9.3.4",
48
+ "@fluentui/react-input": "^9.3.5",
49
49
  "@fluentui/react-label": "^9.0.22",
50
50
  "@fluentui/react-link": "^9.0.25",
51
51
  "@fluentui/react-menu": "^9.6.11",
@@ -60,7 +60,7 @@
60
60
  "@fluentui/react-select": "^9.0.3",
61
61
  "@fluentui/react-shared-contexts": "^9.2.0",
62
62
  "@fluentui/react-slider": "^9.0.25",
63
- "@fluentui/react-spinbutton": "^9.1.4",
63
+ "@fluentui/react-spinbutton": "^9.1.5",
64
64
  "@fluentui/react-spinner": "^9.0.22",
65
65
  "@fluentui/react-switch": "^9.0.26",
66
66
  "@fluentui/react-table": "^9.0.3",
@@ -72,7 +72,7 @@
72
72
  "@fluentui/react-tooltip": "^9.1.17",
73
73
  "@fluentui/react-utilities": "^9.6.0",
74
74
  "@fluentui/react-text": "^9.2.3",
75
- "@fluentui/react-virtualizer": "9.0.0-alpha.6",
75
+ "@fluentui/react-virtualizer": "9.0.0-alpha.7",
76
76
  "@griffel/react": "^1.5.2",
77
77
  "tslib": "^2.1.0"
78
78
  },