Blazorise のリリース

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...

Released: Jun 4, 2026

v2.2 での更新項目

機能

  • Added SVG Charts
    • The new charting system supports a wide range of chart types, including line, area, bar, column, pie, doughnut, radar, polar area, scatter, bubble, and mixed charts. Charts can be configured either declaratively through child components or programmatically through data and options models.
    • SVG charts include built-in support for features such as titles, legends, tooltips, multiple axes, stacked charts, time axes, custom colors, labels, animations, accessibility metadata, and...

Released: May 22, 2026

v2.1.3 での更新項目

機能

  • Improved DatePicker Range Selection:
    • The DatePicker range mode has been improved to properly visualize and support single-day selection.
    • Previously, selecting only one day while using range mode did not display correctly. With this update, single-date ranges are now fully supported and visualized correctly, making range mode more flexible for scheduling and filtering scenarios.
  • Accessibility Improvements for Dropdown Components:
    • Additional accessibility improvements were made to dropdown...

Released: May 6, 2026

v2.1.2 での更新項目

機能

  • MessageService Flicker and Accessibility Improvements:
    • Several improvements were made to the MessageService modal dialogs.
    • Refactor of the internal FocusTrap implementation used by modal dialogs. The updated behavior improves keyboard navigation, focus management, and Escape key handling, making dialogs more accessible and more reliable for keyboard-only users and assistive technologies.

不具合の修正

  • MessageService Flicker and Accessibility Improvements:
    • Fixed a flickering issue that could occur...

Released: Apr 24, 2026

v2.1.1 での更新項目

機能

  • Maintenance: Updated packages to latest versions.

不具合の修正

  • RadioGroup was not behaving as expected with FluentUI.
  • Fixed an issue with tooltip dynamic text.
  • Bootstrap5 upgrade from 2.0 to 2.1 caused build to hang.
  • Fixed an issue with synchronized charts.
  • DataGrid Columns Select Column Multiple example causes exception.
  • FluentUI card header rounded corners overridden in dark mode.
  • Material3 Outline button hover effect was missing.
  • FluentUI2 float utilities were not working.

Released: Apr 15, 2026

v2.1 での更新項目

機能

  • Added Material 3 Provider
    • This new provider replaces the legacy Material CSS framework that was previously built on Bootstrap 4. The new provider ensures a modern, sustainable Material implementation moving forward.
    • The new provider introduces many custom CSS rules and layout adjustments to ensure consistent behavior across components, as well as additional components not present in BeerCSS. In practice, the Material 3 provider should be considered a full Blazorise implementation of the...

Released: Apr 3, 2026

v2.0.4 での更新項目

機能

  • Improved DataGrid Keyboard Navigation:
    • Navigation within the DataGrid has been improved by enhancing support for arrow key movement.
    • This makes it easier to move between cells and rows using only the keyboard, improving overall usability and accessibility when working with large datasets.

不具合の修正

  • Select ValueChanged Fix for Nullable Values:
    • A fix has been implemented for Select<TValue> where ValueChanged was not triggered when selecting an item with a null value. This affected scenarios...

Released: Mar 20, 2026

v2.0.3 での更新項目

機能

  • Added a New Gantt Component:
    • Now includes a fully featured Gantt component, bringing powerful project planning and timeline visualization capabilities directly into the framework.
    • Includes a wide range of features, including support for editing, filtering, hierarchical tree structures, drag-and-drop interactions, and complex node relationships. It is designed to handle real-world project management scenarios while staying consistent with Blazorise design principles and theming.

不具合の修正...

Released: Mar 6, 2026

v2.0.2 での更新項目

機能

  • Accessibility and Keyboard Navigation Improvements:
    • Multiple improvements were made to dropdown menus, navigation components, and menu structures to enhance keyboard navigation and ARIA support. These updates improve usability for keyboard-only users and assistive technologies while also aligning component behavior with modern accessibility expectations.

不具合の修正

  • Blazorise InsufficientExecutionStackException.
  • Fixed a problem with NumericPicker and DatePicker used in DataGrid FilterTemplate...

Released: Feb 24, 2026

v2.0.1 での更新項目

不具合の修正

  • Fixed NumericPicker Programmatic Value Synchronization
    • NumericPicker now correctly updates its UI whenever the Value is changed programmatically. In certain scenarios, updating the bound value from code did not properly refresh the rendered component, causing visible inconsistencies between the UI and application state.
  • DataGrid DetailRow Interaction Restored
    • An issue affecting DetailRow trigger and toggle behavior prevented rows from expanding or collapsing correctly in certain...