Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
3.1.5
3.1.5 - 2021-03-08
Fixes
- DropDown popup does not open after enabling.
- Fixed DataGrid column headers misaligned with body in some cases.
- Use only one DotNetObjectReference per component and dispose it.
3.1.4
3.1.4 - 2021-03-04
Improvements
- DatePicker and DataGrid DateTimeOffset support added.
Fixes
- Order appointments in month view by their start time instead of start date.
3.1.3
3.1.3 - 2021-03-01
Improvements
- DataGrid RowClick event added.
- DropDown SelectAllText property added.
- Tree Value property added.
Fixes
- Clear dropdown icon is misplaced in a filter template.
- ColorPicker type attribute of the button set to prevent form submission.
3.1.2
3.1.2 - 2021-02-25
Fixes
- DropDown null ref. exception on delete fixed.
- DatePicker Value not cleared properly.
3.1.1
3.1.1 - 2021-02-22
Fixes
- DropDown first item not highlighted if selected.
- DataGrid will use selected row style if Value is bound.
- ContextMenu for nested containers fixed.
- DropDown popup shown on parent clicks fixed.
- DataGrid second filter value not cleared on Reset().
3.1.0
3.1.0 - 2021-02-17
Improvements
- Login component will raise Login event explicitly on password input enter key press.
- CheckBoxList, RadioButtonList and SelectBar items from data support added.
- Refresh() method and Refresh event added to DialogService.
- DataGrid multiple selection support added.
Fixes
- DropDown selected item not scrolled into view initially fixed.
- Slider not working as expected when disabled initially and enabled runtime.
3.0.10
3.0.10 - 2021-02-15
Improvements
- Enable customization of RadzenFieldset display style.
Fixes
- DataGrid not reloaded runtime on column Visible change.
- TreeNodes are sometimes reused after removing the corresponding data item.
3.0.9
3.0.9 - 2021-02-11
Fixes
- Build warnings fixed.
- Upload and DropDown Content Security Policy errors fixed.
3.0.8
3.0.8 - 2021-02-08
Fixes
- DropDownDataGrid not reloaded properly after filter and selected value cleared.
- DataGird active filter icon color not applied.
- Cannot set the width and height of Inline DatePicker.
3.0.7
3.0.7 - 2021-02-04
Fixes
- DataGrid column resizing reworked to avoid performance problems.
- DataGrid ColumnResized event fixed.