@fluentui/react-radio 0.0.0-nightly-20220620-0419.1 → 0.0.0-nightly-20220624-0419.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +43 -11
- package/CHANGELOG.md +12 -8
- package/package.json +10 -9
package/CHANGELOG.json
CHANGED
@@ -2,11 +2,23 @@
|
|
2
2
|
"name": "@fluentui/react-radio",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-radio_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Fri, 24 Jun 2022 04:33:09 GMT",
|
6
|
+
"tag": "@fluentui/react-radio_v0.0.0-nightly-20220624-0419.1",
|
7
|
+
"version": "0.0.0-nightly-20220624-0419.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
12
|
+
"package": "@fluentui/react-radio",
|
13
|
+
"commit": "ddf16d80c50d80bc07331b478f567629775f2898",
|
14
|
+
"comment": "chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "lingfangao@hotmail.com",
|
18
|
+
"package": "@fluentui/react-radio",
|
19
|
+
"commit": "675acea49c97f10837ddee9b8c4350ca27750125",
|
20
|
+
"comment": "Bump Griffel dependencies"
|
21
|
+
},
|
10
22
|
{
|
11
23
|
"author": "olfedias@microsoft.com",
|
12
24
|
"package": "@fluentui/react-radio",
|
@@ -22,26 +34,46 @@
|
|
22
34
|
{
|
23
35
|
"author": "beachball",
|
24
36
|
"package": "@fluentui/react-radio",
|
25
|
-
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
26
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20220624-0419.1",
|
38
|
+
"commit": "5197053e8e0ad04d319248954fcfa61d4f63b97a"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-radio",
|
43
|
+
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220624-0419.1",
|
44
|
+
"commit": "5197053e8e0ad04d319248954fcfa61d4f63b97a"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-radio",
|
49
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220624-0419.1",
|
50
|
+
"commit": "5197053e8e0ad04d319248954fcfa61d4f63b97a"
|
27
51
|
},
|
28
52
|
{
|
29
53
|
"author": "beachball",
|
30
54
|
"package": "@fluentui/react-radio",
|
31
|
-
"comment": "Bump @fluentui/react-
|
32
|
-
"commit": "
|
55
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220624-0419.1",
|
56
|
+
"commit": "5197053e8e0ad04d319248954fcfa61d4f63b97a"
|
33
57
|
},
|
34
58
|
{
|
35
59
|
"author": "beachball",
|
36
60
|
"package": "@fluentui/react-radio",
|
37
|
-
"comment": "Bump @fluentui/react-
|
38
|
-
"commit": "
|
61
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220624-0419.1",
|
62
|
+
"commit": "5197053e8e0ad04d319248954fcfa61d4f63b97a"
|
39
63
|
},
|
40
64
|
{
|
41
65
|
"author": "beachball",
|
42
66
|
"package": "@fluentui/react-radio",
|
43
|
-
"comment": "Bump @fluentui/react-
|
44
|
-
"commit": "
|
67
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220624-0419.1",
|
68
|
+
"commit": "5197053e8e0ad04d319248954fcfa61d4f63b97a"
|
69
|
+
}
|
70
|
+
],
|
71
|
+
"none": [
|
72
|
+
{
|
73
|
+
"author": "mgodbolt@microsoft.com",
|
74
|
+
"package": "@fluentui/react-radio",
|
75
|
+
"commit": "186ef545c10e123ed692ca2b0e23a510e41ab951",
|
76
|
+
"comment": "chore: convert radio group to index based stories import"
|
45
77
|
}
|
46
78
|
]
|
47
79
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,26 @@
|
|
1
1
|
# Change Log - @fluentui/react-radio
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 24 Jun 2022 04:33:09 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220624-0419.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v0.0.0-nightly-20220624-0419.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0-rc.6..@fluentui/react-radio_v0.0.0-nightly-
|
9
|
+
Fri, 24 Jun 2022 04:33:09 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0-rc.6..@fluentui/react-radio_v0.0.0-nightly-20220624-0419.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
+
- chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector. ([PR #23681](https://github.com/microsoft/fluentui/pull/23681) by Humberto.Morimoto@microsoft.com)
|
15
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
14
16
|
- chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
|
15
17
|
- fix: Removing user-select: 'none' from label. ([PR #23590](https://github.com/microsoft/fluentui/pull/23590) by Humberto.Morimoto@microsoft.com)
|
16
|
-
- Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-label to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-tabster to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-
|
18
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightly-20220624-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/5197053e8e0ad04d319248954fcfa61d4f63b97a) by beachball)
|
19
|
+
- Bump @fluentui/react-label to v0.0.0-nightly-20220624-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/5197053e8e0ad04d319248954fcfa61d4f63b97a) by beachball)
|
20
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20220624-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/5197053e8e0ad04d319248954fcfa61d4f63b97a) by beachball)
|
21
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220624-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/5197053e8e0ad04d319248954fcfa61d4f63b97a) by beachball)
|
22
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220624-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/5197053e8e0ad04d319248954fcfa61d4f63b97a) by beachball)
|
23
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220624-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/5197053e8e0ad04d319248954fcfa61d4f63b97a) by beachball)
|
20
24
|
|
21
25
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.0-rc.6)
|
22
26
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-radio",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20220624-0419.1",
|
4
4
|
"description": "Fluent UI Radio component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -28,23 +28,24 @@
|
|
28
28
|
"devDependencies": {
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
30
|
"@fluentui/react-conformance": "*",
|
31
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
31
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220624-0419.1"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@fluentui/react-context-selector": "0.0.0-nightly-
|
34
|
+
"@fluentui/react-context-selector": "0.0.0-nightly-20220624-0419.1",
|
35
35
|
"@fluentui/react-icons": "^2.0.172-rc.8",
|
36
|
-
"@fluentui/react-label": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
38
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
39
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
40
|
-
"@griffel/react": "1.
|
36
|
+
"@fluentui/react-label": "0.0.0-nightly-20220624-0419.1",
|
37
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20220624-0419.1",
|
38
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220624-0419.1",
|
39
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220624-0419.1",
|
40
|
+
"@griffel/react": "1.2.0",
|
41
41
|
"tslib": "^2.1.0"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
44
|
"@types/react": ">=16.8.0 <18.0.0",
|
45
45
|
"@types/react-dom": ">=16.8.0 <18.0.0",
|
46
46
|
"react": ">=16.8.0 <18.0.0",
|
47
|
-
"react-dom": ">=16.8.0 <18.0.0"
|
47
|
+
"react-dom": ">=16.8.0 <18.0.0",
|
48
|
+
"scheduler": "^0.19.0 || ^0.20.0"
|
48
49
|
},
|
49
50
|
"beachball": {
|
50
51
|
"disallowedChangeTypes": [
|