Blazorise のリリース
Released: Aug 19, 2023
v1.3.1 での更新項目
不具合の修正
Released: Aug 16, 2023
v1.3.0 での更新項目
機能
- Added support for Microsoft .NET 8 Preview 7.
- New Offcanvas component allows you to build hidden sidebars into your project and can appear from the top, bottom, left or right of your screen.
- New Splitter component provides a way to create resizable panels in your application.
- New SignaturePad component allows you to capture and store signatures in a secure and reliable manner.
- Added localization support to MessageProvider.
- New chart annotation extension lets you draw lines, boxes, points...
Released: Feb 1, 2023
v1.2.x での更新項目
v1.2.5
Updated Aug 8, 2023
Fixes
- Prevents the JS call on each Dispose() when the JSDragDropModule has not Init.
- Json serialisation error for .NET 8.
- Docs:: Image Cropper \ Blazorise extend documentation for MaximumReceiveMessageSize.
- Docs: Add Refresh method to the DropContainer.
- Modal XL class repeating.
- Switch theming not calculating focus border.
- Allow Component Parameters to override BlazoriseOptions :: Example Icon.
- FilePicker / FileEdit: Status being rest when Remove is called.
Released: Sep 27, 2022
v1.1.x での更新項目
v1.1.6
Updated Jan 17, 2023
Fixes
- AntDesign : Autocomplete does not work at all.
- EmptyTemplate is not rendered in DataGrid when data is empty.
- Modals not closing when clicked on backdrop.
- Autocomplete with empty SelectedValues.
- Datagrid with many rows & DataGridMultiSelectColumn activated become slow when check pressed.
v1.1.5
Updated Dec 13, 2022
Features
- Added the ability to implement delayed execution in 'BaseAfterRenderComponent'.
- NumericPicker: You can now check for large number values...
Released: Mar 4, 2022
v1.0.x での更新項目
v1.0.6
Updated Jul 26, 2022
Features
- Update Bootstrap Icons to 1.9.1.
Fixes
- Modal: Fix Animations.
- Card Deck: Not uniform in size.
- Autocomplete selected value lost when selecting item with keyboard.
- Autocomplete : Investigate NotFound Handling with SearchChanged as a long-running task.
- DataGrid: in VirtualizeManualReadMode, if ReadData returns synchronously, sorting would not work.
- DataGridRowStyling with FixedHeader not working.
- Make ChildContent generic for ListView.
- AutoComplete with Multiple...