MudBlazor Versions Save

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.

v6.1.9

1 year ago

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.8...v6.1.9

v6.1.8

1 year ago

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.7...v6.1.8

v6.1.7

1 year ago

What's Changed

New Features

Bug Fixes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.6...v6.1.7

v6.1.6

1 year ago

What's Changed

Breaking Changes

  • MudTable: Fixed checkbox state for MultiSelect and (Multi)Grouping by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/5985
    • If you were using the public properties bool IsChecked on the grouping or header/footer rows they had a bug in that they only showed true or false even if there was only a partial selection. In order to fix this bug the properties were changed to bool? IsChecked. The null value representing the indeterminate state. We released this breaking change in our normal patch revision as it fixes incorrect behaviour. Users that have been using the incorrect values may need to adjust their code to cope with the new correct datatype and values.

New Features

Bug Fixes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.5...v6.1.6

v6.1.5

1 year ago

What's Changed

New Features

Bug Fixes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.4...v6.1.5

v6.1.4

1 year ago

What's Changed

New Features

Bug Fixes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.2...v6.1.4

v6.1.3-dev.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.2...v6.1.3-dev.1

v6.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.1.0...v6.1.2

v6.1.0

1 year ago

Announcement

This package is our first official package that contains both net6 and net7 native versions of MudBlazor 🎉 Your app will automatically select the appropriate framework version.

What's Changed

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.0.18...v6.1.0

v6.0.18

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v6.0.17...v6.0.18