Blazorise v1.7.7

Released: Jun 3, 2025

v1.7.7 での更新項目

機能

  • Video: Bundle JS and CSS as a Single File:
    • Blazorise Video now supports bundling its JavaScript and CSS files into a single file.
    • This enhancement reduces the number of HTTP requests and simplifies deployment.
    • It's especially useful for scenarios where minimizing asset requests is critical.
  • Users can now add data-popper-reference-hidden when dropdown is invisible.
  • ToastProvider: propagate Class and Style to Toaster.
  • DatePicker: Updated the Max value.
  • QRCode: Added the option to generate text.

不具合の修正

  • DataGrid: Fixed OldItem in RowUpdated Callback:
    • Fixed a long-standing issue where the OldItem in the RowUpdated event was not correctly populated.
    • This fix helps developers compare the updated values with the original ones more reliably.
  • DataGrid: Numeric Filters Now Work with 0 in Non-Nullable Types:
    • Fixed a bug where numeric filters didn't work correctly when filtering for 0 values in non-nullable fields has been resolved. Now you can expect accurate filtering behavior across all numeric types.
  • Docs: Fixed an issue with the generator.
  • Check: Read-only should prevent the state change.
  • Autocomplete: Autogenerate ElementId if null.
  • Fixed issue with Bootstrap 5 + badge/icon.
  • Fixed a bug in the layout functionality and documentation.
  • Fixed an autocomplete multiple selection mode disabled/enabled rendering issue.
  • ThemeGenerator produced an invalid CSS for ButtonOptions.DisabledOpacity.
  • Checked Checkboxes in Material did not follow Theme colors.