Blazorise Releases

Released: May 6, 2026

Updates in v2.1.2

Features

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

Fixes

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

Released: Apr 24, 2026

Updates in v2.1.1

Features

  • Maintenance: Updated packages to latest versions.

Fixes

  • 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

Updates in v2.1

Features

  • 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

Updates in v2.0.4

Features

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

Fixes

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

Released: Mar 20, 2026

Updates in v2.0.3

Features

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

Fixes...

Released: Mar 6, 2026

Updates in v2.0.2

Features

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

Fixes

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

Released: Feb 24, 2026

Updates in v2.0.1

Fixes

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

Released: Feb 11, 2026

Updates in v2.0

Features

  • Blazorise Migration CLI: A command-line tool to analyze, preview, and apply Blazorise 2.0 migration changes.
  • Blazorise Analyzer: Compile-time diagnostics that detect breaking changes and provide actionable upgrade guidance.
  • MCP Server: AI-powered documentation and API access.
  • .NET 6 and .NET 7: Framework support has been removed.
  • Unified Input API: All input components now follow the standard Value, ValueChanged, and ValueExpression pattern for consistent data binding.
  • Renamed Input...

Released: Feb 4, 2026

Updates in v1.8.10

Features

  • Added Invariant Globalization Support
    • Blazorise now supports Invariant Globalization scenarios.
    • This is particularly important for trimmed, AOT, and containerized deployments where full globalization data may be intentionally excluded to reduce application size.
    • Blazorise components correctly operate when InvariantGlobalization is enabled, avoiding runtime issues and unexpected formatting behavior in restricted environments.

Fixes

  • Table: ScrollToRow Visibility Corrected
    • An issue...

Released: Dec 5, 2025

Updates in v1.8.9

Fixes

  • DataGrid: Rapid Editing Reliability Restored
    • Fixed a critical issue affecting rapid DataGrid editing.
    • When editing cells with Immediate=false, values could fail to persist if users typed quickly and pressed Tab or clicked out of the field. This was especially noticeable in keyboard-driven data entry scenarios.
    • Now consistently commits edited values regardless of how the user exits the cell, restoring reliable behavior for inline editing.
  • Autocomplete in Filter Menus: Dropdown Positioning...