|
| 1 | +## V4.14.1 |
| 2 | + |
| 3 | +### General |
| 4 | + |
| 5 | +- \[General\] Fix index.ts section causing "Illegal constructor" on older iOS devices ([#4531](https://github.com/microsoft/fluentui-blazor/pull/4531)) |
| 6 | +- \[General\] Bump minimatch from 3.1.2 to 3.1.5 in /src/Core.Assets ([#4586](https://github.com/microsoft/fluentui-blazor/pull/4586)) |
| 7 | +- \[General\] fix: rename `dateselected` custom event to `fluentdateselected` to resolve .NET 11 exception ([#4605](https://github.com/microsoft/fluentui-blazor/pull/4605)) |
| 8 | +- \[General\] fix: rename custom events matching browserEventName to use fluent prefix ([#4609](https://github.com/microsoft/fluentui-blazor/pull/4609)) |
| 9 | +- \[General\] Add accent-color in reboot.css ([#4614](https://github.com/microsoft/fluentui-blazor/pull/4614)) |
| 10 | +- \[General\] Bump flatted from 3.3.1 to 3.4.2 in /src/Core.Assets ([#4638](https://github.com/microsoft/fluentui-blazor/pull/4638)) |
| 11 | +- \[General\] Bump picomatch from 2.3.1 to 2.3.2 in /src/Core.Assets ([#4646](https://github.com/microsoft/fluentui-blazor/pull/4646)) |
| 12 | + |
| 13 | +### Demo site and documentation |
| 14 | + |
| 15 | +- \[Docs\] Update keycode docs to reflect latest interface ([#4522](https://github.com/microsoft/fluentui-blazor/pull/4522)) |
| 16 | +- \[Docs\] Add note about render mode and required interactivity ([#4540](https://github.com/microsoft/fluentui-blazor/pull/4540)) |
| 17 | +- \[Docs\] Fix incorrect Icon in search after Navigation ([#4641](https://github.com/microsoft/fluentui-blazor/pull/4641)) |
| 18 | + |
| 19 | +### Components |
| 20 | + |
| 21 | +- \[AppBar\] Make OnClick close popover ([#4518](https://github.com/microsoft/fluentui-blazor/pull/4518)) |
| 22 | +- \[DataGrid\] Add OnSortChanged event callback ([#4573](https://github.com/microsoft/fluentui-blazor/pull/4573)) |
| 23 | +- \[DataGrid\] Fix SelectedItems getting unselected when using pagination (and virtualization) ([#4623](https://github.com/microsoft/fluentui-blazor/pull/4623)) |
| 24 | +- \[DataGrid\] Improve initial load performance ([#4680](https://github.com/microsoft/fluentui-blazor/pull/4680)) |
| 25 | +- \[Dialog\] Update docs ([#4625](https://github.com/microsoft/fluentui-blazor/pull/4625)) |
| 26 | +- \[MessageBar\] Fix NullReferenceException in MessageService ([#4680](https://github.com/microsoft/fluentui-blazor/pull/4680)) |
| 27 | +- \[NavGroup\] Fix disabled state for top-level `FluentNavGroup` ([#4647](https://github.com/microsoft/fluentui-blazor/pull/4647)) |
| 28 | +- \[NavGroup\] Apply font opacity instead of color ([#4648](https://github.com/microsoft/fluentui-blazor/pull/4648)) |
| 29 | +- \[NavGroup\] Pass CustomColor on to icon for NavGroup ([#4695](https://github.com/microsoft/fluentui-blazor/pull/4695)) |
| 30 | +- \[Popover\] Allow tabbing inside open anchored regions, support keyboard accessible navigation for popover ([#4561](https://github.com/microsoft/fluentui-blazor/pull/4561)) |
| 31 | +- \[SplashScreen\] Mark sync methods as Obsolete ([#4644](https://github.com/microsoft/fluentui-blazor/pull/4644)) |
| 32 | +- \[Tabs\] Call HandleOnTabChange when changing to a tab through the menu ([#4564](https://github.com/microsoft/fluentui-blazor/pull/4564)) |
| 33 | +- \[Templates\] Fix 404 in WebAssembly template ([#4578](https://github.com/microsoft/fluentui-blazor/pull/4578)) |
| 34 | + |
| 35 | +### Icons and Emoji |
| 36 | + |
| 37 | +- Update to Fluent UI System Icons 1.1.324 |
| 38 | + |
| 39 | +See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
| 40 | + |
1 | 41 | ## V4.14.0 |
2 | 42 |
|
3 | 43 | ### General |
| 44 | + |
4 | 45 | - \[General\] Pimp the publish local script ([#4363](https://github.com/microsoft/fluentui-blazor/pull/4363)) |
5 | 46 | - \[General\] Apply fix for using latest SDKs when publishing ([#4429](https://github.com/microsoft/fluentui-blazor/pull/4429)) |
6 | 47 |
|
7 | 48 | ### Demo site and documentation |
| 49 | + |
8 | 50 | - Update issue reporting guidelines in README ([#4502](https://github.com/microsoft/fluentui-blazor/pull/4502)) |
9 | 51 | - \[Docs\] Typos on RebootPage ([#4389](https://github.com/microsoft/fluentui-blazor/pull/4389)) |
10 | 52 | - \[Docs\] Fix notification center demo issues ([#4493](https://github.com/microsoft/fluentui-blazor/pull/4493)) |
11 | 53 | - \[Docs\] Update docs for MessageBox result return values ([#4403](https://github.com/microsoft/fluentui-blazor/pull/4403)) |
12 | 54 | - \[Docs\] Add note about multiple parameter in listbox ([#4514](https://github.com/microsoft/fluentui-blazor/pull/4514)) |
13 | 55 |
|
14 | 56 | ### Components |
| 57 | + |
15 | 58 | - \[AppBar\] Fix AppBarItem OnClick not being handled in popover ([#4421](https://github.com/microsoft/fluentui-blazor/pull/4421)) |
16 | 59 | - \[DataGrid\] Add Hierarchical DataGrid functionality ([#4484](https://github.com/microsoft/fluentui-blazor/pull/4484)) |
17 | 60 | - \[DataGrid\] Fix resize indicator height (when ResizeColumnOnAllRows is true) ([#4383](https://github.com/microsoft/fluentui-blazor/pull/4383)) |
|
25 | 68 | - \[Templates\] Remove NotFound components from the .NET 10 Microsoft.NET.Sdk.BlazorW… ([#4417](https://github.com/microsoft/fluentui-blazor/pull/4417)) |
26 | 69 |
|
27 | 70 | ### Icons and Emoji |
| 71 | + |
28 | 72 | - Update to Fluent UI System Icons 1.1.318 |
29 | 73 | See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
30 | 74 |
|
|
33 | 77 | ## V4.13.2 |
34 | 78 |
|
35 | 79 | ### General |
| 80 | + |
36 | 81 | - \[Chore\] Use NET 10 GA SDK ([#4279](https://github.com/microsoft/fluentui-blazor/pull/4279)) |
37 | 82 | - \[Chore\] Fix CodeQL ([#4315](https://github.com/microsoft/fluentui-blazor/pull/4315)) |
38 | 83 | - \[Chore\] Configure Dependabot settings ([#4320](https://github.com/microsoft/fluentui-blazor/pull/4320)) |
|
42 | 87 | - \[Templates\] Fix icon in Web App 9 and 10 templates ([#4337](https://github.com/microsoft/fluentui-blazor/pull/4337)) |
43 | 88 |
|
44 | 89 | ### Components |
| 90 | + |
45 | 91 | - \[AccordionItem\] Add HeadingTooltip parameter ([#4306](https://github.com/microsoft/fluentui-blazor/pull/4306)) |
46 | 92 | - \[Combobox\] Fix binding to a value not in the list items ([#4353](https://github.com/microsoft/fluentui-blazor/pull/4353)) |
47 | 93 | - \[Dialog\] Fix error when module hasn't finished loading ([#4324](https://github.com/microsoft/fluentui-blazor/pull/4324)) |
|
53 | 99 | - \[Splitter\] Add support for touch events ([#4338](https://github.com/microsoft/fluentui-blazor/pull/4338)) |
54 | 100 |
|
55 | 101 | ### Icons and Emoji |
| 102 | + |
56 | 103 | - Update to Fluent UI System Icons 1.1.315 |
57 | 104 | See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
58 | 105 |
|
|
61 | 108 | ## V4.13.1 |
62 | 109 |
|
63 | 110 | ### General |
| 111 | + |
64 | 112 | - \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227)) |
65 | 113 | - \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242)) |
66 | 114 |
|
67 | 115 | ### Components |
| 116 | + |
68 | 117 | - \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230)) |
69 | 118 | - \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255)) |
70 | 119 | - \[Menu\] Add null checks for modules on DisposeAsync ([#4249](https://github.com/microsoft/fluentui-blazor/pull/4249)) |
71 | 120 | - \[Menu\] Fix dispose error ([#4256](https://github.com/microsoft/fluentui-blazor/pull/4256)) |
72 | 121 | - \[Menu\] More fixes for dispose error ([#4258](https://github.com/microsoft/fluentui-blazor/pull/4258)) |
73 | 122 |
|
74 | 123 | ### Icons and Emoji |
| 124 | + |
75 | 125 | - Update to Fluent UI System Icons 1.1.311 |
76 | 126 | See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
77 | 127 |
|
78 | 128 | ------------- |
| 129 | + |
79 | 130 | ## V4.13.0 |
80 | 131 |
|
81 | 132 | ### General |
| 133 | + |
82 | 134 | - \[General\] Add ReDoS protection for regex matching and nit fixes. ([#4124](https://github.com/microsoft/fluentui-blazor/pull/4124)) |
83 | 135 | - \[General\] Re-add net10.0 TFM and update to latest SDKs/NuGet packages ([#4141](https://github.com/microsoft/fluentui-blazor/pull/4141)) |
84 | 136 | - \[General\] Update GH Actions ([#4016](https://github.com/microsoft/fluentui-blazor/pull/4016)) |
|
92 | 144 | - \[General\] Update VSCode settings and add demo server configuration ([#4115](https://github.com/microsoft/fluentui-blazor/pull/4115)) |
93 | 145 |
|
94 | 146 | ### Components |
| 147 | + |
95 | 148 | - \[AppBar\] Add TryGetValue and Apps.ContainsKey ([#4146](https://github.com/microsoft/fluentui-blazor/pull/4146)) |
96 | 149 | - \[Autocomplete\] Add a ShowProgressIndicator parameter + Breaking change ([#4042](https://github.com/microsoft/fluentui-blazor/pull/4042)) |
97 | 150 | - \[AutoComplete\] Invalid aria-controls reference in Autocomplete popup rendering ([#4117](https://github.com/microsoft/fluentui-blazor/pull/4117)) |
|
129 | 182 | - \[Toast\] Change DynamicDependency ([#4106](https://github.com/microsoft/fluentui-blazor/pull/4106)) |
130 | 183 |
|
131 | 184 | ### Demo site and documentation |
| 185 | + |
132 | 186 | - \[Docs\] Add documentation for nested drag & drop containers ([#4050](https://github.com/microsoft/fluentui-blazor/pull/4050)) |
133 | 187 | - \[Docs\] Add extra info for list selection. ([#4192](https://github.com/microsoft/fluentui-blazor/pull/4192)) |
134 | 188 | - \[Docs\] Update NodeJS version and fix note ([#4083](https://github.com/microsoft/fluentui-blazor/pull/4083)) |
135 | 189 | - \[Docs\] Update README.md ([#4021](https://github.com/microsoft/fluentui-blazor/pull/4021)) |
136 | 190 | - \[Docs\] Use https instead of http for GitHub link ([#4121](https://github.com/microsoft/fluentui-blazor/pull/4121)) |
137 | 191 |
|
138 | | - |
139 | 192 | ### Icons and Emoji |
| 193 | + |
140 | 194 | - \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179)) |
141 | 195 | - Update to Fluent UI System Icons 1.1.311 |
142 | 196 | See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
| 197 | + |
143 | 198 | -------------- |
| 199 | + |
144 | 200 | ## V4.12.1 |
145 | 201 |
|
146 | 202 | ### General |
| 203 | + |
147 | 204 | - \[General\] Add file header to all .cs files ([#3946](https://github.com/microsoft/fluentui-blazor/pull/3946)) |
148 | 205 | - \[General\] Update the issue template ([#3995](https://github.com/microsoft/fluentui-blazor/pull/3995)) |
149 | 206 | - \[General\] Update to latest SDKs and NuGet packages ([#4006](https://github.com/microsoft/fluentui-blazor/pull/4006)) |
150 | 207 |
|
151 | 208 | ### Components |
| 209 | + |
152 | 210 | - \[Autocomplete\] Fix keyboard usage in Single mode ([#3930](https://github.com/microsoft/fluentui-blazor/pull/3930)) |
153 | 211 | - \[AutoComplete\] Only render placeholder attribute when the parameter is provided ([#3919](https://github.com/microsoft/fluentui-blazor/pull/3919)) |
154 | 212 | - \[DataGrid\] Add IsFixed parameter ([#3927](https://github.com/microsoft/fluentui-blazor/pull/3927)) |
|
167 | 225 | - \[Toast\] Add DynamicDependency to prevent trimming errors ([#3994](https://github.com/microsoft/fluentui-blazor/pull/3994)) |
168 | 226 |
|
169 | 227 | ### Demo site and documentation |
| 228 | + |
170 | 229 | - \[Docs\] Add documentation for possible placeholder autocomplete conflicts ([#3923](https://github.com/microsoft/fluentui-blazor/pull/3923)) |
171 | 230 | - \[Docs\] ComponentBase page add MultiLine to DataGrid ([#3983](https://github.com/microsoft/fluentui-blazor/pull/3983)) |
172 | 231 | - \[Docs\] Fix mismatch in accordion docs between the code and the description. ([#3932](https://github.com/microsoft/fluentui-blazor/pull/3932)) |
173 | 232 | - \[Docs\] Fix typo in AppBar demo ([#3924](https://github.com/microsoft/fluentui-blazor/pull/3924)) |
174 | 233 | - \[Docs\] Remove Autofocus parameter to prevent scrolling ([#3922](https://github.com/microsoft/fluentui-blazor/pull/3922)) |
175 | 234 | - \[Docs\] Update Card example ([#3909](https://github.com/microsoft/fluentui-blazor/pull/3909)) |
176 | | - |
| 235 | + |
177 | 236 | ### Icons and Emoji |
| 237 | + |
178 | 238 | - Update to Fluent UI System Icons 1.1.306. |
179 | 239 | See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
180 | 240 |
|
181 | 241 | ------------- |
| 242 | + |
182 | 243 | ## V4.12.0 |
183 | 244 |
|
184 | 245 | ### General |
| 246 | + |
185 | 247 | - \[General\] Use latest .NET SDKs (including .NET 10 preview 4)([#3789](https://github.com/microsoft/fluentui-blazor/pull/3789)) |
186 | 248 |
|
187 | 249 | ### Components |
| 250 | + |
188 | 251 | - \[AutoComplete\] Do not show previous/next when no option is selected ([#3780](https://github.com/microsoft/fluentui-blazor/pull/3780)) |
189 | 252 | - \[Autocomplete\] Fix active highlight size for single-select mode ([#3819](https://github.com/microsoft/fluentui-blazor/pull/3819)) |
190 | 253 | - \[AutoComplete\] Fix using different height for MaxAutoHeight (#3793) ([#3796](https://github.com/microsoft/fluentui-blazor/pull/3796)) |
|
205 | 268 | - \[Tabs\] Make initialization logic more robust ([#3878](https://github.com/microsoft/fluentui-blazor/pull/3878)) |
206 | 269 |
|
207 | 270 | ### Demo site and documentation |
| 271 | + |
208 | 272 | - \[Docs\] Add docs about `FluentEditForm` ([#3832](https://github.com/microsoft/fluentui-blazor/pull/3832)) |
209 | 273 | - \[Docs\] Fix typo in InputFile documentation ([#3769](https://github.com/microsoft/fluentui-blazor/pull/3769)) |
210 | 274 | - \[Docs\] Fix typo in Card documentation ([#3839](https://github.com/microsoft/fluentui-blazor/pull/3839)) |
211 | 275 | - \[Docs\] Remove Autofocus to prevent scrolling in the docs (#3826) ([#3828](https://github.com/microsoft/fluentui-blazor/pull/3828)) |
212 | 276 | - \[Docs\] Update reboot section for IIS hosting workaround ([#3788](https://github.com/microsoft/fluentui-blazor/pull/3788)) |
213 | 277 |
|
214 | 278 | ### Icons and Emoji |
| 279 | + |
215 | 280 | - Update to Fluent UI System Icons 1.1.302. |
216 | 281 | See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
217 | 282 |
|
218 | | - |
219 | 283 | ## Before v4.12.0 |
| 284 | + |
220 | 285 | For versions before 4.12, see the [What's New? (v4.0 - v4.11.9)](/WhatsNew-Before412) page. |
221 | 286 |
|
222 | 287 | ## Archives |
| 288 | + |
223 | 289 | For versions before 4.0, see [What's new? (archives)](/WhatsNew-Archive) page. |
0 commit comments