Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
6.4.0
6.4.0 - 2025-03-29
Fixes
- Parse images inside markdown links..
- Remove markup string from all components to avoid XSS vulnerability.
6.3.4
6.3.4 - 2025-03-28
Fixes
- DialogService Alert and Confirm buttons text missing when no options are specified.
6.3.3
6.3.3 - 2025-03-26
Improvements
- Enhance dialog options with property change notifications to support automatic UI updates.
- DropDown select item with SPACE added.
Fixes
- Escaped characters in Markdown tables display as a number.
- Menu should be closed on location changed not toggled.
6.3.2
6.3.2 - 2025-03-21
Improvements
- New component: TimeSpanPicker.
- Add cascading value support to dialog components.
Fixes
- Should not use Coalesce in OrderBy().
6.3.1
6.3.1 - 2025-03-20
Fixes
- RadzenSplitterPane class attribute not rendered.
- DataGrid filtering by DateOnly and TimeOnly settings save/load fixed.
- Should not use Coalesce in OrderBy() for non sub properties.
- Allow auto linking of markdown headers.
- RadzenMarkdown fails to parse image after strong node.
- Improve support for html tags inside RadzenMarkdown.
- Support URL fragments when matching the current URL added to Menu.
- Add support for self-closed and void HTML elements in RadzenMarkdown.
- Append html block elements as content during markdown rendering.
- Replace AutoLinkHeadings with AutoLinkHeadingDepth.
6.3.0
6.3.0 - 2025-03-18
Improvements
- Markdown component added.
Fixes
- Card text styles should only affect text components that are placed directly inside RadzenCard.
6.2.10
6.2.10 - 2025-03-18
Fixes
- Fixed Popup IAsyncDisposable implementation caused errors.
6.2.9
6.2.9 - 2025-03-17
Fixes
- Popup IAsyncDisposable implemented.
- Menu should be closed on location change.
- Fix Carousel scroll on touch devices.
6.2.8
6.2.8 - 2025-03-17
Fixes
- Scheduler navigation buttons submit containing form.
- SideDialog ContentCssClass not applied.
- Use RadzenDataGrid.EnumFilterTranslationFunc where applicable.
- Accordion item Visible will not show the item if hidden.
6.2.7
6.2.7 - 2025-03-14
Improvements
- DropDownDataGrid PopupStyle added.
- Enhanced ReloadSettings and LoadSettingsInternal methods with additional parameter.
Fixes
- DatePicker ReadOnly should not allow selecting a day with keyboard.