From f338cbb670e72b301a8c91d6e14f865ecce72af9 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 14 Nov 2023 20:13:12 +0100 Subject: [PATCH] Some final SDK adjustments --- Directory.Packages.props | 20 +++++++++---------- WHATSNEW.md | 5 ++++- examples/Demo/Shared/wwwroot/docs/WhatsNew.md | 5 ++++- global.json | 2 +- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 496e4bc54f..482d2220da 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,30 +1,30 @@ true - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.1 + 8.0.0 + 8.0.0 + 8.0.0 - + - + - - - + + + - - + + diff --git a/WHATSNEW.md b/WHATSNEW.md index 669903c59e..d289fbc47b 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,4 +1,7 @@ -## V4.0.0-rc.3 +## V4.0.0 +- FluentAccordionItem: Add `HeaderTemplate` parameter + +- ## V4.0.0-rc.3 - Undo change template interactivity default to None. Default is now Server (same as regular Blazor template) - FluentSplitter: Add support for collapsing panel 2 (right/bottom), add `OnCollapsed`, `OnExpanded` and `OnResized` event callbacks - `variables.css` is imported in the automatically loaded library's css now diff --git a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md index 6a7cd654b5..a46ffc6642 100644 --- a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md +++ b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md @@ -1,4 +1,7 @@ -## V4.0.0-rc.3 +## V4.0.0 +- FluentAccordionItem: Add `HeaderTemplate` parameter + +## V4.0.0-rc.3 - Undo change template interactivity default to None. Default is now Server (same as regular Blazor template) - FluentSplitter: Add support for collapsing panel 2 (right/bottom), add `OnCollapsed`, `OnExpanded` and `OnResized` event callbacks - `variables.css` is imported in the automatically loaded library's css now diff --git a/global.json b/global.json index 1cccce57f8..f3365c4187 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100-rc.2.23502.2" + "version": "8.0.100" } } \ No newline at end of file