diff --git a/WHATSNEW.md b/WHATSNEW.md index 163883d34d..a2da771d9e 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,22 @@ +## V4.13.1 + +- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227)) +- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242)) + +### General + +### Components +- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230)) +- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255)) +- \[Menu\] Add null checks for modules on DisposeAsync ([#4249](https://github.com/microsoft/fluentui-blazor/pull/4249)) +- \[Menu\] Fix dispose error ([#4256](https://github.com/microsoft/fluentui-blazor/pull/4256)) +- \[Menu\] More fixes for dispose error ([#4258](https://github.com/microsoft/fluentui-blazor/pull/4258)) + +### Icons and Emoji +- Update to Fluent UI System Icons 1.1.311 + 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. + +------------- ## V4.13.0 ### General @@ -61,8 +80,7 @@ - \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179)) - Update to Fluent UI System Icons 1.1.311 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. - - +-------------- ## V4.12.1 ### General @@ -73,7 +91,7 @@ ### Components - \[Autocomplete\] Fix keyboard usage in Single mode ([#3930](https://github.com/microsoft/fluentui-blazor/pull/3930)) - \[AutoComplete\] Only render placeholder attribute when the parameter is provided ([#3919](https://github.com/microsoft/fluentui-blazor/pull/3919)) -- \[DataGrid\] Add IsFixed parameter ([#3929](https://github.com/microsoft/fluentui-blazor/pull/3929)) +- \[DataGrid\] Add IsFixed parameter ([#3927](https://github.com/microsoft/fluentui-blazor/pull/3927)) - \[DataGrid\] Add parameter to configure full column resize ([#3903](https://github.com/microsoft/fluentui-blazor/pull/3903)) - \[DataGrid\] Fix header not being sticky in certain situations ([#3890](https://github.com/microsoft/fluentui-blazor/pull/3890)) - \[DataGrid\] Make SelectColumn respond to programmatic changes in grid data ([#3949](https://github.com/microsoft/fluentui-blazor/pull/3949)) @@ -100,6 +118,7 @@ - Update to Fluent UI System Icons 1.1.306. 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. +------------- ## V4.12.0 ### General @@ -133,12 +152,12 @@ - \[Docs\] Update reboot section for IIS hosting workaround ([#3788](https://github.com/microsoft/fluentui-blazor/pull/3788)) ### Icons and Emoji -- Update to Fluent UI System Icons 1.1.302. + - Update to Fluent UI System Icons 1.1.302. 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. ## Before v4.12.0 -For versions before 4.12, see the [What's New? (v4.0 - v4.11.9)](https://www.fluentui-blaor.net/WhatsNew-Before412) page. +For versions before 4.12, see the [What's New? (v4.0 - v4.11.9)](/WhatsNew-Before412) page. ## Archives For versions before 4.0, see [What's new? (archives)](/WhatsNew-Archive) page. diff --git a/examples/Demo/Shared/Pages/Home/Home.razor b/examples/Demo/Shared/Pages/Home/Home.razor index df69a45f5a..cd45b812b7 100644 --- a/examples/Demo/Shared/Pages/Home/Home.razor +++ b/examples/Demo/Shared/Pages/Home/Home.razor @@ -37,11 +37,10 @@

Latest releases

diff --git a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md index f70a1ba4aa..a2da771d9e 100644 --- a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md +++ b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md @@ -1,3 +1,22 @@ +## V4.13.1 + +- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227)) +- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242)) + +### General + +### Components +- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230)) +- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255)) +- \[Menu\] Add null checks for modules on DisposeAsync ([#4249](https://github.com/microsoft/fluentui-blazor/pull/4249)) +- \[Menu\] Fix dispose error ([#4256](https://github.com/microsoft/fluentui-blazor/pull/4256)) +- \[Menu\] More fixes for dispose error ([#4258](https://github.com/microsoft/fluentui-blazor/pull/4258)) + +### Icons and Emoji +- Update to Fluent UI System Icons 1.1.311 + 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. + +------------- ## V4.13.0 ### General @@ -61,7 +80,7 @@ - \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179)) - Update to Fluent UI System Icons 1.1.311 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. - +-------------- ## V4.12.1 ### General @@ -99,6 +118,7 @@ - Update to Fluent UI System Icons 1.1.306. 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. +------------- ## V4.12.0 ### General