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