@fluentui/react-button 0.20.0 → 0.20.3
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 +38 -38
- package/dist-storybook/iframe.html +1 -1
- package/dist-storybook/{main.58c37029a4231428e662.bundle.js → main.87dadd1789d336577e59.bundle.js} +758 -299
- package/dist-storybook/main.87dadd1789d336577e59.bundle.js.map +1 -0
- package/dist-storybook/{runtime~main.58c37029a4231428e662.bundle.js → runtime~main.87dadd1789d336577e59.bundle.js} +1 -1
- package/dist-storybook/{runtime~main.58c37029a4231428e662.bundle.js.map → runtime~main.87dadd1789d336577e59.bundle.js.map} +1 -1
- package/dist-storybook/{vendors~main.58c37029a4231428e662.bundle.js → vendors~main.87dadd1789d336577e59.bundle.js} +174 -174
- package/dist-storybook/{vendors~main.58c37029a4231428e662.bundle.js.map → vendors~main.87dadd1789d336577e59.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 +13 -13
- package/dist-storybook/main.58c37029a4231428e662.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": "Thu, 19 May 2022 12:26:46 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v0.20.3",
|
7
|
+
"version": "0.20.3",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "Update React compatibility to support React <18.0.0",
|
12
|
+
"author": "tmichon@microsoft.com",
|
13
|
+
"commit": "cfafa8b0de5d3d83307a2c091b9cf4a4d1909f2a",
|
14
|
+
"package": "@fluentui/react-button"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Wed, 30 Mar 2022 12:25:54 GMT",
|
21
|
+
"tag": "@fluentui/react-button_v0.20.2",
|
22
|
+
"version": "0.20.2",
|
23
|
+
"comments": {
|
24
|
+
"patch": [
|
25
|
+
{
|
26
|
+
"comment": "Bump @uifabric/utilities to v7.34.0",
|
27
|
+
"author": "tmichon@microsoft.com",
|
28
|
+
"commit": "0d0b2c6733a74be61e241242b4c980b314dbfc50",
|
29
|
+
"package": "@fluentui/react-button"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"date": "Fri, 22 Oct 2021 12:29:03 GMT",
|
36
|
+
"tag": "@fluentui/react-button_v0.20.1",
|
37
|
+
"version": "0.20.1",
|
38
|
+
"comments": {
|
39
|
+
"patch": [
|
40
|
+
{
|
41
|
+
"comment": "Bump @uifabric/styling to v7.20.0",
|
42
|
+
"author": "phkuo@microsoft.com",
|
43
|
+
"commit": "32e160960e1a61802e47d62aa5c904f5bbd4da83",
|
44
|
+
"package": "@fluentui/react-button"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Fri, 27 Aug 2021 12:24:10 GMT",
|
6
51
|
"tag": "@fluentui/react-button_v0.20.0",
|
7
52
|
"version": "0.20.0",
|
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 Thu, 19 May 2022 12:26:46 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.3)
|
8
|
+
|
9
|
+
Thu, 19 May 2022 12:26:46 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.2..@fluentui/react-button_v0.20.3)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Update React compatibility to support React <18.0.0 ([PR #22921](https://github.com/microsoft/fluentui/pull/22921) by tmichon@microsoft.com)
|
15
|
+
|
16
|
+
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.2)
|
17
|
+
|
18
|
+
Wed, 30 Mar 2022 12:25:54 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.1..@fluentui/react-button_v0.20.2)
|
20
|
+
|
21
|
+
### Patches
|
22
|
+
|
23
|
+
- Bump @uifabric/utilities to v7.34.0 ([PR #22039](https://github.com/microsoft/fluentui/pull/22039) by tmichon@microsoft.com)
|
24
|
+
|
25
|
+
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.1)
|
26
|
+
|
27
|
+
Fri, 22 Oct 2021 12:29:03 GMT
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.0..@fluentui/react-button_v0.20.1)
|
29
|
+
|
30
|
+
### Patches
|
31
|
+
|
32
|
+
- Bump @uifabric/styling to v7.20.0 ([PR #20243](https://github.com/microsoft/fluentui/pull/20243) by phkuo@microsoft.com)
|
33
|
+
|
7
34
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.0)
|
8
35
|
|
9
|
-
Fri, 27 Aug 2021 12:
|
36
|
+
Fri, 27 Aug 2021 12:24:10 GMT
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.19.8..@fluentui/react-button_v0.20.0)
|
11
38
|
|
12
39
|
### Minor changes
|