Blazorise v1.8.8

Released: Nov 28, 2025

v1.8.8 での更新項目

不具合の修正

  • RichTextEdit: Multiple Editor Keyboard Navigation Fixed
    • A long-standing issue where multiple RichTextEdit instances on the same page caused broken or inconsistent keyboard navigation has been resolved. Editors now behave independently and maintain correct focus and caret behavior.
  • TreeView: ExpandedNodes Binding Restored
    • TreeView's ExpandedNodes parameter was not updating after first render, preventing proper synchronization with external model state. This release restores correct two‑way coordination between UI tree state and the underlying data model.
  • DataGrid: SelectedRows Correctly Updated When Items are Removed
    • Removing items from the data source did not update SelectedRows, leading to stale or invalid selections. The internal selection tracking system has been corrected to always reflect the current item set.