@fluentui/react-button 9.0.0-rc.1 → 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 +475 -1
- package/CHANGELOG.md +297 -172
- package/dist/{react-button.d.ts → index.d.ts} +67 -31
- 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.map +1 -1
- package/lib/components/Button/Button.types.js.map +1 -1
- package/lib/components/Button/index.js +3 -1
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Button/renderButton.js.map +1 -1
- package/lib/components/Button/useButton.js +2 -1
- package/lib/components/Button/useButton.js.map +1 -1
- package/lib/components/Button/useButtonStyles.js +155 -97
- package/lib/components/Button/useButtonStyles.js.map +1 -1
- 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.map +1 -1
- package/lib/components/CompoundButton/useCompoundButton.js +7 -2
- package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.js +77 -55
- package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- 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.map +1 -1
- package/lib/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButtonStyles.js +39 -14
- package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- 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.map +1 -1
- package/lib/components/SplitButton/useSplitButton.js +18 -5
- package/lib/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.js +40 -27
- package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- 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.map +1 -1
- package/lib/components/ToggleButton/useToggleButton.js +3 -41
- package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.js +85 -60
- 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.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.map +1 -1
- package/lib-commonjs/components/Button/Button.types.js.map +1 -1
- package/lib-commonjs/components/Button/index.js +9 -1
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Button/renderButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButton.js +2 -1
- package/lib-commonjs/components/Button/useButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.js +157 -98
- package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
- 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 +9 -1
- package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js +7 -2
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +79 -57
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- 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 +9 -1
- package/lib-commonjs/components/MenuButton/index.js.map +1 -1
- package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +41 -15
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- 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 +9 -1
- package/lib-commonjs/components/SplitButton/index.js.map +1 -1
- package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButton.js +17 -4
- package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +41 -28
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- 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 +9 -1
- package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.js +3 -42
- package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +89 -62
- 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 +20 -22
- 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/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 -3
- 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 -3
- package/lib/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib/components/MenuButton/MenuButton.types.d.ts +0 -10
- 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 -3
- package/lib/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib/components/SplitButton/SplitButton.types.d.ts +0 -21
- 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 -3
- package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -20
- 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 -3
- 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/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 -3
- 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 -3
- package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -10
- 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 -3
- package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -21
- 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 -3
- package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -20
- 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 -3
- package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,481 @@
|
|
2
2
|
"name": "@fluentui/react-button",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 23 May 2022 12:10:29 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.10",
|
7
|
+
"version": "9.0.0-rc.10",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
12
|
+
"package": "@fluentui/react-button",
|
13
|
+
"commit": "6cb084a7afe7d662dc2d9d65b91474f132566390",
|
14
|
+
"comment": "Using spacing tokens for button components."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
18
|
+
"package": "@fluentui/react-button",
|
19
|
+
"commit": "29f73d77cfdc20a123cb64115fb1a926300d216e",
|
20
|
+
"comment": "Removing flex gap from button components and fixing spacing to better align with design spec."
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "olfedias@microsoft.com",
|
24
|
+
"package": "@fluentui/react-button",
|
25
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
26
|
+
"comment": "chore: Update Griffel to latest version"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "olfedias@microsoft.com",
|
30
|
+
"package": "@fluentui/react-button",
|
31
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
32
|
+
"comment": "chore: Update Griffel to latest version"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "humberto_makoto@hotmail.com",
|
36
|
+
"package": "@fluentui/react-button",
|
37
|
+
"commit": "606dca4330f71a3a3ac466a30b3db1664ad0c55d",
|
38
|
+
"comment": "Removing Common types from all button components."
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
42
|
+
"package": "@fluentui/react-button",
|
43
|
+
"commit": "be57c96ae39842da3bc38740b7823eeee68cc3ea",
|
44
|
+
"comment": "Removing ToggleButtonCommons type in @fluentui/react-button."
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-button",
|
49
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.9",
|
50
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-button",
|
55
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
|
56
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "beachball",
|
60
|
+
"package": "@fluentui/react-button",
|
61
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
62
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "beachball",
|
66
|
+
"package": "@fluentui/react-button",
|
67
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
68
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "beachball",
|
72
|
+
"package": "@fluentui/react-button",
|
73
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
74
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
75
|
+
}
|
76
|
+
]
|
77
|
+
}
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"date": "Thu, 05 May 2022 18:26:29 GMT",
|
81
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.9",
|
82
|
+
"version": "9.0.0-rc.9",
|
83
|
+
"comments": {
|
84
|
+
"prerelease": [
|
85
|
+
{
|
86
|
+
"author": "martinhochel@microsoft.com",
|
87
|
+
"package": "@fluentui/react-button",
|
88
|
+
"commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
|
89
|
+
"comment": "feat: ship rolluped only dts"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"author": "beachball",
|
93
|
+
"package": "@fluentui/react-button",
|
94
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.6",
|
95
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"author": "beachball",
|
99
|
+
"package": "@fluentui/react-button",
|
100
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.8",
|
101
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"author": "beachball",
|
105
|
+
"package": "@fluentui/react-button",
|
106
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
|
107
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"author": "beachball",
|
111
|
+
"package": "@fluentui/react-button",
|
112
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
113
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"author": "beachball",
|
117
|
+
"package": "@fluentui/react-button",
|
118
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
119
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"author": "beachball",
|
123
|
+
"package": "@fluentui/react-button",
|
124
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
125
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
126
|
+
}
|
127
|
+
]
|
128
|
+
}
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"date": "Wed, 04 May 2022 13:26:38 GMT",
|
132
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.8",
|
133
|
+
"version": "9.0.0-rc.8",
|
134
|
+
"comments": {
|
135
|
+
"none": [
|
136
|
+
{
|
137
|
+
"author": "tristan.watanabe@gmail.com",
|
138
|
+
"package": "@fluentui/react-button",
|
139
|
+
"commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
|
140
|
+
"comment": "react-button: Move to new common folder."
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"prerelease": [
|
144
|
+
{
|
145
|
+
"author": "beachball",
|
146
|
+
"package": "@fluentui/react-button",
|
147
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
|
148
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"author": "beachball",
|
152
|
+
"package": "@fluentui/react-button",
|
153
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.7",
|
154
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"author": "beachball",
|
158
|
+
"package": "@fluentui/react-button",
|
159
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
160
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "beachball",
|
164
|
+
"package": "@fluentui/react-button",
|
165
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
166
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "beachball",
|
170
|
+
"package": "@fluentui/react-button",
|
171
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
172
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
173
|
+
}
|
174
|
+
]
|
175
|
+
}
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"date": "Mon, 25 Apr 2022 09:32:16 GMT",
|
179
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.7",
|
180
|
+
"version": "9.0.0-rc.7",
|
181
|
+
"comments": {
|
182
|
+
"prerelease": [
|
183
|
+
{
|
184
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
185
|
+
"package": "@fluentui/react-button",
|
186
|
+
"commit": "4c11854b93b331f12cdaa7ee0628b01667acba12",
|
187
|
+
"comment": "Adding useToggleState hook to scaffold toggleable behavior for individual consumption."
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"author": "jukapsia@microsoft.com",
|
191
|
+
"package": "@fluentui/react-button",
|
192
|
+
"commit": "3f8fffc216f60fb8b055461a6725d76983d131c0",
|
193
|
+
"comment": "fix(Button): Text color in HC mode for hover, active and checked states."
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
197
|
+
"package": "@fluentui/react-button",
|
198
|
+
"commit": "8ca44964836cefd3c435e9cf9a6ef78ceb256258",
|
199
|
+
"comment": "Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode."
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "beachball",
|
203
|
+
"package": "@fluentui/react-button",
|
204
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
205
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
206
|
+
}
|
207
|
+
],
|
208
|
+
"none": [
|
209
|
+
{
|
210
|
+
"author": "annkelle@microsoft.com",
|
211
|
+
"package": "@fluentui/react-button",
|
212
|
+
"commit": "155d4932b7cf3a544fa4f4605b5acc5cf74be763",
|
213
|
+
"comment": "Button: Use filled icons on hover."
|
214
|
+
}
|
215
|
+
]
|
216
|
+
}
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"date": "Tue, 19 Apr 2022 19:17:12 GMT",
|
220
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.6",
|
221
|
+
"version": "9.0.0-rc.6",
|
222
|
+
"comments": {
|
223
|
+
"none": [
|
224
|
+
{
|
225
|
+
"author": "elcraig@microsoft.com",
|
226
|
+
"package": "@fluentui/react-button",
|
227
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
228
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"author": "mgodbolt@microsoft.com",
|
232
|
+
"package": "@fluentui/react-button",
|
233
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
234
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"author": "elcraig@microsoft.com",
|
238
|
+
"package": "@fluentui/react-button",
|
239
|
+
"commit": "13c32e184b7960671754582de21f3555bf9f02f3",
|
240
|
+
"comment": "Remove config file that's no longer needed"
|
241
|
+
}
|
242
|
+
],
|
243
|
+
"prerelease": [
|
244
|
+
{
|
245
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
246
|
+
"package": "@fluentui/react-button",
|
247
|
+
"commit": "e0660222b8d9f4f38a61b718c18d4c67e52c8df9",
|
248
|
+
"comment": "Disabling lint rule for deprecated [component]ClassName exports."
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
252
|
+
"package": "@fluentui/react-button",
|
253
|
+
"commit": "1209d5881f9d9d581b481aa82979a22ce371cf8b",
|
254
|
+
"comment": "Button: Deprecating block prop."
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
258
|
+
"package": "@fluentui/react-button",
|
259
|
+
"commit": "8c862ab1147fd38bc5008c85d1644f992561f89f",
|
260
|
+
"comment": "Button components: Making root a non-nullable slot."
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
264
|
+
"package": "@fluentui/react-button",
|
265
|
+
"commit": "fac31825b58253b8b98c14b90090c97db2957373",
|
266
|
+
"comment": "CompoundButton: Fixing bug where component was iconOnly even when secondaryContent was being provided."
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
270
|
+
"package": "@fluentui/react-button",
|
271
|
+
"commit": "6bee76a70a7490557cd2b5c2b5639ab6bed2e6a1",
|
272
|
+
"comment": "Removing star exports."
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"author": "seanmonahan@microsoft.com",
|
276
|
+
"package": "@fluentui/react-button",
|
277
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
278
|
+
"comment": "Add deprecation messages to react-button"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"author": "olfedias@microsoft.com",
|
282
|
+
"package": "@fluentui/react-button",
|
283
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
284
|
+
"comment": "chore: Update Griffel to latest version"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"author": "seanmonahan@microsoft.com",
|
288
|
+
"package": "@fluentui/react-button",
|
289
|
+
"commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
|
290
|
+
"comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"author": "beachball",
|
294
|
+
"package": "@fluentui/react-button",
|
295
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.6",
|
296
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"author": "beachball",
|
300
|
+
"package": "@fluentui/react-button",
|
301
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
302
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"author": "beachball",
|
306
|
+
"package": "@fluentui/react-button",
|
307
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
308
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"author": "beachball",
|
312
|
+
"package": "@fluentui/react-button",
|
313
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
314
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"author": "beachball",
|
318
|
+
"package": "@fluentui/react-button",
|
319
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
320
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
321
|
+
}
|
322
|
+
]
|
323
|
+
}
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"date": "Fri, 04 Mar 2022 05:17:34 GMT",
|
327
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.5",
|
328
|
+
"version": "9.0.0-rc.5",
|
329
|
+
"comments": {
|
330
|
+
"prerelease": [
|
331
|
+
{
|
332
|
+
"author": "dzearing@microsoft.com",
|
333
|
+
"package": "@fluentui/react-button",
|
334
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
335
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
339
|
+
"package": "@fluentui/react-button",
|
340
|
+
"commit": "e951d80afa1d6220e76d7a6c23d75ae417be2b9c",
|
341
|
+
"comment": "Button: Exporting classNames of individual slots."
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"author": "beachball",
|
345
|
+
"package": "@fluentui/react-button",
|
346
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
|
347
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"author": "beachball",
|
351
|
+
"package": "@fluentui/react-button",
|
352
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.5",
|
353
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"author": "beachball",
|
357
|
+
"package": "@fluentui/react-button",
|
358
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
359
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"author": "beachball",
|
363
|
+
"package": "@fluentui/react-button",
|
364
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
365
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"author": "beachball",
|
369
|
+
"package": "@fluentui/react-button",
|
370
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
371
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
372
|
+
}
|
373
|
+
]
|
374
|
+
}
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"date": "Tue, 01 Mar 2022 02:17:35 GMT",
|
378
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.4",
|
379
|
+
"version": "9.0.0-rc.4",
|
380
|
+
"comments": {
|
381
|
+
"prerelease": [
|
382
|
+
{
|
383
|
+
"author": "olfedias@microsoft.com",
|
384
|
+
"package": "@fluentui/react-button",
|
385
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
386
|
+
"comment": "fix: Add react-theme as dependency"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"author": "beachball",
|
390
|
+
"package": "@fluentui/react-button",
|
391
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.4",
|
392
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"author": "beachball",
|
396
|
+
"package": "@fluentui/react-button",
|
397
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
398
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"author": "beachball",
|
402
|
+
"package": "@fluentui/react-button",
|
403
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
404
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
405
|
+
}
|
406
|
+
]
|
407
|
+
}
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"date": "Fri, 18 Feb 2022 13:35:28 GMT",
|
411
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.3",
|
412
|
+
"version": "9.0.0-rc.3",
|
413
|
+
"comments": {
|
414
|
+
"prerelease": [
|
415
|
+
{
|
416
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
417
|
+
"package": "@fluentui/react-button",
|
418
|
+
"commit": "0b7d30b6ecb6f20d2ac4d4edbfb327a8f8f915a0",
|
419
|
+
"comment": "SplitButton: Fixing issue where menuIcon prop was not being respected."
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
423
|
+
"package": "@fluentui/react-button",
|
424
|
+
"commit": "d45ba4664643f36cce5674b1d05645feae0e09a5",
|
425
|
+
"comment": "Button: Updating stories to fix a11y issues."
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
429
|
+
"package": "@fluentui/react-button",
|
430
|
+
"commit": "ca590a438b12b85d32fdf8b592ada3b0e7b2314c",
|
431
|
+
"comment": "SplitButton: Fixing screen reader access issues."
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"author": "lingfangao@hotmail.com",
|
435
|
+
"package": "@fluentui/react-button",
|
436
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
437
|
+
"comment": "fix: Source maps contain original source code"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
441
|
+
"package": "@fluentui/react-button",
|
442
|
+
"commit": "c7718355f464d9d3e7ec4c0ef0f39dac3d196014",
|
443
|
+
"comment": "Button: Adding tests and fixing issues in SplitButton and ToggleButton."
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"author": "beachball",
|
447
|
+
"package": "@fluentui/react-button",
|
448
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.3",
|
449
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"author": "beachball",
|
453
|
+
"package": "@fluentui/react-button",
|
454
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.3",
|
455
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"author": "beachball",
|
459
|
+
"package": "@fluentui/react-button",
|
460
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
461
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"author": "beachball",
|
465
|
+
"package": "@fluentui/react-button",
|
466
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
467
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"author": "beachball",
|
471
|
+
"package": "@fluentui/react-button",
|
472
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
473
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
474
|
+
}
|
475
|
+
]
|
476
|
+
}
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"date": "Thu, 10 Feb 2022 08:51:46 GMT",
|
6
480
|
"tag": "@fluentui/react-button_v9.0.0-rc.1",
|
7
481
|
"version": "9.0.0-rc.1",
|
8
482
|
"comments": {
|