From 06f332b3bdbf2f918507897aa14b61591110c727 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Wed, 10 Jul 2024 10:29:04 +0200 Subject: [PATCH] Update WhatsNew --- WHATSNEW.md | 14 ++++++++++++++ examples/Demo/Shared/wwwroot/docs/WhatsNew.md | 16 +++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index 27b03ddd72..20938b45f7 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,17 @@ + +## v4.9.1 +### Components +- [DataGrid] Make `Grid` in `ColumnBase` protected ([#2342](https://github.com/microsoft/fluentui-blazor/pull/2342)) +- [DataGrid] Several issues addressed ([#2347](https://github.com/microsoft/fluentui-blazor/pull/2347)) +- [DatePicker] Add 'PickerMonthChanged' event and 'DaysTemplate' parameter ([#2336](https://github.com/microsoft/fluentui-blazor/pull/2336)) +- [Multi Splitter] Fix the Splitter OnMouseMove ([#2333](https://github.com/microsoft/fluentui-blazor/pull/2333)) + +### Demo site and documentation +- [Docs] Fix Tabs Dynamic example ([#2341](https://github.com/microsoft/fluentui-blazor/pull/2341)) +- [Docs] Move Date and Autocomplete components to Forms section ([#2330](https://github.com/microsoft/fluentui-blazor/pull/2330)) +- [Docs] Update homepage ([#2324](https://github.com/microsoft/fluentui-blazor/pull/2324)) +- [Docs] Update the Variant selector in Icon Explorer ([#2331](https://github.com/microsoft/fluentui-blazor/pull/2331)) + ## v4.9.0 ### Demo site and documentation diff --git a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md index 5b02385787..b8e2b3cc8a 100644 --- a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md +++ b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md @@ -1,5 +1,19 @@ -## v4.9.0 +## v4.9.1 +### Components +- [DataGrid] Make `Grid` in `ColumnBase` protected ([#2342](https://github.com/microsoft/fluentui-blazor/pull/2342)) +- [DataGrid] Several issues addressed ([#2347](https://github.com/microsoft/fluentui-blazor/pull/2347)) +- [DatePicker] Add 'PickerMonthChanged' event and 'DaysTemplate' parameter ([#2336](https://github.com/microsoft/fluentui-blazor/pull/2336)) +- [Multi Splitter] Fix the Splitter OnMouseMove ([#2333](https://github.com/microsoft/fluentui-blazor/pull/2333)) + +### Demo site and documentation +- [Docs] Fix Tabs Dynamic example ([#2341](https://github.com/microsoft/fluentui-blazor/pull/2341)) +- [Docs] Move Date and Autocomplete components to Forms section ([#2330](https://github.com/microsoft/fluentui-blazor/pull/2330)) +- [Docs] Update homepage ([#2324](https://github.com/microsoft/fluentui-blazor/pull/2324)) +- [Docs] Update the Variant selector in Icon Explorer ([#2331](https://github.com/microsoft/fluentui-blazor/pull/2331)) + + +## v4.9.0 ### Demo site and documentation - [Docs] Add keyhandler for '/' to jump to search box - [Docs] Add icon preview in API documentation ([#2284](https://github.com/microsoft/fluentui-blazor/pull/2284))