@fluentui/react-components 9.15.3 → 9.15.5

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,83 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Feb 2023 11:41:23 GMT",
5
+ "date": "Thu, 16 Feb 2023 19:18:17 GMT",
6
+ "tag": "@fluentui/react-components_v9.15.5",
7
+ "version": "9.15.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mgodbolt@microsoft.com",
12
+ "package": "@fluentui/react-components",
13
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
14
+ "comment": "Fixing Build issues"
15
+ },
16
+ {
17
+ "author": "mgodbolt@microsoft.com",
18
+ "package": "@fluentui/react-input",
19
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
20
+ "comment": "fixing build issues"
21
+ },
22
+ {
23
+ "author": "mgodbolt@microsoft.com",
24
+ "package": "@fluentui/react-migration-v8-v9",
25
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
26
+ "comment": "fixing build issues"
27
+ },
28
+ {
29
+ "author": "mgodbolt@microsoft.com",
30
+ "package": "@fluentui/react-portal-compat",
31
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
32
+ "comment": "fixing build issues"
33
+ },
34
+ {
35
+ "author": "mgodbolt@microsoft.com",
36
+ "package": "@fluentui/react-spinbutton",
37
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
38
+ "comment": "fixing build issues"
39
+ }
40
+ ],
41
+ "prerelease": [
42
+ {
43
+ "author": "mgodbolt@microsoft.com",
44
+ "package": "@fluentui/react-data-grid-react-window",
45
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
46
+ "comment": "fixing build issues"
47
+ },
48
+ {
49
+ "author": "mgodbolt@microsoft.com",
50
+ "package": "@fluentui/react-virtualizer",
51
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
52
+ "comment": "fixing build issues"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Thu, 16 Feb 2023 16:18:01 GMT",
59
+ "tag": "@fluentui/react-components_v9.15.4",
60
+ "version": "9.15.4",
61
+ "comments": {
62
+ "prerelease": [
63
+ {
64
+ "author": "mgodbolt@microsoft.com",
65
+ "package": "@fluentui/react-virtualizer",
66
+ "commit": "4af9156bc869948b12610689f15b2a778aa690ca",
67
+ "comment": "fix: Updating peer dependencies to support React 18."
68
+ }
69
+ ],
70
+ "patch": [
71
+ {
72
+ "author": "behowell@microsoft.com",
73
+ "package": "@fluentui/react-input",
74
+ "commit": "2a39824231365b95ba70991285301a6b83b4f107",
75
+ "comment": "chore: Update Input to use makeResetStyles and reduce the number of classes applied"
76
+ }
77
+ ]
78
+ }
79
+ },
80
+ {
81
+ "date": "Wed, 15 Feb 2023 11:44:51 GMT",
6
82
  "tag": "@fluentui/react-components_v9.15.3",
7
83
  "version": "9.15.3",
8
84
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,52 @@
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 Thu, 16 Feb 2023 19:18:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.15.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.5)
8
+
9
+ Thu, 16 Feb 2023 19:18:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.4..@fluentui/react-components_v9.15.5)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-components`
15
+ - Fixing Build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
16
+ - `@fluentui/react-input`
17
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
18
+ - `@fluentui/react-migration-v8-v9`
19
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
20
+ - `@fluentui/react-portal-compat`
21
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
22
+ - `@fluentui/react-spinbutton`
23
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
24
+
25
+ ### Changes
26
+
27
+ - `@fluentui/react-data-grid-react-window`
28
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
29
+ - `@fluentui/react-virtualizer`
30
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
31
+
32
+ ## [9.15.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.4)
33
+
34
+ Thu, 16 Feb 2023 16:18:01 GMT
35
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.3..@fluentui/react-components_v9.15.4)
36
+
37
+ ### Patches
38
+
39
+ - `@fluentui/react-input`
40
+ - 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)
41
+
42
+ ### Changes
43
+
44
+ - `@fluentui/react-virtualizer`
45
+ - fix: Updating peer dependencies to support React 18. ([PR #26866](https://github.com/microsoft/fluentui/pull/26866) by mgodbolt@microsoft.com)
46
+
7
47
  ## [9.15.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.3)
8
48
 
9
- Wed, 15 Feb 2023 11:41:23 GMT
49
+ Wed, 15 Feb 2023 11:44:51 GMT
10
50
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.2..@fluentui/react-components_v9.15.3)
11
51
 
12
52
  ### 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.5",
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.6",
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.6",
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.8",
76
76
  "@griffel/react": "^1.5.2",
77
77
  "tslib": "^2.1.0"
78
78
  },