Blazorise 新版本发表
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 change...
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 frameworks...
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 weeks...
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 near...
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...
Released: Jun 4, 2024
v1.5.3 中的更新
特性
- InputMask: Updated to latest 5.0.9-beta.67.
- Cropper: Updated to 2.0.0-rc.
- Optimized the use of JS Interop for Button.
- Now shows licensing messages based on a license state.
修补程序
- DataGrid: Fixed Localization FilterMethods.
- DataGrid - Aggregate on specific column is not correctly moved with multiple groupings.
- Auto Generate Columns conflict with dynamic columns.
- DatePicker doesn't show error message.
- DatePicker showing calendar at wrong position using Bootstrap 5.
- DatePicker is setting the...
Released: Apr 22, 2024
v1.5.2 中的更新
特性
- RichTextEdit Enhancement
- The RichTextEdit component has been updated to leverage Quill JS 2.0. This upgrade provides improved performance and additional features for a better rich text editing experience.
修补程序
- Tab navigation in DataGrid broken when BatchEdit=true.
- RichTextEdit.SubmitOnEnter on longer working.
- DatePicker/TimePicker validation still not working.
- Datagrid border not visible when Fixed header.
- Video: Fixed custom captions.
Released: Mar 27, 2024
v1.5.1 中的更新
特性
- Updated template guide.
- You can now allow Column Chooser button to be aligned horizontally.
修补程序
- AntDesign Alert component seems to render differently with 1.5.
- Richtext edit no longer works in 1.5.
- Column Chooser should show without requiring the pager to be visible.
- Fixed TransferList.
- Blazorise BarItem NullReferenceException.
- Bulma Accordion toggle is just a normal button.
- DataGridColumn: Fix Displayable updating.
- SignaturePad - fromUrl - Resizing image.
- Selected Row does not change when...