You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**What's got color now (Name / Size(s) / Variant(s))**
49
+
- Chat Add / 16, 20, 24, 28, 32, 48 / Color
50
+
- Chat / 28, 32, 48 / Color
51
+
- People Chat / 24 / Color
52
+
- Person Add / 24 / Color
53
+
- Share iOS / 24 / Color
54
+
55
+
1
56
## V4.11.7
2
57
3
58
### Components
@@ -6,8 +61,8 @@
6
61
-\[CounterBadge\] Fix `HorizontalPosition`/`VerticalPosition` not being used ([#3490](https://github.com/microsoft/fluentui-blazor/pull/3490))
7
62
-\[DataGrid\] Add method to close column options programmatically ([#3501](https://github.com/microsoft/fluentui-blazor/pull/3501))
8
63
-\[DataGrid\] Fix styling when using `Virtualize` with `DataGridDisplayMode.Table` ([#3497](https://github.com/microsoft/fluentui-blazor/pull/3497))
9
-
-\[DesignTheme\] Add support for setting/getting NuetralBaseColor ([#3530](https://github.com/microsoft/fluentui-blazor/pull/3530))
10
-
-\[DesignTheme\] Fix the document.body.dataset.theme from the web component ([#3516](https://github.com/microsoft/fluentui-blazor/pull/3516))
64
+
-\[DesignTheme\] Add support for setting/getting NeutralBaseColor ([#3530](https://github.com/microsoft/fluentui-blazor/pull/3530))
65
+
-\[DesignTheme\] Fix the accompanying web component ([#3516](https://github.com/microsoft/fluentui-blazor/pull/3516))
11
66
-\[DesignTokens\] Make `AccentBaseColor` and `NeutralBaseColor` work with WithDefault ([#3517](https://github.com/microsoft/fluentui-blazor/pull/3517))
12
67
-\[NumberField\] Fix invalid class styling ([#3531](https://github.com/microsoft/fluentui-blazor/pull/3531))
13
68
-\[Overlay\] Make default background color follow neutral base color ([#3537](https://github.com/microsoft/fluentui-blazor/pull/3537))
@@ -18,6 +73,7 @@
18
73
-\[Docs\] IconExplorer: Reset current page to 0 when searching ([#3536](https://github.com/microsoft/fluentui-blazor/pull/3536))
19
74
-\[Docs]\ Typo in Templates.md file. ([#3503](https://github.com/microsoft/fluentui-blazor/pull/3503))
20
75
76
+
21
77
### Icons and Emoji
22
78
- Update to Fluent UI System Icons 1.1.292 (changes since 1.1.278).
23
79
@@ -233,6 +289,7 @@
233
289
### Demo site and documentation
234
290
-\[Demo] Fix (most) printing issues when trying to print the page ([#3370](https://github.com/microsoft/fluentui-blazor/pull/3370))
@@ -521,7 +581,6 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
521
581
### Important note
522
582
- The main class name for the `FluentAppBar` component has been renamed from `nav-menu-container` to `fluent-appbar`. If you have custom CSS in your app targeting that class, you need to change that to you the new class name.
523
583
524
-
525
584
### General
526
585
-\[General\] Apply global color-scheme to reflect theme in use ([#2854](https://github.com/microsoft/fluentui-blazor/pull/2854))
527
586
@@ -550,7 +609,7 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
550
609
-\[Docs\] Make MenuProvider message more prominent ([#2792](https://github.com/microsoft/fluentui-blazor/pull/2792))
551
610
552
611
### Icons
553
-
- 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.
612
+
- Update to Fluent UI System Icons 1.1.261 (changes since 1.1.260) plus a fix for not using the right colors in the new 'Color icons.
554
613
555
614
**What's new (Name / Size(s) / Variant(s))**
556
615
- Arrow Down Right / 16, 20, 24, 32, 48 / Filled & Regular
@@ -576,7 +635,7 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
576
635
## V4.10.2
577
636
578
637
### General
579
-
-\[General\] Update to latest .NET 8 and .NET 9 RC2 SDK.
638
+
-\[General\] Update to latest .NET 8 and .NET 9 RC2 SDK.
580
639
-\[Debounce\] Fix the Debounce class with async methods ([#2759](https://github.com/microsoft/fluentui-blazor/pull/2759))
581
640
582
641
### Components
@@ -596,7 +655,7 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
596
655
-\[Providers\] To prevent the menu and tooltip from displaying a scrollbar in body ([#2744](https://github.com/microsoft/fluentui-blazor/pull/2744))
597
656
-\[Tooltip\] Add role so screen reader can announce tooltip text ([#2724](https://github.com/microsoft/fluentui-blazor/pull/2724))
598
657
-\[TreeView\] Improve RTL support ([#2770](https://github.com/microsoft/fluentui-blazor/pull/2770))
599
-
-\[TreeView\] prevent runtime errors in change handeling ([#2776](https://github.com/microsoft/fluentui-blazor/pull/2776))
658
+
-\[TreeView\] prevent runtime errors in change handling ([#2776](https://github.com/microsoft/fluentui-blazor/pull/2776))
600
659
601
660
### Demo site and documentation
602
661
-\[Docs\] Components inheriting ListComponentBase missing member descriptions ([#2735](https://github.com/microsoft/fluentui-blazor/pull/2735))
@@ -708,12 +767,13 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
708
767
- Wrench / 16, 20, 24 / Color
709
768
710
769
## v4.10.1
770
+
For a complete list of changes in this release, also see the [4.10.1](https://github.com/microsoft/fluentui-blazor/releases) release page on GitHub
711
771
712
772
### General
713
773
-\[General\] Update to .NET 9 RC1 SDK ([#2639](https://github.com/microsoft/fluentui-blazor/pull/2639))
714
-
-\[Github\] Update the actions/upload-artifact to v4 ([#2650](https://github.com/microsoft/fluentui-blazor/pull/2650))
774
+
-\[GitHub\] Update the actions/upload-artifact to v4 ([#2650](https://github.com/microsoft/fluentui-blazor/pull/2650))
715
775
716
-
## Accessiblity
776
+
## Accessibility
717
777
-\[DateTime\] Add `role`, `tabindex` and catch Enter/Space ([#2688](https://github.com/microsoft/fluentui-blazor/pull/2688))
718
778
-\[Select\] Fix the unannounced `Required` keyword with FluentSelect ([#2706](https://github.com/microsoft/fluentui-blazor/pull/2706))
719
779
@@ -784,7 +844,7 @@ page of the documentation for more information.
784
844
785
845
### Components
786
846
-\[General\] Add .net9.0 as targeted framework ([#2590](https://github.com/microsoft/fluentui-blazor/pull/2590))
787
-
-\[Javascript Caching\] Do not add version number to lib.module.js file ([#2572](https://github.com/microsoft/fluentui-blazor/pull/2572))
847
+
-\[JavaScript Caching\] Do not add version number to lib.module.js file ([#2572](https://github.com/microsoft/fluentui-blazor/pull/2572))
788
848
789
849
-\[Anchor\] Fix hypertext appearance with icon in start/end slot ([#2624](https://github.com/microsoft/fluentui-blazor/pull/2624))
0 commit comments