@fluentui/react-button 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +864 -27
- package/CHANGELOG.md +375 -181
- package/dist/{react-button.d.ts → index.d.ts} +97 -53
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Button.js.map +1 -1
- package/lib/CompoundButton.js.map +1 -1
- package/lib/MenuButton.js.map +1 -1
- package/lib/SplitButton.js.map +1 -1
- package/lib/ToggleButton.js.map +1 -1
- package/lib/components/Button/Button.js +7 -7
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/Button/Button.types.js.map +1 -1
- package/lib/components/Button/index.js +3 -2
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Button/renderButton.js +13 -9
- package/lib/components/Button/renderButton.js.map +1 -1
- package/lib/components/Button/useButton.js +23 -25
- package/lib/components/Button/useButton.js.map +1 -1
- package/lib/components/Button/useButtonStyles.js +248 -162
- package/lib/components/Button/useButtonStyles.js.map +1 -1
- package/lib/components/CompoundButton/CompoundButton.js +7 -7
- package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/CompoundButton.types.js.map +1 -1
- package/lib/components/CompoundButton/index.js +3 -1
- package/lib/components/CompoundButton/index.js.map +1 -1
- package/lib/components/CompoundButton/renderCompoundButton.js +15 -9
- package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButton.js +13 -8
- package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.js +101 -75
- package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.js +7 -7
- package/lib/components/MenuButton/MenuButton.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
- package/lib/components/MenuButton/index.js +3 -1
- package/lib/components/MenuButton/index.js.map +1 -1
- package/lib/components/MenuButton/renderMenuButton.js +13 -9
- package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButton.js +11 -11
- package/lib/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButtonStyles.js +44 -17
- package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib/components/SplitButton/SplitButton.js +7 -7
- package/lib/components/SplitButton/SplitButton.js.map +1 -1
- package/lib/components/SplitButton/SplitButton.types.js.map +1 -1
- package/lib/components/SplitButton/index.js +3 -1
- package/lib/components/SplitButton/index.js.map +1 -1
- package/lib/components/SplitButton/renderSplitButton.js +9 -7
- package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButton.js +58 -49
- package/lib/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.js +53 -36
- package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib/components/ToggleButton/ToggleButton.js +7 -7
- package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
- package/lib/components/ToggleButton/index.js +3 -1
- package/lib/components/ToggleButton/index.js.map +1 -1
- package/lib/components/ToggleButton/renderToggleButton.js +1 -1
- package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButton.js +5 -41
- package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.js +114 -85
- package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib/index.js +11 -5
- package/lib/index.js.map +1 -1
- package/lib/utils/index.js +2 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/useToggleState.js +37 -0
- package/lib/utils/useToggleState.js.map +1 -0
- package/lib-commonjs/Button.js +1 -1
- package/lib-commonjs/Button.js.map +1 -1
- package/lib-commonjs/CompoundButton.js +1 -1
- package/lib-commonjs/CompoundButton.js.map +1 -1
- package/lib-commonjs/MenuButton.js +1 -1
- package/lib-commonjs/MenuButton.js.map +1 -1
- package/lib-commonjs/SplitButton.js +1 -1
- package/lib-commonjs/SplitButton.js.map +1 -1
- package/lib-commonjs/ToggleButton.js +1 -1
- package/lib-commonjs/ToggleButton.js.map +1 -1
- package/lib-commonjs/components/Button/Button.js +8 -8
- package/lib-commonjs/components/Button/Button.js.map +1 -1
- package/lib-commonjs/components/Button/Button.types.js.map +1 -1
- package/lib-commonjs/components/Button/index.js +18 -6
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Button/renderButton.js +17 -14
- package/lib-commonjs/components/Button/renderButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButton.js +27 -29
- package/lib-commonjs/components/Button/useButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.js +251 -163
- package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/CompoundButton.js +8 -8
- package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/CompoundButton.types.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/index.js +18 -4
- package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.js +19 -14
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js +16 -12
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +104 -77
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib-commonjs/components/MenuButton/MenuButton.js +8 -8
- package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/MenuButton.types.js.map +1 -1
- package/lib-commonjs/components/MenuButton/index.js +18 -4
- package/lib-commonjs/components/MenuButton/index.js.map +1 -1
- package/lib-commonjs/components/MenuButton/renderMenuButton.js +17 -14
- package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButton.js +15 -16
- package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +48 -19
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib-commonjs/components/SplitButton/SplitButton.js +8 -8
- package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/SplitButton.types.js.map +1 -1
- package/lib-commonjs/components/SplitButton/index.js +18 -4
- package/lib-commonjs/components/SplitButton/index.js.map +1 -1
- package/lib-commonjs/components/SplitButton/renderSplitButton.js +13 -12
- package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButton.js +62 -54
- package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +57 -39
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/ToggleButton.js +8 -8
- package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/ToggleButton.types.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/index.js +18 -4
- package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/renderToggleButton.js +3 -3
- package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.js +7 -45
- package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +119 -86
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib-commonjs/index.js +204 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/index.js +10 -0
- package/lib-commonjs/utils/index.js.map +1 -0
- package/lib-commonjs/utils/useToggleState.js +48 -0
- package/lib-commonjs/utils/useToggleState.js.map +1 -0
- package/package.json +22 -27
- package/dist/demo/index.html +0 -71
- package/dist/demo/react-dom.development.js +0 -21413
- package/dist/demo/react.development.js +0 -3155
- package/lib/Button.d.ts +0 -1
- package/lib/CompoundButton.d.ts +0 -1
- package/lib/MenuButton.d.ts +0 -1
- package/lib/SplitButton.d.ts +0 -1
- package/lib/ToggleButton.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -13
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/Button/Button.d.ts +0 -6
- package/lib/components/Button/Button.types.d.ts +0 -62
- package/lib/components/Button/index.d.ts +0 -5
- package/lib/components/Button/renderButton.d.ts +0 -5
- package/lib/components/Button/useButton.d.ts +0 -8
- package/lib/components/Button/useButtonStyles.d.ts +0 -10
- package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
- package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
- package/lib/components/CompoundButton/index.d.ts +0 -5
- package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
- package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
- package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -2
- package/lib/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib/components/MenuButton/MenuButton.types.d.ts +0 -11
- package/lib/components/MenuButton/index.d.ts +0 -5
- package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
- package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
- package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -2
- package/lib/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib/components/SplitButton/SplitButton.types.d.ts +0 -19
- package/lib/components/SplitButton/index.d.ts +0 -5
- package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
- package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
- package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -2
- package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -19
- package/lib/components/ToggleButton/index.d.ts +0 -5
- package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
- package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
- package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -2
- package/lib/index.d.ts +0 -5
- package/lib-commonjs/Button.d.ts +0 -1
- package/lib-commonjs/CompoundButton.d.ts +0 -1
- package/lib-commonjs/MenuButton.d.ts +0 -1
- package/lib-commonjs/SplitButton.d.ts +0 -1
- package/lib-commonjs/ToggleButton.d.ts +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -24
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/Button/Button.d.ts +0 -6
- package/lib-commonjs/components/Button/Button.types.d.ts +0 -62
- package/lib-commonjs/components/Button/index.d.ts +0 -5
- package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
- package/lib-commonjs/components/Button/useButton.d.ts +0 -8
- package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -10
- package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
- package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
- package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
- package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -2
- package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -11
- package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
- package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
- package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -2
- package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -19
- package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
- package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
- package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -2
- package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -19
- package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
- package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -2
- package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.md
CHANGED
@@ -1,31 +1,225 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 12:10:29 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.10)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-
|
9
|
+
Mon, 23 May 2022 12:10:29 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.9..@fluentui/react-button_v9.0.0-rc.10)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
-
|
20
|
-
- Bump @fluentui/react-
|
21
|
-
- Bump @fluentui/
|
22
|
-
- Bump @fluentui/
|
23
|
-
- Bump @fluentui/react-
|
24
|
-
- Bump @fluentui/react-
|
14
|
+
- Using spacing tokens for button components. ([PR #23076](https://github.com/microsoft/fluentui/pull/23076) by Humberto.Morimoto@microsoft.com)
|
15
|
+
- Removing flex gap from button components and fixing spacing to better align with design spec. ([PR #23091](https://github.com/microsoft/fluentui/pull/23091) by Humberto.Morimoto@microsoft.com)
|
16
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
17
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
18
|
+
- Removing Common types from all button components. ([PR #22904](https://github.com/microsoft/fluentui/pull/22904) by humberto_makoto@hotmail.com)
|
19
|
+
- Removing ToggleButtonCommons type in @fluentui/react-button. ([PR #23067](https://github.com/microsoft/fluentui/pull/23067) by Humberto.Morimoto@microsoft.com)
|
20
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
21
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
22
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
23
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
24
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
25
|
+
|
26
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.9)
|
27
|
+
|
28
|
+
Thu, 05 May 2022 18:26:29 GMT
|
29
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.8..@fluentui/react-button_v9.0.0-rc.9)
|
30
|
+
|
31
|
+
### Changes
|
32
|
+
|
33
|
+
- feat: ship rolluped only dts ([PR #22823](https://github.com/microsoft/fluentui/pull/22823) by martinhochel@microsoft.com)
|
34
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
35
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
36
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
37
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
38
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
39
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
40
|
+
|
41
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.8)
|
42
|
+
|
43
|
+
Wed, 04 May 2022 13:26:38 GMT
|
44
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.7..@fluentui/react-button_v9.0.0-rc.8)
|
45
|
+
|
46
|
+
### Changes
|
47
|
+
|
48
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
49
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
50
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
51
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
53
|
+
|
54
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.7)
|
55
|
+
|
56
|
+
Mon, 25 Apr 2022 09:32:16 GMT
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.6..@fluentui/react-button_v9.0.0-rc.7)
|
58
|
+
|
59
|
+
### Changes
|
60
|
+
|
61
|
+
- Adding useToggleState hook to scaffold toggleable behavior for individual consumption. ([PR #22279](https://github.com/microsoft/fluentui/pull/22279) by Humberto.Morimoto@microsoft.com)
|
62
|
+
- fix(Button): Text color in HC mode for hover, active and checked states. ([PR #22566](https://github.com/microsoft/fluentui/pull/22566) by jukapsia@microsoft.com)
|
63
|
+
- Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode. ([PR #22574](https://github.com/microsoft/fluentui/pull/22574) by Humberto.Morimoto@microsoft.com)
|
64
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
65
|
+
|
66
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.6)
|
67
|
+
|
68
|
+
Tue, 19 Apr 2022 19:17:12 GMT
|
69
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.5..@fluentui/react-button_v9.0.0-rc.6)
|
70
|
+
|
71
|
+
### Changes
|
72
|
+
|
73
|
+
- Disabling lint rule for deprecated [component]ClassName exports. ([PR #22131](https://github.com/microsoft/fluentui/pull/22131) by Humberto.Morimoto@microsoft.com)
|
74
|
+
- Button: Deprecating block prop. ([PR #22148](https://github.com/microsoft/fluentui/pull/22148) by Humberto.Morimoto@microsoft.com)
|
75
|
+
- Button components: Making root a non-nullable slot. ([PR #22147](https://github.com/microsoft/fluentui/pull/22147) by Humberto.Morimoto@microsoft.com)
|
76
|
+
- CompoundButton: Fixing bug where component was iconOnly even when secondaryContent was being provided. ([PR #22107](https://github.com/microsoft/fluentui/pull/22107) by Humberto.Morimoto@microsoft.com)
|
77
|
+
- Removing star exports. ([PR #22111](https://github.com/microsoft/fluentui/pull/22111) by Humberto.Morimoto@microsoft.com)
|
78
|
+
- Add deprecation messages to react-button ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
79
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
80
|
+
- update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
|
81
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
82
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
83
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
84
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
85
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
86
|
+
|
87
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.5)
|
88
|
+
|
89
|
+
Fri, 04 Mar 2022 05:17:34 GMT
|
90
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.4..@fluentui/react-button_v9.0.0-rc.5)
|
91
|
+
|
92
|
+
### Changes
|
93
|
+
|
94
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
95
|
+
- Button: Exporting classNames of individual slots. ([PR #20977](https://github.com/microsoft/fluentui/pull/20977) by Humberto.Morimoto@microsoft.com)
|
96
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
97
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
98
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
99
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
100
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
101
|
+
|
102
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.4)
|
103
|
+
|
104
|
+
Tue, 01 Mar 2022 02:17:35 GMT
|
105
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.3..@fluentui/react-button_v9.0.0-rc.4)
|
106
|
+
|
107
|
+
### Changes
|
108
|
+
|
109
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
110
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
111
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
112
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
113
|
+
|
114
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.3)
|
115
|
+
|
116
|
+
Fri, 18 Feb 2022 13:35:28 GMT
|
117
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.1..@fluentui/react-button_v9.0.0-rc.3)
|
118
|
+
|
119
|
+
### Changes
|
120
|
+
|
121
|
+
- SplitButton: Fixing issue where menuIcon prop was not being respected. ([PR #21683](https://github.com/microsoft/fluentui/pull/21683) by Humberto.Morimoto@microsoft.com)
|
122
|
+
- Button: Updating stories to fix a11y issues. ([PR #21679](https://github.com/microsoft/fluentui/pull/21679) by Humberto.Morimoto@microsoft.com)
|
123
|
+
- SplitButton: Fixing screen reader access issues. ([PR #21703](https://github.com/microsoft/fluentui/pull/21703) by Humberto.Morimoto@microsoft.com)
|
124
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
125
|
+
- Button: Adding tests and fixing issues in SplitButton and ToggleButton. ([PR #21719](https://github.com/microsoft/fluentui/pull/21719) by Humberto.Morimoto@microsoft.com)
|
126
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
127
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
128
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
129
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
130
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
131
|
+
|
132
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
|
133
|
+
|
134
|
+
Thu, 10 Feb 2022 08:51:46 GMT
|
135
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v9.0.0-rc.1)
|
136
|
+
|
137
|
+
### Changes
|
138
|
+
|
139
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
140
|
+
- Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall. ([PR #21494](https://github.com/microsoft/fluentui/pull/21494) by Humberto.Morimoto@microsoft.com)
|
141
|
+
- Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
|
142
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
143
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
144
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
145
|
+
- (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
|
146
|
+
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21039](https://github.com/microsoft/fluentui/pull/21039) by Humberto.Morimoto@microsoft.com)
|
147
|
+
- CompoundButton: Updating styles to match latest design spec. ([PR #21523](https://github.com/microsoft/fluentui/pull/21523) by Humberto.Morimoto@microsoft.com)
|
148
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
149
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
150
|
+
- Remove fontSize from default menuIcon, as it is already set via css ([PR #21221](https://github.com/microsoft/fluentui/pull/21221) by behowell@microsoft.com)
|
151
|
+
- ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable. ([PR #21492](https://github.com/microsoft/fluentui/pull/21492) by Humberto.Morimoto@microsoft.com)
|
152
|
+
- update styles to not use CSS shorthands ([PR #20815](https://github.com/microsoft/fluentui/pull/20815) by olfedias@microsoft.com)
|
153
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
154
|
+
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
155
|
+
- MenuButton: Updating types so it properly supports ref. ([PR #21515](https://github.com/microsoft/fluentui/pull/21515) by Humberto.Morimoto@microsoft.com)
|
156
|
+
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
157
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
158
|
+
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
159
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
160
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
161
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
162
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
163
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
164
|
+
|
165
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
|
166
|
+
|
167
|
+
Thu, 25 Nov 2021 08:34:12 GMT
|
168
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
|
169
|
+
|
170
|
+
### Changes
|
171
|
+
|
172
|
+
- MenuButton: Removing tight coupling with Menu by replicating type locally. ([PR #20635](https://github.com/microsoft/fluentui/pull/20635) by Humberto.Morimoto@microsoft.com)
|
173
|
+
- update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
|
174
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
175
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
176
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
177
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
178
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
179
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
180
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
181
|
+
|
182
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
|
183
|
+
|
184
|
+
Fri, 12 Nov 2021 13:25:16 GMT
|
185
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v9.0.0-beta.4)
|
186
|
+
|
187
|
+
### Changes
|
188
|
+
|
189
|
+
- export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
|
190
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
191
|
+
- react-button: Removing use of enzyme in the converged package. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
|
192
|
+
- Fixing incomplete comment. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
|
193
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
194
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
195
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
196
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
197
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
198
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
199
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
200
|
+
- Bump @fluentui/react-menu to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
201
|
+
|
202
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
|
203
|
+
|
204
|
+
Wed, 27 Oct 2021 12:14:15 GMT
|
205
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.2..@fluentui/react-button_v9.0.0-beta.3)
|
206
|
+
|
207
|
+
### Changes
|
208
|
+
|
209
|
+
- Removed duplicate 'Button' from story names ([PR #20266](https://github.com/microsoft/fluentui/pull/20266) by gcox@microsoft.com)
|
210
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
211
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
212
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
213
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
214
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
215
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
216
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
217
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
218
|
+
- Bump @fluentui/react-menu to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
25
219
|
|
26
220
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.2)
|
27
221
|
|
28
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
222
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
29
223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.1..@fluentui/react-button_v9.0.0-beta.2)
|
30
224
|
|
31
225
|
### Changes
|
@@ -35,7 +229,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
35
229
|
|
36
230
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.1)
|
37
231
|
|
38
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
232
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
39
233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.101..@fluentui/react-button_v9.0.0-beta.1)
|
40
234
|
|
41
235
|
### Changes
|
@@ -53,7 +247,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
53
247
|
|
54
248
|
## [9.0.0-alpha.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.101)
|
55
249
|
|
56
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
250
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
57
251
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.100..@fluentui/react-button_v9.0.0-alpha.101)
|
58
252
|
|
59
253
|
### Changes
|
@@ -68,7 +262,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
68
262
|
|
69
263
|
## [9.0.0-alpha.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.100)
|
70
264
|
|
71
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
265
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
72
266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.99..@fluentui/react-button_v9.0.0-alpha.100)
|
73
267
|
|
74
268
|
### Changes
|
@@ -85,7 +279,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
85
279
|
|
86
280
|
## [9.0.0-alpha.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.99)
|
87
281
|
|
88
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
282
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
89
283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.97..@fluentui/react-button_v9.0.0-alpha.99)
|
90
284
|
|
91
285
|
### Changes
|
@@ -103,7 +297,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
103
297
|
|
104
298
|
## [9.0.0-alpha.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.97)
|
105
299
|
|
106
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
300
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
107
301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.96..@fluentui/react-button_v9.0.0-alpha.97)
|
108
302
|
|
109
303
|
### Changes
|
@@ -114,7 +308,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
114
308
|
|
115
309
|
## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.96)
|
116
310
|
|
117
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
311
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
118
312
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.95..@fluentui/react-button_v9.0.0-alpha.96)
|
119
313
|
|
120
314
|
### Changes
|
@@ -125,7 +319,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
125
319
|
|
126
320
|
## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.95)
|
127
321
|
|
128
|
-
Thu, 30 Sep 2021 09:18:15 GMT
|
322
|
+
Thu, 30 Sep 2021 09:18:15 GMT
|
129
323
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.94..@fluentui/react-button_v9.0.0-alpha.95)
|
130
324
|
|
131
325
|
### Changes
|
@@ -134,7 +328,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
|
|
134
328
|
|
135
329
|
## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.94)
|
136
330
|
|
137
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
331
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
138
332
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.93..@fluentui/react-button_v9.0.0-alpha.94)
|
139
333
|
|
140
334
|
### Changes
|
@@ -148,7 +342,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
148
342
|
|
149
343
|
## [9.0.0-alpha.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.93)
|
150
344
|
|
151
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
345
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
152
346
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.92..@fluentui/react-button_v9.0.0-alpha.93)
|
153
347
|
|
154
348
|
### Changes
|
@@ -163,7 +357,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
163
357
|
|
164
358
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.92)
|
165
359
|
|
166
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
360
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
167
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.91..@fluentui/react-button_v9.0.0-alpha.92)
|
168
362
|
|
169
363
|
### Changes
|
@@ -178,7 +372,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
178
372
|
|
179
373
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.91)
|
180
374
|
|
181
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
375
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
182
376
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.90..@fluentui/react-button_v9.0.0-alpha.91)
|
183
377
|
|
184
378
|
### Changes
|
@@ -194,7 +388,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
194
388
|
|
195
389
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.90)
|
196
390
|
|
197
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
391
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
198
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.89..@fluentui/react-button_v9.0.0-alpha.90)
|
199
393
|
|
200
394
|
### Changes
|
@@ -211,7 +405,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
211
405
|
|
212
406
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.89)
|
213
407
|
|
214
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
408
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
215
409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.88..@fluentui/react-button_v9.0.0-alpha.89)
|
216
410
|
|
217
411
|
### Changes
|
@@ -226,7 +420,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
226
420
|
|
227
421
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.88)
|
228
422
|
|
229
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
423
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
230
424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.87..@fluentui/react-button_v9.0.0-alpha.88)
|
231
425
|
|
232
426
|
### Changes
|
@@ -236,7 +430,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
236
430
|
|
237
431
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.87)
|
238
432
|
|
239
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
433
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
240
434
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.86..@fluentui/react-button_v9.0.0-alpha.87)
|
241
435
|
|
242
436
|
### Changes
|
@@ -247,7 +441,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
247
441
|
|
248
442
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.86)
|
249
443
|
|
250
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
444
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
251
445
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.85..@fluentui/react-button_v9.0.0-alpha.86)
|
252
446
|
|
253
447
|
### Changes
|
@@ -256,7 +450,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
256
450
|
|
257
451
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.85)
|
258
452
|
|
259
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
453
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
260
454
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.84..@fluentui/react-button_v9.0.0-alpha.85)
|
261
455
|
|
262
456
|
### Changes
|
@@ -265,7 +459,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
265
459
|
|
266
460
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.84)
|
267
461
|
|
268
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
462
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
269
463
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.83..@fluentui/react-button_v9.0.0-alpha.84)
|
270
464
|
|
271
465
|
### Changes
|
@@ -275,7 +469,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
275
469
|
|
276
470
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.83)
|
277
471
|
|
278
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
472
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
279
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.82..@fluentui/react-button_v9.0.0-alpha.83)
|
280
474
|
|
281
475
|
### Changes
|
@@ -284,7 +478,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
284
478
|
|
285
479
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.82)
|
286
480
|
|
287
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
481
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
288
482
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.81..@fluentui/react-button_v9.0.0-alpha.82)
|
289
483
|
|
290
484
|
### Changes
|
@@ -293,7 +487,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
293
487
|
|
294
488
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.81)
|
295
489
|
|
296
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
490
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
297
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.80..@fluentui/react-button_v9.0.0-alpha.81)
|
298
492
|
|
299
493
|
### Changes
|
@@ -302,7 +496,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
302
496
|
|
303
497
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.80)
|
304
498
|
|
305
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
499
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
306
500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.79..@fluentui/react-button_v9.0.0-alpha.80)
|
307
501
|
|
308
502
|
### Changes
|
@@ -311,7 +505,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
311
505
|
|
312
506
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.79)
|
313
507
|
|
314
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
508
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
315
509
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.78..@fluentui/react-button_v9.0.0-alpha.79)
|
316
510
|
|
317
511
|
### Patches
|
@@ -324,7 +518,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
324
518
|
|
325
519
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.78)
|
326
520
|
|
327
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
521
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
328
522
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.77..@fluentui/react-button_v9.0.0-alpha.78)
|
329
523
|
|
330
524
|
### Changes
|
@@ -333,7 +527,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
333
527
|
|
334
528
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.77)
|
335
529
|
|
336
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
530
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
337
531
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.76..@fluentui/react-button_v9.0.0-alpha.77)
|
338
532
|
|
339
533
|
### Changes
|
@@ -342,7 +536,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
342
536
|
|
343
537
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.76)
|
344
538
|
|
345
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
539
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
346
540
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.75..@fluentui/react-button_v9.0.0-alpha.76)
|
347
541
|
|
348
542
|
### Changes
|
@@ -351,7 +545,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
351
545
|
|
352
546
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.75)
|
353
547
|
|
354
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
548
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
355
549
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.74..@fluentui/react-button_v9.0.0-alpha.75)
|
356
550
|
|
357
551
|
### Changes
|
@@ -360,7 +554,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
360
554
|
|
361
555
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.74)
|
362
556
|
|
363
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
557
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
364
558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.73..@fluentui/react-button_v9.0.0-alpha.74)
|
365
559
|
|
366
560
|
### Changes
|
@@ -369,7 +563,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
369
563
|
|
370
564
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.73)
|
371
565
|
|
372
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
566
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
373
567
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.72..@fluentui/react-button_v9.0.0-alpha.73)
|
374
568
|
|
375
569
|
### Changes
|
@@ -378,7 +572,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
378
572
|
|
379
573
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.72)
|
380
574
|
|
381
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
575
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
382
576
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.71..@fluentui/react-button_v9.0.0-alpha.72)
|
383
577
|
|
384
578
|
### Changes
|
@@ -387,7 +581,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
387
581
|
|
388
582
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.71)
|
389
583
|
|
390
|
-
Wed, 18 Aug 2021 07:33:54 GMT
|
584
|
+
Wed, 18 Aug 2021 07:33:54 GMT
|
391
585
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.70..@fluentui/react-button_v9.0.0-alpha.71)
|
392
586
|
|
393
587
|
### Changes
|
@@ -396,7 +590,7 @@ Wed, 18 Aug 2021 07:33:54 GMT
|
|
396
590
|
|
397
591
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.70)
|
398
592
|
|
399
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
593
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
400
594
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.69..@fluentui/react-button_v9.0.0-alpha.70)
|
401
595
|
|
402
596
|
### Changes
|
@@ -405,7 +599,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
405
599
|
|
406
600
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.69)
|
407
601
|
|
408
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
602
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
409
603
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.68..@fluentui/react-button_v9.0.0-alpha.69)
|
410
604
|
|
411
605
|
### Changes
|
@@ -414,7 +608,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
414
608
|
|
415
609
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.68)
|
416
610
|
|
417
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
611
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
418
612
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.67..@fluentui/react-button_v9.0.0-alpha.68)
|
419
613
|
|
420
614
|
### Changes
|
@@ -423,7 +617,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
423
617
|
|
424
618
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.67)
|
425
619
|
|
426
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
620
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
427
621
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.66..@fluentui/react-button_v9.0.0-alpha.67)
|
428
622
|
|
429
623
|
### Patches
|
@@ -436,7 +630,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
436
630
|
|
437
631
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.66)
|
438
632
|
|
439
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
633
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
440
634
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.65..@fluentui/react-button_v9.0.0-alpha.66)
|
441
635
|
|
442
636
|
### Changes
|
@@ -445,7 +639,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
445
639
|
|
446
640
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.65)
|
447
641
|
|
448
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
642
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
449
643
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.64..@fluentui/react-button_v9.0.0-alpha.65)
|
450
644
|
|
451
645
|
### Changes
|
@@ -454,7 +648,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
454
648
|
|
455
649
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.64)
|
456
650
|
|
457
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
651
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
458
652
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.63..@fluentui/react-button_v9.0.0-alpha.64)
|
459
653
|
|
460
654
|
### Changes
|
@@ -465,7 +659,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
465
659
|
|
466
660
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.63)
|
467
661
|
|
468
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
662
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
469
663
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.62..@fluentui/react-button_v9.0.0-alpha.63)
|
470
664
|
|
471
665
|
### Changes
|
@@ -474,7 +668,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
474
668
|
|
475
669
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.62)
|
476
670
|
|
477
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
671
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
478
672
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.61..@fluentui/react-button_v9.0.0-alpha.62)
|
479
673
|
|
480
674
|
### Changes
|
@@ -483,7 +677,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
483
677
|
|
484
678
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.61)
|
485
679
|
|
486
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
680
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
487
681
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.60..@fluentui/react-button_v9.0.0-alpha.61)
|
488
682
|
|
489
683
|
### Changes
|
@@ -492,7 +686,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
492
686
|
|
493
687
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.60)
|
494
688
|
|
495
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
689
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
496
690
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.59..@fluentui/react-button_v9.0.0-alpha.60)
|
497
691
|
|
498
692
|
### Changes
|
@@ -501,7 +695,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
501
695
|
|
502
696
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.59)
|
503
697
|
|
504
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
698
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
505
699
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.58..@fluentui/react-button_v9.0.0-alpha.59)
|
506
700
|
|
507
701
|
### Patches
|
@@ -510,7 +704,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
510
704
|
|
511
705
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.58)
|
512
706
|
|
513
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
707
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
514
708
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.57..@fluentui/react-button_v9.0.0-alpha.58)
|
515
709
|
|
516
710
|
### Changes
|
@@ -519,7 +713,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
519
713
|
|
520
714
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.57)
|
521
715
|
|
522
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
716
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
523
717
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.56..@fluentui/react-button_v9.0.0-alpha.57)
|
524
718
|
|
525
719
|
### Changes
|
@@ -528,7 +722,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
528
722
|
|
529
723
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.56)
|
530
724
|
|
531
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
725
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
532
726
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.55..@fluentui/react-button_v9.0.0-alpha.56)
|
533
727
|
|
534
728
|
### Patches
|
@@ -541,7 +735,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
541
735
|
|
542
736
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.55)
|
543
737
|
|
544
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
738
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
545
739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.54..@fluentui/react-button_v9.0.0-alpha.55)
|
546
740
|
|
547
741
|
### Changes
|
@@ -550,7 +744,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
550
744
|
|
551
745
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.54)
|
552
746
|
|
553
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
747
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
554
748
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.53..@fluentui/react-button_v9.0.0-alpha.54)
|
555
749
|
|
556
750
|
### Changes
|
@@ -559,7 +753,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
559
753
|
|
560
754
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.53)
|
561
755
|
|
562
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
756
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
563
757
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.52..@fluentui/react-button_v9.0.0-alpha.53)
|
564
758
|
|
565
759
|
### Changes
|
@@ -568,7 +762,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
568
762
|
|
569
763
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.52)
|
570
764
|
|
571
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
765
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
572
766
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.51..@fluentui/react-button_v9.0.0-alpha.52)
|
573
767
|
|
574
768
|
### Changes
|
@@ -577,7 +771,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
577
771
|
|
578
772
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.51)
|
579
773
|
|
580
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
774
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
581
775
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.50..@fluentui/react-button_v9.0.0-alpha.51)
|
582
776
|
|
583
777
|
### Changes
|
@@ -586,7 +780,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
586
780
|
|
587
781
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.50)
|
588
782
|
|
589
|
-
Wed, 23 Jun 2021 07:31:49 GMT
|
783
|
+
Wed, 23 Jun 2021 07:31:49 GMT
|
590
784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.49..@fluentui/react-button_v9.0.0-alpha.50)
|
591
785
|
|
592
786
|
### Changes
|
@@ -595,7 +789,7 @@ Wed, 23 Jun 2021 07:31:49 GMT
|
|
595
789
|
|
596
790
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.49)
|
597
791
|
|
598
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
792
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
599
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.48..@fluentui/react-button_v9.0.0-alpha.49)
|
600
794
|
|
601
795
|
### Changes
|
@@ -604,7 +798,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
604
798
|
|
605
799
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.48)
|
606
800
|
|
607
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
801
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
608
802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.47..@fluentui/react-button_v9.0.0-alpha.48)
|
609
803
|
|
610
804
|
### Changes
|
@@ -613,7 +807,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
613
807
|
|
614
808
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.47)
|
615
809
|
|
616
|
-
Fri, 11 Jun 2021 07:34:26 GMT
|
810
|
+
Fri, 11 Jun 2021 07:34:26 GMT
|
617
811
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.46..@fluentui/react-button_v9.0.0-alpha.47)
|
618
812
|
|
619
813
|
### Changes
|
@@ -624,7 +818,7 @@ Fri, 11 Jun 2021 07:34:26 GMT
|
|
624
818
|
|
625
819
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.46)
|
626
820
|
|
627
|
-
Thu, 10 Jun 2021 07:32:59 GMT
|
821
|
+
Thu, 10 Jun 2021 07:32:59 GMT
|
628
822
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.45..@fluentui/react-button_v9.0.0-alpha.46)
|
629
823
|
|
630
824
|
### Changes
|
@@ -633,7 +827,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
|
|
633
827
|
|
634
828
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.45)
|
635
829
|
|
636
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
830
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
637
831
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.44..@fluentui/react-button_v9.0.0-alpha.45)
|
638
832
|
|
639
833
|
### Changes
|
@@ -642,7 +836,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
642
836
|
|
643
837
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.44)
|
644
838
|
|
645
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
839
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
646
840
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.43..@fluentui/react-button_v9.0.0-alpha.44)
|
647
841
|
|
648
842
|
### Patches
|
@@ -655,7 +849,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
655
849
|
|
656
850
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.43)
|
657
851
|
|
658
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
852
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
659
853
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.42..@fluentui/react-button_v9.0.0-alpha.43)
|
660
854
|
|
661
855
|
### Changes
|
@@ -664,7 +858,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
664
858
|
|
665
859
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.42)
|
666
860
|
|
667
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
861
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
668
862
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.41..@fluentui/react-button_v9.0.0-alpha.42)
|
669
863
|
|
670
864
|
### Changes
|
@@ -673,7 +867,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
673
867
|
|
674
868
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.41)
|
675
869
|
|
676
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
870
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
677
871
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.40..@fluentui/react-button_v9.0.0-alpha.41)
|
678
872
|
|
679
873
|
### Changes
|
@@ -682,7 +876,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
682
876
|
|
683
877
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.40)
|
684
878
|
|
685
|
-
Wed, 26 May 2021 07:35:43 GMT
|
879
|
+
Wed, 26 May 2021 07:35:43 GMT
|
686
880
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.39..@fluentui/react-button_v9.0.0-alpha.40)
|
687
881
|
|
688
882
|
### Changes
|
@@ -691,7 +885,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
691
885
|
|
692
886
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.39)
|
693
887
|
|
694
|
-
Fri, 21 May 2021 07:34:54 GMT
|
888
|
+
Fri, 21 May 2021 07:34:54 GMT
|
695
889
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.38..@fluentui/react-button_v9.0.0-alpha.39)
|
696
890
|
|
697
891
|
### Changes
|
@@ -700,7 +894,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
700
894
|
|
701
895
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.38)
|
702
896
|
|
703
|
-
Thu, 20 May 2021 07:41:54 GMT
|
897
|
+
Thu, 20 May 2021 07:41:54 GMT
|
704
898
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.37..@fluentui/react-button_v9.0.0-alpha.38)
|
705
899
|
|
706
900
|
### Patches
|
@@ -713,7 +907,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
713
907
|
|
714
908
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.37)
|
715
909
|
|
716
|
-
Wed, 19 May 2021 07:34:20 GMT
|
910
|
+
Wed, 19 May 2021 07:34:20 GMT
|
717
911
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.36..@fluentui/react-button_v9.0.0-alpha.37)
|
718
912
|
|
719
913
|
### Patches
|
@@ -726,7 +920,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
726
920
|
|
727
921
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.36)
|
728
922
|
|
729
|
-
Tue, 18 May 2021 07:34:38 GMT
|
923
|
+
Tue, 18 May 2021 07:34:38 GMT
|
730
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.35..@fluentui/react-button_v9.0.0-alpha.36)
|
731
925
|
|
732
926
|
### Changes
|
@@ -735,7 +929,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
735
929
|
|
736
930
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.35)
|
737
931
|
|
738
|
-
Thu, 13 May 2021 07:36:55 GMT
|
932
|
+
Thu, 13 May 2021 07:36:55 GMT
|
739
933
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.34..@fluentui/react-button_v9.0.0-alpha.35)
|
740
934
|
|
741
935
|
### Changes
|
@@ -744,7 +938,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
744
938
|
|
745
939
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.34)
|
746
940
|
|
747
|
-
Wed, 12 May 2021 07:36:20 GMT
|
941
|
+
Wed, 12 May 2021 07:36:20 GMT
|
748
942
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.33..@fluentui/react-button_v9.0.0-alpha.34)
|
749
943
|
|
750
944
|
### Changes
|
@@ -753,7 +947,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
753
947
|
|
754
948
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.33)
|
755
949
|
|
756
|
-
Mon, 10 May 2021 07:36:07 GMT
|
950
|
+
Mon, 10 May 2021 07:36:07 GMT
|
757
951
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.32..@fluentui/react-button_v9.0.0-alpha.33)
|
758
952
|
|
759
953
|
### Changes
|
@@ -762,7 +956,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
762
956
|
|
763
957
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.32)
|
764
958
|
|
765
|
-
Wed, 05 May 2021 07:36:50 GMT
|
959
|
+
Wed, 05 May 2021 07:36:50 GMT
|
766
960
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.31..@fluentui/react-button_v9.0.0-alpha.32)
|
767
961
|
|
768
962
|
### Changes
|
@@ -771,7 +965,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
771
965
|
|
772
966
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.31)
|
773
967
|
|
774
|
-
Mon, 03 May 2021 07:45:19 GMT
|
968
|
+
Mon, 03 May 2021 07:45:19 GMT
|
775
969
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.30..@fluentui/react-button_v9.0.0-alpha.31)
|
776
970
|
|
777
971
|
### Changes
|
@@ -780,7 +974,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
780
974
|
|
781
975
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.30)
|
782
976
|
|
783
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
977
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
784
978
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.29..@fluentui/react-button_v9.0.0-alpha.30)
|
785
979
|
|
786
980
|
### Patches
|
@@ -797,7 +991,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
797
991
|
|
798
992
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.29)
|
799
993
|
|
800
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
994
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
801
995
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.28..@fluentui/react-button_v9.0.0-alpha.29)
|
802
996
|
|
803
997
|
### Changes
|
@@ -806,7 +1000,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
806
1000
|
|
807
1001
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.28)
|
808
1002
|
|
809
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
1003
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
810
1004
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.27..@fluentui/react-button_v9.0.0-alpha.28)
|
811
1005
|
|
812
1006
|
### Changes
|
@@ -815,7 +1009,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
815
1009
|
|
816
1010
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.27)
|
817
1011
|
|
818
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
1012
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
819
1013
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.26..@fluentui/react-button_v9.0.0-alpha.27)
|
820
1014
|
|
821
1015
|
### Patches
|
@@ -828,7 +1022,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
828
1022
|
|
829
1023
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.26)
|
830
1024
|
|
831
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
1025
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
832
1026
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.25..@fluentui/react-button_v9.0.0-alpha.26)
|
833
1027
|
|
834
1028
|
### Changes
|
@@ -837,7 +1031,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
837
1031
|
|
838
1032
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.25)
|
839
1033
|
|
840
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
1034
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
841
1035
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.24..@fluentui/react-button_v9.0.0-alpha.25)
|
842
1036
|
|
843
1037
|
### Changes
|
@@ -846,7 +1040,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
846
1040
|
|
847
1041
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.24)
|
848
1042
|
|
849
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
1043
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
850
1044
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.23..@fluentui/react-button_v9.0.0-alpha.24)
|
851
1045
|
|
852
1046
|
### Changes
|
@@ -855,7 +1049,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
855
1049
|
|
856
1050
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.23)
|
857
1051
|
|
858
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
1052
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
859
1053
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.22..@fluentui/react-button_v9.0.0-alpha.23)
|
860
1054
|
|
861
1055
|
### Changes
|
@@ -864,7 +1058,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
864
1058
|
|
865
1059
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.22)
|
866
1060
|
|
867
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
1061
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
868
1062
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.21..@fluentui/react-button_v9.0.0-alpha.22)
|
869
1063
|
|
870
1064
|
### Changes
|
@@ -873,7 +1067,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
873
1067
|
|
874
1068
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.21)
|
875
1069
|
|
876
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
1070
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
877
1071
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.20..@fluentui/react-button_v9.0.0-alpha.21)
|
878
1072
|
|
879
1073
|
### Changes
|
@@ -882,7 +1076,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
882
1076
|
|
883
1077
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.20)
|
884
1078
|
|
885
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
1079
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
886
1080
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.19..@fluentui/react-button_v9.0.0-alpha.20)
|
887
1081
|
|
888
1082
|
### Changes
|
@@ -891,7 +1085,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
891
1085
|
|
892
1086
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.19)
|
893
1087
|
|
894
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
1088
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
895
1089
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.18..@fluentui/react-button_v9.0.0-alpha.19)
|
896
1090
|
|
897
1091
|
### Changes
|
@@ -900,7 +1094,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
900
1094
|
|
901
1095
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.18)
|
902
1096
|
|
903
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
1097
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
904
1098
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.17..@fluentui/react-button_v9.0.0-alpha.18)
|
905
1099
|
|
906
1100
|
### Patches
|
@@ -917,7 +1111,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
917
1111
|
|
918
1112
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.17)
|
919
1113
|
|
920
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
1114
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
921
1115
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.16..@fluentui/react-button_v9.0.0-alpha.17)
|
922
1116
|
|
923
1117
|
### Patches
|
@@ -930,7 +1124,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
930
1124
|
|
931
1125
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.16)
|
932
1126
|
|
933
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
1127
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
934
1128
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.15..@fluentui/react-button_v9.0.0-alpha.16)
|
935
1129
|
|
936
1130
|
### Changes
|
@@ -940,7 +1134,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
940
1134
|
|
941
1135
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.15)
|
942
1136
|
|
943
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
1137
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
944
1138
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.14..@fluentui/react-button_v9.0.0-alpha.15)
|
945
1139
|
|
946
1140
|
### Changes
|
@@ -950,7 +1144,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
950
1144
|
|
951
1145
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.14)
|
952
1146
|
|
953
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
1147
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
954
1148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.13..@fluentui/react-button_v9.0.0-alpha.14)
|
955
1149
|
|
956
1150
|
### Changes
|
@@ -959,7 +1153,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
959
1153
|
|
960
1154
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.13)
|
961
1155
|
|
962
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
1156
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
963
1157
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.12..@fluentui/react-button_v9.0.0-alpha.13)
|
964
1158
|
|
965
1159
|
### Changes
|
@@ -968,7 +1162,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
968
1162
|
|
969
1163
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.12)
|
970
1164
|
|
971
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
1165
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
972
1166
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.11..@fluentui/react-button_v9.0.0-alpha.12)
|
973
1167
|
|
974
1168
|
### Changes
|
@@ -977,7 +1171,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
977
1171
|
|
978
1172
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.11)
|
979
1173
|
|
980
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1174
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
981
1175
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.10..@fluentui/react-button_v9.0.0-alpha.11)
|
982
1176
|
|
983
1177
|
### Patches
|
@@ -986,7 +1180,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
986
1180
|
|
987
1181
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.10)
|
988
1182
|
|
989
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1183
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
990
1184
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.9..@fluentui/react-button_v9.0.0-alpha.10)
|
991
1185
|
|
992
1186
|
### Changes
|
@@ -995,7 +1189,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
995
1189
|
|
996
1190
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.9)
|
997
1191
|
|
998
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1192
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
999
1193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.8..@fluentui/react-button_v9.0.0-alpha.9)
|
1000
1194
|
|
1001
1195
|
### Patches
|
@@ -1008,7 +1202,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
1008
1202
|
|
1009
1203
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.8)
|
1010
1204
|
|
1011
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1205
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
1012
1206
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.7..@fluentui/react-button_v9.0.0-alpha.8)
|
1013
1207
|
|
1014
1208
|
### Changes
|
@@ -1017,7 +1211,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
1017
1211
|
|
1018
1212
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.7)
|
1019
1213
|
|
1020
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1214
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
1021
1215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.6..@fluentui/react-button_v9.0.0-alpha.7)
|
1022
1216
|
|
1023
1217
|
### Changes
|
@@ -1026,7 +1220,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
1026
1220
|
|
1027
1221
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.6)
|
1028
1222
|
|
1029
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1223
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
1030
1224
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.5..@fluentui/react-button_v9.0.0-alpha.6)
|
1031
1225
|
|
1032
1226
|
### Patches
|
@@ -1039,7 +1233,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
1039
1233
|
|
1040
1234
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.5)
|
1041
1235
|
|
1042
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1236
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
1043
1237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.4..@fluentui/react-button_v9.0.0-alpha.5)
|
1044
1238
|
|
1045
1239
|
### Changes
|
@@ -1048,7 +1242,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
1048
1242
|
|
1049
1243
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.4)
|
1050
1244
|
|
1051
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1245
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
1052
1246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.3..@fluentui/react-button_v9.0.0-alpha.4)
|
1053
1247
|
|
1054
1248
|
### Patches
|
@@ -1068,7 +1262,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
1068
1262
|
|
1069
1263
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.3)
|
1070
1264
|
|
1071
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1265
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
1072
1266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.2..@fluentui/react-button_v9.0.0-alpha.3)
|
1073
1267
|
|
1074
1268
|
### Changes
|
@@ -1077,7 +1271,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
1077
1271
|
|
1078
1272
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.2)
|
1079
1273
|
|
1080
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1274
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
1081
1275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.1..@fluentui/react-button_v9.0.0-alpha.2)
|
1082
1276
|
|
1083
1277
|
### Patches
|
@@ -1086,7 +1280,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
1086
1280
|
|
1087
1281
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.1)
|
1088
1282
|
|
1089
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1283
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
1090
1284
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.35..@fluentui/react-button_v9.0.0-alpha.1)
|
1091
1285
|
|
1092
1286
|
### Changes
|
@@ -1095,7 +1289,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
1095
1289
|
|
1096
1290
|
## [1.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.35)
|
1097
1291
|
|
1098
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
1292
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
1099
1293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.34..@fluentui/react-button_v1.0.0-beta.35)
|
1100
1294
|
|
1101
1295
|
### Changes
|
@@ -1104,7 +1298,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
1104
1298
|
|
1105
1299
|
## [1.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.34)
|
1106
1300
|
|
1107
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
1301
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
1108
1302
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.33..@fluentui/react-button_v1.0.0-beta.34)
|
1109
1303
|
|
1110
1304
|
### Patches
|
@@ -1118,7 +1312,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
1118
1312
|
|
1119
1313
|
## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.33)
|
1120
1314
|
|
1121
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
1315
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
1122
1316
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.32..@fluentui/react-button_v1.0.0-beta.33)
|
1123
1317
|
|
1124
1318
|
### Changes
|
@@ -1129,7 +1323,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
1129
1323
|
|
1130
1324
|
## [1.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.32)
|
1131
1325
|
|
1132
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
1326
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
1133
1327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.31..@fluentui/react-button_v1.0.0-beta.32)
|
1134
1328
|
|
1135
1329
|
### Changes
|
@@ -1138,7 +1332,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
1138
1332
|
|
1139
1333
|
## [1.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.31)
|
1140
1334
|
|
1141
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
1335
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
1142
1336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.30..@fluentui/react-button_v1.0.0-beta.31)
|
1143
1337
|
|
1144
1338
|
### Patches
|
@@ -1152,7 +1346,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
1152
1346
|
|
1153
1347
|
## [1.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.30)
|
1154
1348
|
|
1155
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
1349
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
1156
1350
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.29..@fluentui/react-button_v1.0.0-beta.30)
|
1157
1351
|
|
1158
1352
|
### Changes
|
@@ -1161,7 +1355,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
1161
1355
|
|
1162
1356
|
## [1.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.29)
|
1163
1357
|
|
1164
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
1358
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
1165
1359
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.28..@fluentui/react-button_v1.0.0-beta.29)
|
1166
1360
|
|
1167
1361
|
### Patches
|
@@ -1174,7 +1368,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
1174
1368
|
|
1175
1369
|
## [1.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.28)
|
1176
1370
|
|
1177
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
1371
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
1178
1372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.27..@fluentui/react-button_v1.0.0-beta.28)
|
1179
1373
|
|
1180
1374
|
### Changes
|
@@ -1183,7 +1377,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
1183
1377
|
|
1184
1378
|
## [1.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.27)
|
1185
1379
|
|
1186
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
1380
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
1187
1381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.26..@fluentui/react-button_v1.0.0-beta.27)
|
1188
1382
|
|
1189
1383
|
### Changes
|
@@ -1192,7 +1386,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
1192
1386
|
|
1193
1387
|
## [1.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.26)
|
1194
1388
|
|
1195
|
-
Tue, 02 Feb 2021 12:21:54 GMT
|
1389
|
+
Tue, 02 Feb 2021 12:21:54 GMT
|
1196
1390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.25..@fluentui/react-button_v1.0.0-beta.26)
|
1197
1391
|
|
1198
1392
|
### Changes
|
@@ -1202,7 +1396,7 @@ Tue, 02 Feb 2021 12:21:54 GMT
|
|
1202
1396
|
|
1203
1397
|
## [1.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.25)
|
1204
1398
|
|
1205
|
-
Mon, 01 Feb 2021 12:23:48 GMT
|
1399
|
+
Mon, 01 Feb 2021 12:23:48 GMT
|
1206
1400
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.24..@fluentui/react-button_v1.0.0-beta.25)
|
1207
1401
|
|
1208
1402
|
### Changes
|
@@ -1211,7 +1405,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
|
|
1211
1405
|
|
1212
1406
|
## [1.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.24)
|
1213
1407
|
|
1214
|
-
Thu, 28 Jan 2021 12:25:56 GMT
|
1408
|
+
Thu, 28 Jan 2021 12:25:56 GMT
|
1215
1409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.23..@fluentui/react-button_v1.0.0-beta.24)
|
1216
1410
|
|
1217
1411
|
### Changes
|
@@ -1221,7 +1415,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
|
|
1221
1415
|
|
1222
1416
|
## [1.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.23)
|
1223
1417
|
|
1224
|
-
Sat, 23 Jan 2021 05:20:07 GMT
|
1418
|
+
Sat, 23 Jan 2021 05:20:07 GMT
|
1225
1419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.22..@fluentui/react-button_v1.0.0-beta.23)
|
1226
1420
|
|
1227
1421
|
### Changes
|
@@ -1230,7 +1424,7 @@ Sat, 23 Jan 2021 05:20:07 GMT
|
|
1230
1424
|
|
1231
1425
|
## [1.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.22)
|
1232
1426
|
|
1233
|
-
Fri, 22 Jan 2021 12:24:49 GMT
|
1427
|
+
Fri, 22 Jan 2021 12:24:49 GMT
|
1234
1428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.21..@fluentui/react-button_v1.0.0-beta.22)
|
1235
1429
|
|
1236
1430
|
### Changes
|
@@ -1239,17 +1433,17 @@ Fri, 22 Jan 2021 12:24:49 GMT
|
|
1239
1433
|
|
1240
1434
|
## [1.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.21)
|
1241
1435
|
|
1242
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
1436
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
1243
1437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.19..@fluentui/react-button_v1.0.0-beta.21)
|
1244
1438
|
|
1245
1439
|
### Changes
|
1246
1440
|
|
1247
1441
|
- Button: Enable pointer-events so that tooltip can be attached to disabledFocusable Button. ([PR #16508](https://github.com/microsoft/fluentui/pull/16508) by jukapsia@microsoft.com)
|
1248
|
-
-
|
1442
|
+
- Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
|
1249
1443
|
|
1250
1444
|
## [1.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.19)
|
1251
1445
|
|
1252
|
-
Thu, 14 Jan 2021 12:31:15 GMT
|
1446
|
+
Thu, 14 Jan 2021 12:31:15 GMT
|
1253
1447
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.17..@fluentui/react-button_v1.0.0-beta.19)
|
1254
1448
|
|
1255
1449
|
### Changes
|
@@ -1258,7 +1452,7 @@ Thu, 14 Jan 2021 12:31:15 GMT
|
|
1258
1452
|
|
1259
1453
|
## [1.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.17)
|
1260
1454
|
|
1261
|
-
Fri, 11 Dec 2020 12:28:01 GMT
|
1455
|
+
Fri, 11 Dec 2020 12:28:01 GMT
|
1262
1456
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.14..@fluentui/react-button_v1.0.0-beta.17)
|
1263
1457
|
|
1264
1458
|
### Changes
|
@@ -1267,7 +1461,7 @@ Fri, 11 Dec 2020 12:28:01 GMT
|
|
1267
1461
|
|
1268
1462
|
## [1.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.14)
|
1269
1463
|
|
1270
|
-
Tue, 01 Dec 2020 12:38:05 GMT
|
1464
|
+
Tue, 01 Dec 2020 12:38:05 GMT
|
1271
1465
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.13..@fluentui/react-button_v1.0.0-beta.14)
|
1272
1466
|
|
1273
1467
|
### Changes
|
@@ -1276,7 +1470,7 @@ Tue, 01 Dec 2020 12:38:05 GMT
|
|
1276
1470
|
|
1277
1471
|
## [1.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.13)
|
1278
1472
|
|
1279
|
-
Mon, 23 Nov 2020 12:31:40 GMT
|
1473
|
+
Mon, 23 Nov 2020 12:31:40 GMT
|
1280
1474
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.12..@fluentui/react-button_v1.0.0-beta.13)
|
1281
1475
|
|
1282
1476
|
### Changes
|
@@ -1285,7 +1479,7 @@ Mon, 23 Nov 2020 12:31:40 GMT
|
|
1285
1479
|
|
1286
1480
|
## [1.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.12)
|
1287
1481
|
|
1288
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
1482
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
1289
1483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.11..@fluentui/react-button_v1.0.0-beta.12)
|
1290
1484
|
|
1291
1485
|
### Changes
|
@@ -1294,17 +1488,17 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
1294
1488
|
|
1295
1489
|
## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.11)
|
1296
1490
|
|
1297
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
1491
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
1298
1492
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.9..@fluentui/react-button_v1.0.0-beta.11)
|
1299
1493
|
|
1300
1494
|
### Changes
|
1301
1495
|
|
1302
|
-
- Updating arguments of style hook.
|
1496
|
+
- Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
|
1303
1497
|
- Updating classes hooks derived from Button to actually derive from Button. ([PR #15955](https://github.com/microsoft/fluentui/pull/15955) by xgao@microsoft.com)
|
1304
1498
|
|
1305
1499
|
## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.9)
|
1306
1500
|
|
1307
|
-
Fri, 06 Nov 2020 12:34:34 GMT
|
1501
|
+
Fri, 06 Nov 2020 12:34:34 GMT
|
1308
1502
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.8..@fluentui/react-button_v1.0.0-beta.9)
|
1309
1503
|
|
1310
1504
|
### Changes
|
@@ -1313,7 +1507,7 @@ Fri, 06 Nov 2020 12:34:34 GMT
|
|
1313
1507
|
|
1314
1508
|
## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.8)
|
1315
1509
|
|
1316
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
1510
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
1317
1511
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.7..@fluentui/react-button_v1.0.0-beta.8)
|
1318
1512
|
|
1319
1513
|
### Changes
|
@@ -1322,7 +1516,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
1322
1516
|
|
1323
1517
|
## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.7)
|
1324
1518
|
|
1325
|
-
Wed, 04 Nov 2020 12:34:30 GMT
|
1519
|
+
Wed, 04 Nov 2020 12:34:30 GMT
|
1326
1520
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.4..@fluentui/react-button_v1.0.0-beta.7)
|
1327
1521
|
|
1328
1522
|
### Changes
|
@@ -1331,7 +1525,7 @@ Wed, 04 Nov 2020 12:34:30 GMT
|
|
1331
1525
|
|
1332
1526
|
## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.4)
|
1333
1527
|
|
1334
|
-
Wed, 28 Oct 2020 12:32:24 GMT
|
1528
|
+
Wed, 28 Oct 2020 12:32:24 GMT
|
1335
1529
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.1..@fluentui/react-button_v1.0.0-beta.4)
|
1336
1530
|
|
1337
1531
|
### Changes
|
@@ -1340,7 +1534,7 @@ Wed, 28 Oct 2020 12:32:24 GMT
|
|
1340
1534
|
|
1341
1535
|
## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.1)
|
1342
1536
|
|
1343
|
-
Fri, 23 Oct 2020 23:25:40 GMT
|
1537
|
+
Fri, 23 Oct 2020 23:25:40 GMT
|
1344
1538
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.0..@fluentui/react-button_v1.0.0-beta.1)
|
1345
1539
|
|
1346
1540
|
### Changes
|
@@ -1349,7 +1543,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
|
|
1349
1543
|
|
1350
1544
|
## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.0)
|
1351
1545
|
|
1352
|
-
Fri, 23 Oct 2020 03:26:15 GMT
|
1546
|
+
Fri, 23 Oct 2020 03:26:15 GMT
|
1353
1547
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.3..@fluentui/react-button_v1.0.0-beta.0)
|
1354
1548
|
|
1355
1549
|
### Changes
|
@@ -1368,7 +1562,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
|
|
1368
1562
|
|
1369
1563
|
## [0.14.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.3)
|
1370
1564
|
|
1371
|
-
Sun, 27 Sep 2020 04:20:52 GMT
|
1565
|
+
Sun, 27 Sep 2020 04:20:52 GMT
|
1372
1566
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.2..@fluentui/react-button_v0.14.3)
|
1373
1567
|
|
1374
1568
|
### Patches
|
@@ -1377,7 +1571,7 @@ Sun, 27 Sep 2020 04:20:52 GMT
|
|
1377
1571
|
|
1378
1572
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.2)
|
1379
1573
|
|
1380
|
-
Fri, 25 Sep 2020 12:25:17 GMT
|
1574
|
+
Fri, 25 Sep 2020 12:25:17 GMT
|
1381
1575
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.0..@fluentui/react-button_v0.14.2)
|
1382
1576
|
|
1383
1577
|
### Patches
|
@@ -1387,7 +1581,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
|
|
1387
1581
|
|
1388
1582
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.0)
|
1389
1583
|
|
1390
|
-
Wed, 23 Sep 2020 12:27:48 GMT
|
1584
|
+
Wed, 23 Sep 2020 12:27:48 GMT
|
1391
1585
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.1..@fluentui/react-button_v0.14.0)
|
1392
1586
|
|
1393
1587
|
### Minor changes
|
@@ -1400,7 +1594,7 @@ Wed, 23 Sep 2020 12:27:48 GMT
|
|
1400
1594
|
|
1401
1595
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.1)
|
1402
1596
|
|
1403
|
-
Thu, 17 Sep 2020 15:52:49 GMT
|
1597
|
+
Thu, 17 Sep 2020 15:52:49 GMT
|
1404
1598
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.0..@fluentui/react-button_v0.13.1)
|
1405
1599
|
|
1406
1600
|
### Patches
|
@@ -1409,7 +1603,7 @@ Thu, 17 Sep 2020 15:52:49 GMT
|
|
1409
1603
|
|
1410
1604
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.0)
|
1411
1605
|
|
1412
|
-
Thu, 17 Sep 2020 12:25:04 GMT
|
1606
|
+
Thu, 17 Sep 2020 12:25:04 GMT
|
1413
1607
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.6..@fluentui/react-button_v0.13.0)
|
1414
1608
|
|
1415
1609
|
### Minor changes
|
@@ -1418,7 +1612,7 @@ Thu, 17 Sep 2020 12:25:04 GMT
|
|
1418
1612
|
|
1419
1613
|
## [0.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.5)
|
1420
1614
|
|
1421
|
-
Tue, 15 Sep 2020 12:26:06 GMT
|
1615
|
+
Tue, 15 Sep 2020 12:26:06 GMT
|
1422
1616
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.4..@fluentui/react-button_v0.12.5)
|
1423
1617
|
|
1424
1618
|
### Patches
|
@@ -1427,7 +1621,7 @@ Tue, 15 Sep 2020 12:26:06 GMT
|
|
1427
1621
|
|
1428
1622
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.0)
|
1429
1623
|
|
1430
|
-
Wed, 09 Sep 2020 12:24:19 GMT
|
1624
|
+
Wed, 09 Sep 2020 12:24:19 GMT
|
1431
1625
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.6..@fluentui/react-button_v0.12.0)
|
1432
1626
|
|
1433
1627
|
### Minor changes
|
@@ -1440,7 +1634,7 @@ Wed, 09 Sep 2020 12:24:19 GMT
|
|
1440
1634
|
|
1441
1635
|
## [0.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.6)
|
1442
1636
|
|
1443
|
-
Mon, 07 Sep 2020 12:26:26 GMT
|
1637
|
+
Mon, 07 Sep 2020 12:26:26 GMT
|
1444
1638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.5..@fluentui/react-button_v0.11.6)
|
1445
1639
|
|
1446
1640
|
### Patches
|
@@ -1449,7 +1643,7 @@ Mon, 07 Sep 2020 12:26:26 GMT
|
|
1449
1643
|
|
1450
1644
|
## [0.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.5)
|
1451
1645
|
|
1452
|
-
Fri, 04 Sep 2020 12:28:23 GMT
|
1646
|
+
Fri, 04 Sep 2020 12:28:23 GMT
|
1453
1647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.0..@fluentui/react-button_v0.11.5)
|
1454
1648
|
|
1455
1649
|
### Patches
|
@@ -1458,7 +1652,7 @@ Fri, 04 Sep 2020 12:28:23 GMT
|
|
1458
1652
|
|
1459
1653
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.0)
|
1460
1654
|
|
1461
|
-
Fri, 28 Aug 2020 12:29:20 GMT
|
1655
|
+
Fri, 28 Aug 2020 12:29:20 GMT
|
1462
1656
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.3..@fluentui/react-button_v0.11.0)
|
1463
1657
|
|
1464
1658
|
### Minor changes
|
@@ -1467,7 +1661,7 @@ Fri, 28 Aug 2020 12:29:20 GMT
|
|
1467
1661
|
|
1468
1662
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.3)
|
1469
1663
|
|
1470
|
-
Tue, 25 Aug 2020 12:36:19 GMT
|
1664
|
+
Tue, 25 Aug 2020 12:36:19 GMT
|
1471
1665
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.1..@fluentui/react-button_v0.10.3)
|
1472
1666
|
|
1473
1667
|
### Patches
|
@@ -1476,7 +1670,7 @@ Tue, 25 Aug 2020 12:36:19 GMT
|
|
1476
1670
|
|
1477
1671
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.1)
|
1478
1672
|
|
1479
|
-
Thu, 20 Aug 2020 12:37:22 GMT
|
1673
|
+
Thu, 20 Aug 2020 12:37:22 GMT
|
1480
1674
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.0..@fluentui/react-button_v0.10.1)
|
1481
1675
|
|
1482
1676
|
### Patches
|
@@ -1486,7 +1680,7 @@ Thu, 20 Aug 2020 12:37:22 GMT
|
|
1486
1680
|
|
1487
1681
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.0)
|
1488
1682
|
|
1489
|
-
Wed, 19 Aug 2020 12:44:33 GMT
|
1683
|
+
Wed, 19 Aug 2020 12:44:33 GMT
|
1490
1684
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.4..@fluentui/react-button_v0.10.0)
|
1491
1685
|
|
1492
1686
|
### Minor changes
|
@@ -1495,7 +1689,7 @@ Wed, 19 Aug 2020 12:44:33 GMT
|
|
1495
1689
|
|
1496
1690
|
## [0.9.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.4)
|
1497
1691
|
|
1498
|
-
Tue, 18 Aug 2020 07:58:00 GMT
|
1692
|
+
Tue, 18 Aug 2020 07:58:00 GMT
|
1499
1693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.0..@fluentui/react-button_v0.9.4)
|
1500
1694
|
|
1501
1695
|
### Patches
|
@@ -1504,7 +1698,7 @@ Tue, 18 Aug 2020 07:58:00 GMT
|
|
1504
1698
|
|
1505
1699
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.0)
|
1506
1700
|
|
1507
|
-
Tue, 11 Aug 2020 05:47:07 GMT
|
1701
|
+
Tue, 11 Aug 2020 05:47:07 GMT
|
1508
1702
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.8.0..@fluentui/react-button_v0.9.0)
|
1509
1703
|
|
1510
1704
|
### Minor changes
|
@@ -1514,7 +1708,7 @@ Tue, 11 Aug 2020 05:47:07 GMT
|
|
1514
1708
|
|
1515
1709
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.8.0)
|
1516
1710
|
|
1517
|
-
Mon, 10 Aug 2020 06:19:21 GMT
|
1711
|
+
Mon, 10 Aug 2020 06:19:21 GMT
|
1518
1712
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.14..@fluentui/react-button_v0.8.0)
|
1519
1713
|
|
1520
1714
|
### Minor changes
|
@@ -1523,7 +1717,7 @@ Mon, 10 Aug 2020 06:19:21 GMT
|
|
1523
1717
|
|
1524
1718
|
## [0.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.9)
|
1525
1719
|
|
1526
|
-
Mon, 27 Jul 2020 12:42:21 GMT
|
1720
|
+
Mon, 27 Jul 2020 12:42:21 GMT
|
1527
1721
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.3..@fluentui/react-button_v0.7.9)
|
1528
1722
|
|
1529
1723
|
### Patches
|
@@ -1532,7 +1726,7 @@ Mon, 27 Jul 2020 12:42:21 GMT
|
|
1532
1726
|
|
1533
1727
|
## [0.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.3)
|
1534
1728
|
|
1535
|
-
Fri, 17 Jul 2020 12:38:41 GMT
|
1729
|
+
Fri, 17 Jul 2020 12:38:41 GMT
|
1536
1730
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.1..@fluentui/react-button_v0.7.3)
|
1537
1731
|
|
1538
1732
|
### Patches
|
@@ -1541,7 +1735,7 @@ Fri, 17 Jul 2020 12:38:41 GMT
|
|
1541
1735
|
|
1542
1736
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.0)
|
1543
1737
|
|
1544
|
-
Thu, 09 Jul 2020 21:59:04 GMT
|
1738
|
+
Thu, 09 Jul 2020 21:59:04 GMT
|
1545
1739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.2..@fluentui/react-button_v0.7.0)
|
1546
1740
|
|
1547
1741
|
### Minor changes
|
@@ -1550,7 +1744,7 @@ Thu, 09 Jul 2020 21:59:04 GMT
|
|
1550
1744
|
|
1551
1745
|
## [0.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.2)
|
1552
1746
|
|
1553
|
-
Thu, 02 Jul 2020 12:42:11 GMT
|
1747
|
+
Thu, 02 Jul 2020 12:42:11 GMT
|
1554
1748
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.0..@fluentui/react-button_v0.6.2)
|
1555
1749
|
|
1556
1750
|
### Patches
|
@@ -1559,7 +1753,7 @@ Thu, 02 Jul 2020 12:42:11 GMT
|
|
1559
1753
|
|
1560
1754
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.0)
|
1561
1755
|
|
1562
|
-
Tue, 30 Jun 2020 12:33:36 GMT
|
1756
|
+
Tue, 30 Jun 2020 12:33:36 GMT
|
1563
1757
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.1..@fluentui/react-button_v0.6.0)
|
1564
1758
|
|
1565
1759
|
### Minor changes
|
@@ -1568,7 +1762,7 @@ Tue, 30 Jun 2020 12:33:36 GMT
|
|
1568
1762
|
|
1569
1763
|
## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.1)
|
1570
1764
|
|
1571
|
-
Fri, 26 Jun 2020 12:36:28 GMT
|
1765
|
+
Fri, 26 Jun 2020 12:36:28 GMT
|
1572
1766
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.0..@fluentui/react-button_v0.5.1)
|
1573
1767
|
|
1574
1768
|
### Patches
|
@@ -1578,7 +1772,7 @@ Fri, 26 Jun 2020 12:36:28 GMT
|
|
1578
1772
|
|
1579
1773
|
## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.0)
|
1580
1774
|
|
1581
|
-
Thu, 25 Jun 2020 12:50:17 GMT
|
1775
|
+
Thu, 25 Jun 2020 12:50:17 GMT
|
1582
1776
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.4.0..@fluentui/react-button_v0.5.0)
|
1583
1777
|
|
1584
1778
|
### Minor changes
|
@@ -1591,7 +1785,7 @@ Thu, 25 Jun 2020 12:50:17 GMT
|
|
1591
1785
|
|
1592
1786
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.4.0)
|
1593
1787
|
|
1594
|
-
Tue, 23 Jun 2020 12:41:54 GMT
|
1788
|
+
Tue, 23 Jun 2020 12:41:54 GMT
|
1595
1789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.7..@fluentui/react-button_v0.4.0)
|
1596
1790
|
|
1597
1791
|
### Minor changes
|
@@ -1600,7 +1794,7 @@ Tue, 23 Jun 2020 12:41:54 GMT
|
|
1600
1794
|
|
1601
1795
|
## [0.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.7)
|
1602
1796
|
|
1603
|
-
Mon, 22 Jun 2020 12:42:16 GMT
|
1797
|
+
Mon, 22 Jun 2020 12:42:16 GMT
|
1604
1798
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.6..@fluentui/react-button_v0.3.7)
|
1605
1799
|
|
1606
1800
|
### Patches
|
@@ -1609,7 +1803,7 @@ Mon, 22 Jun 2020 12:42:16 GMT
|
|
1609
1803
|
|
1610
1804
|
## [0.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.6)
|
1611
1805
|
|
1612
|
-
Fri, 19 Jun 2020 12:38:09 GMT
|
1806
|
+
Fri, 19 Jun 2020 12:38:09 GMT
|
1613
1807
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.5..@fluentui/react-button_v0.3.6)
|
1614
1808
|
|
1615
1809
|
### Patches
|
@@ -1618,7 +1812,7 @@ Fri, 19 Jun 2020 12:38:09 GMT
|
|
1618
1812
|
|
1619
1813
|
## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.5)
|
1620
1814
|
|
1621
|
-
Thu, 18 Jun 2020 12:37:09 GMT
|
1815
|
+
Thu, 18 Jun 2020 12:37:09 GMT
|
1622
1816
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.3..@fluentui/react-button_v0.3.5)
|
1623
1817
|
|
1624
1818
|
### Patches
|
@@ -1627,7 +1821,7 @@ Thu, 18 Jun 2020 12:37:09 GMT
|
|
1627
1821
|
|
1628
1822
|
## [0.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.3)
|
1629
1823
|
|
1630
|
-
Tue, 16 Jun 2020 17:35:36 GMT
|
1824
|
+
Tue, 16 Jun 2020 17:35:36 GMT
|
1631
1825
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.0..@fluentui/react-button_v0.3.3)
|
1632
1826
|
|
1633
1827
|
### Patches
|
@@ -1636,7 +1830,7 @@ Tue, 16 Jun 2020 17:35:36 GMT
|
|
1636
1830
|
|
1637
1831
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.0)
|
1638
1832
|
|
1639
|
-
Fri, 12 Jun 2020 18:29:07 GMT
|
1833
|
+
Fri, 12 Jun 2020 18:29:07 GMT
|
1640
1834
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.2.0..@fluentui/react-button_v0.3.0)
|
1641
1835
|
|
1642
1836
|
### Minor changes
|
@@ -1650,7 +1844,7 @@ Fri, 12 Jun 2020 18:29:07 GMT
|
|
1650
1844
|
|
1651
1845
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.2.0)
|
1652
1846
|
|
1653
|
-
Mon, 08 Jun 2020 12:34:34 GMT
|
1847
|
+
Mon, 08 Jun 2020 12:34:34 GMT
|
1654
1848
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.13..@fluentui/react-button_v0.2.0)
|
1655
1849
|
|
1656
1850
|
### Minor changes
|
@@ -1659,7 +1853,7 @@ Mon, 08 Jun 2020 12:34:34 GMT
|
|
1659
1853
|
|
1660
1854
|
## [0.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.13)
|
1661
1855
|
|
1662
|
-
Fri, 05 Jun 2020 05:09:39 GMT
|
1856
|
+
Fri, 05 Jun 2020 05:09:39 GMT
|
1663
1857
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.12..@fluentui/react-button_v0.1.13)
|
1664
1858
|
|
1665
1859
|
### Patches
|
@@ -1669,7 +1863,7 @@ Fri, 05 Jun 2020 05:09:39 GMT
|
|
1669
1863
|
|
1670
1864
|
## [0.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.12)
|
1671
1865
|
|
1672
|
-
Tue, 02 Jun 2020 12:36:30 GMT
|
1866
|
+
Tue, 02 Jun 2020 12:36:30 GMT
|
1673
1867
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.11..@fluentui/react-button_v0.1.12)
|
1674
1868
|
|
1675
1869
|
### Patches
|
@@ -1678,7 +1872,7 @@ Tue, 02 Jun 2020 12:36:30 GMT
|
|
1678
1872
|
|
1679
1873
|
## [0.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.11)
|
1680
1874
|
|
1681
|
-
Mon, 01 Jun 2020 12:32:45 GMT
|
1875
|
+
Mon, 01 Jun 2020 12:32:45 GMT
|
1682
1876
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.4..@fluentui/react-button_v0.1.11)
|
1683
1877
|
|
1684
1878
|
### Patches
|
@@ -1687,12 +1881,12 @@ Mon, 01 Jun 2020 12:32:45 GMT
|
|
1687
1881
|
|
1688
1882
|
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.4)
|
1689
1883
|
|
1690
|
-
Wed, 20 May 2020 12:31:10 GMT
|
1884
|
+
Wed, 20 May 2020 12:31:10 GMT
|
1691
1885
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.1..@fluentui/react-button_v0.1.4)
|
1692
1886
|
|
1693
1887
|
### Patches
|
1694
1888
|
|
1695
|
-
- feat(compose): expose
|
1889
|
+
- feat(compose): expose \_\_self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
|
1696
1890
|
|
1697
1891
|
## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.1)
|
1698
1892
|
|