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