Skip to content

Releases: radzenhq/radzen-blazor

6.4.0

29 Mar 14:54
Compare
Choose a tag to compare

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

28 Mar 05:41
Compare
Choose a tag to compare

6.3.4 - 2025-03-28

Fixes

  • DialogService Alert and Confirm buttons text missing when no options are specified.

6.3.3

26 Mar 15:13
Compare
Choose a tag to compare

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

21 Mar 05:06
Compare
Choose a tag to compare

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

20 Mar 07:01
Compare
Choose a tag to compare

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

18 Mar 15:57
Compare
Choose a tag to compare

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

18 Mar 13:17
Compare
Choose a tag to compare

6.2.10 - 2025-03-18

Fixes

  • Fixed Popup IAsyncDisposable implementation caused errors.

6.2.9

17 Mar 15:14
Compare
Choose a tag to compare

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

17 Mar 07:06
Compare
Choose a tag to compare

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

14 Mar 13:27
Compare
Choose a tag to compare

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.