Blazorise のリリース

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

Released: Nov 20, 2025

v1.8.7 での更新項目

不具合の修正

  • 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

v1.8.6 での更新項目

機能

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

Released: Oct 14, 2025

v1.8.5 での更新項目

不具合の修正

  • 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

v1.8.4 での更新項目

不具合の修正

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

Released: Sep 22, 2025

v1.8.3 での更新項目

機能

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

不具合の修正

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

Released: Sep 11, 2025

v1.8.2 での更新項目

機能

  • FluentUI Dark Theme
    • Added a dark theme for FluentUI, including tuned color tokens for comfortable contrast and consistent styling across components.
    • The dark palette covers surfaces, typography, and accent tokens, so core components (DataGrid, Modal, Sidebar, Dropdown, Button, Tabs, etc.) look consistent out of the box. It also respects your existing light/dark toggling approach, so if you already switch color schemes at the app level, FluentUI will follow suit.
  • RichTextEdit Plug-in...

Released: Aug 19, 2025

v1.8.1 での更新項目

機能

  • Data & Layout Enhancements:
    • The Bar can now be collapsed externally, and BarDropdownItem supports a new CustomMatch parameter for better navigation scenarios.
  • Developer Quality of Life:
    • The JSRichTextEditModule is now overridable, offering greater extensibility. Also added a dedicated unit test setup for Charts, helping ensure reliability and easier contributions moving forward. 
  • Added unit tests setup for Charts.
  • Outlined style support for Info icon.

不具合の修正

  • Improved Component Stability...

Released: Jul 7, 2025

v1.8 での更新項目

機能

  • Scheduler:
    • Added a powerful new component for comprehensive event scheduling.
    • Allows you to create and manage events in a calendar-like interface, making it ideal for applications that require scheduling functionality.
    • Fully built using Blazorise core elements, without any dependencies on third-party libraries, making it easy to customize and extend to fit your specific needs.
    • It offers various types of views (Day, Week, Month, etc.), editing features, drag-and-drop, recurring events, and...

Released: Jun 3, 2025

v1.7.7 での更新項目

機能

  • Video: Bundle JS and CSS as a Single File:
    • Blazorise Video now supports bundling its JavaScript and CSS files into a single file.
    • This enhancement reduces the number of HTTP requests and simplifies deployment.
    • It's especially useful for scenarios where minimizing asset requests is critical.
  • Users can now add data-popper-reference-hidden when dropdown is invisible.
  • ToastProvider: propagate Class and Style to Toaster.
  • DatePicker: Updated the Max value.
  • QRCode: Added the option to generate text...