github MudBlazor/MudBlazor v1.2.0

3 years ago

Breaking Changes:

  • MudSwitch and MudSelect are now generic with support for bool, bool?, int (0,1), int? (0,1,null) and string (null, "on", "true", "off", "false"). Add T="bool" if your code does not compile any more.
  • MudForm: performance improvement by suppressing re-rendering of whole form on fireing IsValid updates. This may not break anything, but if it does, - SuppressRenderingOnValidation="false" switches it off.

Changes:

  • Added MudHilighter (thanks to Porkopek)
  • Responsive drawer for smaller screens.
  • Fixed margin between icon and text in FAB
  • MudSwitch and MudSelect now support MudForm and EditForm validation
  • MudForm.Reset(): fixed so that it resets the textfield texts to null
  • MudSelect: added parameter Strict. When set to true the select will not display values that are not in its item list

Don't miss a new MudBlazor release

NewReleases is sending notifications on new releases.