|
| 1 | +## V4.13.0 |
| 2 | + |
| 3 | +### General |
| 4 | +- \[General\] Add ReDoS protection for regex matching and nit fixes. ([#4124](https://github.com/microsoft/fluentui-blazor/pull/4124)) |
| 5 | +- \[General\] Re-add net10.0 TFM and update to latest SDKs/NuGet packages ([#4141](https://github.com/microsoft/fluentui-blazor/pull/4141)) |
| 6 | +- \[General\] Update GH Actions ([#4016](https://github.com/microsoft/fluentui-blazor/pull/4016)) |
| 7 | +- \[General\] Workflow maintenance ([#4130](https://github.com/microsoft/fluentui-blazor/pull/4130)) |
| 8 | +- \[General\] Add es metadata ([#4131](https://github.com/microsoft/fluentui-blazor/pull/4131)) |
| 9 | +- \[General\] Add PDB config ([#4079](https://github.com/microsoft/fluentui-blazor/pull/4079)) |
| 10 | +- \[General\] CodeQL - Update .NET SDK ([#4199](https://github.com/microsoft/fluentui-blazor/pull/4199)) |
| 11 | +- \[General\] Pipeline - Add PublishSymbols ([#4076](https://github.com/microsoft/fluentui-blazor/pull/4076)) |
| 12 | +- \[General\] Update codeql-analysis.yml ([#4075](https://github.com/microsoft/fluentui-blazor/pull/4075)) |
| 13 | +- \[General\] Update README.md ([#4065](https://github.com/microsoft/fluentui-blazor/pull/4065)) |
| 14 | +- \[General\] Update VSCode settings and add demo server configuration ([#4115](https://github.com/microsoft/fluentui-blazor/pull/4115)) |
| 15 | + |
| 16 | +### Components |
| 17 | +- \[AppBar\] Add TryGetValue and Apps.ContainsKey ([#4146](https://github.com/microsoft/fluentui-blazor/pull/4146)) |
| 18 | +- \[Autocomplete\] Add a ShowProgressIndicator parameter + Breaking change ([#4042](https://github.com/microsoft/fluentui-blazor/pull/4042)) |
| 19 | +- \[AutoComplete\] Invalid aria-controls reference in Autocomplete popup rendering ([#4117](https://github.com/microsoft/fluentui-blazor/pull/4117)) |
| 20 | +- \[DataGrid\] Add MinWidth parameter to ColumnBase ([#4112](https://github.com/microsoft/fluentui-blazor/pull/4112)) |
| 21 | +- \[DataGrid\] Add public Columns property to DataGridRow and Column property to DataGridCell for easier column access ([#4036](https://github.com/microsoft/fluentui-blazor/pull/4036)) |
| 22 | +- \[DataGrid\] Asynchronous IQueryable based loading and error handling UI feedback ([#4177](https://github.com/microsoft/fluentui-blazor/pull/4177)) |
| 23 | +- \[DataGrid\] Fix invalid optimization when using Virtualize icw ItemsProvider ([#4172](https://github.com/microsoft/fluentui-blazor/pull/4172)) |
| 24 | +- \[DataGrid\] Fix potential RTL error ([#4048](https://github.com/microsoft/fluentui-blazor/pull/4048)) |
| 25 | +- \[DataGrid\] Make resize menu work in 'Table' mode ([#4116](https://github.com/microsoft/fluentui-blazor/pull/4116)) |
| 26 | +- \[DataGrid\] Optimize style for rendering cell ([#4178](https://github.com/microsoft/fluentui-blazor/pull/4178)) |
| 27 | +- \[DatePicker & TimePicker\] Fix FocusAsync throwing null exception ([#4167](https://github.com/microsoft/fluentui-blazor/pull/4167)) |
| 28 | +- \[DatePicker\] Allow to prevent scrolling on focus ([#4168](https://github.com/microsoft/fluentui-blazor/pull/4168)) |
| 29 | +- \[DesignTheme\] Only write data-theme when mode is changed ([#4105](https://github.com/microsoft/fluentui-blazor/pull/4105)) |
| 30 | +- \[Dialog\] Add way to specify header title typography ([#4132](https://github.com/microsoft/fluentui-blazor/pull/4132)) |
| 31 | +- \[Dialog\] Return focus when dialog is closed to element focused before open ([#4095](https://github.com/microsoft/fluentui-blazor/pull/4095)) |
| 32 | +- \[Drag&Drop\] Add stopPropagation to DropZone ([#4045](https://github.com/microsoft/fluentui-blazor/pull/4045)) |
| 33 | +- \[FluentKeyCode\] Fix DisposeAsync issue in MAUI ([#4088](https://github.com/microsoft/fluentui-blazor/pull/4088)) |
| 34 | +- \[Inputs\] Fix wrong active size for mobile devices ([#4122](https://github.com/microsoft/fluentui-blazor/pull/4122)) |
| 35 | +- \[Internal\] Update CodeQL ([#4210](https://github.com/microsoft/fluentui-blazor/pull/4210)) |
| 36 | +- \[List\] Add an `OptionTitle` attribute ([#4147](https://github.com/microsoft/fluentui-blazor/pull/4147)) |
| 37 | +- \[List\] Fix for default selection options ([#4135](https://github.com/microsoft/fluentui-blazor/pull/4135)) |
| 38 | +- \[MenuButton\] Accessibility fixes and allow custom button content ([#4093](https://github.com/microsoft/fluentui-blazor/pull/4093)) |
| 39 | +- \[MenuButton\] Add `UseMenuService` parameter to configure Menu ([#4219](https://github.com/microsoft/fluentui-blazor/pull/4219)) |
| 40 | +- \[MenuButton\] Finalize work on a11y fixes and custom button content ([#4221](https://github.com/microsoft/fluentui-blazor/pull/4221)) |
| 41 | +- \[MenuButton\] Pass through Class ([#4038](https://github.com/microsoft/fluentui-blazor/pull/4038)) |
| 42 | +- \[MenuItem\] trigger OnClick on FluentMenuItem when enter is pressed onkeydown ([#4032](https://github.com/microsoft/fluentui-blazor/pull/4032)) |
| 43 | +- \[NavMenu\] Fix display of submenu in collapsed state ([#4171](https://github.com/microsoft/fluentui-blazor/pull/4171)) |
| 44 | +- \[NumberField\] Make it work with data-enhance in SSR mode ([#4181](https://github.com/microsoft/fluentui-blazor/pull/4181)) |
| 45 | +- \[Paginator\] Fix for not applying custom classes ([#4207](https://github.com/microsoft/fluentui-blazor/pull/4207)) |
| 46 | +- \[ProfileMenu\] Toggle open on enter/space key press ([#4104](https://github.com/microsoft/fluentui-blazor/pull/4104)) |
| 47 | +- \[Property Column\] Remove boxing when formatting the property. ([#4070](https://github.com/microsoft/fluentui-blazor/pull/4070)) |
| 48 | +- \[Templates\] Updates and add .NET 10 versions ([#4025](https://github.com/microsoft/fluentui-blazor/pull/4025)) |
| 49 | +- \[Toast\] Add Class & Style properties ([#4170](https://github.com/microsoft/fluentui-blazor/pull/4170)) |
| 50 | +- \[Toast\] Change DynamicDependency ([#4106](https://github.com/microsoft/fluentui-blazor/pull/4106)) |
| 51 | + |
| 52 | +### Demo site and documentation |
| 53 | +- \[Docs\] Add documentation for nested drag & drop containers ([#4050](https://github.com/microsoft/fluentui-blazor/pull/4050)) |
| 54 | +- \[Docs\] Add extra info for list selection. ([#4192](https://github.com/microsoft/fluentui-blazor/pull/4192)) |
| 55 | +- \[Docs\] Update NodeJS version and fix note ([#4083](https://github.com/microsoft/fluentui-blazor/pull/4083)) |
| 56 | +- \[Docs\] Update README.md ([#4021](https://github.com/microsoft/fluentui-blazor/pull/4021)) |
| 57 | +- \[Docs\] Use https instead of http for GitHub link ([#4121](https://github.com/microsoft/fluentui-blazor/pull/4121)) |
| 58 | + |
| 59 | + |
| 60 | +### Icons and Emoji |
| 61 | +- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179)) |
| 62 | +- Update to Fluent UI System Icons 1.1.311 |
| 63 | + 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. |
| 64 | + |
| 65 | + |
1 | 66 | ## V4.12.1 |
2 | 67 |
|
3 | 68 | ### General |
|
0 commit comments