Blazorise Releases
Released: Sep 27, 2022
Updates in v1.1.x
v1.1.6
Updated Jan 17, 2024
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
Updates in 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...