Blazorise v1.8.1

Released: Aug 19, 2025

Updates in v1.8.1

Funktionen

  • Data & Layout Enhancements:
    • The Bar can now be collapsed externally, and BarDropdownItem supports a new CustomMatch parameter for better navigation scenarios.
  • Developer Quality of Life:
    • The JSRichTextEditModule is now overridable, offering greater extensibility. Also added a dedicated unit test setup for Charts, helping ensure reliability and easier contributions moving forward. 
  • Added unit tests setup for Charts.
  • Outlined style support for Info icon.

Fehlerkorrekturen

  • Improved Component Stability:
    • Several critical bugs have been fixed, including issues with Divider styling, PdfViewer worker loading, and Badge close button colors.
    • Exceptions in Splitter and ChartZoom components have been resolved, leading to a more stable runtime experience.
  • Data & Layout Enhancements:
    • The DataGrid now correctly passes updated objects in the RowUpdated event, ensuring proper synchronization with your data source.
    • The grouping drop area has also been visually improved by removing unnecessary light background styling.
  • Divider styling was not complete.
  • JSDisconnectedException in Splitter on circuit would disconnect.
  • BarDropdownItem: Added CustomMatch parameter.
  • Notification service example was not showing options.
  • Fixed the possibility to collapse Bar from outside component.
  • Badge close button did not inherit correct theme color.
  • Fixed exception by invoking 'NotifyZoomLevel' in ChartZoom.
  • PdfViewer loads pdf.worker.min.mjs from wrong location.
  • RowUpdated event passes cloned object, preventing updates.
  • Removed light background from DataGrid grouping drop area.