Blazorise v2.2.1

Released: Jun 16, 2026

v2.2.1 中的更新

特性

  • MessageService Accessibility and Reliability:
    • The internal FocusTrap implementation has been improved to provide more reliable keyboard navigation, maintain focus within active dialogs, and support dismissal using the Escape key.
  • DataGrid Batch and Rapid Editing:
    • The DataGrid editing experience has been refined for both Batch Editing and Rapid Editing scenarios.
    • This improves cell editing behavior and the way edited values are tracked and saved, resulting in a more predictable editing workflow. Users can now move through editable cells more reliably while ensuring changes are correctly preserved and committed during editing operations.
  • Charts.Svg Automatic Axis Label Thinning:
    • The Charts.Svg component now supports automatic axis-label thinning, similar to the behavior available in the Chart.js-based chart components.
    • When large numbers of labels are displayed, the chart can automatically reduce the number of visible axis labels, improving readability without requiring manual configuration.

修补程序

  • MessageService Accessibility and Reliability:
    • An issue affecting the chaining of multiple message dialogs within the same asynchronous flow has been resolved, ensuring dialogs open and close in the correct order without unexpected behavior.
    • Fixed several animation state issues that could result in inconsistent dialog transitions.
  • Charts.Svg Automatic Axis Label Thinning:
    • Fixes for navigation components, ColorPicker updates, Tailwind styling behavior, MCP connectivity, and several provider-specific rendering issues.
  • Bar: Hide vertical scrollbar while allowing to scroll.
  • Blazorise.Tailwind applies global typography to the bare p selector, overriding host styles.
  • Claude fails to connect to Blazorise MCP.
  • MessageService modal dialogs lack keyboard accessibility: no focus trap and no Escape key dismiss.
  • BarDropdown: fix the closing of current dropdown menu.
  • DataGrid Batch and Rapid Editing - bug.
  • Cursor on mouse hover over tab incorrect after update to 2.2.
  • Textcolor on buttons changed to black in 2.2.
  • ColorPicker: Fixed update of Value parameter.
  • Charts.Svg - Automatic axis-label thinning (auto-skip / max-ticks) like the Chart.js-based Blazorise.Charts.