@fluentui/react-button 0.19.8 → 0.20.2
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 +46 -1
- package/CHANGELOG.md +29 -2
- package/dist/demo-app.js +36 -36
- package/dist-storybook/iframe.html +1 -1
- package/dist-storybook/{main.453956908a5ee71aaa01.bundle.js → main.6d4ff50b2d1a618817d2.bundle.js} +6987 -5933
- package/dist-storybook/main.6d4ff50b2d1a618817d2.bundle.js.map +1 -0
- package/dist-storybook/{runtime~main.453956908a5ee71aaa01.bundle.js → runtime~main.6d4ff50b2d1a618817d2.bundle.js} +1 -1
- package/dist-storybook/{runtime~main.453956908a5ee71aaa01.bundle.js.map → runtime~main.6d4ff50b2d1a618817d2.bundle.js.map} +1 -1
- package/dist-storybook/{vendors~main.453956908a5ee71aaa01.bundle.js → vendors~main.6d4ff50b2d1a618817d2.bundle.js} +246 -245
- package/dist-storybook/{vendors~main.453956908a5ee71aaa01.bundle.js.map → vendors~main.6d4ff50b2d1a618817d2.bundle.js.map} +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/lib-amd/version.js +1 -1
- package/lib-amd/version.js.map +1 -1
- package/lib-commonjs/version.js +1 -1
- package/lib-commonjs/version.js.map +1 -1
- package/package.json +8 -8
- package/dist-storybook/main.453956908a5ee71aaa01.bundle.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,52 @@
|
|
|
2
2
|
"name": "@fluentui/react-button",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 30 Mar 2022 12:23:45 GMT",
|
|
6
|
+
"tag": "@fluentui/react-button_v0.20.2",
|
|
7
|
+
"version": "0.20.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump @uifabric/utilities to v7.34.0",
|
|
12
|
+
"author": "tmichon@microsoft.com",
|
|
13
|
+
"commit": "0d0b2c6733a74be61e241242b4c980b314dbfc50",
|
|
14
|
+
"package": "@fluentui/react-button"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 22 Oct 2021 12:29:03 GMT",
|
|
21
|
+
"tag": "@fluentui/react-button_v0.20.1",
|
|
22
|
+
"version": "0.20.1",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Bump @uifabric/styling to v7.20.0",
|
|
27
|
+
"author": "phkuo@microsoft.com",
|
|
28
|
+
"commit": "32e160960e1a61802e47d62aa5c904f5bbd4da83",
|
|
29
|
+
"package": "@fluentui/react-button"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 27 Aug 2021 12:24:10 GMT",
|
|
36
|
+
"tag": "@fluentui/react-button_v0.20.0",
|
|
37
|
+
"version": "0.20.0",
|
|
38
|
+
"comments": {
|
|
39
|
+
"minor": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Bump @uifabric/styling to v7.19.1",
|
|
42
|
+
"author": "tmichon@microsoft.com",
|
|
43
|
+
"commit": "f0cae03cfc5fdd749e228c75a9d6961e5b2a510b",
|
|
44
|
+
"package": "@fluentui/react-button"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Thu, 18 Mar 2021 12:25:08 GMT",
|
|
6
51
|
"tag": "@fluentui/react-button_v0.19.8",
|
|
7
52
|
"version": "0.19.8",
|
|
8
53
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-button
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 30 Mar 2022 12:23:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.2)
|
|
8
|
+
|
|
9
|
+
Wed, 30 Mar 2022 12:23:45 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.1..@fluentui/react-button_v0.20.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @uifabric/utilities to v7.34.0 ([PR #22039](https://github.com/microsoft/fluentui/pull/22039) by tmichon@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.1)
|
|
17
|
+
|
|
18
|
+
Fri, 22 Oct 2021 12:29:03 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.0..@fluentui/react-button_v0.20.1)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @uifabric/styling to v7.20.0 ([PR #20243](https://github.com/microsoft/fluentui/pull/20243) by phkuo@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.0)
|
|
26
|
+
|
|
27
|
+
Fri, 27 Aug 2021 12:24:10 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.19.8..@fluentui/react-button_v0.20.0)
|
|
29
|
+
|
|
30
|
+
### Minor changes
|
|
31
|
+
|
|
32
|
+
- Bump @uifabric/styling to v7.19.1 ([PR #18923](https://github.com/microsoft/fluentui/pull/18923) by tmichon@microsoft.com)
|
|
33
|
+
|
|
7
34
|
## [0.19.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.19.8)
|
|
8
35
|
|
|
9
|
-
Thu, 18 Mar 2021 12:
|
|
36
|
+
Thu, 18 Mar 2021 12:25:08 GMT
|
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.19.7..@fluentui/react-button_v0.19.8)
|
|
11
38
|
|
|
12
39
|
### Patches
|