Blazorise v1.7.5

Released: Feb 28, 2025

Updates in v1.7.5

Features

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

Fixes

  • Better DataGrid Cell Editing Behavior
    • A long-standing issue in the DataGrid where cancelling a cell edit would not restore focus has been fixed. Now, when a user cancels an edit, the focus properly returns to the relevant cell, ensuring a more intuitive and user-friendly interaction.
  • Fix for Video Component Seeking Event
    • The Seeking event in the Video component was previously unreliable, leading to issues when users attempted to scrub through video content. This has been fixed, allowing seamless seeking behavior and better control over video playback.
  • Bug:
    • Fixed the Markdown ImageUploadChanged which throws exception and has "odd" behaviour.
    • Fixed the BarToggler which was not set for FluentUI Dark mode.
    • Fixed the BarToggler which was not showing up (present in official Tailwind Demo app).
    • BarToggler was not centered.
    • Bulma + Tailwind - Missing hamburger/collapse icon for sidebar.
  • Markdown: 
    • Merge uploaded files callback.
  • DataGrid:
    • New rows created when BatchEdit is enabled, which cannot be cancelled.
    • When cell editing is cancelled the focus must return to the cell.
  • DataGridCheckColumn does not use Theme.ColorOptions.Primary.
  • Seeking event not firing properly on video component.