@fluentui/react-components 9.0.1 → 9.2.0
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 +1388 -1
- package/CHANGELOG.md +285 -2
- package/README.md +1 -1
- package/dist/index.d.ts +42 -0
- package/dist/unstable.d.ts +315 -24
- package/lib/index.js +3 -2
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +3 -2
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +52 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +411 -35
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +36 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,295 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 03 Aug 2022 16:00:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.2.0)
|
|
8
|
+
|
|
9
|
+
Wed, 03 Aug 2022 16:00:01 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.1.1..@fluentui/react-components_v9.2.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-aria`
|
|
15
|
+
- chore: Splits useARIAButton into useARIAButtonProps and useARIAButtonShorthand. ([PR #24032](https://github.com/microsoft/fluentui/pull/24032) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
- `@fluentui/react-button`
|
|
17
|
+
- chore: Updates Button to use useARIAButton over useARIAButtonShorthand ([PR #24032](https://github.com/microsoft/fluentui/pull/24032) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
- `@fluentui/react-components`
|
|
19
|
+
- feat: update spinbutton to stable ([PR #23805](https://github.com/microsoft/fluentui/pull/23805) by seanmonahan@microsoft.com)
|
|
20
|
+
- feat: adds react-dialog to react-components unstable ([PR #24140](https://github.com/microsoft/fluentui/pull/24140) by bernardo.sunderhus@gmail.com)
|
|
21
|
+
- chore: Re-exporting useIsomorphicLayoutEffect from @fluentui/react-utilities in @fluentui/react-components. ([PR #24132](https://github.com/microsoft/fluentui/pull/24132) by Humberto.Morimoto@microsoft.com)
|
|
22
|
+
- `@fluentui/react-provider`
|
|
23
|
+
- fix: Move to useLayoutEffect or useInsertionEffect for Theme Provider theme insertion. ([PR #24061](https://github.com/microsoft/fluentui/pull/24061) by mgodbolt@microsoft.com)
|
|
24
|
+
- `@fluentui/react-spinbutton`
|
|
25
|
+
- feat: update spinbutton to stable ([PR #23805](https://github.com/microsoft/fluentui/pull/23805) by seanmonahan@microsoft.com)
|
|
26
|
+
- `@fluentui/react-tabster`
|
|
27
|
+
- feat: Adds `ignoreDefaultKeydown` option to `useArrowNavigationGroup` ([PR #24101](https://github.com/microsoft/fluentui/pull/24101) by lingfangao@hotmail.com)
|
|
28
|
+
- feat: create `:focus-visible` and `:focus-within` polyfills ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- `@fluentui/react-accordion`
|
|
33
|
+
- chore: Updates AccordionHeader to use useARIAButtonShorthand over useARIAButton ([PR #24032](https://github.com/microsoft/fluentui/pull/24032) by bernardo.sunderhus@gmail.com)
|
|
34
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
35
|
+
- `@fluentui/react-aria`
|
|
36
|
+
- feat: treats aria-disabled as disabled state on useARIAButtonProps ([PR #24197](https://github.com/microsoft/fluentui/pull/24197) by bernardo.sunderhus@gmail.com)
|
|
37
|
+
- `@fluentui/react-avatar`
|
|
38
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
39
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
40
|
+
- `@fluentui/react-badge`
|
|
41
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
42
|
+
- `@fluentui/react-button`
|
|
43
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
44
|
+
- `@fluentui/react-checkbox`
|
|
45
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
46
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
47
|
+
- `@fluentui/react-components`
|
|
48
|
+
- feat: Adds `@fluentui/react-table` package to unstable exports ([PR #24182](https://github.com/microsoft/fluentui/pull/24182) by lingfangao@hotmail.com)
|
|
49
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
50
|
+
- `@fluentui/react-divider`
|
|
51
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
52
|
+
- `@fluentui/react-image`
|
|
53
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
54
|
+
- `@fluentui/react-input`
|
|
55
|
+
- Adds proper initialValue to value on useInput ([PR #24084](https://github.com/microsoft/fluentui/pull/24084) by bernardo.sunderhus@gmail.com)
|
|
56
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
57
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
58
|
+
- `@fluentui/react-label`
|
|
59
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
60
|
+
- `@fluentui/react-link`
|
|
61
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
62
|
+
- `@fluentui/react-menu`
|
|
63
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
64
|
+
- fix: Fix tabbing from within menu ([PR #24101](https://github.com/microsoft/fluentui/pull/24101) by lingfangao@hotmail.com)
|
|
65
|
+
- `@fluentui/react-popover`
|
|
66
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
67
|
+
- `@fluentui/react-portal`
|
|
68
|
+
- fix: use `useFocusVisible` hook for :focus-visible styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
69
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
70
|
+
- `@fluentui/react-portal-compat`
|
|
71
|
+
- chore: enable AMD compatible build ([PR #24052](https://github.com/microsoft/fluentui/pull/24052) by lingfangao@hotmail.com)
|
|
72
|
+
- `@fluentui/react-positioning`
|
|
73
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
74
|
+
- `@fluentui/react-provider`
|
|
75
|
+
- fix: use `useFocusVisible` hook for :focus-visible styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
76
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
77
|
+
- `@fluentui/react-radio`
|
|
78
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
79
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
80
|
+
- `@fluentui/react-slider`
|
|
81
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
82
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
83
|
+
- `@fluentui/react-spinbutton`
|
|
84
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
85
|
+
- `@fluentui/react-spinner`
|
|
86
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
87
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
88
|
+
- `@fluentui/react-switch`
|
|
89
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
90
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
91
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
92
|
+
- `@fluentui/react-tabs`
|
|
93
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
94
|
+
- `@fluentui/react-tabster`
|
|
95
|
+
- chore: Bump tabster to 2.1.0 ([PR #23811](https://github.com/microsoft/fluentui/pull/23811) by lingfangao@hotmail.com)
|
|
96
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
97
|
+
- `@fluentui/react-text`
|
|
98
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
99
|
+
- `@fluentui/react-textarea`
|
|
100
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
101
|
+
- fix: Make <textarea> match its wrapper size and add documentation on changing its height. ([PR #23992](https://github.com/microsoft/fluentui/pull/23992) by esteban.230@hotmail.com)
|
|
102
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
103
|
+
- `@fluentui/react-tooltip`
|
|
104
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
105
|
+
|
|
106
|
+
### Changes
|
|
107
|
+
|
|
108
|
+
- `@fluentui/react-alert`
|
|
109
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
110
|
+
- `@fluentui/react-card`
|
|
111
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
112
|
+
- `@fluentui/react-combobox`
|
|
113
|
+
- fix: prevent react-combobox keyboard selection of disabled options ([PR #24073](https://github.com/microsoft/fluentui/pull/24073) by sarah.higley@microsoft.com)
|
|
114
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
115
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
116
|
+
- `@fluentui/react-conformance-griffel`
|
|
117
|
+
- fix: Griffel conformance test should use user container for render ([PR #24051](https://github.com/microsoft/fluentui/pull/24051) by lingfangao@hotmail.com)
|
|
118
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
119
|
+
- `@fluentui/react-dialog`
|
|
120
|
+
- chore: adds aria-labelledby and aria-describedby attributes ([PR #24141](https://github.com/microsoft/fluentui/pull/24141) by bernardo.sunderhus@gmail.com)
|
|
121
|
+
- feat: adds react-dialog to react-components unstable ([PR #24140](https://github.com/microsoft/fluentui/pull/24140) by bernardo.sunderhus@gmail.com)
|
|
122
|
+
- `@fluentui/react-overflow`
|
|
123
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
124
|
+
- `@fluentui/react-select`
|
|
125
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
126
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
127
|
+
- `@fluentui/react-table`
|
|
128
|
+
- feat: Make sorting more primitive ([PR #24198](https://github.com/microsoft/fluentui/pull/24198) by lingfangao@hotmail.com)
|
|
129
|
+
- feat: Release package in `alpha` ([PR #24182](https://github.com/microsoft/fluentui/pull/24182) by lingfangao@hotmail.com)
|
|
130
|
+
- `@fluentui/react-toolbar`
|
|
131
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
132
|
+
|
|
133
|
+
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.1.1)
|
|
134
|
+
|
|
135
|
+
Fri, 15 Jul 2022 18:27:26 GMT
|
|
136
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.1.1..@fluentui/react-components_v9.1.1)
|
|
137
|
+
|
|
138
|
+
### Patches
|
|
139
|
+
|
|
140
|
+
- `@fluentui/react-portal-compat-context`
|
|
141
|
+
- Added mechanism for marking fluent-compatibility packages ([PR #23923](https://github.com/microsoft/fluentui/pull/23923) by gcox@microsoft.com)
|
|
142
|
+
|
|
143
|
+
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.1.1)
|
|
144
|
+
|
|
145
|
+
Thu, 14 Jul 2022 21:21:00 GMT
|
|
146
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.1.0..@fluentui/react-components_v9.1.1)
|
|
147
|
+
|
|
148
|
+
### Patches
|
|
149
|
+
|
|
150
|
+
- `@fluentui/react-menu`
|
|
151
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
152
|
+
- `@fluentui/react-popover`
|
|
153
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
154
|
+
- `@fluentui/react-portal`
|
|
155
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
156
|
+
- `@fluentui/react-positioning`
|
|
157
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
158
|
+
- `@fluentui/react-provider`
|
|
159
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
160
|
+
- `@fluentui/react-radio`
|
|
161
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
162
|
+
- `@fluentui/react-slider`
|
|
163
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
164
|
+
- `@fluentui/react-spinner`
|
|
165
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
166
|
+
- `@fluentui/react-switch`
|
|
167
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
168
|
+
- `@fluentui/react-tabs`
|
|
169
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
170
|
+
- `@fluentui/react-tabster`
|
|
171
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
172
|
+
- `@fluentui/react-text`
|
|
173
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
174
|
+
- `@fluentui/react-textarea`
|
|
175
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
176
|
+
- `@fluentui/react-tooltip`
|
|
177
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
178
|
+
- `@fluentui/react-utilities`
|
|
179
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
180
|
+
- `@fluentui/react-accordion`
|
|
181
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
182
|
+
- `@fluentui/react-aria`
|
|
183
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
184
|
+
- `@fluentui/react-avatar`
|
|
185
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
186
|
+
- `@fluentui/react-badge`
|
|
187
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
188
|
+
- `@fluentui/react-button`
|
|
189
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
190
|
+
- `@fluentui/react-checkbox`
|
|
191
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
192
|
+
- `@fluentui/react-components`
|
|
193
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
194
|
+
- `@fluentui/react-context-selector`
|
|
195
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
196
|
+
- `@fluentui/react-divider`
|
|
197
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
198
|
+
- `@fluentui/react-image`
|
|
199
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
200
|
+
- `@fluentui/react-input`
|
|
201
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
202
|
+
- `@fluentui/react-label`
|
|
203
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
204
|
+
- `@fluentui/react-link`
|
|
205
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
206
|
+
|
|
207
|
+
### Changes
|
|
208
|
+
|
|
209
|
+
- `@fluentui/react-overflow`
|
|
210
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
211
|
+
- `@fluentui/react-select`
|
|
212
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
213
|
+
- `@fluentui/react-spinbutton`
|
|
214
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
215
|
+
- `@fluentui/react-toolbar`
|
|
216
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
217
|
+
- `@fluentui/global-context`
|
|
218
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
219
|
+
- `@fluentui/react-alert`
|
|
220
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
221
|
+
- `@fluentui/react-card`
|
|
222
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
223
|
+
- `@fluentui/react-combobox`
|
|
224
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
|
225
|
+
|
|
226
|
+
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.1.0)
|
|
227
|
+
|
|
228
|
+
Thu, 14 Jul 2022 17:06:12 GMT
|
|
229
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.1..@fluentui/react-components_v9.1.0)
|
|
230
|
+
|
|
231
|
+
### Minor changes
|
|
232
|
+
|
|
233
|
+
- `@fluentui/react-components`
|
|
234
|
+
- feat(react-card): Added CardHeader CSS variable to control gap ([PR #23449](https://github.com/microsoft/fluentui/pull/23449) by 39736248+andrefcdias@users.noreply.github.com)
|
|
235
|
+
- feat: re-export `__css` from Griffel ([PR #23891](https://github.com/microsoft/fluentui/pull/23891) by olfedias@microsoft.com)
|
|
236
|
+
- `@fluentui/react-positioning`
|
|
237
|
+
- feat: boundary postitioning options can accept `null` ([PR #23839](https://github.com/microsoft/fluentui/pull/23839) by lingfangao@hotmail.com)
|
|
238
|
+
|
|
239
|
+
### Patches
|
|
240
|
+
|
|
241
|
+
- `@fluentui/react-avatar`
|
|
242
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
243
|
+
- fix: Remove override of role=list in AvatarGroup's PopoverSurface and fix trapFocus when Popover is triggered. ([PR #23823](https://github.com/microsoft/fluentui/pull/23823) by esteban.230@hotmail.com)
|
|
244
|
+
- fix: Fixing focus indicator for pie layouts. ([PR #23860](https://github.com/microsoft/fluentui/pull/23860) by esteban.230@hotmail.com)
|
|
245
|
+
- `@fluentui/react-badge`
|
|
246
|
+
- Fix font sizes, padding, and colors to align with visual design. ([PR #23379](https://github.com/microsoft/fluentui/pull/23379) by behowell@microsoft.com)
|
|
247
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
248
|
+
- `@fluentui/react-button`
|
|
249
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
250
|
+
- `@fluentui/react-checkbox`
|
|
251
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
252
|
+
- `@fluentui/react-components`
|
|
253
|
+
- fix: Moving slider version to stable. ([PR #23790](https://github.com/microsoft/fluentui/pull/23790) by Humberto.Morimoto@microsoft.com)
|
|
254
|
+
- `@fluentui/react-menu`
|
|
255
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
256
|
+
- `@fluentui/react-portal`
|
|
257
|
+
- fix: `Portal` does not use useIsSSR hook ([PR #23612](https://github.com/microsoft/fluentui/pull/23612) by lingfangao@hotmail.com)
|
|
258
|
+
- `@fluentui/react-radio`
|
|
259
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
260
|
+
- `@fluentui/react-slider`
|
|
261
|
+
- fix: Moving slider version to stable. ([PR #23790](https://github.com/microsoft/fluentui/pull/23790) by Humberto.Morimoto@microsoft.com)
|
|
262
|
+
- `@fluentui/react-switch`
|
|
263
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
264
|
+
- `@fluentui/react-tooltip`
|
|
265
|
+
- fix: update `shouldRenderTooltip` to handle SSR ([PR #23612](https://github.com/microsoft/fluentui/pull/23612) by lingfangao@hotmail.com)
|
|
266
|
+
- `@fluentui/react-accordion`
|
|
267
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
268
|
+
|
|
269
|
+
### Changes
|
|
270
|
+
|
|
271
|
+
- `@fluentui/react-alert`
|
|
272
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
273
|
+
- update Alert with live region attributes ([PR #23284](https://github.com/microsoft/fluentui/pull/23284) by sarah.higley@microsoft.com)
|
|
274
|
+
- feat: Adding avatar slot support to Alert ([PR #23591](https://github.com/microsoft/fluentui/pull/23591) by rohitpag@microsoft.com)
|
|
275
|
+
- `@fluentui/react-card`
|
|
276
|
+
- BREAKING CHANGE: new structural and styling approach applied to CardHeader ([PR #23449](https://github.com/microsoft/fluentui/pull/23449) by 39736248+andrefcdias@users.noreply.github.com)
|
|
277
|
+
- feat: add `img` as allowed element for CardPreview's logo slot ([PR #23902](https://github.com/microsoft/fluentui/pull/23902) by 39736248+andrefcdias@users.noreply.github.com)
|
|
278
|
+
- `@fluentui/react-combobox`
|
|
279
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
280
|
+
- `@fluentui/react-conformance-griffel`
|
|
281
|
+
- fix: Bump react-conformance in react-conformance-griffel to 0.14.0 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by lingfangao@hotmail.com)
|
|
282
|
+
- `@fluentui/react-select`
|
|
283
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
284
|
+
- `@fluentui/react-spinbutton`
|
|
285
|
+
- chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
|
|
286
|
+
- fix: decrease number of react renders ([PR #23714](https://github.com/microsoft/fluentui/pull/23714) by seanmonahan@microsoft.com)
|
|
287
|
+
- `@fluentui/react-utilities`
|
|
288
|
+
- chore: improve error message in useIsSSR() ([PR #23750](https://github.com/microsoft/fluentui/pull/23750) by olfedias@microsoft.com)
|
|
289
|
+
|
|
7
290
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.1)
|
|
8
291
|
|
|
9
|
-
Tue, 28 Jun 2022 17:
|
|
292
|
+
Tue, 28 Jun 2022 17:39:45 GMT
|
|
10
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0..@fluentui/react-components_v9.0.1)
|
|
11
294
|
|
|
12
295
|
### Patches
|
package/README.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __css } from '@griffel/react';
|
|
1
2
|
import { __styles } from '@griffel/react';
|
|
2
3
|
import { Accordion } from '@fluentui/react-accordion';
|
|
3
4
|
import { accordionClassNames } from '@fluentui/react-accordion';
|
|
@@ -289,6 +290,7 @@ import { renderPopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
|
289
290
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
290
291
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
291
292
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
293
|
+
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
292
294
|
import { renderSpinner_unstable } from '@fluentui/react-spinner';
|
|
293
295
|
import { renderSplitButton_unstable } from '@fluentui/react-button';
|
|
294
296
|
import { renderSwitch_unstable } from '@fluentui/react-switch';
|
|
@@ -321,6 +323,15 @@ import { Slot } from '@fluentui/react-utilities';
|
|
|
321
323
|
import { SlotClassNames } from '@fluentui/react-utilities';
|
|
322
324
|
import { SlotPropsRecord } from '@fluentui/react-utilities';
|
|
323
325
|
import { SpacingTokens } from '@fluentui/react-theme';
|
|
326
|
+
import { SpinButton } from '@fluentui/react-spinbutton';
|
|
327
|
+
import { SpinButtonBounds } from '@fluentui/react-spinbutton';
|
|
328
|
+
import { SpinButtonChangeEvent } from '@fluentui/react-spinbutton';
|
|
329
|
+
import { spinButtonClassNames } from '@fluentui/react-spinbutton';
|
|
330
|
+
import { SpinButtonOnChangeData } from '@fluentui/react-spinbutton';
|
|
331
|
+
import { SpinButtonProps } from '@fluentui/react-spinbutton';
|
|
332
|
+
import { SpinButtonSlots } from '@fluentui/react-spinbutton';
|
|
333
|
+
import { SpinButtonSpinState } from '@fluentui/react-spinbutton';
|
|
334
|
+
import { SpinButtonState } from '@fluentui/react-spinbutton';
|
|
324
335
|
import { Spinner } from '@fluentui/react-spinner';
|
|
325
336
|
import { spinnerClassNames } from '@fluentui/react-spinner';
|
|
326
337
|
import { SpinnerProps } from '@fluentui/react-spinner';
|
|
@@ -435,6 +446,7 @@ import { useImage_unstable } from '@fluentui/react-image';
|
|
|
435
446
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
436
447
|
import { useInput_unstable } from '@fluentui/react-input';
|
|
437
448
|
import { useInputStyles_unstable } from '@fluentui/react-input';
|
|
449
|
+
import { useIsomorphicLayoutEffect } from '@fluentui/react-utilities';
|
|
438
450
|
import { useIsSSR } from '@fluentui/react-utilities';
|
|
439
451
|
import { useKeyboardNavAttribute } from '@fluentui/react-tabster';
|
|
440
452
|
import { useLabel_unstable } from '@fluentui/react-label';
|
|
@@ -489,6 +501,8 @@ import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
|
489
501
|
import { useSlider_unstable } from '@fluentui/react-slider';
|
|
490
502
|
import { useSliderState_unstable } from '@fluentui/react-slider';
|
|
491
503
|
import { useSliderStyles_unstable } from '@fluentui/react-slider';
|
|
504
|
+
import { useSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
505
|
+
import { useSpinButtonStyles_unstable } from '@fluentui/react-spinbutton';
|
|
492
506
|
import { useSpinner_unstable } from '@fluentui/react-spinner';
|
|
493
507
|
import { useSpinnerStyles_unstable } from '@fluentui/react-spinner';
|
|
494
508
|
import { useSplitButton_unstable } from '@fluentui/react-button';
|
|
@@ -514,6 +528,8 @@ import { VerticalSpacingTokens } from '@fluentui/react-theme';
|
|
|
514
528
|
import { webDarkTheme } from '@fluentui/react-theme';
|
|
515
529
|
import { webLightTheme } from '@fluentui/react-theme';
|
|
516
530
|
|
|
531
|
+
export { __css }
|
|
532
|
+
|
|
517
533
|
export { __styles }
|
|
518
534
|
|
|
519
535
|
export { Accordion }
|
|
@@ -1096,6 +1112,8 @@ export { renderRadioGroup_unstable }
|
|
|
1096
1112
|
|
|
1097
1113
|
export { renderSlider_unstable }
|
|
1098
1114
|
|
|
1115
|
+
export { renderSpinButton_unstable }
|
|
1116
|
+
|
|
1099
1117
|
export { renderSpinner_unstable }
|
|
1100
1118
|
|
|
1101
1119
|
export { renderSplitButton_unstable }
|
|
@@ -1160,6 +1178,24 @@ export { SlotPropsRecord }
|
|
|
1160
1178
|
|
|
1161
1179
|
export { SpacingTokens }
|
|
1162
1180
|
|
|
1181
|
+
export { SpinButton }
|
|
1182
|
+
|
|
1183
|
+
export { SpinButtonBounds }
|
|
1184
|
+
|
|
1185
|
+
export { SpinButtonChangeEvent }
|
|
1186
|
+
|
|
1187
|
+
export { spinButtonClassNames }
|
|
1188
|
+
|
|
1189
|
+
export { SpinButtonOnChangeData }
|
|
1190
|
+
|
|
1191
|
+
export { SpinButtonProps }
|
|
1192
|
+
|
|
1193
|
+
export { SpinButtonSlots }
|
|
1194
|
+
|
|
1195
|
+
export { SpinButtonSpinState }
|
|
1196
|
+
|
|
1197
|
+
export { SpinButtonState }
|
|
1198
|
+
|
|
1163
1199
|
export { Spinner }
|
|
1164
1200
|
|
|
1165
1201
|
export { spinnerClassNames }
|
|
@@ -1388,6 +1424,8 @@ export { useInput_unstable }
|
|
|
1388
1424
|
|
|
1389
1425
|
export { useInputStyles_unstable }
|
|
1390
1426
|
|
|
1427
|
+
export { useIsomorphicLayoutEffect }
|
|
1428
|
+
|
|
1391
1429
|
export { useIsSSR }
|
|
1392
1430
|
|
|
1393
1431
|
export { useKeyboardNavAttribute }
|
|
@@ -1496,6 +1534,10 @@ export { useSliderState_unstable }
|
|
|
1496
1534
|
|
|
1497
1535
|
export { useSliderStyles_unstable }
|
|
1498
1536
|
|
|
1537
|
+
export { useSpinButton_unstable }
|
|
1538
|
+
|
|
1539
|
+
export { useSpinButtonStyles_unstable }
|
|
1540
|
+
|
|
1499
1541
|
export { useSpinner_unstable }
|
|
1500
1542
|
|
|
1501
1543
|
export { useSpinnerStyles_unstable }
|