Blazorise のリリース
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:
- 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...