@fluentui/react-components 9.0.0-rc.14 → 9.0.0-rc.15
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 +16 -1
- package/CHANGELOG.md +12 -2
- package/package.json +31 -31
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Tue,
|
|
5
|
+
"date": "Tue, 21 Jun 2022 17:09:27 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.0.0-rc.15",
|
|
7
|
+
"version": "9.0.0-rc.15",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-theme",
|
|
13
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed",
|
|
14
|
+
"comment": "BREAKING: reduce shared colors"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 31 May 2022 21:28:34 GMT",
|
|
6
21
|
"tag": "@fluentui/react-components_v9.0.0-rc.14",
|
|
7
22
|
"version": "9.0.0-rc.14",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 21 Jun 2022 17:09:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.15)
|
|
8
|
+
|
|
9
|
+
Tue, 21 Jun 2022 17:09:27 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.14..@fluentui/react-components_v9.0.0-rc.15)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-theme`
|
|
15
|
+
- BREAKING: reduce shared colors ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by miroslav.stastny@microsoft.com)
|
|
16
|
+
|
|
7
17
|
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.14)
|
|
8
18
|
|
|
9
|
-
Tue, 31 May 2022 21:
|
|
19
|
+
Tue, 31 May 2022 21:28:34 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.13..@fluentui/react-components_v9.0.0-rc.14)
|
|
11
21
|
|
|
12
22
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.0.0-rc.
|
|
3
|
+
"version": "9.0.0-rc.15",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,37 +32,37 @@
|
|
|
32
32
|
"react-hook-form": "^5.7.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "9.0.0-rc.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "9.0.0-rc.
|
|
38
|
-
"@fluentui/react-badge": "9.0.0-rc.
|
|
39
|
-
"@fluentui/react-button": "9.0.0-rc.
|
|
40
|
-
"@fluentui/react-card": "9.0.0-beta.
|
|
41
|
-
"@fluentui/react-checkbox": "9.0.0-rc.
|
|
42
|
-
"@fluentui/react-divider": "9.0.0-rc.
|
|
43
|
-
"@fluentui/react-image": "9.0.0-rc.
|
|
44
|
-
"@fluentui/react-input": "9.0.0-rc.
|
|
45
|
-
"@fluentui/react-label": "9.0.0-rc.
|
|
46
|
-
"@fluentui/react-link": "9.0.0-rc.
|
|
47
|
-
"@fluentui/react-menu": "9.0.0-rc.
|
|
48
|
-
"@fluentui/react-overflow": "9.0.0-beta.
|
|
49
|
-
"@fluentui/react-popover": "9.0.0-rc.
|
|
50
|
-
"@fluentui/react-positioning": "9.0.0-rc.
|
|
51
|
-
"@fluentui/react-provider": "9.0.0-rc.
|
|
52
|
-
"@fluentui/react-radio": "9.0.0-rc.
|
|
53
|
-
"@fluentui/react-select": "9.0.0-beta.
|
|
54
|
-
"@fluentui/react-shared-contexts": "9.0.0-rc.
|
|
55
|
-
"@fluentui/react-slider": "9.0.0-beta.
|
|
56
|
-
"@fluentui/react-spinbutton": "9.0.0-beta.
|
|
57
|
-
"@fluentui/react-spinner": "9.0.0-rc.
|
|
58
|
-
"@fluentui/react-switch": "9.0.0-rc.
|
|
59
|
-
"@fluentui/react-tabs": "9.0.0-rc.
|
|
60
|
-
"@fluentui/react-tabster": "9.0.0-rc.
|
|
61
|
-
"@fluentui/react-textarea": "9.0.0-rc.
|
|
62
|
-
"@fluentui/react-theme": "9.0.0-rc.
|
|
63
|
-
"@fluentui/react-tooltip": "9.0.0-rc.
|
|
35
|
+
"@fluentui/react-accordion": "9.0.0-rc.14",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.3",
|
|
37
|
+
"@fluentui/react-avatar": "9.0.0-rc.13",
|
|
38
|
+
"@fluentui/react-badge": "9.0.0-rc.13",
|
|
39
|
+
"@fluentui/react-button": "9.0.0-rc.14",
|
|
40
|
+
"@fluentui/react-card": "9.0.0-beta.19",
|
|
41
|
+
"@fluentui/react-checkbox": "9.0.0-rc.6",
|
|
42
|
+
"@fluentui/react-divider": "9.0.0-rc.12",
|
|
43
|
+
"@fluentui/react-image": "9.0.0-rc.12",
|
|
44
|
+
"@fluentui/react-input": "9.0.0-rc.6",
|
|
45
|
+
"@fluentui/react-label": "9.0.0-rc.6",
|
|
46
|
+
"@fluentui/react-link": "9.0.0-rc.14",
|
|
47
|
+
"@fluentui/react-menu": "9.0.0-rc.14",
|
|
48
|
+
"@fluentui/react-overflow": "9.0.0-beta.4",
|
|
49
|
+
"@fluentui/react-popover": "9.0.0-rc.14",
|
|
50
|
+
"@fluentui/react-positioning": "9.0.0-rc.12",
|
|
51
|
+
"@fluentui/react-provider": "9.0.0-rc.14",
|
|
52
|
+
"@fluentui/react-radio": "9.0.0-rc.7",
|
|
53
|
+
"@fluentui/react-select": "9.0.0-beta.3",
|
|
54
|
+
"@fluentui/react-shared-contexts": "9.0.0-rc.11",
|
|
55
|
+
"@fluentui/react-slider": "9.0.0-beta.19",
|
|
56
|
+
"@fluentui/react-spinbutton": "9.0.0-beta.14",
|
|
57
|
+
"@fluentui/react-spinner": "9.0.0-rc.6",
|
|
58
|
+
"@fluentui/react-switch": "9.0.0-rc.14",
|
|
59
|
+
"@fluentui/react-tabs": "9.0.0-rc.6",
|
|
60
|
+
"@fluentui/react-tabster": "9.0.0-rc.14",
|
|
61
|
+
"@fluentui/react-textarea": "9.0.0-rc.6",
|
|
62
|
+
"@fluentui/react-theme": "9.0.0-rc.10",
|
|
63
|
+
"@fluentui/react-tooltip": "9.0.0-rc.14",
|
|
64
64
|
"@fluentui/react-utilities": "9.0.0-rc.10",
|
|
65
|
-
"@fluentui/react-text": "9.0.0-rc.
|
|
65
|
+
"@fluentui/react-text": "9.0.0-rc.12",
|
|
66
66
|
"@griffel/react": "1.1.0",
|
|
67
67
|
"tslib": "^2.1.0"
|
|
68
68
|
},
|