From f94ed868c21bdb4f93c66cadfd437a84954c9d8f Mon Sep 17 00:00:00 2001 From: Denis Voituron Date: Thu, 12 Sep 2024 17:11:32 +0200 Subject: [PATCH] [Doc] Add FluentMenuProvider notes (#2649) * Add FluentMenuProvider notes * Update the actions/upload-artifact to v4 * Update second md file --------- Co-authored-by: Vincent Baaij --- WHATSNEW.md | 10 ++++++++++ examples/Demo/Shared/wwwroot/docs/WhatsNew.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/WHATSNEW.md b/WHATSNEW.md index bb73c79982..131caf10a7 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -26,6 +26,16 @@ ## v4.10.0 +### Important notes + +With version 4.10 (and higher), we've introduced a new provider: +`FluentMenuProvider` which corrects some menu positioning problems. +See [#2510](https://github.com/microsoft/fluentui-blazor/pull/2510) + +By default, this provider is enabled. You must therefore add `` +to your application. See [Code Setup](https://www.fluentui-blazor.net/CodeSetup) +page of the documentation for more information. + ### Components - [General] Add .net9.0 as targeted framework ([#2590](https://github.com/microsoft/fluentui-blazor/pull/2590)) - [Javascript Caching] Do not add version number to lib.module.js file ([#2572](https://github.com/microsoft/fluentui-blazor/pull/2572)) diff --git a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md index c18d7a74c6..bb52318219 100644 --- a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md +++ b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md @@ -26,6 +26,16 @@ ## v4.10.0 +### Important notes + +With version 4.10 (and higher), we've introduced a new provider: +`FluentMenuProvider` which corrects some menu positioning problems. +See [#2510](https://github.com/microsoft/fluentui-blazor/pull/2510) + +By default, this provider is enabled. You must therefore add `` +to your application. See [Code Setup](https://www.fluentui-blazor.net/CodeSetup) +page of the documentation for more information. + ### Components - [General] Add .net9.0 as targeted framework ([#2590](https://github.com/microsoft/fluentui-blazor/pull/2590)) - [Javascript Caching] Do not add version number to lib.module.js file ([#2572](https://github.com/microsoft/fluentui-blazor/pull/2572))