Blazorise のリリース
Released: Feb 11, 2026
v2.0 での更新項目
機能
- 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
v1.8.10 での更新項目
機能
- 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.
不具合の修正
- Table: ScrollToRow Visibility Corrected
Released: Dec 5, 2025
v1.8.9 での更新項目
不具合の修正
- 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
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...