Skip to content

Releases: radzenhq/radzen-blazor

9.0.5

16 Feb 16:26

Choose a tag to compare

9.0.5 - 2026-02-16

Fixes

  • Fixed nullabe parameter value support to DialogService.
  • Fix RadzenSteps next/previous buttons not reflecting disabled state.
  • DotNetObjectReference exception when closing resizable dialog.

9.0.4

12 Feb 10:27

Choose a tag to compare

9.0.4 - 2026-02-12

Fixes

  • DropDownBase selection not cleared in some cases.
  • RadzenDropDownDataGrid will not search as you type.
  • Possible DataGrid memory leaks fixed.
  • ExpressionParser support for qualified array type fixed.
  • RadzenLink sizing and RadzenLogin button styles.
  • Fix secondary text button colors in dark themes.
  • DataGrid column defaults lost on clear filter.

9.0.3

11 Feb 09:40

Choose a tag to compare

9.0.3 - 2026-02-11

Fixes

  • Fix to possible DotNetObjectReference instance was already disposed.
  • Tooltip position in RTL mode improved.
  • Fixed invalid operation exception with complex filter queries .

9.0.2

10 Feb 16:12

Choose a tag to compare

9.0.2 - 2026-02-10

Fixes

  • DataGrid CheckBoxList Filter crashes page in Firefox.

9.0.1

09 Feb 13:48

Choose a tag to compare

9.0.1 - 2026-02-09

Fixes

  • Fixed EF Core keyless entities exception (SQL View).

9.0.0

09 Feb 08:44

Choose a tag to compare

9.0.0 - 2026-02-09

Breaking

  • Updated rendering across multiple components to improve WAI-ARIA support and semantic HTML (interactive elements now render as buttons/inputs/nav where appropriate, additional aria-* attributes and localizable labels were added.
  • .NET 6.0 support has been removed.

Improvements

  • Splitter ChangeStateOnResize property added.

Fixes

  • DropDown, ListBox and DropDownDatGrid paste using context menu into search box not filtering.
  • DropDownBase possible null reference exception with browser autofill.
  • Accessing sub properties of nullable types improved.
  • QueryStringThemeService 302 redirect during SSR that hurt SEO for clean URLs.
  • Various possible memory leaks fixed.

8.7.5

03 Feb 07:59

Choose a tag to compare

8.7.5 - 2026-02-03

Improvements

  • DataGrid GroupRowRenderEventArgs Expandable property added.

Fixes

  • DataGrid possible memory leak fixed.
  • Fixed QRCode eyes with transparent background.

8.7.4

30 Jan 10:14

Choose a tag to compare

8.7.4 - 2026-01-30

Improvements

  • DataGrid QueryOnlyVisibleColumns property added.

Fixes

  • RadzenPager GoToPage() will not update page index.

8.7.3

28 Jan 15:59

Choose a tag to compare

8.7.3 - 2026-01-28

Fixes

  • Fix sytax error in Radzen.Blazor.js.

8.7.2

28 Jan 13:35

Choose a tag to compare

8.7.2 - 2026-01-28

Improvements

  • RadzenBarcodeEncoder and RadzenQREncoder made public and RadzenQRCode and RadzenBarcode ToSvg() methods added.

Fixes

  • ListBox duplicates the first typed letter in WASM when inside Popup.
  • Bar Charts have a zero for the min and max on the y-axis.