MudBlazor 5.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MudBlazor --version 5.0.0                
NuGet\Install-Package MudBlazor -Version 5.0.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.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MudBlazor --version 5.0.0                
#r "nuget: MudBlazor, 5.0.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.0.0

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

Release Notes - v5.0.0 (.NET 5)

New Components

  • TreeView (Thanks to Tungi52)
  • Popover (This is not really completly new but has been an internal component until now)
  • ScrollToTop (Thanks to Porkopek)
  • Breadcrumbs (Thanks to zHaytam)
  • FocusTrap (Thanks to Codinkat)

Breaking Changes

  • Pickers The string property "Value" was renamed to "Text"
  • MudForm - Implicit form submission is now suppressed by default. It can be turned on
  • Removed some obsolete namespaces
  • Validation function not executing if value is null
  • The SVG icons now has to be called with either @Icons.Filled.Iconname or @Icons.Material.Outlined.Iconname
    • Icons have been re worked, font icons now work across all library components.
    • All SVG icons has been reimported and updated with the latest release from Google.
    • The Icons now takes everything inside the svg element instead of just the d= path.
    • Changing the Icon and just the Icon color have been implemented in most of our components.
  • Drawer got updated and works allot better when screen sizes changes. (Thanks to Tungi52)
    • Temporary/Dialog Drawer has been added.
    • Top,Bottom,Left,Right Drawer is not available.
    • Custom Breakpoints have been added.
  • MudCharts now uses the Position enum instead of LegendPosition enum.
  • MudTabs no longer have the Vertical bool property and now uses the Position enum as well.

New Features & Bug Fixes

  • MudTheme

    • Changing font can now be done with the theme.
  • MudTabs

    • Implemented scrolling functionality
    • The slider is now correct width and in the correct position if the tabs are wider/higher than the default value.
    • Tabs can now be keept alive.
    • Problem with removing tabs is now fixed.
  • MudTextField

    • Changed so the user CSS classes now is added to the input controller like the rest of our input type components.
    • Added support to change Adornment icon color
  • MudAutocomplete

    • Added missing Margin.Dense property
    • Fixed clipping issue when used inside a dialog
    • Fixed clipping issue when used inside expansion panel
    • Toggle Coercion has been added
  • MudSelect

    • Fixed clipping issue when used inside a dialog
    • Fixed clipping issue when used inside expansion panel
  • MudDialog

    • Can now be opened in fullscreen view.
    • Can now be used inline
  • MudProgressLinear

    • Fixed the minimum and maximum values.
  • MudTable

    • Added Class support to RowTemplate
    • Fixed the initial sort order and label when using server side data / paging / sorting
    • MudTable with server side pagination now can load element without using table paginator.
    • MudTable now support the Breakpoints from Always, Never, Xs to XL
  • MudPicker/MudDatePicker/MudTimePicker

    • Fixed so the pickers TextField align with normal TextFields
    • Multiple performance improvement's have been made
    • TimePicker now changes to minute selection after selecting hours
    • TimePicker can now be opened through code
    • DateRange picker has been added to MudDatePicker
    • The Pickers now opens in correct direction depending on where on the screen it is.
    • Dialog version of the pickers have been added
    • Fixed the "jump" problem when date picker scrolled to year mode
    • DatePicker OpenTo.Year OpenTo.Month now opens to the same mode after reopned
    • DatePickers text for displaying days now using theme colors.
  • MudCharts

    • Fixed custom ColorPalettes for charts
    • Herobrine removed
  • MudMenu

    • Fixed so the popover closes after clicking on MudMenuItem that is inside the same layout
    • Added Menu Width option to MudMenu
    • Added Direction option to MudMenu
    • Added Offset option to MudMenu
    • Using Mudtooltip inside MudMenu no longer causes the MudMenu to be narrow
    • Added custom activator so anything can be used to open it, Like Avatar, Chips, Cards etc.
  • MudSnackbar

    • Snackbar messages can now render html
  • MudDivider

    • Improved documentation
  • Allot of other small improvement's overall, docs improved project structure and work on the release pipelines have been made and special thanks to mikes-gh for helping out with that.

Thanks to everyone, you are awesome!

To everyone that have helped with reporting issues, fixing issues and answering questions in our communitys you and our sponsors makes this possible!

Did you get stuck after update?

Don't worry, come by our https://discord.gg/mudblazor channel and we will help you out, if you don't have discord we are on https://gitter.im/MudBlazor/community and of course https://github.com/Garderoben/MudBlazor as well!

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 (178)

Showing the top 5 NuGet packages that depend on MudBlazor:

Package Downloads
MudBlazor.ThemeManager

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

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

MudBlazor.Markdown

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

CodeBeam.MudBlazor.Extensions

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

Blauhaus.EVACS.Admin.Blazor

Package Description

GitHub repositories (54)

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

Repository Stars
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
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
Version Downloads Last updated
8.0.0-preview.4 873 10/30/2024
8.0.0-preview.3 329 10/28/2024
8.0.0-preview.2 609 10/22/2024
8.0.0-preview.1 1,296 10/13/2024
7.15.0 25,942 10/29/2024
7.14.0 28,767 10/22/2024
7.13.0 25,916 10/17/2024
7.12.1 16,024 10/14/2024
7.12.0 2,568 10/14/2024
7.11.0 7,756 10/12/2024
7.10.0 4,216 10/11/2024
7.9.0 10,971 10/10/2024
7.8.0 173,833 9/6/2024
7.7.0 30,937 9/2/2024
7.6.0 189,177 8/6/2024
7.5.0 39,302 7/31/2024
7.4.0 43,913 7/23/2024
7.3.0 43,706 7/17/2024
7.2.0 20,338 7/15/2024
7.1.1 19,163 7/11/2024
7.1.0 6,354 7/10/2024
7.0.0 54,706 6/29/2024
7.0.0-rc.2 2,670 6/21/2024
7.0.0-rc.1 18,048 6/10/2024
7.0.0-preview.4 3,661 5/27/2024
7.0.0-preview.3 3,342 5/14/2024
7.0.0-preview.2 735 5/9/2024
7.0.0-preview.1 1,942 5/1/2024
6.21.0 126,594 7/6/2024
6.20.0 356,303 6/3/2024
6.19.1 680,853 3/22/2024
6.19.0 4,451 3/22/2024
6.18.0 41,382 3/20/2024
6.17.0 179,140 3/4/2024
6.16.0 166,270 2/19/2024
6.15.0 268,844 1/30/2024
6.14.0 95,594 1/22/2024
6.12.0 285,725 1/2/2024
6.11.2 177,914 12/18/2023
6.11.1 310,836 11/21/2023
6.11.0 442,494 10/8/2023
6.10.0 194,433 9/14/2023
6.9.0 211,499 8/18/2023
6.8.0 162,891 8/2/2023
6.7.0 231,530 7/10/2023
6.6.0 83,002 6/29/2023
6.5.0 46,728 6/24/2023
6.4.1 132,355 6/8/2023
6.4.0 8,187 6/7/2023
6.3.1 85,213 5/27/2023
6.3.0 56,712 5/24/2023
6.2.5 61,779 5/17/2023
6.2.3 125,034 5/3/2023
6.2.2 201,548 4/13/2023
6.2.1 36,796 4/12/2023
6.2.1-dev3 2,244 4/4/2023
6.2.1-dev2 1,752 3/30/2023
6.2.0 296,454 3/15/2023
6.1.10-dev1 3,809 3/2/2023
6.1.9 397,011 2/15/2023
6.1.8 181,955 1/27/2023
6.1.7 247,528 1/2/2023
6.1.6 76,782 12/18/2022
6.1.5 69,015 12/11/2022
6.1.4 72,106 12/5/2022
6.1.3-dev.1 2,499 11/22/2022
6.1.2 191,175 11/14/2022
6.1.0 69,118 11/13/2022
6.0.19-dev3 1,641 11/11/2022
6.0.19-dev1 2,447 11/10/2022
6.0.18 50,543 11/9/2022
6.0.17 202,493 10/10/2022
6.0.17-dev.1 3,945 9/22/2022
6.0.16 157,969 9/21/2022
6.0.15 258,165 8/31/2022
6.0.14 311,319 7/28/2022
6.0.13 96,978 7/26/2022
6.0.12 118,451 7/18/2022
6.0.11 249,819 7/1/2022
6.0.11-dev.4 7,446 5/30/2022
6.0.11-dev.3 1,287 5/24/2022
6.0.11-dev.2 484 5/21/2022
6.0.11-dev.1 788 5/20/2022
6.0.10 767,541 5/3/2022
6.0.10-dev.5 893 4/24/2022
6.0.10-dev.4 640 4/21/2022
6.0.10-dev.3 1,963 4/19/2022
6.0.10-dev.2 1,867 4/6/2022
6.0.10-dev.1 330 4/5/2022
6.0.9 229,954 3/29/2022
6.0.8 13,797 3/27/2022
6.0.7 242,517 2/25/2022
6.0.6 414,008 2/3/2022
6.0.5 82,889 1/17/2022
6.0.4 34,662 1/3/2022
6.0.3 3,821 12/31/2021
6.0.2 236,645 11/9/2021
5.2.5 22,900 9/29/2022
5.2.4 59,402 1/7/2022
5.2.0 85,940 10/31/2021
5.1.5 81,172 9/27/2021
5.1.4 58,440 9/13/2021
5.1.3 27,208 9/6/2021
5.1.2 21,235 8/24/2021
5.1.1 10,850 8/20/2021
5.1.0 72,601 7/27/2021
5.0.15 52,095 6/28/2021
5.0.14 40,772 6/21/2021
5.0.13 14,030 6/15/2021
5.0.11 15,688 6/7/2021
5.0.10 20,435 5/24/2021
5.0.9 20,456 5/17/2021
5.0.8 19,480 4/25/2021
5.0.7 29,694 3/29/2021
5.0.6 13,200 3/16/2021
5.0.5 14,028 3/8/2021
5.0.3 9,699 3/1/2021
5.0.2 6,670 2/21/2021
5.0.1 10,020 2/10/2021
5.0.0 7,429 2/6/2021
2.0.7 45,514 3/29/2021
2.0.6 4,002 3/16/2021
2.0.5 2,673 3/8/2021
2.0.4 2,108 3/8/2021
2.0.3 2,104 3/1/2021
2.0.2 2,267 2/21/2021
2.0.0 7,613 2/5/2021
1.2.4 13,809 12/30/2020
1.2.1 3,954 12/17/2020
1.2.0 3,157 12/7/2020
1.1.5 4,220 11/29/2020
1.1.4 2,485 11/23/2020
1.1.3 8,937 11/16/2020
1.1.2 2,055 11/11/2020
1.1.1 2,122 11/5/2020
1.1.0 1,938 11/2/2020
1.0.9 2,094 10/26/2020
1.0.8 1,947 10/23/2020
1.0.7 1,842 10/18/2020
1.0.6 1,815 10/11/2020
1.0.5 1,918 10/8/2020
1.0.4 1,883 10/2/2020
1.0.3 2,009 9/20/2020
1.0.2 1,968 9/20/2020
1.0.1 1,854 9/11/2020
1.0.0 8,692 9/11/2020