From f5e046994909ab246d68f3294ce30f40d36e91e9 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Fri, 25 Oct 2024 17:01:09 +0200 Subject: [PATCH] Update WhatsNew files --- WHATSNEW.md | 53 +++++++++++++++++++ examples/Demo/Shared/wwwroot/docs/WhatsNew.md | 53 +++++++++++++++++++ 2 files changed, 106 insertions(+) diff --git a/WHATSNEW.md b/WHATSNEW.md index 478262b61..ede6bba95 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,56 @@ +## V4.10.3 + +### General +- \[General\] Apply global color-scheme to reflect theme in use ([#2854](https://github.com/microsoft/fluentui-blazor/pull/2854)) + +### Components +- \[AppBar\] Make it work in horizontal orientation as well ([#2760](https://github.com/microsoft/fluentui-blazor/pull/2760)) +- \[AutoComplete\] Add KeepOpen property ([#2829](https://github.com/microsoft/fluentui-blazor/pull/2829)) +- \[Autocomplete\] Fix the Autocomplete search rendering on slow connections ([#2820](https://github.com/microsoft/fluentui-blazor/pull/2820)) +- \[ComboBox\] Fix OnValueChanged being called multiple times ([#2855](https://github.com/microsoft/fluentui-blazor/pull/2855)) +- \[DataGrid\] Fix resize in RTL mode ([#2843](https://github.com/microsoft/fluentui-blazor/pull/2843)) +- \[Dialog\] Prevent tooltip from being shown on load ([#2856](https://github.com/microsoft/fluentui-blazor/pull/2856)) +- \[FileInput\] Fix uploading the same file twice by drag&drop ([#2865](https://github.com/microsoft/fluentui-blazor/pull/2865)) +- \[Label\] Add CustomColor parameter and implementation ([#2828](https://github.com/microsoft/fluentui-blazor/pull/2828)) +- \[Menu\/Tooltip] Fixed incorrectly previously ([#2790](https://github.com/microsoft/fluentui-blazor/pull/2790)) +- \[MenuItem\] Add KeepOpen parameter ([#2852](https://github.com/microsoft/fluentui-blazor/pull/2852)) +- \[MenuProvider\] Check whether the FluentMenuProvider is included ([#2793](https://github.com/microsoft/fluentui-blazor/pull/2793)) +- \[MessageBox\] Add settable primary action text for Show... methods ([#2808](https://github.com/microsoft/fluentui-blazor/pull/2808)) +- \[NumberField\] Fix looping error ([#2807](https://github.com/microsoft/fluentui-blazor/pull/2807)) +- \[Select\] Fix multiple issues ([#2840](https://github.com/microsoft/fluentui-blazor/pull/2840)) +- \[Slider\] Make label respond to `Disabled` state ([#2796](https://github.com/microsoft/fluentui-blazor/pull/2796)) +- \[Splitter\] Fix trimming issue ([#2859](https://github.com/microsoft/fluentui-blazor/pull/2859)) +- \[Stack\] Added 'Stretch' horizontal alignment option ([#2800](https://github.com/microsoft/fluentui-blazor/pull/2800)) +- \[Templates\] Fix typo 'paceholder' ([#2801](https://github.com/microsoft/fluentui-blazor/pull/2801)) +- \[TreeView\] Fix OnSelectedChange when using Items ([#2811](https://github.com/microsoft/fluentui-blazor/pull/2811)) + +### Demo site and documentation +- \[Docs\] Make MenuProvider message more prominent ([#2792](https://github.com/microsoft/fluentui-blazor/pull/2792)) + +### Icons +- Update to Fluent UI System Icons 1.1.261 (changes since 1.1.260) plus a fix for not usingthe right colors in the new 'Color icons. + + **What's new (Name / Size(s) / Variant(s))** + - Arrow Down Right / 16, 20, 24, 32, 48 / Filled & Regular + - Arrow Repeat All / 28, 48 / Filled & Regular + - Attach / 28, 48 / Filled & Regular + - Calendar Mention / 16 / Filled & Regular + - Calendar Person / 16, 20, 32 / Filled & Regular + - Comment Multiple Mention / 16, 20 / Filled & Regular + - Document Text / 28, 32, 48 / Filled & Regular + - Equal Circle / 16 / Filled & Regular + - Folder Document / 16, 20, 24, 28 / Filled & Regular + - Mail Inbox Person / 16, 20, 32 / Filled & Regular + - Mail Inbox / 32 / Filled & Regular + - Mail Read Multiple / 32 / Light + - Plug Connected / 28, 32, 48 / Filled & Regular + + **What's updated (Name / Size(s) / Variant(s))** + - Calendar Mention / 20 / Filled & Regular + - Comment Mention / 16, 20 / Filled & Regular + - Document Mention / 16, 20 / Filled & Regular + - Document One Page Multiple / 16, 20, 24 / Filled & Regular + ## V4.10.2 ### General diff --git a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md index 45a404939..6899bade2 100644 --- a/examples/Demo/Shared/wwwroot/docs/WhatsNew.md +++ b/examples/Demo/Shared/wwwroot/docs/WhatsNew.md @@ -1,3 +1,56 @@ +## V4.10.3 + +### General +- \[General\] Apply global color-scheme to reflect theme in use ([#2854](https://github.com/microsoft/fluentui-blazor/pull/2854)) + +### Components +- \[AppBar\] Make it work in horizontal orientation as well ([#2760](https://github.com/microsoft/fluentui-blazor/pull/2760)) +- \[AutoComplete\] Add KeepOpen property ([#2829](https://github.com/microsoft/fluentui-blazor/pull/2829)) +- \[Autocomplete\] Fix the Autocomplete search rendering on slow connections ([#2820](https://github.com/microsoft/fluentui-blazor/pull/2820)) +- \[ComboBox\] Fix OnValueChanged being called multiple times ([#2855](https://github.com/microsoft/fluentui-blazor/pull/2855)) +- \[DataGrid\] Fix resize in RTL mode ([#2843](https://github.com/microsoft/fluentui-blazor/pull/2843)) +- \[Dialog\] Prevent tooltip from being shown on load ([#2856](https://github.com/microsoft/fluentui-blazor/pull/2856)) +- \[FileInput\] Fix uploading the same file twice by drag&drop ([#2865](https://github.com/microsoft/fluentui-blazor/pull/2865)) +- \[Label\] Add CustomColor parameter and implementation ([#2828](https://github.com/microsoft/fluentui-blazor/pull/2828)) +- \[Menu\/Tooltip] Fixed incorrectly previously ([#2790](https://github.com/microsoft/fluentui-blazor/pull/2790)) +- \[MenuItem\] Add KeepOpen parameter ([#2852](https://github.com/microsoft/fluentui-blazor/pull/2852)) +- \[MenuProvider\] Check whether the FluentMenuProvider is included ([#2793](https://github.com/microsoft/fluentui-blazor/pull/2793)) +- \[MessageBox\] Add settable primary action text for Show... methods ([#2808](https://github.com/microsoft/fluentui-blazor/pull/2808)) +- \[NumberField\] Fix looping error ([#2807](https://github.com/microsoft/fluentui-blazor/pull/2807)) +- \[Select\] Fix multiple issues ([#2840](https://github.com/microsoft/fluentui-blazor/pull/2840)) +- \[Slider\] Make label respond to `Disabled` state ([#2796](https://github.com/microsoft/fluentui-blazor/pull/2796)) +- \[Splitter\] Fix trimming issue ([#2859](https://github.com/microsoft/fluentui-blazor/pull/2859)) +- \[Stack\] Added 'Stretch' horizontal alignment option ([#2800](https://github.com/microsoft/fluentui-blazor/pull/2800)) +- \[Templates\] Fix typo 'paceholder' ([#2801](https://github.com/microsoft/fluentui-blazor/pull/2801)) +- \[TreeView\] Fix OnSelectedChange when using Items ([#2811](https://github.com/microsoft/fluentui-blazor/pull/2811)) + +### Demo site and documentation +- \[Docs\] Make MenuProvider message more prominent ([#2792](https://github.com/microsoft/fluentui-blazor/pull/2792)) + +### Icons +- Update to Fluent UI System Icons 1.1.261 (changes since 1.1.260) plus a fix for not usingthe right colors in the new 'Color icons. + + **What's new (Name / Size(s) / Variant(s))** + - Arrow Down Right / 16, 20, 24, 32, 48 / Filled & Regular + - Arrow Repeat All / 28, 48 / Filled & Regular + - Attach / 28, 48 / Filled & Regular + - Calendar Mention / 16 / Filled & Regular + - Calendar Person / 16, 20, 32 / Filled & Regular + - Comment Multiple Mention / 16, 20 / Filled & Regular + - Document Text / 28, 32, 48 / Filled & Regular + - Equal Circle / 16 / Filled & Regular + - Folder Document / 16, 20, 24, 28 / Filled & Regular + - Mail Inbox Person / 16, 20, 32 / Filled & Regular + - Mail Inbox / 32 / Filled & Regular + - Mail Read Multiple / 32 / Light + - Plug Connected / 28, 32, 48 / Filled & Regular + + **What's updated (Name / Size(s) / Variant(s))** + - Calendar Mention / 20 / Filled & Regular + - Comment Mention / 16, 20 / Filled & Regular + - Document Mention / 16, 20 / Filled & Regular + - Document One Page Multiple / 16, 20, 24 / Filled & Regular + ## V4.10.2 ### General