@fluentui/react-checkbox 9.0.0-alpha.32 → 9.0.0-alpha.36
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 +67 -1
- package/CHANGELOG.md +39 -2
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,73 @@
|
|
|
2
2
|
"name": "@fluentui/react-checkbox",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 17 Sep 2021 07:32:57 GMT",
|
|
6
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-alpha.36",
|
|
7
|
+
"version": "9.0.0-alpha.36",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-checkbox",
|
|
13
|
+
"commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
|
|
14
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.36"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 16 Sep 2021 07:38:39 GMT",
|
|
21
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-alpha.35",
|
|
22
|
+
"version": "9.0.0-alpha.35",
|
|
23
|
+
"comments": {
|
|
24
|
+
"prerelease": [
|
|
25
|
+
{
|
|
26
|
+
"author": "behowell@microsoft.com",
|
|
27
|
+
"package": "@fluentui/react-checkbox",
|
|
28
|
+
"commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
|
|
29
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.35"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Tue, 14 Sep 2021 20:09:02 GMT",
|
|
36
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-alpha.34",
|
|
37
|
+
"version": "9.0.0-alpha.34",
|
|
38
|
+
"comments": {
|
|
39
|
+
"prerelease": [
|
|
40
|
+
{
|
|
41
|
+
"author": "bsunderhus@microsoft.com",
|
|
42
|
+
"package": "@fluentui/react-checkbox",
|
|
43
|
+
"commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
|
|
44
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.34"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Fri, 10 Sep 2021 16:31:53 GMT",
|
|
51
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-alpha.33",
|
|
52
|
+
"version": "9.0.0-alpha.33",
|
|
53
|
+
"comments": {
|
|
54
|
+
"prerelease": [
|
|
55
|
+
{
|
|
56
|
+
"author": "lingfangao@hotmail.com",
|
|
57
|
+
"package": "@fluentui/react-checkbox",
|
|
58
|
+
"comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
|
|
59
|
+
"commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "lingfangao@hotmail.com",
|
|
63
|
+
"package": "@fluentui/react-checkbox",
|
|
64
|
+
"commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
|
|
65
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.33"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Fri, 10 Sep 2021 07:39:51 GMT",
|
|
6
72
|
"tag": "@fluentui/react-checkbox_v9.0.0-alpha.32",
|
|
7
73
|
"version": "9.0.0-alpha.32",
|
|
8
74
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,49 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-checkbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 17 Sep 2021 07:32:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.36)
|
|
8
|
+
|
|
9
|
+
Fri, 17 Sep 2021 07:32:57 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.35..@fluentui/react-checkbox_v9.0.0-alpha.36)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-checkbox to v9.0.0-alpha.36 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.35)
|
|
17
|
+
|
|
18
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.34..@fluentui/react-checkbox_v9.0.0-alpha.35)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react-checkbox to v9.0.0-alpha.35 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.34)
|
|
26
|
+
|
|
27
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.33..@fluentui/react-checkbox_v9.0.0-alpha.34)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- Bump @fluentui/react-checkbox to v9.0.0-alpha.34 ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by bsunderhus@microsoft.com)
|
|
33
|
+
|
|
34
|
+
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.33)
|
|
35
|
+
|
|
36
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.32..@fluentui/react-checkbox_v9.0.0-alpha.33)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
|
|
42
|
+
- Bump @fluentui/react-checkbox to v9.0.0-alpha.33 ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
|
|
43
|
+
|
|
7
44
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.32)
|
|
8
45
|
|
|
9
|
-
Fri, 10 Sep 2021 07:
|
|
46
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
10
47
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.31..@fluentui/react-checkbox_v9.0.0-alpha.32)
|
|
11
48
|
|
|
12
49
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-checkbox",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.36",
|
|
4
4
|
"description": "Fluent UI checkbox component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@fluentui/eslint-plugin": "^1.4.1",
|
|
28
|
-
"@fluentui/jest-serializer-make-styles": "
|
|
28
|
+
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.42",
|
|
29
29
|
"@fluentui/react-conformance": "^0.5.0",
|
|
30
|
-
"@fluentui/react-conformance-make-styles": "
|
|
30
|
+
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.11",
|
|
31
31
|
"@fluentui/scripts": "^1.0.0",
|
|
32
32
|
"@types/enzyme": "3.10.3",
|
|
33
33
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"react-test-renderer": "^16.3.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluentui/react-make-styles": "
|
|
45
|
-
"@fluentui/react-utilities": "
|
|
46
|
-
"@fluentui/react-label": "
|
|
47
|
-
"@fluentui/react-tabster": "
|
|
44
|
+
"@fluentui/react-make-styles": "9.0.0-alpha.67",
|
|
45
|
+
"@fluentui/react-utilities": "9.0.0-alpha.49",
|
|
46
|
+
"@fluentui/react-label": "9.0.0-alpha.40",
|
|
47
|
+
"@fluentui/react-tabster": "9.0.0-alpha.61",
|
|
48
48
|
"tslib": "^2.1.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|