From 44fbe21f612466f9f649f90a842fbc91f3c51249 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 6 Feb 2024 20:30:26 +0100 Subject: [PATCH] - Update WhatsNew - Update home banner --- WHATSNEW.md | 14 ++++++++++++++ examples/Demo/Shared/Pages/Home/Home.razor | 2 +- examples/Demo/Shared/wwwroot/docs/WhatsNew.md | 14 ++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index ff5b2c9b9c..ee58f63228 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,17 @@ +## V4.4.1 +- Issue [#1462](https://github.com/microsoft/fluentui-blazor/issues/1462): FluentMessageBar onclick bug and not using Link?.Target +- Issue [#1461](https://github.com/microsoft/fluentui-blazor/issues/1461): fluent-data-grid rendered after rows in manual FluentDataGrid +- Issue [#1450](https://github.com/microsoft/fluentui-blazor/issues/1450): FluentSlider's two-way data binding on Value Property does not update appropriately +- Issue [#1449](https://github.com/microsoft/fluentui-blazor/issues/1449): [Autocomplete] Fix Disabled item using keyboard and re-enables the ability to click on an element +- Issue [#1448](https://github.com/microsoft/fluentui-blazor/issues/1448): two key strokes required to change item in FluentSelect +- Issue [#1444](https://github.com/microsoft/fluentui-blazor/issues/1444): FluentDataGrid 4.4.0 not rendering in default fluentblazor template using StreamRendering and SSR +- Issue [#1442](https://github.com/microsoft/fluentui-blazor/issues/1442): Fix fluentblazor template 4.4.0 +- Issue [#1437](https://github.com/microsoft/fluentui-blazor/issues/1437): UI does not leave Loading animation if result has 0 items in FluentDataGrid +- Issue [#1436](https://github.com/microsoft/fluentui-blazor/issues/1436): Profile NavMenu: Labels in Template +- Issue [#1433](https://github.com/microsoft/fluentui-blazor/issues/1433): FluentDataGrid show no data in version 4.4.0 +- Issue [#1425](https://github.com/microsoft/fluentui-blazor/issues/1425): add OnClick EventCallback to FluentAnchor +- Issue [#1424](https://github.com/microsoft/fluentui-blazor/issues/1424): Not setting current-value for fluent-number-field + ## V4.4.0 New: SortableList component New: (experimental) MultiSplitter component diff --git a/examples/Demo/Shared/Pages/Home/Home.razor b/examples/Demo/Shared/Pages/Home/Home.razor index a2993b6ba1..f3f679b19f 100644 --- a/examples/Demo/Shared/Pages/Home/Home.razor +++ b/examples/Demo/Shared/Pages/Home/Home.razor @@ -10,7 +10,7 @@

The demo and documentation sites for previous versions are also still available:
- Version 3.5.4 - Version 2.4.3
+ Version 3.5.5 - Version 2.4.3
These versions support both .NET 6 and .NET 7.

diff --git a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md index daf511a791..147b33f57c 100644 --- a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md +++ b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md @@ -1,3 +1,17 @@ +## V4.4.1 +- Issue [#1462](https://github.com/microsoft/fluentui-blazor/issues/1462): FluentMessageBar onclick bug and not using Link?.Target +- Issue [#1461](https://github.com/microsoft/fluentui-blazor/issues/1461): fluent-data-grid rendered after rows in manual FluentDataGrid +- Issue [#1450](https://github.com/microsoft/fluentui-blazor/issues/1450): FluentSlider's two-way data binding on Value Property does not update appropriately +- Issue [#1449](https://github.com/microsoft/fluentui-blazor/issues/1449): [Autocomplete] Fix Disabled item using keyboard and re-enables the ability to click on an element +- Issue [#1448](https://github.com/microsoft/fluentui-blazor/issues/1448): two key strokes required to change item in FluentSelect +- Issue [#1444](https://github.com/microsoft/fluentui-blazor/issues/1444): FluentDataGrid 4.4.0 not rendering in default fluentblazor template using StreamRendering and SSR +- Issue [#1442](https://github.com/microsoft/fluentui-blazor/issues/1442): Fix fluentblazor template 4.4.0 +- Issue [#1437](https://github.com/microsoft/fluentui-blazor/issues/1437): UI does not leave Loading animation if result has 0 items in FluentDataGrid +- Issue [#1436](https://github.com/microsoft/fluentui-blazor/issues/1436): Profile NavMenu: Labels in Template +- Issue [#1433](https://github.com/microsoft/fluentui-blazor/issues/1433): FluentDataGrid show no data in version 4.4.0 +- Issue [#1425](https://github.com/microsoft/fluentui-blazor/issues/1425): add OnClick EventCallback to FluentAnchor +- Issue [#1424](https://github.com/microsoft/fluentui-blazor/issues/1424): Not setting current-value for fluent-number-field + ## V4.4.0 New: SortableList component New: (experimental) MultiSplitter component