Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.1.4
5.1.4 - 2024-08-28
Improvements
- DataList EmptyMessage, EmptyTemplate and ShowEmptyMessage added.
Fixes
- DataGrid simple filter input autocomplete disabled.
- DataGrid composite column GroupFooterTemplate fixed.
- DropDownDataGrid row not selected on initial selection.
5.1.3
5.1.2
5.1.2 - 2024-08-22
Fixes
- Fix DropDown chips padding within a flat or filled FormField.
- RadzenTreeItem rendering fixed.
- DataGrid Bool and Bool? filters not handled correctly.
- PanelMenu will use PanelMenuItem.Match if not default.
- Hide RadzenButton's hover state on touchscreen devices.
- DropDownDataGrid HeaderTemplate duplicated.
5.1.1
5.1.0
5.1.0 - 2024-08-15
Improvements
- New Shared chart tooltips and Sparkline component.
- DataGrid column FormatProvider property added.
Fixes
- Fix ProgressBar value color
- Exception is thrown when using bar series with empty data.
- DropDown OpenOnFocus behavior improved.
- Raise the HtmlEditor Paste event when an image is pasted.
5.0.9
5.0.9 - 2024-08-12
Improvements
- DataGrid ColumnReordering event added.
- DropDownDataGrid HeaderTemplate and FooterTemplate support added.
Fixes
- Fixed DataFilter ToFilterString() wrong expression for dates.
- Fixed Splitter exception when all panes Resizable=false.
5.0.8
5.0.8 - 2024-08-06
Improvements
- SideDialogOptions AutoFocusFirstElement added.
Fixes
- Fix Panel's toggle icon colors in Standard Dark theme.
- Fix SplitButton spacing issue between icon and text.
- Check fireChangeEvent before invoking Change event in RadzenUpload.
- DataGrid CheckBoxList Filter is not showing all values.
- SplitButton not cleared from DOM after disposed.
- DataGrid column null propagation for filtering will be used only for nullable types.
- ProfileMenu keyboard navigation fixed.
5.0.7
5.0.6
5.0.5
5.0.5 - 2024-08-01
Fixes
- DataGrid CheckBoxList filtering support improved for collection sub properties.
- GoogleMap will use default marker label if not set custom.
- DropDownBase should not raise ContextMenu event if disabled.
- Fix disabled state of AutoComplete and DatePicker in FormField.