Blazorise 新版本發表
Released: Oct 18, 2023
v1.3.2 中的更新
特性
- Added FilterMethod to DataGridColumnInfo.
修補程式
- Docs: Markdown: Example for shortcuts is wrong.
- In the Autocomplete you can see what you are typing.
- Docs: Datagrid: Missing RowStyling parameters.
- NullReferenceException in Blazorise Datagrid.
- Blazorise Cropper component.
- Autocomplete SearchBackground doesn't look right when using Multiple Attribute.
- DatePicker show null placeholder.
- Link to code in demos.
- Size parameter not working on Figure component for Material provider.
- Autocomplete issue...
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...