Skip to content

Releases: radzenhq/radzen-blazor

5.5.3

04 Nov 07:19
Compare
Choose a tag to compare

5.5.3 - 2024-11-04

Fixes

  • Fixed RadzenCarousel Navigation will skip one item forward on manual navigation with Auto=true.
  • Fixed DataGrid boolean fields in advanced filter auto-apply without pressing 'Apply'.
  • DataGrid Reset() should reset to original columns order.
  • DataGrid will close column filter after open in case of hidden column with FilterPopupRenderMode="PopupRenderMode.OnDemand".

5.5.2

31 Oct 08:29
Compare
Choose a tag to compare

5.5.2 - 2024-10-31

Fixes

  • Fixed the ParameterView instance can no longer be read because it has expired with virtualized DropDownDataGrid.

5.5.1

29 Oct 09:23
Compare
Choose a tag to compare

5.5.1 - 2024-10-29

Fixes

  • Fixed DataGrid column FilterOperator will always default to what set initially.

5.5.0

29 Oct 07:51
Compare
Choose a tag to compare

5.5.0 - 2024-10-29

Improvements

  • Added Chart label rotation.

Fixes

  • Carousel swipe support fixed.
  • Changing Carousel Auto will not restart the timer.

5.4.0

28 Oct 08:09
Compare
Choose a tag to compare

5.4.0 - 2024-10-28

Improvements

  • Added FilterAutoCompleteType to DropDown.
  • Added CardGroup component.
  • PickList Placeholder, SourcePlaceholder and TargetPlaceholder added.
  • Render chart tooltips in the same way as standard tooltips.

Fixes

  • Fixed apiKey not defined for updateMap method in GoogleMap.
  • DropDownDataGrid sorting when virtualized fixed.

5.3.5

22 Oct 06:51
Compare
Choose a tag to compare

5.3.5 - 2024-10-22

Improvements

  • Added PreserveRowSelectionOnPaging to DropDownDataGrid.

Fixes

  • DataGrid wrong number of rows rendered in some cases with composite columns.
  • Fixed DropDownDataGrid up-arrow key would focus 2 rows above the selected index.

5.3.3

21 Oct 13:21
Compare
Choose a tag to compare

5.3.3 - 2024-10-21

Fixes

  • DataGrid duplicate rows fixed.

5.3.2

21 Oct 10:07
Compare
Choose a tag to compare

5.3.2 - 2024-10-21

Fixes

  • DataGrid composite columns span not properly calculated in case of non visible columns.
  • GoogleMap should respect Culture language.

5.3.1

17 Oct 07:18
Compare
Choose a tag to compare

5.3.1 - 2024-10-17

Fixes

  • Disabled text color in material theme should be lighter.
  • Fix rz-column-title overflow if it has a checkbox inside.
  • DataGrid should not show two expand icons in case of both self-reference hierarchy and Template defined.
  • Fix label overlapping when RadzenFileInput is in RadzenFormField.
  • Carousel pager not updated on auto rotate in some cases.
  • Carousel manual navigation should reset the auto-rotate timer.
  • DataGrid wrong column grouped in some cases with composite columns.

5.3.0

14 Oct 06:12
Compare
Choose a tag to compare

5.3.0 - 2024-10-14

Improvements

  • Carousel component added.
  • DataGrid column picking demo improved with context menu option.

Fixes

  • RadzenBody sometimes triggers JS exception after navigation.
  • DataGrid/DataFilter ToFilterString() enumerable type discovery improved.
  • Tooltip smart position will take into account scrollbar width.