Blazorise 릴리스

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

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

Released: Apr 18, 2025

v1.7.6 버젼 업데이트

기능

  • Autocomplete:
    • Added a cursor pointer to the checkbox.
  • DataGrid:
    • Added FilterTemplate examples to the DataGrid Docs.
  • Icons:
    • Added csx build scripts.
  • Documentation Improvements
    • Improved documentation usability and search functionality. The component search on the documentation site now returns richer and more relevant results, including:
      • Component names.
      • Parameters and attributes.
      • Methods and event handlers.

수정사항

  • Chart: Crash with Zoom Plugin
    • Using the Chart component with the zoom plugin could...

Released: Feb 28, 2025

v1.7.5 버젼 업데이트

기능

  • Improved Markdown File Upload Handling
    • Managing uploaded files in the Markdown component is now more efficient. With the newly merged uploaded files callback, developers can seamlessly process multiple file uploads without unnecessary complexities. This change enhances the Markdown editing experience by reducing errors and improving user workflow.

수정사항

  • Better DataGrid Cell Editing Behavior
    • A long-standing issue in the DataGrid where cancelling a cell edit would not restore focus has been...

Released: Feb 4, 2025

v1.7.4 버젼 업데이트

기능

  • Autocomplete Docs: Provided ReadData + Virtualize example.
  • Added a video component for offline play.

수정사항

  • DateEdit Fix: Resolved an issue where DateEdit was not working properly with seconds, improving date-time precision.
  • MemoEdit Auto-Sizing: The border size is now considered when auto-sizing the MemoEdit component, ensuring a better fit.
  • Detail Row Trigger: Better docs with common cases.
  • MemoEdit: Now includes border size when autosizing.