@fluentui/react-button 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +914 -24
- package/CHANGELOG.md +388 -180
- package/README.md +80 -18
- package/dist/{react-button.d.ts → index.d.ts} +72 -59
- 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 +1 -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 +20 -25
- package/lib/components/Button/useButton.js.map +1 -1
- package/lib/components/Button/useButtonStyles.js +240 -165
- 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 +1 -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 +96 -75
- package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.js +9 -8
- 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 +1 -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 +39 -17
- package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib/components/SplitButton/SplitButton.js +8 -8
- 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 +1 -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 +54 -49
- package/lib/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.js +46 -39
- 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 +1 -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 +110 -86
- package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib/index.js +6 -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 +10 -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 +24 -29
- package/lib-commonjs/components/Button/useButton.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.js +243 -166
- 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 +10 -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 +99 -77
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib-commonjs/components/MenuButton/MenuButton.js +10 -9
- 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 +10 -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 +43 -19
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib-commonjs/components/SplitButton/SplitButton.js +9 -9
- 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 +10 -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 +58 -54
- package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +50 -42
- 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 +10 -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 +114 -86
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib-commonjs/index.js +169 -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,70 +2,960 @@
|
|
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 18:54:46 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.11",
|
7
|
+
"version": "9.0.0-rc.11",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "esteban.230@hotmail.com",
|
12
|
+
"package": "@fluentui/react-button",
|
13
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
14
|
+
"comment": "Removing <componentName>ClassName exports."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
18
|
+
"package": "@fluentui/react-button",
|
19
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
20
|
+
"comment": "Removing deprecated block prop from all button components."
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-button",
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
|
26
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-button",
|
31
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
32
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-button",
|
37
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
38
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"none": [
|
42
|
+
{
|
43
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
44
|
+
"package": "@fluentui/react-button",
|
45
|
+
"commit": "aa1f446e037786d74a3c14f0bee09dbcf403a929",
|
46
|
+
"comment": "Improving README and updating spec and migration guide."
|
47
|
+
}
|
48
|
+
]
|
49
|
+
}
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"date": "Mon, 23 May 2022 12:14:03 GMT",
|
53
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.10",
|
54
|
+
"version": "9.0.0-rc.10",
|
55
|
+
"comments": {
|
56
|
+
"prerelease": [
|
57
|
+
{
|
58
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
59
|
+
"package": "@fluentui/react-button",
|
60
|
+
"commit": "6cb084a7afe7d662dc2d9d65b91474f132566390",
|
61
|
+
"comment": "Using spacing tokens for button components."
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
65
|
+
"package": "@fluentui/react-button",
|
66
|
+
"commit": "29f73d77cfdc20a123cb64115fb1a926300d216e",
|
67
|
+
"comment": "Removing flex gap from button components and fixing spacing to better align with design spec."
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "olfedias@microsoft.com",
|
71
|
+
"package": "@fluentui/react-button",
|
72
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
73
|
+
"comment": "chore: Update Griffel to latest version"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"author": "olfedias@microsoft.com",
|
77
|
+
"package": "@fluentui/react-button",
|
78
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
79
|
+
"comment": "chore: Update Griffel to latest version"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"author": "humberto_makoto@hotmail.com",
|
83
|
+
"package": "@fluentui/react-button",
|
84
|
+
"commit": "606dca4330f71a3a3ac466a30b3db1664ad0c55d",
|
85
|
+
"comment": "Removing Common types from all button components."
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
89
|
+
"package": "@fluentui/react-button",
|
90
|
+
"commit": "be57c96ae39842da3bc38740b7823eeee68cc3ea",
|
91
|
+
"comment": "Removing ToggleButtonCommons type in @fluentui/react-button."
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"author": "beachball",
|
95
|
+
"package": "@fluentui/react-button",
|
96
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.9",
|
97
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"author": "beachball",
|
101
|
+
"package": "@fluentui/react-button",
|
102
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
|
103
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"author": "beachball",
|
107
|
+
"package": "@fluentui/react-button",
|
108
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
109
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"author": "beachball",
|
113
|
+
"package": "@fluentui/react-button",
|
114
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
115
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"author": "beachball",
|
119
|
+
"package": "@fluentui/react-button",
|
120
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
121
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
122
|
+
}
|
123
|
+
]
|
124
|
+
}
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"date": "Thu, 05 May 2022 18:26:29 GMT",
|
128
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.9",
|
129
|
+
"version": "9.0.0-rc.9",
|
130
|
+
"comments": {
|
131
|
+
"prerelease": [
|
132
|
+
{
|
133
|
+
"author": "martinhochel@microsoft.com",
|
134
|
+
"package": "@fluentui/react-button",
|
135
|
+
"commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
|
136
|
+
"comment": "feat: ship rolluped only dts"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"author": "beachball",
|
140
|
+
"package": "@fluentui/react-button",
|
141
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.6",
|
142
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"author": "beachball",
|
146
|
+
"package": "@fluentui/react-button",
|
147
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.8",
|
148
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"author": "beachball",
|
152
|
+
"package": "@fluentui/react-button",
|
153
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
|
154
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"author": "beachball",
|
158
|
+
"package": "@fluentui/react-button",
|
159
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
160
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "beachball",
|
164
|
+
"package": "@fluentui/react-button",
|
165
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
166
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "beachball",
|
170
|
+
"package": "@fluentui/react-button",
|
171
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
172
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
173
|
+
}
|
174
|
+
]
|
175
|
+
}
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"date": "Wed, 04 May 2022 13:26:38 GMT",
|
179
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.8",
|
180
|
+
"version": "9.0.0-rc.8",
|
181
|
+
"comments": {
|
182
|
+
"none": [
|
183
|
+
{
|
184
|
+
"author": "tristan.watanabe@gmail.com",
|
185
|
+
"package": "@fluentui/react-button",
|
186
|
+
"commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
|
187
|
+
"comment": "react-button: Move to new common folder."
|
188
|
+
}
|
189
|
+
],
|
190
|
+
"prerelease": [
|
191
|
+
{
|
192
|
+
"author": "beachball",
|
193
|
+
"package": "@fluentui/react-button",
|
194
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
|
195
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"author": "beachball",
|
199
|
+
"package": "@fluentui/react-button",
|
200
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.7",
|
201
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"author": "beachball",
|
205
|
+
"package": "@fluentui/react-button",
|
206
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
207
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"author": "beachball",
|
211
|
+
"package": "@fluentui/react-button",
|
212
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
213
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"author": "beachball",
|
217
|
+
"package": "@fluentui/react-button",
|
218
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
219
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
220
|
+
}
|
221
|
+
]
|
222
|
+
}
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"date": "Mon, 25 Apr 2022 09:32:16 GMT",
|
226
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.7",
|
227
|
+
"version": "9.0.0-rc.7",
|
228
|
+
"comments": {
|
229
|
+
"prerelease": [
|
230
|
+
{
|
231
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
232
|
+
"package": "@fluentui/react-button",
|
233
|
+
"commit": "4c11854b93b331f12cdaa7ee0628b01667acba12",
|
234
|
+
"comment": "Adding useToggleState hook to scaffold toggleable behavior for individual consumption."
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"author": "jukapsia@microsoft.com",
|
238
|
+
"package": "@fluentui/react-button",
|
239
|
+
"commit": "3f8fffc216f60fb8b055461a6725d76983d131c0",
|
240
|
+
"comment": "fix(Button): Text color in HC mode for hover, active and checked states."
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
244
|
+
"package": "@fluentui/react-button",
|
245
|
+
"commit": "8ca44964836cefd3c435e9cf9a6ef78ceb256258",
|
246
|
+
"comment": "Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode."
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"author": "beachball",
|
250
|
+
"package": "@fluentui/react-button",
|
251
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
252
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"none": [
|
256
|
+
{
|
257
|
+
"author": "annkelle@microsoft.com",
|
258
|
+
"package": "@fluentui/react-button",
|
259
|
+
"commit": "155d4932b7cf3a544fa4f4605b5acc5cf74be763",
|
260
|
+
"comment": "Button: Use filled icons on hover."
|
261
|
+
}
|
262
|
+
]
|
263
|
+
}
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"date": "Tue, 19 Apr 2022 19:17:12 GMT",
|
267
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.6",
|
268
|
+
"version": "9.0.0-rc.6",
|
269
|
+
"comments": {
|
270
|
+
"none": [
|
271
|
+
{
|
272
|
+
"author": "elcraig@microsoft.com",
|
273
|
+
"package": "@fluentui/react-button",
|
274
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
275
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"author": "mgodbolt@microsoft.com",
|
279
|
+
"package": "@fluentui/react-button",
|
280
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
281
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"author": "elcraig@microsoft.com",
|
285
|
+
"package": "@fluentui/react-button",
|
286
|
+
"commit": "13c32e184b7960671754582de21f3555bf9f02f3",
|
287
|
+
"comment": "Remove config file that's no longer needed"
|
288
|
+
}
|
289
|
+
],
|
290
|
+
"prerelease": [
|
291
|
+
{
|
292
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
293
|
+
"package": "@fluentui/react-button",
|
294
|
+
"commit": "e0660222b8d9f4f38a61b718c18d4c67e52c8df9",
|
295
|
+
"comment": "Disabling lint rule for deprecated [component]ClassName exports."
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
299
|
+
"package": "@fluentui/react-button",
|
300
|
+
"commit": "1209d5881f9d9d581b481aa82979a22ce371cf8b",
|
301
|
+
"comment": "Button: Deprecating block prop."
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
305
|
+
"package": "@fluentui/react-button",
|
306
|
+
"commit": "8c862ab1147fd38bc5008c85d1644f992561f89f",
|
307
|
+
"comment": "Button components: Making root a non-nullable slot."
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
311
|
+
"package": "@fluentui/react-button",
|
312
|
+
"commit": "fac31825b58253b8b98c14b90090c97db2957373",
|
313
|
+
"comment": "CompoundButton: Fixing bug where component was iconOnly even when secondaryContent was being provided."
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
317
|
+
"package": "@fluentui/react-button",
|
318
|
+
"commit": "6bee76a70a7490557cd2b5c2b5639ab6bed2e6a1",
|
319
|
+
"comment": "Removing star exports."
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"author": "seanmonahan@microsoft.com",
|
323
|
+
"package": "@fluentui/react-button",
|
324
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
325
|
+
"comment": "Add deprecation messages to react-button"
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"author": "olfedias@microsoft.com",
|
329
|
+
"package": "@fluentui/react-button",
|
330
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
331
|
+
"comment": "chore: Update Griffel to latest version"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"author": "seanmonahan@microsoft.com",
|
335
|
+
"package": "@fluentui/react-button",
|
336
|
+
"commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
|
337
|
+
"comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"author": "beachball",
|
341
|
+
"package": "@fluentui/react-button",
|
342
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.6",
|
343
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"author": "beachball",
|
347
|
+
"package": "@fluentui/react-button",
|
348
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
349
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"author": "beachball",
|
353
|
+
"package": "@fluentui/react-button",
|
354
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
355
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"author": "beachball",
|
359
|
+
"package": "@fluentui/react-button",
|
360
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
361
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"author": "beachball",
|
365
|
+
"package": "@fluentui/react-button",
|
366
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
367
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
368
|
+
}
|
369
|
+
]
|
370
|
+
}
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"date": "Fri, 04 Mar 2022 05:17:34 GMT",
|
374
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.5",
|
375
|
+
"version": "9.0.0-rc.5",
|
376
|
+
"comments": {
|
377
|
+
"prerelease": [
|
378
|
+
{
|
379
|
+
"author": "dzearing@microsoft.com",
|
380
|
+
"package": "@fluentui/react-button",
|
381
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
382
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
386
|
+
"package": "@fluentui/react-button",
|
387
|
+
"commit": "e951d80afa1d6220e76d7a6c23d75ae417be2b9c",
|
388
|
+
"comment": "Button: Exporting classNames of individual slots."
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"author": "beachball",
|
392
|
+
"package": "@fluentui/react-button",
|
393
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
|
394
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"author": "beachball",
|
398
|
+
"package": "@fluentui/react-button",
|
399
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.5",
|
400
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"author": "beachball",
|
404
|
+
"package": "@fluentui/react-button",
|
405
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
406
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"author": "beachball",
|
410
|
+
"package": "@fluentui/react-button",
|
411
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
412
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"author": "beachball",
|
416
|
+
"package": "@fluentui/react-button",
|
417
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
418
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
419
|
+
}
|
420
|
+
]
|
421
|
+
}
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"date": "Tue, 01 Mar 2022 02:17:35 GMT",
|
425
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.4",
|
426
|
+
"version": "9.0.0-rc.4",
|
427
|
+
"comments": {
|
428
|
+
"prerelease": [
|
429
|
+
{
|
430
|
+
"author": "olfedias@microsoft.com",
|
431
|
+
"package": "@fluentui/react-button",
|
432
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
433
|
+
"comment": "fix: Add react-theme as dependency"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"author": "beachball",
|
437
|
+
"package": "@fluentui/react-button",
|
438
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.4",
|
439
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"author": "beachball",
|
443
|
+
"package": "@fluentui/react-button",
|
444
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
445
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"author": "beachball",
|
449
|
+
"package": "@fluentui/react-button",
|
450
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
451
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
452
|
+
}
|
453
|
+
]
|
454
|
+
}
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"date": "Fri, 18 Feb 2022 13:35:28 GMT",
|
458
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.3",
|
459
|
+
"version": "9.0.0-rc.3",
|
460
|
+
"comments": {
|
461
|
+
"prerelease": [
|
462
|
+
{
|
463
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
464
|
+
"package": "@fluentui/react-button",
|
465
|
+
"commit": "0b7d30b6ecb6f20d2ac4d4edbfb327a8f8f915a0",
|
466
|
+
"comment": "SplitButton: Fixing issue where menuIcon prop was not being respected."
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
470
|
+
"package": "@fluentui/react-button",
|
471
|
+
"commit": "d45ba4664643f36cce5674b1d05645feae0e09a5",
|
472
|
+
"comment": "Button: Updating stories to fix a11y issues."
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
476
|
+
"package": "@fluentui/react-button",
|
477
|
+
"commit": "ca590a438b12b85d32fdf8b592ada3b0e7b2314c",
|
478
|
+
"comment": "SplitButton: Fixing screen reader access issues."
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"author": "lingfangao@hotmail.com",
|
482
|
+
"package": "@fluentui/react-button",
|
483
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
484
|
+
"comment": "fix: Source maps contain original source code"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
488
|
+
"package": "@fluentui/react-button",
|
489
|
+
"commit": "c7718355f464d9d3e7ec4c0ef0f39dac3d196014",
|
490
|
+
"comment": "Button: Adding tests and fixing issues in SplitButton and ToggleButton."
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"author": "beachball",
|
494
|
+
"package": "@fluentui/react-button",
|
495
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.3",
|
496
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"author": "beachball",
|
500
|
+
"package": "@fluentui/react-button",
|
501
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.3",
|
502
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"author": "beachball",
|
506
|
+
"package": "@fluentui/react-button",
|
507
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
508
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"author": "beachball",
|
12
512
|
"package": "@fluentui/react-button",
|
13
|
-
"comment": "
|
14
|
-
"commit": "
|
513
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
514
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
15
515
|
},
|
16
516
|
{
|
17
517
|
"author": "beachball",
|
18
518
|
"package": "@fluentui/react-button",
|
19
|
-
"comment": "Bump @fluentui/
|
20
|
-
"commit": "
|
519
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
520
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
521
|
+
}
|
522
|
+
]
|
523
|
+
}
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"date": "Thu, 10 Feb 2022 08:51:46 GMT",
|
527
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.1",
|
528
|
+
"version": "9.0.0-rc.1",
|
529
|
+
"comments": {
|
530
|
+
"prerelease": [
|
531
|
+
{
|
532
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
533
|
+
"package": "@fluentui/react-button",
|
534
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
535
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
539
|
+
"package": "@fluentui/react-button",
|
540
|
+
"commit": "940de09b95aa1cefcac9a1f6bbfa9499419e3634",
|
541
|
+
"comment": "Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall."
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"author": "olfedias@microsoft.com",
|
545
|
+
"package": "@fluentui/react-button",
|
546
|
+
"commit": "0aa74f3ef5a64c647b5903e21af7ff5423d46182",
|
547
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"author": "ololubek@microsoft.com",
|
551
|
+
"package": "@fluentui/react-button",
|
552
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
553
|
+
"comment": "Update react-icons usage to resizable icons"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"author": "behowell@microsoft.com",
|
557
|
+
"package": "@fluentui/react-button",
|
558
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
559
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
560
|
+
},
|
561
|
+
{
|
562
|
+
"author": "lingfangao@hotmail.com",
|
563
|
+
"package": "@fluentui/react-button",
|
564
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
565
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"author": "ololubek@microsoft.com",
|
569
|
+
"package": "@fluentui/react-button",
|
570
|
+
"commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
|
571
|
+
"comment": "(fix): Update react-icons dependency to latest version"
|
572
|
+
},
|
573
|
+
{
|
574
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
575
|
+
"package": "@fluentui/react-button",
|
576
|
+
"commit": "0a4c1a9af2f8bb29c3a3544f06964a8554cd692a",
|
577
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
581
|
+
"package": "@fluentui/react-button",
|
582
|
+
"commit": "a21bfaceecf201d0c984fa84704148a24f956901",
|
583
|
+
"comment": "CompoundButton: Updating styles to match latest design spec."
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"author": "behowell@microsoft.com",
|
587
|
+
"package": "@fluentui/react-button",
|
588
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
589
|
+
"comment": "Remove component's shorthandProps array"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"author": "mgodbolt@microsoft.com",
|
593
|
+
"package": "@fluentui/react-button",
|
594
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
595
|
+
"comment": "remove export of commons types"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"author": "behowell@microsoft.com",
|
599
|
+
"package": "@fluentui/react-button",
|
600
|
+
"commit": "d778282b56baae57cb6b407debdbfb6beca76761",
|
601
|
+
"comment": "Remove fontSize from default menuIcon, as it is already set via css"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
605
|
+
"package": "@fluentui/react-button",
|
606
|
+
"commit": "f5873dc09f0c07d4adf23ad89a5f3afad37a0da9",
|
607
|
+
"comment": "ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable."
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"author": "olfedias@microsoft.com",
|
611
|
+
"package": "@fluentui/react-button",
|
612
|
+
"commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
|
613
|
+
"comment": "update styles to not use CSS shorthands"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"author": "behowell@microsoft.com",
|
617
|
+
"package": "@fluentui/react-button",
|
618
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
619
|
+
"comment": "Refactor component Slot typings"
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
623
|
+
"package": "@fluentui/react-button",
|
624
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
625
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
629
|
+
"package": "@fluentui/react-button",
|
630
|
+
"commit": "7797d49103b5dd7662ef59f734921f6326b2273d",
|
631
|
+
"comment": "MenuButton: Updating types so it properly supports ref."
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"author": "olfedias@microsoft.com",
|
635
|
+
"package": "@fluentui/react-button",
|
636
|
+
"commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
|
637
|
+
"comment": "update @fluentui/react-icons package"
|
638
|
+
},
|
639
|
+
{
|
640
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
641
|
+
"package": "@fluentui/react-button",
|
642
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
643
|
+
"comment": "Updating based on changes to composition types."
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
647
|
+
"package": "@fluentui/react-button",
|
648
|
+
"commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
|
649
|
+
"comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"author": "beachball",
|
653
|
+
"package": "@fluentui/react-button",
|
654
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
|
655
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
656
|
+
},
|
657
|
+
{
|
658
|
+
"author": "beachball",
|
659
|
+
"package": "@fluentui/react-button",
|
660
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
|
661
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"author": "beachball",
|
665
|
+
"package": "@fluentui/react-button",
|
666
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
667
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"author": "beachball",
|
671
|
+
"package": "@fluentui/react-button",
|
672
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
673
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"author": "beachball",
|
677
|
+
"package": "@fluentui/react-button",
|
678
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
679
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
680
|
+
}
|
681
|
+
],
|
682
|
+
"none": [
|
683
|
+
{
|
684
|
+
"author": "olfedias@microsoft.com",
|
685
|
+
"package": "@fluentui/react-button",
|
686
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
687
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"author": "martinhochel@microsoft.com",
|
691
|
+
"package": "@fluentui/react-button",
|
692
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
693
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"author": "tkrasniqi@microsoft.com",
|
697
|
+
"package": "@fluentui/react-button",
|
698
|
+
"commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
|
699
|
+
"comment": "Migration to new tsconfig"
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"author": "bsunderhus@microsoft.com",
|
703
|
+
"package": "@fluentui/react-button",
|
704
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
705
|
+
"comment": "Updates components with nullRender changes"
|
706
|
+
}
|
707
|
+
]
|
708
|
+
}
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"date": "Thu, 25 Nov 2021 08:34:12 GMT",
|
712
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.5",
|
713
|
+
"version": "9.0.0-beta.5",
|
714
|
+
"comments": {
|
715
|
+
"prerelease": [
|
716
|
+
{
|
717
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
718
|
+
"package": "@fluentui/react-button",
|
719
|
+
"commit": "8825574c42f414c26f9d49238be02ca7dcb44cfe",
|
720
|
+
"comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"author": "ololubek@microsoft.com",
|
724
|
+
"package": "@fluentui/react-button",
|
725
|
+
"commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
|
726
|
+
"comment": "update react-icons dependency"
|
727
|
+
},
|
728
|
+
{
|
729
|
+
"author": "beachball",
|
730
|
+
"package": "@fluentui/react-button",
|
731
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
|
732
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"author": "beachball",
|
736
|
+
"package": "@fluentui/react-button",
|
737
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
738
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"author": "beachball",
|
742
|
+
"package": "@fluentui/react-button",
|
743
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
744
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"author": "beachball",
|
748
|
+
"package": "@fluentui/react-button",
|
749
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
750
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"author": "beachball",
|
754
|
+
"package": "@fluentui/react-button",
|
755
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
756
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"author": "beachball",
|
760
|
+
"package": "@fluentui/react-button",
|
761
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
762
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
763
|
+
},
|
764
|
+
{
|
765
|
+
"author": "beachball",
|
766
|
+
"package": "@fluentui/react-button",
|
767
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
768
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
769
|
+
}
|
770
|
+
]
|
771
|
+
}
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"date": "Fri, 12 Nov 2021 13:25:16 GMT",
|
775
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.4",
|
776
|
+
"version": "9.0.0-beta.4",
|
777
|
+
"comments": {
|
778
|
+
"prerelease": [
|
779
|
+
{
|
780
|
+
"author": "olfedias@microsoft.com",
|
781
|
+
"package": "@fluentui/react-button",
|
782
|
+
"commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
|
783
|
+
"comment": "export static classes for components"
|
784
|
+
},
|
785
|
+
{
|
786
|
+
"author": "gcox@microsoft.com",
|
787
|
+
"package": "@fluentui/react-button",
|
788
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
789
|
+
"comment": "Updated beta and RC components to ES2019"
|
790
|
+
},
|
791
|
+
{
|
792
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
793
|
+
"package": "@fluentui/react-button",
|
794
|
+
"commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
|
795
|
+
"comment": "react-button: Removing use of enzyme in the converged package."
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
799
|
+
"package": "@fluentui/react-button",
|
800
|
+
"commit": "0e0cf06c34f78d54db4468a602a17b0a5a30ac87",
|
801
|
+
"comment": "Fixing incomplete comment."
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"author": "beachball",
|
805
|
+
"package": "@fluentui/react-button",
|
806
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
|
807
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"author": "beachball",
|
811
|
+
"package": "@fluentui/react-button",
|
812
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
813
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"author": "beachball",
|
817
|
+
"package": "@fluentui/react-button",
|
818
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
819
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"author": "beachball",
|
823
|
+
"package": "@fluentui/react-button",
|
824
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
825
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"author": "beachball",
|
829
|
+
"package": "@fluentui/react-button",
|
830
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
831
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"author": "beachball",
|
835
|
+
"package": "@fluentui/react-button",
|
836
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
837
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"author": "beachball",
|
841
|
+
"package": "@fluentui/react-button",
|
842
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
843
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"author": "beachball",
|
847
|
+
"package": "@fluentui/react-button",
|
848
|
+
"comment": "Bump @fluentui/react-menu to v9.0.0-beta.4",
|
849
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
850
|
+
}
|
851
|
+
],
|
852
|
+
"none": [
|
853
|
+
{
|
854
|
+
"author": "mgodbolt@microsoft.com",
|
855
|
+
"package": "@fluentui/react-button",
|
856
|
+
"commit": "d28932cc68561cf46a56a4300b6e18d7de8af14b",
|
857
|
+
"comment": "adding toggle and split button docs"
|
858
|
+
},
|
859
|
+
{
|
860
|
+
"author": "mgodbolt@microsoft.com",
|
861
|
+
"package": "@fluentui/react-button",
|
862
|
+
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
863
|
+
"comment": "update docs descriptions"
|
864
|
+
},
|
865
|
+
{
|
866
|
+
"author": "mgodbolt@microsoft.com",
|
867
|
+
"package": "@fluentui/react-button",
|
868
|
+
"commit": "73857e89e8c403370ba723415121f2ce1e530fff",
|
869
|
+
"comment": "add docs for menu and compound button"
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"author": "lingfangao@hotmail.com",
|
873
|
+
"package": "@fluentui/react-button",
|
874
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
875
|
+
"comment": "Remove beta release tag"
|
876
|
+
}
|
877
|
+
]
|
878
|
+
}
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"date": "Wed, 27 Oct 2021 12:14:15 GMT",
|
882
|
+
"tag": "@fluentui/react-button_v9.0.0-beta.3",
|
883
|
+
"version": "9.0.0-beta.3",
|
884
|
+
"comments": {
|
885
|
+
"prerelease": [
|
886
|
+
{
|
887
|
+
"author": "gcox@microsoft.com",
|
888
|
+
"package": "@fluentui/react-button",
|
889
|
+
"commit": "1708c7b753fb7c9d6d726cfe75f07c6633caaebe",
|
890
|
+
"comment": "Removed duplicate 'Button' from story names"
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"author": "peter@draxler.ml",
|
894
|
+
"package": "@fluentui/react-button",
|
895
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
896
|
+
"comment": "added styling of documentation"
|
21
897
|
},
|
22
898
|
{
|
23
899
|
"author": "beachball",
|
24
900
|
"package": "@fluentui/react-button",
|
25
|
-
"comment": "Bump @fluentui/react-aria to v9.0.0-
|
26
|
-
"commit": "
|
901
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.2",
|
902
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
27
903
|
},
|
28
904
|
{
|
29
905
|
"author": "beachball",
|
30
906
|
"package": "@fluentui/react-button",
|
31
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
32
|
-
"commit": "
|
907
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
908
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
909
|
},
|
34
910
|
{
|
35
911
|
"author": "beachball",
|
36
912
|
"package": "@fluentui/react-button",
|
37
|
-
"comment": "Bump @fluentui/react-tabster to v9.0.0-
|
38
|
-
"commit": "
|
913
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
914
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
915
|
},
|
40
916
|
{
|
41
917
|
"author": "beachball",
|
42
918
|
"package": "@fluentui/react-button",
|
43
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
44
|
-
"commit": "
|
919
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
920
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
921
|
},
|
46
922
|
{
|
47
923
|
"author": "beachball",
|
48
924
|
"package": "@fluentui/react-button",
|
49
|
-
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-
|
50
|
-
"commit": "
|
925
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
926
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
51
927
|
},
|
52
928
|
{
|
53
929
|
"author": "beachball",
|
54
930
|
"package": "@fluentui/react-button",
|
55
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
56
|
-
"commit": "
|
931
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
932
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
57
933
|
},
|
58
934
|
{
|
59
935
|
"author": "beachball",
|
60
936
|
"package": "@fluentui/react-button",
|
61
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-
|
62
|
-
"commit": "
|
937
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
938
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
63
939
|
},
|
64
940
|
{
|
65
941
|
"author": "beachball",
|
66
942
|
"package": "@fluentui/react-button",
|
67
|
-
"comment": "Bump @fluentui/react-menu to v9.0.0-
|
68
|
-
"commit": "
|
943
|
+
"comment": "Bump @fluentui/react-menu to v9.0.0-beta.3",
|
944
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
945
|
+
}
|
946
|
+
],
|
947
|
+
"none": [
|
948
|
+
{
|
949
|
+
"author": "lingfangao@hotmail.com",
|
950
|
+
"package": "@fluentui/react-button",
|
951
|
+
"commit": "e2723666e63feb392712ade7aa477790a3e5b440",
|
952
|
+
"comment": "chore(Button): Make documentation exportable to codesandbox"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"author": "mgodbolt@microsoft.com",
|
956
|
+
"package": "@fluentui/react-button",
|
957
|
+
"commit": "8bcee39f3aefc8d6dc1c1eb9f27aab901e7b55c9",
|
958
|
+
"comment": "remove playground from button examples"
|
69
959
|
}
|
70
960
|
]
|
71
961
|
}
|