ReleaseMicrosoftMicrosoftpublished Oct 23, 2025seen Jun 26

microsoft/fluentui-blazor v4.13.0

microsoft/fluentui-blazor

Open original ↗

Captured source

source ↗
published Oct 23, 2025seen Jun 26captured 1whttp 200method plain

v4.13.0

Repository: microsoft/fluentui-blazor

Tag: v4.13.0

Published: 2025-10-23T12:27:41Z

Prerelease: no

Release notes:

What's Changed

  • [Docs] Update README.md by @macel94 in https://github.com/microsoft/fluentui-blazor/pull/4021
  • [MenuItem] trigger OnClick on FluentMenuItem when enter is pressed onkeydown by @adamint in https://github.com/microsoft/fluentui-blazor/pull/4032
  • [MenuButton] Pass through Class by @pmi24 in https://github.com/microsoft/fluentui-blazor/pull/4038
  • [Templates] Updates and add .NET 10 versions by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4025
  • [Autocomplete] Add a ShowProgressIndicator parameter + Breaking change by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4042
  • [General] Update GH Actions by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4016
  • [Chore] Prep for next release by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4019
  • [Drag&Drop] Add stopPropagation to DropZone by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/4045
  • Add public Columns property to DataGridRow and Column property to DataGridCell for easier column access by @Copilot in https://github.com/microsoft/fluentui-blazor/pull/4036
  • [DataGrid] Fix potential RTL error by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4048
  • [Docs] Add documentation for nested drag & drop containers by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/4050
  • Update README with demo website certificate notice by @AClerbois in https://github.com/microsoft/fluentui-blazor/pull/4055
  • Update README.md by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4065
  • Update codeql-analysis.yml by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4075
  • Pipeline - Add PublishSymbols by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4076
  • Pipeline - Fix PublishSymbols by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4077
  • Add PDB config by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4079
  • [Pipeline] Add PublishSymbols to core YAML by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4080
  • [Docs] Update NodeJS version and fix note by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/4083
  • [FluentKeyCode] Fix DisposeAsync issue in MAUI by @Tyme-Bleyaert in https://github.com/microsoft/fluentui-blazor/pull/4088
  • [Property Column] Remove boxing when formatting the property. by @Tyme-Bleyaert in https://github.com/microsoft/fluentui-blazor/pull/4070
  • [DesignTheme] Only write data-theme when mode is changed by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4105
  • [Toast] Change DynamicDependency by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4106
  • [ProfileMenu] Toggle open on enter/space key press by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4104
  • [DataGrid] Add MinWidth parameter to ColumnBase by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4112
  • Update TSA config by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4113
  • Update VSCode settings and add demo server configuration by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4115
  • Fix: [Accessibility] Invalid aria-controls reference in Autocomplete popup rendering by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4117
  • [DataGrid] Make resize menu work in 'Table' mode by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4116
  • [Icons] Update Fluent UI System Icons to 1.1.309 by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4118
  • [Docs] Use https instead of http for GitHub link by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/4121
  • [Inputs] Fix wrong active size for mobile devices by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/4122
  • Return focus when dialog is closed to element focused before open by @adamint in https://github.com/microsoft/fluentui-blazor/pull/4095
  • [General] Add ReDoS protection for regex matching and nit fixes. by @Tyme-Bleyaert in https://github.com/microsoft/fluentui-blazor/pull/4124
  • [General] Workflow maintenance by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4130
  • Add es metadata by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4131
  • [Dialog] Add way to specify header title typography by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4132
  • [General] Re-add net10.0 TFM and update to latest SDKs/NuGet packages by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4141
  • [List] Add an OptionTitle attribute by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4147
  • [AppBar] Add TryGetValue and Apps.ContainsKey by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4146
  • [ListBaseComponent] Fix for default selection options by @Tyme-Bleyaert in https://github.com/microsoft/fluentui-blazor/pull/4135
  • [DatePicker & TimePicker] Fix FocusAsync throwing null exception by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/4167
  • [DatePicker] Allow to prevent scrolling on focus by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/4168
  • [NavMenu] Fix display of submenu in collapsed state by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4171
  • [Toast] Add Class & Style properties by @pmi24 in https://github.com/microsoft/fluentui-blazor/pull/4170
  • [DataGrid] Fix invalid optimization when using Virtualize icw ItemsProvider by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4172
  • [DataGrid] Optimize style for rendering cell by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4178
  • [Icons] Allow GetInstance to find icons regardless of casing by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4179
  • [Icons] Update to Fluent UI System Icons 1.1.311 by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4174
  • [NumberField] Make it work with data-enhance in SSR mode by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/4181
  • [Docs] Add extra info for list selection. by @Tyme-Bleyaert in https://github.com/microsoft/fluentui-blazor/pull/4192
  • Update TSAOptions codebaseName by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/4196
  • CodeQL - Update .NET SDK by...

Excerpt shown — open the source for the full document.