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
Copy file name to clipboardExpand all lines: WHATSNEW.md
+26-17Lines changed: 26 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,9 @@
30
30
- Chat / 28, 32, 48 / Color
31
31
- People Chat / 24 / Color
32
32
- Person Add / 24 / Color
33
-
- Share iOS / 24 / Color
34
-
33
+
- Share iOS / 24 / Color
34
+
35
+
35
36
## V4.11.7
36
37
37
38
### Components
@@ -40,8 +41,8 @@
40
41
-\[CounterBadge\] Fix `HorizontalPosition`/`VerticalPosition` not being used ([#3490](https://github.com/microsoft/fluentui-blazor/pull/3490))
41
42
-\[DataGrid\] Add method to close column options programmatically ([#3501](https://github.com/microsoft/fluentui-blazor/pull/3501))
42
43
-\[DataGrid\] Fix styling when using `Virtualize` with `DataGridDisplayMode.Table` ([#3497](https://github.com/microsoft/fluentui-blazor/pull/3497))
43
-
-\[DesignTheme\] Add support for setting/getting NuetralBaseColor ([#3530](https://github.com/microsoft/fluentui-blazor/pull/3530))
44
-
-\[DesignTheme\] Fix the document.body.dataset.theme from the web component ([#3516](https://github.com/microsoft/fluentui-blazor/pull/3516))
44
+
-\[DesignTheme\] Add support for setting/getting NeutralBaseColor ([#3530](https://github.com/microsoft/fluentui-blazor/pull/3530))
45
+
-\[DesignTheme\] Fix the accompanying web component ([#3516](https://github.com/microsoft/fluentui-blazor/pull/3516))
45
46
-\[DesignTokens\] Make `AccentBaseColor` and `NeutralBaseColor` work with WithDefault ([#3517](https://github.com/microsoft/fluentui-blazor/pull/3517))
46
47
-\[NumberField\] Fix invalid class styling ([#3531](https://github.com/microsoft/fluentui-blazor/pull/3531))
47
48
-\[Overlay\] Make default background color follow neutral base color ([#3537](https://github.com/microsoft/fluentui-blazor/pull/3537))
@@ -52,6 +53,7 @@
52
53
-\[Docs\] IconExplorer: Reset current page to 0 when searching ([#3536](https://github.com/microsoft/fluentui-blazor/pull/3536))
53
54
-\[Docs]\ Typo in Templates.md file. ([#3503](https://github.com/microsoft/fluentui-blazor/pull/3503))
54
55
56
+
55
57
### Icons and Emoji
56
58
- Update to Fluent UI System Icons 1.1.292 (changes since 1.1.278).
57
59
@@ -267,6 +269,7 @@
267
269
### Demo site and documentation
268
270
-\[Demo] Fix (most) printing issues when trying to print the page ([#3370](https://github.com/microsoft/fluentui-blazor/pull/3370))
@@ -555,7 +561,6 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
555
561
### Important note
556
562
- 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.
557
563
558
-
559
564
### General
560
565
-\[General\] Apply global color-scheme to reflect theme in use ([#2854](https://github.com/microsoft/fluentui-blazor/pull/2854))
561
566
@@ -584,7 +589,7 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
584
589
-\[Docs\] Make MenuProvider message more prominent ([#2792](https://github.com/microsoft/fluentui-blazor/pull/2792))
585
590
586
591
### Icons
587
-
- 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.
592
+
- 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.
588
593
589
594
**What's new (Name / Size(s) / Variant(s))**
590
595
- Arrow Down Right / 16, 20, 24, 32, 48 / Filled & Regular
@@ -610,7 +615,7 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
610
615
## V4.10.2
611
616
612
617
### General
613
-
-\[General\] Update to latest .NET 8 and .NET 9 RC2 SDK.
618
+
-\[General\] Update to latest .NET 8 and .NET 9 RC2 SDK.
614
619
-\[Debounce\] Fix the Debounce class with async methods ([#2759](https://github.com/microsoft/fluentui-blazor/pull/2759))
615
620
616
621
### Components
@@ -630,7 +635,7 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
630
635
-\[Providers\] To prevent the menu and tooltip from displaying a scrollbar in body ([#2744](https://github.com/microsoft/fluentui-blazor/pull/2744))
631
636
-\[Tooltip\] Add role so screen reader can announce tooltip text ([#2724](https://github.com/microsoft/fluentui-blazor/pull/2724))
632
637
-\[TreeView\] Improve RTL support ([#2770](https://github.com/microsoft/fluentui-blazor/pull/2770))
633
-
-\[TreeView\] prevent runtime errors in change handeling ([#2776](https://github.com/microsoft/fluentui-blazor/pull/2776))
638
+
-\[TreeView\] prevent runtime errors in change handling ([#2776](https://github.com/microsoft/fluentui-blazor/pull/2776))
634
639
635
640
### Demo site and documentation
636
641
-\[Docs\] Components inheriting ListComponentBase missing member descriptions ([#2735](https://github.com/microsoft/fluentui-blazor/pull/2735))
@@ -742,12 +747,13 @@ Starting with v4.11.0 you need to add the following `@using` statement to your `
742
747
- Wrench / 16, 20, 24 / Color
743
748
744
749
## v4.10.1
750
+
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
745
751
746
752
### General
747
753
-\[General\] Update to .NET 9 RC1 SDK ([#2639](https://github.com/microsoft/fluentui-blazor/pull/2639))
748
-
-\[Github\] Update the actions/upload-artifact to v4 ([#2650](https://github.com/microsoft/fluentui-blazor/pull/2650))
754
+
-\[GitHub\] Update the actions/upload-artifact to v4 ([#2650](https://github.com/microsoft/fluentui-blazor/pull/2650))
749
755
750
-
## Accessiblity
756
+
## Accessibility
751
757
-\[DateTime\] Add `role`, `tabindex` and catch Enter/Space ([#2688](https://github.com/microsoft/fluentui-blazor/pull/2688))
752
758
-\[Select\] Fix the unannounced `Required` keyword with FluentSelect ([#2706](https://github.com/microsoft/fluentui-blazor/pull/2706))
753
759
@@ -818,7 +824,7 @@ page of the documentation for more information.
818
824
819
825
### Components
820
826
-\[General\] Add .net9.0 as targeted framework ([#2590](https://github.com/microsoft/fluentui-blazor/pull/2590))
821
-
-\[Javascript Caching\] Do not add version number to lib.module.js file ([#2572](https://github.com/microsoft/fluentui-blazor/pull/2572))
827
+
-\[JavaScript Caching\] Do not add version number to lib.module.js file ([#2572](https://github.com/microsoft/fluentui-blazor/pull/2572))
822
828
823
829
-\[Anchor\] Fix hypertext appearance with icon in start/end slot ([#2624](https://github.com/microsoft/fluentui-blazor/pull/2624))
0 commit comments