Skip to content

Releases: radzenhq/radzen-blazor

5.2.12

10 Oct 11:59
Compare
Choose a tag to compare

5.2.12 - 2024-10-10

Fixes

  • DataPicker rz-readonly should be added only when ReadOnly=true.

5.2.11

10 Oct 06:02
Compare
Choose a tag to compare

5.2.11 - 2024-10-10

Improvements

  • Index property added to DataGrid RowRenderEventArgs.
  • ButtonClass added to DatePicker.

Fixes

  • DataGrid will group by wrong column in case of invisible columns.
  • DropDown will not select item on Enter is some cases.
  • Closing tooltip should not try to restore focus.
  • ReadOnly Datepicker with PopupRenderMode Initial allows user to open popup and select date.
  • DataGrid will not render items when virtualized and grouped in some cases.
  • RadzenDataAnnotationValidator supports nested properties.

5.2.10

07 Oct 07:40
Compare
Choose a tag to compare

5.2.10 - 2024-10-07

Fixes

  • Fixed DatePicker can select disabled date if focused.
  • Fixed DropDown will focus disabled items in some cases.
  • DataGrid CheckBoxList filter values ordered by default.

5.2.9

03 Oct 07:14
Compare
Choose a tag to compare

5.2.9 - 2024-10-03

Fixes

  • Fixed FileInput error when canceled.
  • Upload should not raise change if file is not selected.
  • DataFilter InText and NotInText added.
  • SplitButton PopupID fixed.
  • Tabs focus logic with Visible=false tabs fixed.

5.2.8

01 Oct 13:20
Compare
Choose a tag to compare

5.2.8 - 2024-10-01

Fixes

  • Fixed DataGrid CheckBoxList filter for non string properties.

5.2.7

01 Oct 11:49
Compare
Choose a tag to compare

5.2.7 - 2024-10-01

Fixes

  • Fixed DataGrid enum filtering in simple mode.

5.2.6

01 Oct 08:15
Compare
Choose a tag to compare

5.2.6 - 2024-10-01

Improvements

  • Added AdditionalContent Parameter to Scheduler.
  • Popup AutoFocusFirstElement property added.

Fixes

  • DataGrid CheckBoxList filter should use null instead empty string.
  • RadzenHtmlEditor applies valid and invalid classes during validation.

5.2.5

30 Sep 07:28
Compare
Choose a tag to compare

5.2.5 - 2024-09-30

Fixes

  • DataGrid simple DateTime filter popup button will show active filter state.
  • Hide unwanted focused outline around the table in RadzenDataGrid.
  • DataGrid will group wrong column in case of Visible=false columns.
  • Enum filtering using underlying types other than Int32 is now supported.
  • Fixed input width in RadzenFormFields.

5.2.4

30 Sep 07:18
Compare
Choose a tag to compare

5.2.4 - 2024-09-24

Fixes

  • Added debug symbols to nuget package and updated the version

5.2.3

24 Sep 12:23
Compare
Choose a tag to compare

5.2.3 - 2024-09-24

Fixes

  • Mask component value not updated on change in Safari.
  • DatePicker as calendar, disappears when press escape key.
  • DatePicker with Inline=true should not close or toggle popup,
  • DataGrid column filters not cleared properly.
  • Added 'notranslate' CSS class to all icons to prevent icon translation.
  • RadzenNumeric prevents tab out when up/down key pressed before.