Blazorise v1.7.6
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 could previously result in runtime exceptions. That issue has been resolved, making zooming safe and functional again across all chart types.
- DataGrid:
- Fixed a bug where DataGrid wouldn't generate columns if the first row in the data source contained null values. The improved logic now evaluates the full data set, ensuring reliable and complete column rendering.
- DataGrid dynamic data did not create a column on null values in the first row.
- FileEdit: AOT Compilation Fix
- Fix addresses a NotSupportedException thrown by FileEdit when used in AOT (Ahead-of-Time) compiled environments. It now works properly under AOT, making it safe to use in trimmed and precompiled deployments.
- Regression: CellsEditableOnNewCommand and CellsEditableOnEditCommand were ignored in DataGridEditMode.Popup.
- Docs:
- Code block was not visible on Validations page global options localization.
- There were invalid examples for icons installation.
- Cropper:
- Nullable object must have a value.
- Updated references to use latest 2.0 version.
- Chart did not always render after async ajax call.
- Exception in chart with zoom plugin.
- Fixed carousel pagination.
- Unable to search for filePicker component in documentation website.
- FileEdit throws System.NotSupportedException: ConstructorContainsNullParameterNames when AOT compiled.
- RequiredIndicator does not reflect the underlying boolean flag.
- Fixed Notification Service.
- Some font awesome icons were being generated with wrong css.