Blazorise Releases

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

Released: Nov 28, 2025

Updates in v1.8.8

Fixes

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

Released: Nov 20, 2025

Updates in v1.8.7

Fixes

  • Autocomplete: Improved Nested Menu Behavior
    • Autocomplete now correctly keeps its parent dropdown open while interacting with suggestions. Previously, using Autocomplete inside dropdown-based UI, such as a DataGrid filter menu, would cause the parent dropdown to close unexpectedly as soon as users typed or selected an item. This fix ensures smooth, uninterrupted interaction when Autocomplete is nested inside other menus.
  • Virtualization Navigation Bug Fixed
    • Fixed bug in keyboard navigation...

Released: Nov 12, 2025

Updates in v1.8.6

Features

  • Added .NET 10 Support
    • With .NET 10 now officially released, Blazorise is fully compatible and tested with the new runtime and SDK. This means you can confidently update your projects and take advantage of the latest C# 14 language features, JIT and AOT performance optimizations, and modernized Blazor hosting models without breaking existing Blazorise-based applications.
  • Important for Blazor Server users
    • If you're upgrading a Blazor Server app to .NET 10, you may need to explicitly...

Released: Oct 14, 2025

Updates in v1.8.5

Fixes

  • TransferList: Single Item Selection Restored
    • A regression had caused TransferList items to become unselectable in single-selection mode. Corrected this behavior so you can once again select and move individual items as expected. Multi-selection and drag-drop workflows remain unaffected.
  • Table: Prevent event bubbling and excessive SignalR traffic
    • Addressed a critical issue where unused mouse events inside the Table component could bubble up and flood SignalR on Blazor Server. The fix...

Released: Oct 8, 2025

Updates in v1.8.4

Fixes

  • Autocomplete (Checkbox Mode): Reliable Closing, no Ghost Overlay, Correct Alignment
    • Resolved a group of UI issues where the Autocomplete dropdown in Checkbox mode would not close on blur, could leave a “ghost” overlay on the page, or appear slightly misaligned.
    • The control now properly respects focus transitions, cleans up overlays, and positions the dropdown consistently across themes and providers.
  • Autocomplete: faster, safer typing with robust cancellation
    • Rapid typing previously risked...

Released: Sep 22, 2025

Updates in v1.8.3

Features

  • DataGrid Improvements
    • Adjusted the padding on edit fields to provide a cleaner and more consistent layout throughout the DataGrid component.

Fixes

  • Fixed License Banner
    • Corrected the condition for displaying the license banner, ensuring it only appears when it is supposed to.
  • A bug in inline edit mode that caused an empty line to appear in the table has been fixed.