Lancements de Blazorise

Released: Jun 3, 2025

Mises à jour de v1.7.7

Fonctionnalités

  • 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

Mises à jour de v1.7.6

Fonctionnalités

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

Correctifs

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

Released: Feb 28, 2025

Mises à jour de v1.7.5

Fonctionnalités

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

Correctifs

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

Released: Feb 4, 2025

Mises à jour de v1.7.4

Fonctionnalités

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

Correctifs

  • 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

Mises à jour de v1.7.3

Correctifs

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

Released: Dec 30, 2024

Mises à jour de v1.7.2

Fonctionnalités

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

Correctifs

  • 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

Mises à jour de v1.7.1

Fonctionnalités

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

Released: Nov 15, 2024

Mises à jour de v1.7

Fonctionnalités

  • Microsoft .NET 9 Support:
    • Blazorise 1.7 now fully supports .NET 9, enabling compatibility with the latest features, improved performance, and security benefits.
  • New PdfViewer Component:
    • Easily render PDF documents with the new PdfViewer component, including zoom and navigation options. Ideal for integrating document viewing into your apps.
  • New Skeleton Component:
    • Provide loading placeholders to enhance user experience, with a customizable Skeleton component for seamless...

Released: Oct 15, 2024

Mises à jour de v1.6.2

Fonctionnalités

  • Added example for IValidatableObject.

Correctifs

  • NumericPicker Step Issue
    • A bug was identified in the NumericPicker component, where using the up and down arrow keys caused the value to increment or decrement by 2 instead of the expected single-step behavior. This bug has been resolved, and the component now functions correctly, stepping by the correct increment value as intended.
  • DatePicker Incorrect Days and Weeks
    • Users experienced a bug in the DatePicker component where...

Released: Aug 22, 2024

Mises à jour de v1.6.1

Correctifs

  • Fixed an issue where the FileEdit button text displayed the selected file name after selection. The fix was present only on Bootstrap 5, and the issue was fixed by changing the HTML structure of the FileEdit component. The button text now correctly displays the selected file name after selection.
  • Addressed the issue of disabling row clicks on the DataGrid's multi-selection checkbox. The solution involves using ClickStopPropagation to prevent click events from propagating when clicking...