Blazorise Releases

Released: Sep 11, 2025

Updates in v1.8.2

Funktionen

  • 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

Updates in v1.8.1

Funktionen

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

Fehlerkorrekturen

  • Improved...

Released: Jul 7, 2025

Updates in v1.8

Funktionen

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

Released: Jun 3, 2025

Updates in v1.7.7

Funktionen

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

Released: Apr 18, 2025

Updates in v1.7.6

Funktionen

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

Fehlerkorrekturen

  • Chart: Crash with Zoom Plugin
    • Using the Chart component with...

Released: Feb 28, 2025

Updates in v1.7.5

Funktionen

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

Fehlerkorrekturen

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

Released: Feb 4, 2025

Updates in v1.7.4

Funktionen

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

Fehlerkorrekturen

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

Released: Jan 17, 2025

Updates in v1.7.3

Fehlerkorrekturen

  • Fixed an issue where landscape-oriented PDFs displayed upside down in the PDF Viewer. The viewer now correctly renders landscape documents in their intended orientation.
  • Fixed a problem where the fade animation for the Carousel component was not working correctly. Animations are now smooth and reliable across all supported themes.
  • The Video component now supports full offline functionality by bundling the necessary JavaScript library locally instead of downloading it from a CDN...

Released: Dec 30, 2024

Updates in v1.7.2

Funktionen

  • Improved Table Resizing:
    • Improved column resizing behavior to prevent neighboring columns from shrinking improperly and added horizontal scrollbar visibility for better usability in wide tables.

Fehlerkorrekturen

  • Table Resizing:
    • Fixed an issue where table resizing did not work in responsive mode, ensuring seamless adjustments across various screen sizes.
    • Resolved compatibility problems with the Resizable feature when using the Bootstrap 5 provider, ensuring consistent behavior across...

Released: Dec 10, 2024

Updates in v1.7.1

Funktionen

  • Support for Components Without a Parameterless Constructor
    • Previously, components in Blazor typically required a parameterless constructor due to limitations in the way the framework initializes and instantiates components. With this update, Blazorise now supports scenarios where components rely on constructors with parameters, enabling advanced use cases such as Dependency Injection.
  • Documentation Improvements
    • In this release, Blazorise have updated all references to static files...