MudBlazor 5.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MudBlazor --version 5.2.0
NuGet\Install-Package MudBlazor -Version 5.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MudBlazor" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MudBlazor --version 5.2.0
#r "nuget: MudBlazor, 5.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MudBlazor as a Cake Addin
#addin nuget:?package=MudBlazor&version=5.2.0

// Install MudBlazor as a Cake Tool
#tool nuget:?package=MudBlazor&version=5.2.0

MudBlazor 5.2.0

Big Changes

This changes effects allot of other components in the library and when changing this two things we had to do changes to allot of other components as well. Most of the components that used MudPopover internally have had some parameters obsolete marked and new parameters added. We have tested this with several projects that had performance issues with 5.1.5 release and see a great performance increase with the new popover.

  • MudPopover: Part1 - Part2
    • Adjusted theme default z-index
    • Added new parameters regarding placement/direction now we have AnchorOrigin and TransformOrigin
    • Added configurable overflow functionality (flip popover when not enough space)
    • Added configurable duration and delay options for transition
  • Subscription based resize services: splitted Resizelistener into two services more info here https://github.com/MudBlazor/MudBlazor/pull/2658

Breaking Changes

  • MudSelect: Use more generic ICollection<T> instead of HashSet<T> for SelectedValues #2734
  • MudSelect: Dense="true" only affects list, for input use Margin="Margin.Dense" #2696
  • MudAutoComplete: Dense="true" only affects list, for input use Margin="Margin.Dense" #2696
  • MudMenu: Removed defunct Link and Target properties and changed base class #2995

Features

  • MudTooltip: Added optinal tooltip arrow #3030
  • MudTabs: Added DisableSliderAnimation parameter #2877
  • MudAvatar: Added alt property when Image is used #2894
  • MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars #2851
  • MudDatePicker: Changed current day button to variant outlined #3069
  • MudTextField: Added Pattern parameter #2983
  • MudSlider: Keyboard Navigation focus. #3068
  • MudList: Keyboard Navigation focus. #3068
  • MudChip: Keyboard Navigation focus. #3068
  • MudButtonGroup: Keyboard Navigation focus. #3068
  • MudButton: Keyboard Navigation focus. #3068
  • MudIconButton: Keyboard Navigation focus. #3068
  • MudFab: Keyboard Navigation focus. #3068
  • MudCheckBox: Keyboard Navigation focus. #3068
  • MudLink: Keyboard Navigation focus. #3068
  • MudRadio: Keyboard Navigation focus. #3068
  • MudSwitch: Keyboard Navigation focus. #3068
  • MudCheckBox: Added Keyboard Navigation #2932
  • MudSelect: Added Keyboard Navigation #2932
  • MudAutocomplete: Added Keyboard Navigation ##3159
  • MudTimePicker: Added Basic Keyboard Navigation #2933
  • MudDatePicker: Added Basic Keyboard Navigation #2933
  • MudColorPicker: Added Basic Keyboard Navigation #2933
  • MudChipSet: Added SelectedValues and Compare #3142
  • MudSwitch: Added option for thumb icon and color #2966
  • MudDialog: Added Options parameter for Inline dialog #3000
  • MudNumericField: Adding Clearable Parameter #3110
  • MudPopover: Improved Overflow behavior #3208
  • MudThemeProvider Typography: #3216 Made it possible to set font-family for whole application by just setting it for Default Typo. And change individual property's.

Bug Fixes

  • MudChip: Fixed OnClick/OnClose causing NullReferenceException #2866
  • MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS #2926
  • MudInputs: Removed tabstop from input adornments #2934
  • MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText #2940
  • MudDateRangePicker: Fixed == and != operators #2977
  • MudExpansionPanel: Fixed infinite loop created by cascading StateHasChanged calls #2930
  • MudTable: Fixed inner level grouping with paginated data #2910
  • MudPagination: Fixed wrapping on smaller screens #2965
  • MudTextField: Fixed TextUpdateSuppression #3002
  • MudForm: Fixed form.Reset() #3034
  • MudCardHeader: Removed div wrapper when only ChildContent was used #3070
  • MudMenu: Fixed custom activator content #3065
  • MudTooltip: Fixed broken delay property #3030
  • MudDatePicker: Fixed selected month color #3030
  • MudDatePicker: Fixed validation #3120
  • MudDrawer: Fixed Mini drawers z-index when closed #3206
  • MudDrawer: Fixed Mini drawers clipmode docked #3211
  • MudNavLink: Wrapped long text #3181

Docs

  • Improved the icon display page and added copy icon as well as preview functions.
  • Added documentation on Typography and how to change it with the theme.

Full Release notes

https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (146)

Showing the top 5 NuGet packages that depend on MudBlazor:

Package Downloads
MudBlazor.ThemeManager The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ThemeManager component for MudBlazor to design, test or do live changes to Mudblazor themes.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

Blauhaus.EVACS.Admin.Blazor

Package Description

MudBlazor.Markdown

Markdown component for MudBlazor (https://mudblazor.com/)

CodeBeam.MudBlazor.Extensions

MudBlazor extension components from contributors. Includes 30+ components and utilities.

GitHub repositories (38)

Showing the top 5 popular GitHub repositories that depend on MudBlazor:

Repository Stars
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
dotnet/samples
Sample code referenced by the .NET documentation
Nethereum/Nethereum
Ethereum .Net cross platform integration library
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Version Downloads Last updated
6.19.1 56,045 3/22/2024
6.19.0 532 3/22/2024
6.18.0 13,258 3/20/2024
6.17.0 74,255 3/4/2024
6.16.0 76,390 2/19/2024
6.15.0 141,319 1/30/2024
6.14.0 54,536 1/22/2024
6.12.0 174,175 1/2/2024
6.11.2 105,569 12/18/2023
6.11.1 197,887 11/21/2023
6.11.0 342,338 10/8/2023
6.10.0 160,312 9/14/2023
6.9.0 177,966 8/18/2023
6.8.0 149,242 8/2/2023
6.7.0 206,415 7/10/2023
6.6.0 73,961 6/29/2023
6.5.0 38,597 6/24/2023
6.4.1 118,397 6/8/2023
6.4.0 7,593 6/7/2023
6.3.1 76,412 5/27/2023
6.3.0 52,451 5/24/2023
6.2.5 58,054 5/17/2023
6.2.3 103,182 5/3/2023
6.2.2 173,875 4/13/2023
6.2.1 31,573 4/12/2023
6.2.1-dev3 2,078 4/4/2023
6.2.1-dev2 1,641 3/30/2023
6.2.0 251,431 3/15/2023
6.1.10-dev1 3,670 3/2/2023
6.1.9 348,374 2/15/2023
6.1.8 168,122 1/27/2023
6.1.7 232,865 1/2/2023
6.1.6 74,424 12/18/2022
6.1.5 64,343 12/11/2022
6.1.4 64,564 12/5/2022
6.1.3-dev.1 2,450 11/22/2022
6.1.2 161,465 11/14/2022
6.1.0 62,022 11/13/2022
6.0.19-dev3 1,546 11/11/2022
6.0.19-dev1 2,293 11/10/2022
6.0.18 48,229 11/9/2022
6.0.17 195,977 10/10/2022
6.0.17-dev.1 3,727 9/22/2022
6.0.16 147,710 9/21/2022
6.0.15 230,038 8/31/2022
6.0.14 302,596 7/28/2022
6.0.13 91,214 7/26/2022
6.0.12 110,568 7/18/2022
6.0.11 234,137 7/1/2022
6.0.11-dev.4 7,297 5/30/2022
6.0.11-dev.3 1,231 5/24/2022
6.0.11-dev.2 444 5/21/2022
6.0.11-dev.1 705 5/20/2022
6.0.10 708,175 5/3/2022
6.0.10-dev.5 843 4/24/2022
6.0.10-dev.4 594 4/21/2022
6.0.10-dev.3 1,928 4/19/2022
6.0.10-dev.2 1,825 4/6/2022
6.0.10-dev.1 293 4/5/2022
6.0.9 221,033 3/29/2022
6.0.8 13,368 3/27/2022
6.0.7 214,419 2/25/2022
6.0.6 360,825 2/3/2022
6.0.5 79,958 1/17/2022
6.0.4 34,042 1/3/2022
6.0.3 3,670 12/31/2021
6.0.2 223,977 11/9/2021
5.2.5 17,053 9/29/2022
5.2.4 55,492 1/7/2022
5.2.0 82,716 10/31/2021
5.1.5 79,106 9/27/2021
5.1.4 57,080 9/13/2021
5.1.3 26,760 9/6/2021
5.1.2 20,862 8/24/2021
5.1.1 10,319 8/20/2021
5.1.0 70,711 7/27/2021
5.0.15 50,716 6/28/2021
5.0.14 38,659 6/21/2021
5.0.13 13,654 6/15/2021
5.0.11 15,453 6/7/2021
5.0.10 20,010 5/24/2021
5.0.9 20,260 5/17/2021
5.0.8 18,698 4/25/2021
5.0.7 28,703 3/29/2021
5.0.6 12,935 3/16/2021
5.0.5 13,844 3/8/2021
5.0.3 9,211 3/1/2021
5.0.2 6,457 2/21/2021
5.0.1 9,531 2/10/2021
5.0.0 6,983 2/6/2021
2.0.7 41,181 3/29/2021
2.0.6 3,720 3/16/2021
2.0.5 2,344 3/8/2021
2.0.4 1,972 3/8/2021
2.0.3 1,984 3/1/2021
2.0.2 2,160 2/21/2021
2.0.0 7,478 2/5/2021
1.2.4 13,472 12/30/2020
1.2.1 3,814 12/17/2020
1.2.0 3,032 12/7/2020
1.1.5 4,098 11/29/2020
1.1.4 2,377 11/23/2020
1.1.3 8,613 11/16/2020
1.1.2 1,953 11/11/2020
1.1.1 2,008 11/5/2020
1.1.0 1,844 11/2/2020
1.0.9 1,982 10/26/2020
1.0.8 1,815 10/23/2020
1.0.7 1,716 10/18/2020
1.0.6 1,698 10/11/2020
1.0.5 1,819 10/8/2020
1.0.4 1,767 10/2/2020
1.0.3 1,891 9/20/2020
1.0.2 1,824 9/20/2020
1.0.1 1,747 9/11/2020
1.0.0 6,220 9/11/2020