Skip to content

Releases: radzenhq/radzen-blazor

5.7.10

20 Jan 15:53
Compare
Choose a tag to compare

5.7.10 - 2025-01-20

Fixes

  • Fixed RadzenAutoComplete Value is not displayed in the input field when using Value and Change event.
  • Text shifting fix for RadzenDropDown.
  • Linking to an anchor does not scroll to the anchor.

5.7.9

17 Jan 20:07
Compare
Choose a tag to compare

5.7.9 - 2025-01-17

Fixes

  • RadzenDropDown with filtering on Android closes on open.
  • Add Numeric empty string support, culture based cast.

5.7.8

16 Jan 10:27
Compare
Choose a tag to compare

5.7.8 - 2025-01-16

Fixes

  • Numeric TypeConverter support restored.

5.7.7

16 Jan 09:30
Compare
Choose a tag to compare

5.7.7 - 2025-01-16

Improvements

  • DialogService OpenSide() method added.
  • AutoComplete SelectedItem property added.

Fixes

  • Exception is thrown when all series values are 0 in certain value axis configuration.
  • Numeric decimal validation improved.

5.7.6

14 Jan 15:18
Compare
Choose a tag to compare

5.7.6 - 2025-01-14

Fixes

  • Make RadzenRating hover color more prominent and add focus outlines
  • Accordion item Selected logic improved.
  • Fix RadzenDatePicker input padding when trigger button is hidden.

5.7.5

13 Jan 13:09
Compare
Choose a tag to compare

5.7.5 - 2025-01-13

Improvements

  • SelectBar Orientation parameter added.

Fixes

  • Fixed RadzenDataFilter.ToFilterString() returns invalid filter for string does not contain.
  • Fixed Accordion cannot be collapsed using Selected property of the item.
  • All popups will be closed on window resize.
  • RadzenDropDownDataGrid selection lost when bound using LoadData with virtualization.

5.7.4

10 Jan 09:00
Compare
Choose a tag to compare

5.7.4 - 2025-01-10

Improvements

  • Add SelectedView to SchedulerLoadEventArgs.
  • Added Simple and SimpleWithMenu FilterMode support for DataGrid composite columns.

Fixes

  • RadzenChart throws an exception when all series data is zero.
  • DataGrid sort order not set properly when SortProperty is different from Property.
  • Fix RadzenTree icon margin should not propagate to tree node label's child content.

5.7.3

06 Jan 08:33
Compare
Choose a tag to compare

5.7.3 - 2025-01-06

Improvements

  • Ability to Show / Hide Scheduler Header.
  • Support for inserting after specific row in DataGrid.
  • DataGrid CheckBoxList filter loading indicator added.

Fixes

  • Update Scheduler Title when StartMonth changes in Year Views.
  • RadzenTree throws collection modified exception when SingleExpand is set to true.
  • Fix DataGrid background colors of right inline frozen columns.
  • Standard dark theme base flag fix.
  • Numeric input not updated when Value is set to null.
  • Fixed Nullable Integer RadzenNumeric allows decimals.

5.7.2

27 Dec 02:20
Compare
Choose a tag to compare

5.7.2 - 2024-12-27

Improvements

  • Scheduler will sort appointments by length greater than one day.
  • Added ShowHeader parameter for RadzenDataGrid component.

Fixes

  • Numeric will prevent decimal insertion in integer-only fields.
  • Catched possible sporadic exception invoking 'RadzenTooltip.CloseTooltip'.
  • Steps aria-label attribute fixed.

5.7.1

19 Dec 07:32
Compare
Choose a tag to compare

5.7.1 - 2024-12-19

Improvements

  • Scheduler RadzenMultiDayView AdvanceDays property added.
  • Accordion item Disabled property added.

Fixes

  • Fixed DataGrid CheckBoxList filtering with LoadData and In/NotIn operator.
  • Fixed DataGrid CheckBoxList filtering with LoadData for enums.