@fluentui/react-button 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +864 -27
- package/CHANGELOG.md +375 -181
- package/dist/{react-button.d.ts → index.d.ts} +97 -53
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Button.js.map +1 -1
- package/lib/CompoundButton.js.map +1 -1
- package/lib/MenuButton.js.map +1 -1
- package/lib/SplitButton.js.map +1 -1
- package/lib/ToggleButton.js.map +1 -1
- package/lib/components/Button/Button.js +7 -7
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/Button/Button.types.js.map +1 -1
- package/lib/components/Button/index.js +3 -2
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Button/renderButton.js +13 -9
- package/lib/components/Button/renderButton.js.map +1 -1
- package/lib/components/Button/useButton.js +23 -25
- package/lib/components/Button/useButton.js.map +1 -1
- package/lib/components/Button/useButtonStyles.js +248 -162
- package/lib/components/Button/useButtonStyles.js.map +1 -1
- package/lib/components/CompoundButton/CompoundButton.js +7 -7
- package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/CompoundButton.types.js.map +1 -1
- package/lib/components/CompoundButton/index.js +3 -1
- package/lib/components/CompoundButton/index.js.map +1 -1
- package/lib/components/CompoundButton/renderCompoundButton.js +15 -9
- package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButton.js +13 -8
- package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.js +101 -75
- package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.js +7 -7
- package/lib/components/MenuButton/MenuButton.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
- package/lib/components/MenuButton/index.js +3 -1
- package/lib/components/MenuButton/index.js.map +1 -1
- package/lib/components/MenuButton/renderMenuButton.js +13 -9
- package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButton.js +11 -11
- package/lib/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButtonStyles.js +44 -17
- package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib/components/SplitButton/SplitButton.js +7 -7
- package/lib/components/SplitButton/SplitButton.js.map +1 -1
- package/lib/components/SplitButton/SplitButton.types.js.map +1 -1
- package/lib/components/SplitButton/index.js +3 -1
- package/lib/components/SplitButton/index.js.map +1 -1
- package/lib/components/SplitButton/renderSplitButton.js +9 -7
- package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButton.js +58 -49
- package/lib/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.js +53 -36
- package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib/components/ToggleButton/ToggleButton.js +7 -7
- package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
- package/lib/components/ToggleButton/index.js +3 -1
- package/lib/components/ToggleButton/index.js.map +1 -1
- package/lib/components/ToggleButton/renderToggleButton.js +1 -1
- package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButton.js +5 -41
- package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.js +114 -85
- package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib/index.js +11 -5
- package/lib/index.js.map +1 -1
- package/lib/utils/index.js +2 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/useToggleState.js +37 -0
- package/lib/utils/useToggleState.js.map +1 -0
- package/lib-commonjs/Button.js +1 -1
- package/lib-commonjs/Button.js.map +1 -1
- package/lib-commonjs/CompoundButton.js +1 -1
- package/lib-commonjs/CompoundButton.js.map +1 -1
- package/lib-commonjs/MenuButton.js +1 -1
- package/lib-commonjs/MenuButton.js.map +1 -1
- package/lib-commonjs/SplitButton.js +1 -1
- package/lib-commonjs/SplitButton.js.map +1 -1
- package/lib-commonjs/ToggleButton.js +1 -1
- package/lib-commonjs/ToggleButton.js.map +1 -1
- package/lib-commonjs/components/Button/Button.js +8 -8
- package/lib-commonjs/components/Button/Button.js.map +1 -1
- package/lib-commonjs/components/Button/Button.types.js.map +1 -1
- package/lib-commonjs/components/Button/index.js +18 -6
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Button/renderButton.js +17 -14
- package/lib-commonjs/components/Button/renderButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButton.js +27 -29
- package/lib-commonjs/components/Button/useButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.js +251 -163
- package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/CompoundButton.js +8 -8
- package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/CompoundButton.types.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/index.js +18 -4
- package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.js +19 -14
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js +16 -12
- package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +104 -77
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib-commonjs/components/MenuButton/MenuButton.js +8 -8
- package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/MenuButton.types.js.map +1 -1
- package/lib-commonjs/components/MenuButton/index.js +18 -4
- package/lib-commonjs/components/MenuButton/index.js.map +1 -1
- package/lib-commonjs/components/MenuButton/renderMenuButton.js +17 -14
- package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButton.js +15 -16
- package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +48 -19
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib-commonjs/components/SplitButton/SplitButton.js +8 -8
- package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/SplitButton.types.js.map +1 -1
- package/lib-commonjs/components/SplitButton/index.js +18 -4
- package/lib-commonjs/components/SplitButton/index.js.map +1 -1
- package/lib-commonjs/components/SplitButton/renderSplitButton.js +13 -12
- package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButton.js +62 -54
- package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +57 -39
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/ToggleButton.js +8 -8
- package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/ToggleButton.types.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/index.js +18 -4
- package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/renderToggleButton.js +3 -3
- package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.js +7 -45
- package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +119 -86
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib-commonjs/index.js +204 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/index.js +10 -0
- package/lib-commonjs/utils/index.js.map +1 -0
- package/lib-commonjs/utils/useToggleState.js +48 -0
- package/lib-commonjs/utils/useToggleState.js.map +1 -0
- package/package.json +22 -27
- package/dist/demo/index.html +0 -71
- package/dist/demo/react-dom.development.js +0 -21413
- package/dist/demo/react.development.js +0 -3155
- package/lib/Button.d.ts +0 -1
- package/lib/CompoundButton.d.ts +0 -1
- package/lib/MenuButton.d.ts +0 -1
- package/lib/SplitButton.d.ts +0 -1
- package/lib/ToggleButton.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -13
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/Button/Button.d.ts +0 -6
- package/lib/components/Button/Button.types.d.ts +0 -62
- package/lib/components/Button/index.d.ts +0 -5
- package/lib/components/Button/renderButton.d.ts +0 -5
- package/lib/components/Button/useButton.d.ts +0 -8
- package/lib/components/Button/useButtonStyles.d.ts +0 -10
- package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
- package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
- package/lib/components/CompoundButton/index.d.ts +0 -5
- package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
- package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
- package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -2
- package/lib/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib/components/MenuButton/MenuButton.types.d.ts +0 -11
- package/lib/components/MenuButton/index.d.ts +0 -5
- package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
- package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
- package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -2
- package/lib/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib/components/SplitButton/SplitButton.types.d.ts +0 -19
- package/lib/components/SplitButton/index.d.ts +0 -5
- package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
- package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
- package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -2
- package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -19
- package/lib/components/ToggleButton/index.d.ts +0 -5
- package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
- package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
- package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -2
- package/lib/index.d.ts +0 -5
- package/lib-commonjs/Button.d.ts +0 -1
- package/lib-commonjs/CompoundButton.d.ts +0 -1
- package/lib-commonjs/MenuButton.d.ts +0 -1
- package/lib-commonjs/SplitButton.d.ts +0 -1
- package/lib-commonjs/ToggleButton.d.ts +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -24
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/Button/Button.d.ts +0 -6
- package/lib-commonjs/components/Button/Button.types.d.ts +0 -62
- package/lib-commonjs/components/Button/index.d.ts +0 -5
- package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
- package/lib-commonjs/components/Button/useButton.d.ts +0 -8
- package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -10
- package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
- package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
- package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
- package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -2
- package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -11
- package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
- package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
- package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -2
- package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -19
- package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
- package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
- package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -2
- package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -19
- package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
- package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -2
- package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.json
CHANGED
@@ -2,76 +2,913 @@
|
|
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": "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
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
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",
|
12
465
|
"package": "@fluentui/react-button",
|
13
|
-
"comment": "
|
14
|
-
"commit": "
|
466
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
467
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
15
468
|
},
|
16
469
|
{
|
17
|
-
"author": "
|
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",
|
480
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.1",
|
481
|
+
"version": "9.0.0-rc.1",
|
482
|
+
"comments": {
|
483
|
+
"prerelease": [
|
484
|
+
{
|
485
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
486
|
+
"package": "@fluentui/react-button",
|
487
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
488
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
492
|
+
"package": "@fluentui/react-button",
|
493
|
+
"commit": "940de09b95aa1cefcac9a1f6bbfa9499419e3634",
|
494
|
+
"comment": "Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall."
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"author": "olfedias@microsoft.com",
|
498
|
+
"package": "@fluentui/react-button",
|
499
|
+
"commit": "0aa74f3ef5a64c647b5903e21af7ff5423d46182",
|
500
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"author": "ololubek@microsoft.com",
|
504
|
+
"package": "@fluentui/react-button",
|
505
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
506
|
+
"comment": "Update react-icons usage to resizable icons"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"author": "behowell@microsoft.com",
|
510
|
+
"package": "@fluentui/react-button",
|
511
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
512
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"author": "lingfangao@hotmail.com",
|
516
|
+
"package": "@fluentui/react-button",
|
517
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
518
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"author": "ololubek@microsoft.com",
|
522
|
+
"package": "@fluentui/react-button",
|
523
|
+
"commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
|
524
|
+
"comment": "(fix): Update react-icons dependency to latest version"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
528
|
+
"package": "@fluentui/react-button",
|
529
|
+
"commit": "0a4c1a9af2f8bb29c3a3544f06964a8554cd692a",
|
530
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
534
|
+
"package": "@fluentui/react-button",
|
535
|
+
"commit": "a21bfaceecf201d0c984fa84704148a24f956901",
|
536
|
+
"comment": "CompoundButton: Updating styles to match latest design spec."
|
537
|
+
},
|
538
|
+
{
|
539
|
+
"author": "behowell@microsoft.com",
|
540
|
+
"package": "@fluentui/react-button",
|
541
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
542
|
+
"comment": "Remove component's shorthandProps array"
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"author": "mgodbolt@microsoft.com",
|
546
|
+
"package": "@fluentui/react-button",
|
547
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
548
|
+
"comment": "remove export of commons types"
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"author": "behowell@microsoft.com",
|
552
|
+
"package": "@fluentui/react-button",
|
553
|
+
"commit": "d778282b56baae57cb6b407debdbfb6beca76761",
|
554
|
+
"comment": "Remove fontSize from default menuIcon, as it is already set via css"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
558
|
+
"package": "@fluentui/react-button",
|
559
|
+
"commit": "f5873dc09f0c07d4adf23ad89a5f3afad37a0da9",
|
560
|
+
"comment": "ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable."
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"author": "olfedias@microsoft.com",
|
564
|
+
"package": "@fluentui/react-button",
|
565
|
+
"commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
|
566
|
+
"comment": "update styles to not use CSS shorthands"
|
567
|
+
},
|
568
|
+
{
|
569
|
+
"author": "behowell@microsoft.com",
|
570
|
+
"package": "@fluentui/react-button",
|
571
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
572
|
+
"comment": "Refactor component Slot typings"
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
576
|
+
"package": "@fluentui/react-button",
|
577
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
578
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
582
|
+
"package": "@fluentui/react-button",
|
583
|
+
"commit": "7797d49103b5dd7662ef59f734921f6326b2273d",
|
584
|
+
"comment": "MenuButton: Updating types so it properly supports ref."
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"author": "olfedias@microsoft.com",
|
588
|
+
"package": "@fluentui/react-button",
|
589
|
+
"commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
|
590
|
+
"comment": "update @fluentui/react-icons package"
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
594
|
+
"package": "@fluentui/react-button",
|
595
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
596
|
+
"comment": "Updating based on changes to composition types."
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
600
|
+
"package": "@fluentui/react-button",
|
601
|
+
"commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
|
602
|
+
"comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"author": "beachball",
|
606
|
+
"package": "@fluentui/react-button",
|
607
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
|
608
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
609
|
+
},
|
610
|
+
{
|
611
|
+
"author": "beachball",
|
612
|
+
"package": "@fluentui/react-button",
|
613
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
|
614
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"author": "beachball",
|
618
|
+
"package": "@fluentui/react-button",
|
619
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
620
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
621
|
+
},
|
622
|
+
{
|
623
|
+
"author": "beachball",
|
624
|
+
"package": "@fluentui/react-button",
|
625
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
626
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"author": "beachball",
|
630
|
+
"package": "@fluentui/react-button",
|
631
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
632
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
633
|
+
}
|
634
|
+
],
|
635
|
+
"none": [
|
636
|
+
{
|
637
|
+
"author": "olfedias@microsoft.com",
|
638
|
+
"package": "@fluentui/react-button",
|
639
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
640
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"author": "martinhochel@microsoft.com",
|
644
|
+
"package": "@fluentui/react-button",
|
645
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
646
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"author": "tkrasniqi@microsoft.com",
|
650
|
+
"package": "@fluentui/react-button",
|
651
|
+
"commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
|
652
|
+
"comment": "Migration to new tsconfig"
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"author": "bsunderhus@microsoft.com",
|
656
|
+
"package": "@fluentui/react-button",
|
657
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
658
|
+
"comment": "Updates components with nullRender changes"
|
659
|
+
}
|
660
|
+
]
|
661
|
+
}
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"date": "Thu, 25 Nov 2021 08:34:12 GMT",
|
665
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.5",
|
666
|
+
"version": "9.0.0-beta.5",
|
667
|
+
"comments": {
|
668
|
+
"prerelease": [
|
669
|
+
{
|
670
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
671
|
+
"package": "@fluentui/react-button",
|
672
|
+
"commit": "8825574c42f414c26f9d49238be02ca7dcb44cfe",
|
673
|
+
"comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"author": "ololubek@microsoft.com",
|
677
|
+
"package": "@fluentui/react-button",
|
678
|
+
"commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
|
679
|
+
"comment": "update react-icons dependency"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"author": "beachball",
|
683
|
+
"package": "@fluentui/react-button",
|
684
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
|
685
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"author": "beachball",
|
689
|
+
"package": "@fluentui/react-button",
|
690
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
691
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"author": "beachball",
|
695
|
+
"package": "@fluentui/react-button",
|
696
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
697
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"author": "beachball",
|
701
|
+
"package": "@fluentui/react-button",
|
702
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
703
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"author": "beachball",
|
707
|
+
"package": "@fluentui/react-button",
|
708
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
709
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"author": "beachball",
|
713
|
+
"package": "@fluentui/react-button",
|
714
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
715
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"author": "beachball",
|
719
|
+
"package": "@fluentui/react-button",
|
720
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
721
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
722
|
+
}
|
723
|
+
]
|
724
|
+
}
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"date": "Fri, 12 Nov 2021 13:25:16 GMT",
|
728
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.4",
|
729
|
+
"version": "9.0.0-beta.4",
|
730
|
+
"comments": {
|
731
|
+
"prerelease": [
|
732
|
+
{
|
733
|
+
"author": "olfedias@microsoft.com",
|
734
|
+
"package": "@fluentui/react-button",
|
735
|
+
"commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
|
736
|
+
"comment": "export static classes for components"
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"author": "gcox@microsoft.com",
|
740
|
+
"package": "@fluentui/react-button",
|
741
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
742
|
+
"comment": "Updated beta and RC components to ES2019"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
746
|
+
"package": "@fluentui/react-button",
|
747
|
+
"commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
|
748
|
+
"comment": "react-button: Removing use of enzyme in the converged package."
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
752
|
+
"package": "@fluentui/react-button",
|
753
|
+
"commit": "0e0cf06c34f78d54db4468a602a17b0a5a30ac87",
|
754
|
+
"comment": "Fixing incomplete comment."
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"author": "beachball",
|
758
|
+
"package": "@fluentui/react-button",
|
759
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
|
760
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
761
|
+
},
|
762
|
+
{
|
763
|
+
"author": "beachball",
|
764
|
+
"package": "@fluentui/react-button",
|
765
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
766
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
767
|
+
},
|
768
|
+
{
|
769
|
+
"author": "beachball",
|
770
|
+
"package": "@fluentui/react-button",
|
771
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
772
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
773
|
+
},
|
774
|
+
{
|
775
|
+
"author": "beachball",
|
776
|
+
"package": "@fluentui/react-button",
|
777
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
778
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
779
|
+
},
|
780
|
+
{
|
781
|
+
"author": "beachball",
|
782
|
+
"package": "@fluentui/react-button",
|
783
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
784
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
785
|
+
},
|
786
|
+
{
|
787
|
+
"author": "beachball",
|
788
|
+
"package": "@fluentui/react-button",
|
789
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
790
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"author": "beachball",
|
18
794
|
"package": "@fluentui/react-button",
|
19
|
-
"comment": "
|
20
|
-
"commit": "
|
795
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
796
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
21
797
|
},
|
22
798
|
{
|
23
799
|
"author": "beachball",
|
24
800
|
"package": "@fluentui/react-button",
|
25
|
-
"comment": "Bump @fluentui/
|
26
|
-
"commit": "
|
801
|
+
"comment": "Bump @fluentui/react-menu to v9.0.0-beta.4",
|
802
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
803
|
+
}
|
804
|
+
],
|
805
|
+
"none": [
|
806
|
+
{
|
807
|
+
"author": "mgodbolt@microsoft.com",
|
808
|
+
"package": "@fluentui/react-button",
|
809
|
+
"commit": "d28932cc68561cf46a56a4300b6e18d7de8af14b",
|
810
|
+
"comment": "adding toggle and split button docs"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"author": "mgodbolt@microsoft.com",
|
814
|
+
"package": "@fluentui/react-button",
|
815
|
+
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
816
|
+
"comment": "update docs descriptions"
|
817
|
+
},
|
818
|
+
{
|
819
|
+
"author": "mgodbolt@microsoft.com",
|
820
|
+
"package": "@fluentui/react-button",
|
821
|
+
"commit": "73857e89e8c403370ba723415121f2ce1e530fff",
|
822
|
+
"comment": "add docs for menu and compound button"
|
823
|
+
},
|
824
|
+
{
|
825
|
+
"author": "lingfangao@hotmail.com",
|
826
|
+
"package": "@fluentui/react-button",
|
827
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
828
|
+
"comment": "Remove beta release tag"
|
829
|
+
}
|
830
|
+
]
|
831
|
+
}
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"date": "Wed, 27 Oct 2021 12:14:15 GMT",
|
835
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.3",
|
836
|
+
"version": "9.0.0-beta.3",
|
837
|
+
"comments": {
|
838
|
+
"prerelease": [
|
839
|
+
{
|
840
|
+
"author": "gcox@microsoft.com",
|
841
|
+
"package": "@fluentui/react-button",
|
842
|
+
"commit": "1708c7b753fb7c9d6d726cfe75f07c6633caaebe",
|
843
|
+
"comment": "Removed duplicate 'Button' from story names"
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"author": "peter@draxler.ml",
|
847
|
+
"package": "@fluentui/react-button",
|
848
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
849
|
+
"comment": "added styling of documentation"
|
27
850
|
},
|
28
851
|
{
|
29
852
|
"author": "beachball",
|
30
853
|
"package": "@fluentui/react-button",
|
31
|
-
"comment": "Bump @fluentui/react-aria to v9.0.0-
|
32
|
-
"commit": "
|
854
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.2",
|
855
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
856
|
},
|
34
857
|
{
|
35
858
|
"author": "beachball",
|
36
859
|
"package": "@fluentui/react-button",
|
37
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
38
|
-
"commit": "
|
860
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
861
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
862
|
},
|
40
863
|
{
|
41
864
|
"author": "beachball",
|
42
865
|
"package": "@fluentui/react-button",
|
43
|
-
"comment": "Bump @fluentui/react-tabster to v9.0.0-
|
44
|
-
"commit": "
|
866
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
867
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
868
|
},
|
46
869
|
{
|
47
870
|
"author": "beachball",
|
48
871
|
"package": "@fluentui/react-button",
|
49
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
50
|
-
"commit": "
|
872
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
873
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
51
874
|
},
|
52
875
|
{
|
53
876
|
"author": "beachball",
|
54
877
|
"package": "@fluentui/react-button",
|
55
|
-
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-
|
56
|
-
"commit": "
|
878
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
879
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
57
880
|
},
|
58
881
|
{
|
59
882
|
"author": "beachball",
|
60
883
|
"package": "@fluentui/react-button",
|
61
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
62
|
-
"commit": "
|
884
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
885
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
63
886
|
},
|
64
887
|
{
|
65
888
|
"author": "beachball",
|
66
889
|
"package": "@fluentui/react-button",
|
67
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-
|
68
|
-
"commit": "
|
890
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
891
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
69
892
|
},
|
70
893
|
{
|
71
894
|
"author": "beachball",
|
72
895
|
"package": "@fluentui/react-button",
|
73
|
-
"comment": "Bump @fluentui/react-menu to v9.0.0-
|
74
|
-
"commit": "
|
896
|
+
"comment": "Bump @fluentui/react-menu to v9.0.0-beta.3",
|
897
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
898
|
+
}
|
899
|
+
],
|
900
|
+
"none": [
|
901
|
+
{
|
902
|
+
"author": "lingfangao@hotmail.com",
|
903
|
+
"package": "@fluentui/react-button",
|
904
|
+
"commit": "e2723666e63feb392712ade7aa477790a3e5b440",
|
905
|
+
"comment": "chore(Button): Make documentation exportable to codesandbox"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"author": "mgodbolt@microsoft.com",
|
909
|
+
"package": "@fluentui/react-button",
|
910
|
+
"commit": "8bcee39f3aefc8d6dc1c1eb9f27aab901e7b55c9",
|
911
|
+
"comment": "remove playground from button examples"
|
75
912
|
}
|
76
913
|
]
|
77
914
|
}
|