@fluentui/react-components 9.55.1 → 9.56.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.md +229 -2
- package/dist/index.d.ts +24 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +19 -0
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +2 -2
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +57 -71
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,239 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 12 Nov 2024 09:30:41 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.56.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.1)
|
|
8
|
+
|
|
9
|
+
Tue, 12 Nov 2024 09:30:41 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.0..@fluentui/react-components_v9.56.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-drawer`
|
|
15
|
+
- add support for mountNode with className ([PR #33226](https://github.com/microsoft/fluentui/pull/33226) by marcosvmmoura@gmail.com)
|
|
16
|
+
- `@fluentui/react-nav-preview`
|
|
17
|
+
- feat: Exposed 'tabbable' prop on NavDrawer to let consumers disagree with default arrowing opinion. ([PR #33232](https://github.com/microsoft/fluentui/pull/33232) by matejera@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-carousel`
|
|
22
|
+
- fix: Enable controlled index to be set to a new card when added ([PR #33177](https://github.com/microsoft/fluentui/pull/33177) by mifraser@microsoft.com)
|
|
23
|
+
- `@fluentui/react-dialog`
|
|
24
|
+
- bugfix: ensures dialog surface style without surfaceMotion ([PR #33247](https://github.com/microsoft/fluentui/pull/33247) by bernardo.sunderhus@gmail.com)
|
|
25
|
+
- `@fluentui/react-tags`
|
|
26
|
+
- fix: explicitly set box-sizing for tag icon ([PR #33203](https://github.com/microsoft/fluentui/pull/33203) by dmytrokirpa@microsoft.com)
|
|
27
|
+
|
|
28
|
+
## [9.56.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.0)
|
|
29
|
+
|
|
30
|
+
Mon, 11 Nov 2024 10:00:34 GMT
|
|
31
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.55.1..@fluentui/react-components_v9.56.0)
|
|
32
|
+
|
|
33
|
+
### Minor changes
|
|
34
|
+
|
|
35
|
+
- `@fluentui/react-list-preview`
|
|
36
|
+
- Breaking: Render List/ListItem as "div" when in composite nav mode ([PR #33197](https://github.com/microsoft/fluentui/pull/33197) by jirivyhnalek@microsoft.com)
|
|
37
|
+
- `@fluentui/react-motion-components-preview`
|
|
38
|
+
- feat: add CollapseDelayed motion component variant ([PR #33069](https://github.com/microsoft/fluentui/pull/33069) by robertpenner@microsoft.com)
|
|
39
|
+
- Rename motion component variants ...Exaggerated to ...Relaxed ([PR #33182](https://github.com/microsoft/fluentui/pull/33182) by olkatruk@microsoft.com)
|
|
40
|
+
- `@fluentui/react-overflow`
|
|
41
|
+
- feat: add `onOverflowChange` callback ([PR #33106](https://github.com/microsoft/fluentui/pull/33106) by lingfangao@hotmail.com)
|
|
42
|
+
- `@fluentui/react-provider`
|
|
43
|
+
- feat: Add Carousel CustomStyleHook definitions ([PR #33155](https://github.com/microsoft/fluentui/pull/33155) by mifraser@microsoft.com)
|
|
44
|
+
- `@fluentui/react-shared-contexts`
|
|
45
|
+
- feat: Add custom style hooks for Carousel components ([PR #33155](https://github.com/microsoft/fluentui/pull/33155) by mifraser@microsoft.com)
|
|
46
|
+
- `@fluentui/react-tabster`
|
|
47
|
+
- feat: expose keyboard navigation state getter ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by jukapsia@microsoft.com)
|
|
48
|
+
- `@fluentui/react-carousel`
|
|
49
|
+
- fix: Drag events now trigger onActiveIndexChange with drag/touch event attached ([PR #33092](https://github.com/microsoft/fluentui/pull/33092) by mifraser@microsoft.com)
|
|
50
|
+
- feat: Add CarouselViewport to correctly define CarouselSlider within a static container ([PR #33155](https://github.com/microsoft/fluentui/pull/33155) by mifraser@microsoft.com)
|
|
51
|
+
- `@fluentui/react-components`
|
|
52
|
+
- feat: Add CarouselViewport and deprecate CarouselSlider ([PR #33155](https://github.com/microsoft/fluentui/pull/33155) by mifraser@microsoft.com)
|
|
53
|
+
|
|
54
|
+
### Patches
|
|
55
|
+
|
|
56
|
+
- `@fluentui/react-toast`
|
|
57
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
58
|
+
- `@fluentui/react-toolbar`
|
|
59
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
60
|
+
- `@fluentui/react-tooltip`
|
|
61
|
+
- fix: do not prevent showing tooltip in keyboard mode ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by jukapsia@microsoft.com)
|
|
62
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
63
|
+
- `@fluentui/react-tree`
|
|
64
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
65
|
+
- `@fluentui/react-utilities`
|
|
66
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
67
|
+
- `@fluentui/react-field`
|
|
68
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
69
|
+
- fix(react-field): Add screenreader announcement for validationMessage if validationState="warning" ([PR #33175](https://github.com/microsoft/fluentui/pull/33175) by jiangemma@microsoft.com)
|
|
70
|
+
- `@fluentui/react-icons-compat`
|
|
71
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
72
|
+
- `@fluentui/react-image`
|
|
73
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
74
|
+
- `@fluentui/react-infolabel`
|
|
75
|
+
- fix: popover not dismissing in Safari after clicking on infoButton ([PR #33057](https://github.com/microsoft/fluentui/pull/33057) by vgenaev@gmail.com)
|
|
76
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
77
|
+
- `@fluentui/react-input`
|
|
78
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
79
|
+
- `@fluentui/react-jsx-runtime`
|
|
80
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
81
|
+
- `@fluentui/react-label`
|
|
82
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
83
|
+
- `@fluentui/react-link`
|
|
84
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
85
|
+
- `@fluentui/react-list-preview`
|
|
86
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
87
|
+
- `@fluentui/react-menu`
|
|
88
|
+
- fix: Align menu item long content with icon slots ([PR #33102](https://github.com/microsoft/fluentui/pull/33102) by lingfangao@hotmail.com)
|
|
89
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
90
|
+
- `@fluentui/react-message-bar`
|
|
91
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
92
|
+
- `@fluentui/react-migration-v0-v9`
|
|
93
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
94
|
+
- style: resolve exposed jsx pragma lint issues within monorepo ([PR #32975](https://github.com/microsoft/fluentui/pull/32975) by martinhochel@microsoft.com)
|
|
95
|
+
- `@fluentui/react-migration-v8-v9`
|
|
96
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
97
|
+
- `@fluentui/react-motion`
|
|
98
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
99
|
+
- `@fluentui/react-motion-components-preview`
|
|
100
|
+
- refactor: migrate Fade motion component to new variant structure ([PR #33080](https://github.com/microsoft/fluentui/pull/33080) by robertpenner@microsoft.com)
|
|
101
|
+
- fix: handle content padding in Collapse ([PR #33063](https://github.com/microsoft/fluentui/pull/33063) by robertpenner@microsoft.com)
|
|
102
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
103
|
+
- `@fluentui/react-nav-preview`
|
|
104
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
105
|
+
- style: resolve exposed jsx pragma lint issues within monorepo ([PR #32975](https://github.com/microsoft/fluentui/pull/32975) by martinhochel@microsoft.com)
|
|
106
|
+
- `@fluentui/react-overflow`
|
|
107
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
108
|
+
- `@fluentui/react-persona`
|
|
109
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
110
|
+
- `@fluentui/react-popover`
|
|
111
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
112
|
+
- `@fluentui/react-portal`
|
|
113
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
114
|
+
- `@fluentui/react-portal-compat`
|
|
115
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
116
|
+
- `@fluentui/react-portal-compat-context`
|
|
117
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
118
|
+
- `@fluentui/react-positioning`
|
|
119
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
120
|
+
- `@fluentui/react-progress`
|
|
121
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
122
|
+
- `@fluentui/react-provider`
|
|
123
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
124
|
+
- `@fluentui/react-radio`
|
|
125
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
126
|
+
- `@fluentui/react-rating`
|
|
127
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
128
|
+
- `@fluentui/react-search`
|
|
129
|
+
- fix SearchBox contentAfter hidden clickable ([PR #33005](https://github.com/microsoft/fluentui/pull/33005) by carla.muntean@microsoft.com)
|
|
130
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
131
|
+
- `@fluentui/react-select`
|
|
132
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
133
|
+
- `@fluentui/react-shared-contexts`
|
|
134
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
135
|
+
- `@fluentui/react-skeleton`
|
|
136
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
137
|
+
- `@fluentui/react-slider`
|
|
138
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
139
|
+
- `@fluentui/react-spinbutton`
|
|
140
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
141
|
+
- `@fluentui/react-spinner`
|
|
142
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
143
|
+
- `@fluentui/react-swatch-picker`
|
|
144
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
145
|
+
- `@fluentui/react-switch`
|
|
146
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
147
|
+
- `@fluentui/react-table`
|
|
148
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
149
|
+
- fix: subtle selection should apply correctly to header rows ([PR #33104](https://github.com/microsoft/fluentui/pull/33104) by lingfangao@hotmail.com)
|
|
150
|
+
- `@fluentui/react-tabs`
|
|
151
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
152
|
+
- `@fluentui/react-tabster`
|
|
153
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
154
|
+
- `@fluentui/react-tag-picker`
|
|
155
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
156
|
+
- style: resolve exposed jsx pragma lint issues within monorepo ([PR #32975](https://github.com/microsoft/fluentui/pull/32975) by martinhochel@microsoft.com)
|
|
157
|
+
- `@fluentui/react-tags`
|
|
158
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
159
|
+
- `@fluentui/react-teaching-popover`
|
|
160
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
161
|
+
- style: resolve exposed jsx pragma lint issues within monorepo ([PR #32975](https://github.com/microsoft/fluentui/pull/32975) by martinhochel@microsoft.com)
|
|
162
|
+
- `@fluentui/react-text`
|
|
163
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
164
|
+
- `@fluentui/react-textarea`
|
|
165
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
166
|
+
- `@fluentui/react-theme`
|
|
167
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
168
|
+
- `@fluentui/react-timepicker-compat`
|
|
169
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
170
|
+
- `@fluentui/keyboard-keys`
|
|
171
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
172
|
+
- `@fluentui/priority-overflow`
|
|
173
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
174
|
+
- `@fluentui/react-accordion`
|
|
175
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
176
|
+
- `@fluentui/react-aria`
|
|
177
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
178
|
+
- fix: correct expectations for Button rendered as a link with an href ([PR #33050](https://github.com/microsoft/fluentui/pull/33050) by sarah.higley@microsoft.com)
|
|
179
|
+
- style: resolve exposed jsx pragma lint issues within monorepo ([PR #32975](https://github.com/microsoft/fluentui/pull/32975) by martinhochel@microsoft.com)
|
|
180
|
+
- `@fluentui/react-avatar`
|
|
181
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
182
|
+
- `@fluentui/react-badge`
|
|
183
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
184
|
+
- `@fluentui/react-breadcrumb`
|
|
185
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
186
|
+
- `@fluentui/react-button`
|
|
187
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
188
|
+
- fix: Button with as=a should present as a semantic link ([PR #33050](https://github.com/microsoft/fluentui/pull/33050) by sarah.higley@microsoft.com)
|
|
189
|
+
- `@fluentui/react-calendar-compat`
|
|
190
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
191
|
+
- `@fluentui/react-card`
|
|
192
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
193
|
+
- `@fluentui/react-carousel`
|
|
194
|
+
- fix: Ensure pointer events do not block future focus index changes ([PR #33204](https://github.com/microsoft/fluentui/pull/33204) by mifraser@microsoft.com)
|
|
195
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
196
|
+
- style: resolve exposed jsx pragma lint issues within monorepo ([PR #32975](https://github.com/microsoft/fluentui/pull/32975) by martinhochel@microsoft.com)
|
|
197
|
+
- `@fluentui/react-checkbox`
|
|
198
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
199
|
+
- `@fluentui/react-combobox`
|
|
200
|
+
- fix(Combobox): remove "defaultValue" from hooks dependencies ([PR #32287](https://github.com/microsoft/fluentui/pull/32287) by olfedias@microsoft.com)
|
|
201
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
202
|
+
- `@fluentui/react-components`
|
|
203
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
204
|
+
- `@fluentui/react-conformance`
|
|
205
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
206
|
+
- `@fluentui/react-conformance-griffel`
|
|
207
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
208
|
+
- `@fluentui/react-context-selector`
|
|
209
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
210
|
+
- docs: removed the mention of non-existent useContextSelectors and fixed the example ([PR #33146](https://github.com/microsoft/fluentui/pull/33146) by gk.joker@gmail.com)
|
|
211
|
+
- `@fluentui/react-datepicker-compat`
|
|
212
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
213
|
+
- `@fluentui/react-dialog`
|
|
214
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
215
|
+
- `@fluentui/react-divider`
|
|
216
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
217
|
+
- `@fluentui/react-drawer`
|
|
218
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
219
|
+
|
|
220
|
+
### Changes
|
|
221
|
+
|
|
222
|
+
- `@fluentui/react-virtualizer`
|
|
223
|
+
- fix: Enable virtualizer to fall back to most recent IO event if none intersecting ([PR #33125](https://github.com/microsoft/fluentui/pull/33125) by mifraser@microsoft.com)
|
|
224
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
225
|
+
- `@fluentui/tokens`
|
|
226
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
227
|
+
- `@fluentui/react-theme-sass`
|
|
228
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
229
|
+
- `@fluentui/babel-preset-global-context`
|
|
230
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
231
|
+
- `@fluentui/global-context`
|
|
232
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
233
|
+
|
|
7
234
|
## [9.55.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.55.1)
|
|
8
235
|
|
|
9
|
-
Tue, 15 Oct 2024 17:
|
|
236
|
+
Tue, 15 Oct 2024 17:17:49 GMT
|
|
10
237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.55.0..@fluentui/react-components_v9.55.1)
|
|
11
238
|
|
|
12
239
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -197,6 +197,11 @@ import { CarouselSliderSlots } from '@fluentui/react-carousel';
|
|
|
197
197
|
import { CarouselSliderState } from '@fluentui/react-carousel';
|
|
198
198
|
import { CarouselSlots } from '@fluentui/react-carousel';
|
|
199
199
|
import { CarouselState } from '@fluentui/react-carousel';
|
|
200
|
+
import { CarouselViewport } from '@fluentui/react-carousel';
|
|
201
|
+
import { carouselViewportClassNames } from '@fluentui/react-carousel';
|
|
202
|
+
import { CarouselViewportProps } from '@fluentui/react-carousel';
|
|
203
|
+
import { CarouselViewportSlots } from '@fluentui/react-carousel';
|
|
204
|
+
import { CarouselViewportState } from '@fluentui/react-carousel';
|
|
200
205
|
import { Checkbox } from '@fluentui/react-checkbox';
|
|
201
206
|
import { checkboxClassNames } from '@fluentui/react-checkbox';
|
|
202
207
|
import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
@@ -763,6 +768,7 @@ import { renderCarouselNavButton_unstable } from '@fluentui/react-carousel';
|
|
|
763
768
|
import { renderCarouselNavContainer_unstable } from '@fluentui/react-carousel';
|
|
764
769
|
import { renderCarouselNavImageButton_unstable } from '@fluentui/react-carousel';
|
|
765
770
|
import { renderCarouselSlider_unstable } from '@fluentui/react-carousel';
|
|
771
|
+
import { renderCarouselViewport_unstable } from '@fluentui/react-carousel';
|
|
766
772
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
767
773
|
import { renderColorSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
768
774
|
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
@@ -1423,6 +1429,8 @@ import { useCarouselNavStyles_unstable } from '@fluentui/react-carousel';
|
|
|
1423
1429
|
import { useCarouselSlider_unstable } from '@fluentui/react-carousel';
|
|
1424
1430
|
import { useCarouselSliderStyles_unstable } from '@fluentui/react-carousel';
|
|
1425
1431
|
import { useCarouselStyles_unstable } from '@fluentui/react-carousel';
|
|
1432
|
+
import { useCarouselViewport_unstable } from '@fluentui/react-carousel';
|
|
1433
|
+
import { useCarouselViewportStyles_unstable } from '@fluentui/react-carousel';
|
|
1426
1434
|
import { useCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
1427
1435
|
import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
1428
1436
|
import { useCheckmarkStyles_unstable } from '@fluentui/react-menu';
|
|
@@ -2191,6 +2199,16 @@ export { CarouselSlots }
|
|
|
2191
2199
|
|
|
2192
2200
|
export { CarouselState }
|
|
2193
2201
|
|
|
2202
|
+
export { CarouselViewport }
|
|
2203
|
+
|
|
2204
|
+
export { carouselViewportClassNames }
|
|
2205
|
+
|
|
2206
|
+
export { CarouselViewportProps }
|
|
2207
|
+
|
|
2208
|
+
export { CarouselViewportSlots }
|
|
2209
|
+
|
|
2210
|
+
export { CarouselViewportState }
|
|
2211
|
+
|
|
2194
2212
|
export { Checkbox }
|
|
2195
2213
|
|
|
2196
2214
|
export { checkboxClassNames }
|
|
@@ -3323,6 +3341,8 @@ export { renderCarouselNavImageButton_unstable }
|
|
|
3323
3341
|
|
|
3324
3342
|
export { renderCarouselSlider_unstable }
|
|
3325
3343
|
|
|
3344
|
+
export { renderCarouselViewport_unstable }
|
|
3345
|
+
|
|
3326
3346
|
export { renderCheckbox_unstable }
|
|
3327
3347
|
|
|
3328
3348
|
export { renderColorSwatch_unstable }
|
|
@@ -4643,6 +4663,10 @@ export { useCarouselSliderStyles_unstable }
|
|
|
4643
4663
|
|
|
4644
4664
|
export { useCarouselStyles_unstable }
|
|
4645
4665
|
|
|
4666
|
+
export { useCarouselViewport_unstable }
|
|
4667
|
+
|
|
4668
|
+
export { useCarouselViewportStyles_unstable }
|
|
4669
|
+
|
|
4646
4670
|
export { useCheckbox_unstable }
|
|
4647
4671
|
|
|
4648
4672
|
export { useCheckboxStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -61,4 +61,4 @@ export { TeachingPopoverHeader, teachingPopoverHeaderClassNames, renderTeachingP
|
|
|
61
61
|
export { TagPicker, renderTagPicker_unstable, useTagPicker_unstable, TagPickerInput, tagPickerInputClassNames, renderTagPickerInput_unstable, useTagPickerInputStyles_unstable, useTagPickerInput_unstable, TagPickerList, tagPickerListClassNames, renderTagPickerList_unstable, useTagPickerListStyles_unstable, useTagPickerList_unstable, TagPickerButton, tagPickerButtonClassNames, renderTagPickerButton_unstable, useTagPickerButtonStyles_unstable, useTagPickerButton_unstable, TagPickerControl, tagPickerControlClassNames, renderTagPickerControl_unstable, useTagPickerControlStyles_unstable, useTagPickerControl_unstable, TagPickerOption, tagPickerOptionClassNames, renderTagPickerOption_unstable, useTagPickerOptionStyles_unstable, useTagPickerOption_unstable, TagPickerGroup, tagPickerGroupClassNames, renderTagPickerGroup_unstable, useTagPickerGroupStyles_unstable, useTagPickerGroup_unstable, TagPickerOptionGroup, tagPickerOptionGroupClassNames, renderTagPickerOptionGroup, useTagPickerOptionGroupStyles, useTagPickerOptionGroup, useTagPickerFilter } from '@fluentui/react-tag-picker';
|
|
62
62
|
export { SwatchPicker, renderSwatchPicker_unstable, useSwatchPickerStyles_unstable, useSwatchPicker_unstable, swatchPickerClassNames, SwatchPickerProvider, swatchPickerContextDefaultValue, useSwatchPickerContextValue_unstable, useSwatchPickerContextValues, ColorSwatch, renderColorSwatch_unstable, useColorSwatchStyles_unstable, useColorSwatch_unstable, colorSwatchClassNames, swatchCSSVars, ImageSwatch, renderImageSwatch_unstable, useImageSwatchStyles_unstable, useImageSwatch_unstable, imageSwatchClassNames, SwatchPickerRow, renderSwatchPickerRow_unstable, useSwatchPickerRowStyles_unstable, useSwatchPickerRow_unstable, swatchPickerRowClassNames, renderSwatchPickerGrid, EmptySwatch, renderEmptySwatch_unstable, useEmptySwatchStyles_unstable, useEmptySwatch_unstable, emptySwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
63
63
|
export { motionTokens, createMotionComponent, createPresenceComponent, createPresenceComponentVariant, PresenceGroup } from '@fluentui/react-motion';
|
|
64
|
-
export { CarouselButton, carouselButtonClassNames, renderCarouselButton_unstable, useCarouselButtonStyles_unstable, useCarouselButton_unstable, CarouselNav, carouselNavClassNames, renderCarouselNav_unstable, useCarouselNavStyles_unstable, useCarouselNav_unstable, CarouselNavButton, carouselNavButtonClassNames, renderCarouselNavButton_unstable, useCarouselNavButtonStyles_unstable, useCarouselNavButton_unstable, Carousel, carouselClassNames, renderCarousel_unstable, useCarouselStyles_unstable, useCarousel_unstable, CarouselCard, carouselCardClassNames, renderCarouselCard_unstable, useCarouselCardStyles_unstable, useCarouselCard_unstable, CarouselAutoplayButton, carouselAutoplayButtonClassNames, renderCarouselAutoplayButton_unstable, useCarouselAutoplayButtonStyles_unstable, useCarouselAutoplayButton_unstable, CarouselNavImageButton, carouselNavImageButtonClassNames, renderCarouselNavImageButton_unstable, useCarouselNavImageButtonStyles_unstable, useCarouselNavImageButton_unstable, CarouselSlider, carouselSliderClassNames, renderCarouselSlider_unstable, useCarouselSliderStyles_unstable, useCarouselSlider_unstable, CarouselNavContainer, carouselNavContainerClassNames, renderCarouselNavContainer_unstable, useCarouselNavContainerStyles_unstable, useCarouselNavContainer_unstable, carouselContextDefaultValue, CarouselProvider, useCarouselContext_unstable } from '@fluentui/react-carousel';
|
|
64
|
+
export { CarouselButton, carouselButtonClassNames, renderCarouselButton_unstable, useCarouselButtonStyles_unstable, useCarouselButton_unstable, CarouselNav, carouselNavClassNames, renderCarouselNav_unstable, useCarouselNavStyles_unstable, useCarouselNav_unstable, CarouselNavButton, carouselNavButtonClassNames, renderCarouselNavButton_unstable, useCarouselNavButtonStyles_unstable, useCarouselNavButton_unstable, Carousel, carouselClassNames, renderCarousel_unstable, useCarouselStyles_unstable, useCarousel_unstable, CarouselCard, carouselCardClassNames, renderCarouselCard_unstable, useCarouselCardStyles_unstable, useCarouselCard_unstable, CarouselAutoplayButton, carouselAutoplayButtonClassNames, renderCarouselAutoplayButton_unstable, useCarouselAutoplayButtonStyles_unstable, useCarouselAutoplayButton_unstable, CarouselNavImageButton, carouselNavImageButtonClassNames, renderCarouselNavImageButton_unstable, useCarouselNavImageButtonStyles_unstable, useCarouselNavImageButton_unstable, CarouselSlider, carouselSliderClassNames, renderCarouselSlider_unstable, useCarouselSliderStyles_unstable, useCarouselSlider_unstable, CarouselNavContainer, carouselNavContainerClassNames, renderCarouselNavContainer_unstable, useCarouselNavContainerStyles_unstable, useCarouselNavContainer_unstable, carouselContextDefaultValue, CarouselProvider, useCarouselContext_unstable, CarouselViewport, carouselViewportClassNames, renderCarouselViewport_unstable, useCarouselViewportStyles_unstable, useCarouselViewport_unstable } from '@fluentui/react-carousel';
|