Blazorise のリリース

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

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.

Released: Jan 17, 2025

v1.7.3 での更新項目

不具合の修正

  • 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

v1.7.2 での更新項目

機能

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

不具合の修正

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

Released: Dec 10, 2024

v1.7.1 での更新項目

機能

  • 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, such as...

Released: Nov 15, 2024

v1.7 での更新項目

機能

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

Released: Oct 15, 2024

v1.6.2 での更新項目

機能

  • Added example for IValidatableObject.

不具合の修正

  • 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 incorrect days and...

Released: Aug 22, 2024

v1.6.1 での更新項目

不具合の修正

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

Released: Jul 23, 2024

v1.6.0 での更新項目

機能

  • Charts Component - Added new Zoom Plugin. Significantly enhances the interactivity and usability of charts:
    • Zoom In/Out: Users can now zoom into specific areas of the chart to get a closer look at the data points and trends.
    • Panning: The ability to pan around the chart ensures that users can easily navigate to different sections of the chart without losing their zoomed-in view.
    • Enhanced Data Exploration: These new interactive capabilities make it easier to analyze and interpret data, leading...