@fluentui/react-button 9.0.0-nightly.46b9ea7036.0 → 9.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +380 -31
- package/CHANGELOG.md +88 -20
- package/dist/react-button.d.ts +42 -34
- package/lib/components/Button/Button.js +7 -7
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/Button/Button.types.d.ts +6 -6
- package/lib/components/Button/index.d.ts +2 -2
- package/lib/components/Button/index.js +1 -2
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Button/renderButton.d.ts +1 -1
- package/lib/components/Button/renderButton.js +13 -9
- package/lib/components/Button/renderButton.js.map +1 -1
- package/lib/components/Button/useButton.d.ts +1 -1
- package/lib/components/Button/useButton.js +22 -25
- package/lib/components/Button/useButton.js.map +1 -1
- package/lib/components/Button/useButtonStyles.d.ts +2 -9
- package/lib/components/Button/useButtonStyles.js +118 -90
- 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.d.ts +4 -4
- package/lib/components/CompoundButton/index.d.ts +1 -1
- package/lib/components/CompoundButton/index.js +1 -1
- package/lib/components/CompoundButton/index.js.map +1 -1
- package/lib/components/CompoundButton/renderCompoundButton.d.ts +1 -1
- package/lib/components/CompoundButton/renderCompoundButton.js +15 -9
- package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButton.d.ts +1 -1
- package/lib/components/CompoundButton/useCompoundButton.js +9 -9
- package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +2 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.js +52 -48
- 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.d.ts +3 -4
- package/lib/components/MenuButton/index.d.ts +1 -1
- package/lib/components/MenuButton/index.js +1 -1
- package/lib/components/MenuButton/index.js.map +1 -1
- package/lib/components/MenuButton/renderMenuButton.d.ts +1 -1
- package/lib/components/MenuButton/renderMenuButton.js +13 -9
- package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButton.d.ts +1 -1
- package/lib/components/MenuButton/useMenuButton.js +11 -11
- package/lib/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButtonStyles.d.ts +2 -1
- package/lib/components/MenuButton/useMenuButtonStyles.js +8 -6
- 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.d.ts +6 -4
- package/lib/components/SplitButton/index.d.ts +1 -1
- package/lib/components/SplitButton/index.js +1 -1
- package/lib/components/SplitButton/index.js.map +1 -1
- package/lib/components/SplitButton/renderSplitButton.d.ts +1 -1
- package/lib/components/SplitButton/renderSplitButton.js +9 -7
- package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButton.d.ts +1 -1
- package/lib/components/SplitButton/useSplitButton.js +41 -45
- package/lib/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.d.ts +2 -1
- package/lib/components/SplitButton/useSplitButtonStyles.js +38 -34
- 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.d.ts +2 -1
- package/lib/components/ToggleButton/index.d.ts +1 -1
- package/lib/components/ToggleButton/index.js +1 -1
- package/lib/components/ToggleButton/index.js.map +1 -1
- package/lib/components/ToggleButton/renderToggleButton.d.ts +1 -1
- package/lib/components/ToggleButton/renderToggleButton.js +1 -1
- package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButton.d.ts +1 -1
- package/lib/components/ToggleButton/useToggleButton.js +32 -30
- package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +2 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.js +47 -43
- package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib-commonjs/Button.js +1 -1
- package/lib-commonjs/CompoundButton.js +1 -1
- package/lib-commonjs/MenuButton.js +1 -1
- package/lib-commonjs/SplitButton.js +1 -1
- package/lib-commonjs/ToggleButton.js +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.d.ts +6 -6
- package/lib-commonjs/components/Button/index.d.ts +2 -2
- package/lib-commonjs/components/Button/index.js +10 -6
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Button/renderButton.d.ts +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.d.ts +1 -1
- package/lib-commonjs/components/Button/useButton.js +26 -29
- package/lib-commonjs/components/Button/useButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.d.ts +2 -9
- package/lib-commonjs/components/Button/useButtonStyles.js +121 -92
- 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.d.ts +4 -4
- package/lib-commonjs/components/CompoundButton/index.d.ts +1 -1
- package/lib-commonjs/components/CompoundButton/index.js +10 -4
- package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +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.d.ts +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js +12 -13
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +2 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +58 -53
- 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.d.ts +3 -4
- package/lib-commonjs/components/MenuButton/index.d.ts +1 -1
- package/lib-commonjs/components/MenuButton/index.js +10 -4
- package/lib-commonjs/components/MenuButton/index.js.map +1 -1
- package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +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.d.ts +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.d.ts +2 -1
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +12 -9
- 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.d.ts +6 -4
- package/lib-commonjs/components/SplitButton/index.d.ts +1 -1
- package/lib-commonjs/components/SplitButton/index.js +10 -4
- package/lib-commonjs/components/SplitButton/index.js.map +1 -1
- package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +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.d.ts +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButton.js +46 -51
- package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +2 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +44 -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.d.ts +2 -1
- package/lib-commonjs/components/ToggleButton/index.d.ts +1 -1
- package/lib-commonjs/components/ToggleButton/index.js +10 -4
- package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +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.d.ts +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.js +36 -35
- package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +2 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +51 -45
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/package.json +12 -15
- 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-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/CHANGELOG.json
CHANGED
@@ -2,90 +2,439 @@
|
|
2
2
|
"name": "@fluentui/react-button",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-button_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Thu, 10 Feb 2022 08:44:59 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.1",
|
7
|
+
"version": "9.0.0-rc.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
12
|
+
"package": "@fluentui/react-button",
|
13
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
14
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
18
|
+
"package": "@fluentui/react-button",
|
19
|
+
"commit": "940de09b95aa1cefcac9a1f6bbfa9499419e3634",
|
20
|
+
"comment": "Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall."
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "olfedias@microsoft.com",
|
24
|
+
"package": "@fluentui/react-button",
|
25
|
+
"commit": "0aa74f3ef5a64c647b5903e21af7ff5423d46182",
|
26
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "ololubek@microsoft.com",
|
30
|
+
"package": "@fluentui/react-button",
|
31
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
32
|
+
"comment": "Update react-icons usage to resizable icons"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "behowell@microsoft.com",
|
36
|
+
"package": "@fluentui/react-button",
|
37
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
38
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "lingfangao@hotmail.com",
|
42
|
+
"package": "@fluentui/react-button",
|
43
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
44
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "ololubek@microsoft.com",
|
48
|
+
"package": "@fluentui/react-button",
|
49
|
+
"commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
|
50
|
+
"comment": "(fix): Update react-icons dependency to latest version"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
54
|
+
"package": "@fluentui/react-button",
|
55
|
+
"commit": "0a4c1a9af2f8bb29c3a3544f06964a8554cd692a",
|
56
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
60
|
+
"package": "@fluentui/react-button",
|
61
|
+
"commit": "a21bfaceecf201d0c984fa84704148a24f956901",
|
62
|
+
"comment": "CompoundButton: Updating styles to match latest design spec."
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "behowell@microsoft.com",
|
66
|
+
"package": "@fluentui/react-button",
|
67
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
68
|
+
"comment": "Remove component's shorthandProps array"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "mgodbolt@microsoft.com",
|
72
|
+
"package": "@fluentui/react-button",
|
73
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
74
|
+
"comment": "remove export of commons types"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "behowell@microsoft.com",
|
78
|
+
"package": "@fluentui/react-button",
|
79
|
+
"commit": "d778282b56baae57cb6b407debdbfb6beca76761",
|
80
|
+
"comment": "Remove fontSize from default menuIcon, as it is already set via css"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
84
|
+
"package": "@fluentui/react-button",
|
85
|
+
"commit": "f5873dc09f0c07d4adf23ad89a5f3afad37a0da9",
|
86
|
+
"comment": "ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable."
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "olfedias@microsoft.com",
|
90
|
+
"package": "@fluentui/react-button",
|
91
|
+
"commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
|
92
|
+
"comment": "update styles to not use CSS shorthands"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "behowell@microsoft.com",
|
96
|
+
"package": "@fluentui/react-button",
|
97
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
98
|
+
"comment": "Refactor component Slot typings"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
102
|
+
"package": "@fluentui/react-button",
|
103
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
104
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
108
|
+
"package": "@fluentui/react-button",
|
109
|
+
"commit": "7797d49103b5dd7662ef59f734921f6326b2273d",
|
110
|
+
"comment": "MenuButton: Updating types so it properly supports ref."
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "olfedias@microsoft.com",
|
114
|
+
"package": "@fluentui/react-button",
|
115
|
+
"commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
|
116
|
+
"comment": "update @fluentui/react-icons package"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
120
|
+
"package": "@fluentui/react-button",
|
121
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
122
|
+
"comment": "Updating based on changes to composition types."
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
126
|
+
"package": "@fluentui/react-button",
|
127
|
+
"commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
|
128
|
+
"comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "beachball",
|
132
|
+
"package": "@fluentui/react-button",
|
133
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
|
134
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "beachball",
|
138
|
+
"package": "@fluentui/react-button",
|
139
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
|
140
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "beachball",
|
144
|
+
"package": "@fluentui/react-button",
|
145
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
146
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "beachball",
|
150
|
+
"package": "@fluentui/react-button",
|
151
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
152
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"author": "beachball",
|
156
|
+
"package": "@fluentui/react-button",
|
157
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
158
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
159
|
+
}
|
160
|
+
],
|
161
|
+
"none": [
|
162
|
+
{
|
163
|
+
"author": "olfedias@microsoft.com",
|
164
|
+
"package": "@fluentui/react-button",
|
165
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
166
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "martinhochel@microsoft.com",
|
170
|
+
"package": "@fluentui/react-button",
|
171
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
172
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "tkrasniqi@microsoft.com",
|
176
|
+
"package": "@fluentui/react-button",
|
177
|
+
"commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
|
178
|
+
"comment": "Migration to new tsconfig"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "bsunderhus@microsoft.com",
|
182
|
+
"package": "@fluentui/react-button",
|
183
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
184
|
+
"comment": "Updates components with nullRender changes"
|
185
|
+
}
|
186
|
+
]
|
187
|
+
}
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"date": "Thu, 25 Nov 2021 08:34:12 GMT",
|
191
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.5",
|
192
|
+
"version": "9.0.0-beta.5",
|
193
|
+
"comments": {
|
194
|
+
"prerelease": [
|
195
|
+
{
|
196
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
197
|
+
"package": "@fluentui/react-button",
|
198
|
+
"commit": "8825574c42f414c26f9d49238be02ca7dcb44cfe",
|
199
|
+
"comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "ololubek@microsoft.com",
|
203
|
+
"package": "@fluentui/react-button",
|
204
|
+
"commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
|
205
|
+
"comment": "update react-icons dependency"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "beachball",
|
209
|
+
"package": "@fluentui/react-button",
|
210
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
|
211
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"author": "beachball",
|
215
|
+
"package": "@fluentui/react-button",
|
216
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
217
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"author": "beachball",
|
221
|
+
"package": "@fluentui/react-button",
|
222
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
223
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"author": "beachball",
|
227
|
+
"package": "@fluentui/react-button",
|
228
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
229
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"author": "beachball",
|
12
233
|
"package": "@fluentui/react-button",
|
13
|
-
"comment": "
|
14
|
-
"commit": "
|
234
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
235
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"author": "beachball",
|
239
|
+
"package": "@fluentui/react-button",
|
240
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
241
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"author": "beachball",
|
245
|
+
"package": "@fluentui/react-button",
|
246
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
247
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
248
|
+
}
|
249
|
+
]
|
250
|
+
}
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"date": "Fri, 12 Nov 2021 13:25:16 GMT",
|
254
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.4",
|
255
|
+
"version": "9.0.0-beta.4",
|
256
|
+
"comments": {
|
257
|
+
"prerelease": [
|
258
|
+
{
|
259
|
+
"author": "olfedias@microsoft.com",
|
260
|
+
"package": "@fluentui/react-button",
|
261
|
+
"commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
|
262
|
+
"comment": "export static classes for components"
|
15
263
|
},
|
16
264
|
{
|
17
265
|
"author": "gcox@microsoft.com",
|
18
266
|
"package": "@fluentui/react-button",
|
19
|
-
"
|
20
|
-
"
|
267
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
268
|
+
"comment": "Updated beta and RC components to ES2019"
|
21
269
|
},
|
22
270
|
{
|
23
|
-
"author": "
|
271
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
272
|
+
"package": "@fluentui/react-button",
|
273
|
+
"commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
|
274
|
+
"comment": "react-button: Removing use of enzyme in the converged package."
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
278
|
+
"package": "@fluentui/react-button",
|
279
|
+
"commit": "0e0cf06c34f78d54db4468a602a17b0a5a30ac87",
|
280
|
+
"comment": "Fixing incomplete comment."
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"author": "beachball",
|
284
|
+
"package": "@fluentui/react-button",
|
285
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
|
286
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"author": "beachball",
|
24
290
|
"package": "@fluentui/react-button",
|
25
|
-
"comment": "
|
26
|
-
"commit": "
|
291
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
292
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
27
293
|
},
|
28
294
|
{
|
29
295
|
"author": "beachball",
|
30
296
|
"package": "@fluentui/react-button",
|
31
|
-
"comment": "Bump @fluentui/
|
32
|
-
"commit": "
|
297
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
298
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
33
299
|
},
|
34
300
|
{
|
35
301
|
"author": "beachball",
|
36
302
|
"package": "@fluentui/react-button",
|
37
|
-
"comment": "Bump @fluentui/react-
|
38
|
-
"commit": "
|
303
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
304
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
39
305
|
},
|
40
306
|
{
|
41
307
|
"author": "beachball",
|
42
308
|
"package": "@fluentui/react-button",
|
43
|
-
"comment": "Bump @fluentui/
|
44
|
-
"commit": "
|
309
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
310
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
45
311
|
},
|
46
312
|
{
|
47
313
|
"author": "beachball",
|
48
314
|
"package": "@fluentui/react-button",
|
49
|
-
"comment": "Bump @fluentui/
|
50
|
-
"commit": "
|
315
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
316
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
51
317
|
},
|
52
318
|
{
|
53
319
|
"author": "beachball",
|
54
320
|
"package": "@fluentui/react-button",
|
55
|
-
"comment": "Bump @fluentui/react-
|
56
|
-
"commit": "
|
321
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
322
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
57
323
|
},
|
58
324
|
{
|
59
325
|
"author": "beachball",
|
60
326
|
"package": "@fluentui/react-button",
|
61
|
-
"comment": "Bump @fluentui/
|
62
|
-
"commit": "
|
327
|
+
"comment": "Bump @fluentui/react-menu to v9.0.0-beta.4",
|
328
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
329
|
+
}
|
330
|
+
],
|
331
|
+
"none": [
|
332
|
+
{
|
333
|
+
"author": "mgodbolt@microsoft.com",
|
334
|
+
"package": "@fluentui/react-button",
|
335
|
+
"commit": "d28932cc68561cf46a56a4300b6e18d7de8af14b",
|
336
|
+
"comment": "adding toggle and split button docs"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"author": "mgodbolt@microsoft.com",
|
340
|
+
"package": "@fluentui/react-button",
|
341
|
+
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
342
|
+
"comment": "update docs descriptions"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"author": "mgodbolt@microsoft.com",
|
346
|
+
"package": "@fluentui/react-button",
|
347
|
+
"commit": "73857e89e8c403370ba723415121f2ce1e530fff",
|
348
|
+
"comment": "add docs for menu and compound button"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"author": "lingfangao@hotmail.com",
|
352
|
+
"package": "@fluentui/react-button",
|
353
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
354
|
+
"comment": "Remove beta release tag"
|
355
|
+
}
|
356
|
+
]
|
357
|
+
}
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"date": "Wed, 27 Oct 2021 12:14:15 GMT",
|
361
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.3",
|
362
|
+
"version": "9.0.0-beta.3",
|
363
|
+
"comments": {
|
364
|
+
"prerelease": [
|
365
|
+
{
|
366
|
+
"author": "gcox@microsoft.com",
|
367
|
+
"package": "@fluentui/react-button",
|
368
|
+
"commit": "1708c7b753fb7c9d6d726cfe75f07c6633caaebe",
|
369
|
+
"comment": "Removed duplicate 'Button' from story names"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"author": "peter@draxler.ml",
|
373
|
+
"package": "@fluentui/react-button",
|
374
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
375
|
+
"comment": "added styling of documentation"
|
63
376
|
},
|
64
377
|
{
|
65
378
|
"author": "beachball",
|
66
379
|
"package": "@fluentui/react-button",
|
67
|
-
"comment": "Bump @fluentui/
|
68
|
-
"commit": "
|
380
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.2",
|
381
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
69
382
|
},
|
70
383
|
{
|
71
384
|
"author": "beachball",
|
72
385
|
"package": "@fluentui/react-button",
|
73
|
-
"comment": "Bump @fluentui/react-
|
74
|
-
"commit": "
|
386
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
387
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
75
388
|
},
|
76
389
|
{
|
77
390
|
"author": "beachball",
|
78
391
|
"package": "@fluentui/react-button",
|
79
|
-
"comment": "Bump @fluentui/react-
|
80
|
-
"commit": "
|
392
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
393
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"author": "beachball",
|
397
|
+
"package": "@fluentui/react-button",
|
398
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
399
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"author": "beachball",
|
403
|
+
"package": "@fluentui/react-button",
|
404
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
405
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"author": "beachball",
|
409
|
+
"package": "@fluentui/react-button",
|
410
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
411
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"author": "beachball",
|
415
|
+
"package": "@fluentui/react-button",
|
416
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
417
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"author": "beachball",
|
421
|
+
"package": "@fluentui/react-button",
|
422
|
+
"comment": "Bump @fluentui/react-menu to v9.0.0-beta.3",
|
423
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
81
424
|
}
|
82
425
|
],
|
83
426
|
"none": [
|
427
|
+
{
|
428
|
+
"author": "lingfangao@hotmail.com",
|
429
|
+
"package": "@fluentui/react-button",
|
430
|
+
"commit": "e2723666e63feb392712ade7aa477790a3e5b440",
|
431
|
+
"comment": "chore(Button): Make documentation exportable to codesandbox"
|
432
|
+
},
|
84
433
|
{
|
85
434
|
"author": "mgodbolt@microsoft.com",
|
86
435
|
"package": "@fluentui/react-button",
|
87
|
-
"
|
88
|
-
"
|
436
|
+
"commit": "8bcee39f3aefc8d6dc1c1eb9f27aab901e7b55c9",
|
437
|
+
"comment": "remove playground from button examples"
|
89
438
|
}
|
90
439
|
]
|
91
440
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,28 +1,96 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 10 Feb 2022 08:44:59 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
8
|
-
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.
|
11
|
-
|
12
|
-
### Changes
|
13
|
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
- Bump
|
20
|
-
-
|
21
|
-
-
|
22
|
-
-
|
23
|
-
-
|
24
|
-
-
|
25
|
-
-
|
7
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
|
8
|
+
|
9
|
+
Thu, 10 Feb 2022 08:44:59 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v9.0.0-rc.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
15
|
+
- 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)
|
16
|
+
- Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
|
17
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
18
|
+
- 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)
|
19
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
20
|
+
- (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
|
21
|
+
- 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)
|
22
|
+
- CompoundButton: Updating styles to match latest design spec. ([PR #21523](https://github.com/microsoft/fluentui/pull/21523) by Humberto.Morimoto@microsoft.com)
|
23
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
24
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
25
|
+
- 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)
|
26
|
+
- ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable. ([PR #21492](https://github.com/microsoft/fluentui/pull/21492) by Humberto.Morimoto@microsoft.com)
|
27
|
+
- update styles to not use CSS shorthands ([PR #20815](https://github.com/microsoft/fluentui/pull/20815) by olfedias@microsoft.com)
|
28
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
29
|
+
- 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)
|
30
|
+
- MenuButton: Updating types so it properly supports ref. ([PR #21515](https://github.com/microsoft/fluentui/pull/21515) by Humberto.Morimoto@microsoft.com)
|
31
|
+
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
32
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
33
|
+
- 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)
|
34
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
35
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
36
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
37
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
38
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
39
|
+
|
40
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
|
41
|
+
|
42
|
+
Thu, 25 Nov 2021 08:34:12 GMT
|
43
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
|
44
|
+
|
45
|
+
### Changes
|
46
|
+
|
47
|
+
- MenuButton: Removing tight coupling with Menu by replicating type locally. ([PR #20635](https://github.com/microsoft/fluentui/pull/20635) by Humberto.Morimoto@microsoft.com)
|
48
|
+
- update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
|
49
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
50
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
51
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
53
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
54
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
55
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
56
|
+
|
57
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
|
58
|
+
|
59
|
+
Fri, 12 Nov 2021 13:25:16 GMT
|
60
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v9.0.0-beta.4)
|
61
|
+
|
62
|
+
### Changes
|
63
|
+
|
64
|
+
- export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
|
65
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
66
|
+
- react-button: Removing use of enzyme in the converged package. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
|
67
|
+
- Fixing incomplete comment. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
|
68
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
69
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
70
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
71
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
72
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
73
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
74
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
75
|
+
- Bump @fluentui/react-menu to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
76
|
+
|
77
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
|
78
|
+
|
79
|
+
Wed, 27 Oct 2021 12:14:15 GMT
|
80
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.2..@fluentui/react-button_v9.0.0-beta.3)
|
81
|
+
|
82
|
+
### Changes
|
83
|
+
|
84
|
+
- Removed duplicate 'Button' from story names ([PR #20266](https://github.com/microsoft/fluentui/pull/20266) by gcox@microsoft.com)
|
85
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
86
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
87
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
88
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
89
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
90
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
91
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
92
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
93
|
+
- Bump @fluentui/react-menu to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
26
94
|
|
27
95
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.2)
|
28
96
|
|