Skip to content

Releases: microsoft/fluentui-blazor

v4.14.0

12 Feb 16:07

Choose a tag to compare

What's Changed

  • [General] Pimp the publish local script by @vnbaaij in #4363
  • [Overlay] Use CultureInfo.InvariantCulture for background-color and z-index by @MarvinKlein1508 in #4366
  • Typos on RebootPage by @agriffard in #4389
  • [DataGrid] Fix resize indicator height (when ResizeColumnOnAllRows is true) by @vnbaaij in #4383
  • [ProfileMenu] Change tabindex to 0 by @vnbaaij in #4398
  • [Docs] Update docs for MessageBox result return values by @vnbaaij in #4403
  • [MessageBar] HTML and Script can be injected into MessageBar Title by @dvoituron in #4414
  • [AppBar] Fix AppBarItem OnClick not being handeled in popover by @vnbaaij in #4421
  • Remove NotFound components from the .NET 10 Microsoft.NET.Sdk.BlazorW… by @WesHaze in #4417
  • [General] Apply fix for using latest SDKs when publishing by @vnbaaij in #4429
  • [DataGrid] Fix RTL resize behavior by @vnbaaij in #4453
  • [Icons] Update Fluent UI System Icons to 1.1.317 by @vnbaaij in #4478
  • Fix notification center demo issues by @vnbaaij in #4493
  • [DataGrid] Fix SelectColumn issue by @vnbaaij in #4491
  • [DataGrid] Add Hierarchical DataGrid functionality by @vnbaaij in #4484
  • Update issue reporting guidelines in README by @vnbaaij in #4502
  • Users/vnbaaij/improve datagrid script by @vnbaaij in #4500
  • [DatePicker] Prevent silently ignoring date formatting failures by @Tyme-Bleyaert in #4496
  • [Docs] Add note about multiple parameter in listbox by @vnbaaij in #4514

New Contributors

Full Changelog: v4.13.2...v4.14.0

v4.13.2

27 Nov 14:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.13.0...v4.13.2

v4.13.1

29 Oct 15:16

Choose a tag to compare

What's Changed

Full Changelog: v4.13.0...v4.13.1

v4.13.0

23 Oct 12:27
319ef61

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.12.1...v4.13.0

v4.12.1

16 Jul 16:07

Choose a tag to compare

What's Changed

  • [DataGrid] Fix header not being sticky in certain situations by @vnbaaij in #3890
  • [SortableList] Extend sortable list parameters by @GlacierFox in #3891
  • [Chore] Prepare for next version by @vnbaaij in #3885
  • [General] Use latest .NET SDKs by @vnbaaij in #3904
  • [Docs] Update Card example. by @vnbaaij in #3909
  • [AutoComplete] Only render placeholder attribute when the parameter is provided by @MarvinKlein1508 in #3919
  • [Docs] Remove Autofocus parameter to prevent scrolling by @MarvinKlein1508 in #3922
  • [Docs] Add documentation for possible placeholder autocomplete conflicts by @MarvinKlein1508 in #3923
  • [DataGrid] Add parameter to configure full column resize by @Copilot in #3903
  • [Docs] Fix typo in AppBar demo by @MarvinKlein1508 in #3924
  • [DataGrid] Add IsFixed parameter by @vnbaaij in #3927
  • [DataGrid] Add IsFixed parameter fix by @vnbaaij in #3929
  • [Autocomplete] Fix keyboard usage in Single mode by @dvoituron in #3930
  • [Docs] Fix mismatch in accordion docs between the code and the description. by @Tyme-Bleyaert in #3932
  • [Select] Use correct CSS variable for placeholder color by @MarvinKlein1508 in #3941
  • [Templates] Updates to Aspire and WebAssembly templates by @vnbaaij in #3945
  • [General] Add file header to all .cs files by @vnbaaij in #3946
  • [Icons] Update Fluent UI System Icons to 1.1.304 by @vnbaaij in #3947
  • [DataGrid] Make SelectColumn respond to programmatic changes in grid data by @vnbaaij in #3949
  • [TimePicker] Fix the Time format when another culture is used, add TimeDisplay enum by @dvoituron in #3961
  • [Icons] Update Fluent UI System Icons to 1.1.305 by @vnbaaij in #3968
  • [DataGrid] Set correct initial height for resize indicator by @vnbaaij in #3965
  • [Docs] Componentbase page: Add MultiLine to DataGrid by @vnbaaij in #3983
  • [Toast] Add DynamicDependency to prevent trimming errors by @vnbaaij in #3994
  • [General] Update the issue template by @vnbaaij in #3995
  • [Tabs] Implement proper tab sizing by @vnbaaij in #4002
  • [MAUI] Add DynamicDependency to right DesignTokenconstructor by @vnbaaij in #4005
  • [General] Update to latest SDKs andNuGet packages by @vnbaaij in #4006
  • [Icons] Update Fluent UI System Icons to 1.1.306 by @vnbaaij in #4008
  • [NavLink] fix: keyboard navigation not working for FluentNavLink inside a FluentNavGroup by @Copilot in #3998
  • [NavLink] Track active state for menu items with an OnClick handler by @vnbaaij in #3999

Full Changelog: v4.12.0...v4.12.1

v4.12.0

06 Jun 10:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.9...v4.12.0

v4.11.9

08 May 20:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.8...v4.11.9

v4.11.8

11 Apr 11:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.7...v4.11.8

v4.11.7

19 Mar 20:41

Choose a tag to compare

What's Changed

  • Users/vnbaaij/multiple paginators by @vnbaaij in #3487
  • [CounterBadge] Fix HorizontalPosition/VerticalPosition not being used by @vnbaaij in #3490
  • Fixed .NET typo in Templates.md file. .NET was misspelled as .NAT. by @bdietrick in #3503
  • [DataGrid] Add method to close column options programmatically by @vnbaaij in #3501
  • [DataGrid] Fix styling when using Virtualize with DataGridDisplayMode.Table by @vnbaaij in #3497
  • [Docs] Add cookie consent by @vnbaaij in #3507
  • [DesignTheme] Fix the document.body.dataset.theme from the web component by @dvoituron in #3516
  • [Stack] Add Reversed parameter by @EvandroMoSou in #3505
  • [DesignTokens] Make AccentBaseColor and NeutralBaseColor work with WithDefault by @vnbaaij in #3517
  • [DesignTheme] Add support for setting/getting NuetralBaseColor by @vnbaaij in #3530
  • [NumberField] Add ::part(root) for invalid class by @vnbaaij in #3531
  • [Docs] IconExplorer : Reset to 0 current page when searching by @tossnet in #3536
  • [Overlay] Make default background color follow neutral base color by @vnbaaij in #3537
  • {CounterBadge] Add support for additional attributes by @adamint in #3542
  • [Icons] Update Fluent UI System Icons to 1.1.292 by @vnbaaij in #3544

New Contributors

Full Changelog: v4.11.6...v4.11.7

v4.11.6

05 Mar 09:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.5...v4.11.6