radzen-blazor

Radzen Blazor is a set of 70+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.

MIT License

Stars
3.2K
Committers
185

Bot releases are hidden (Show)

radzen-blazor - 4.28.4

Published by enchev 7 months ago

4.28.4 - 2024-03-21

Fixes

  • Fixed SecurityCode form support.
  • SecurityCode OnValueChange should be invoked on paste.
  • SecurityCode FocusAsync fixed.
radzen-blazor - 4.28.3

Published by enchev 7 months ago

4.28.3 - 2024-03-20

Fixes

  • SecurityCode should not update value if not needed.
  • Accordion SelectedIndex two-way binding fixed.
  • DatePicker PopupID will use id attribute of the component if set.
  • DatePicker focused date not updated properly when interacting with mouse.
radzen-blazor - 4.28.2

Published by enchev 7 months ago

4.28.2 - 2024-03-19

Fixes

  • SecurityCode input lost value if same value is entered.
  • Custom 'autocomplete' attribute support added to TextBox, Mask, Password and Numeric. All AutoComplete properties reverted to boolean.
radzen-blazor - 4.28.1

Published by enchev 7 months ago

4.28.1 - 2024-03-18

Fixes

  • PickList ButtonJustifyContent default value set to Center.
  • Update SecurityCode styles.
  • Fix height of PickList target wrapper.
radzen-blazor - 4.28.0

Published by enchev 7 months ago

4.28.0 - 2024-03-18

Improvements

  • SecurityCode component added.
  • TextBox, Mask, Password, Numeric and Login components AutoComplete property made dynamic to allow custom string values.

Fixes

  • Added aria-hidden="true" to CheckBoxList label.
  • Fixed DataGrid with virtualization crashes when ungrouping.
  • Splitter runtime size not updated on Size change.
  • DatePicker will not use inline scripts to open/close popup.
  • Fixed DataGrid column resize sticking on after click.
  • Tab should not close DropDownDataGrid if on search input or search and add buttons.
  • Change the rendering of RadzenStackedAreaSeries to no longer require RenderingOrder and cause overlaps.
radzen-blazor - 4.27.1

Published by enchev 7 months ago

4.27.1 - 2024-03-14

Fixes

  • Splitter mask not removed after first resize.
radzen-blazor - 4.27.0

Published by enchev 7 months ago

4.27.0 - 2024-03-14

Improvements

  • PickList component added.
  • Splitter IsResizing property added.
  • Splitter mask added during resize to avoid problems with frames.

Fixes

  • AutoComplete in RadzenTextBox not always working.
radzen-blazor - 4.26.1

Published by enchev 7 months ago

4.26.1 - 2024-03-12

Fixes

  • RadzenSteps are not shown anymore, after hiding using Visible.
  • DataGrid RowSelect not raised when selecting a row with SPACE or ENTER keys.
  • DataGrid column HeaderTemplate should not propagate keydown event.
  • Scheduler YearView rz-other-month class fixed.
radzen-blazor - 4.26.0

Published by enchev 7 months ago

4.26.0 - 2024-03-11

Improvements

  • DropDown will focus item starting with typed key.

Fixes

  • PanelMenu null ref. exception fixed with ArrowDown.
  • Infinite reload loop in RadzenDataGrid with empty data when AllowVirtualization is true and Settings are applied.
radzen-blazor - 4.25.12

Published by enchev 8 months ago

4.25.12 - 2024-03-07

Fixes

  • DataGrid columns state should not be reset on Data change if AllowColumnPicking, AllowColumnReorder or AllowColumnResize is true.
  • DataGrid keyboard navigation will scroll into view focused row/cell only if needed.
  • DataGrid save/load settings will handle composite columns as well.
  • Virtualized DropDownDataGrid not properly refreshed after search when scrolled.
radzen-blazor - 4.25.11

Published by enchev 8 months ago

4.25.11 - 2024-03-05

Fixes

  • DatePicker Close() not working.
  • Input from the keyboard freezes inside RadzenLayout.
  • Added specific CSS selectors for week number in DatePicker.
  • DataGrid column CustomFilterExpression included in save/load settings.
radzen-blazor - 4.25.10

Published by enchev 8 months ago

4.25.10 - 2024-03-04

Fixes

  • RadzenDatePicker (Inline) throws error after picking date.
radzen-blazor - 4.25.9

Published by enchev 8 months ago

4.25.9 - 2024-02-29

Fixes

  • Tabs focus should excluded non visible tabs.
  • DataGrid should use In filter operator as default when FilterProperty is different from Property.
  • Fixed DataGrid filter icon style with custom filter.
radzen-blazor - 4.25.8

Published by enchev 8 months ago

4.25.8 - 2024-02-28

Improvements

  • DataGrid PageUp/Down/Home/End support added for keyboard navigation when virtualized.

Fixes

  • Cannot tab out from DropDownDataGrid after ESC or ENTER.
  • DropDownDataGrid will force inner DataGrid refresh on popup open if virtualized.
  • DatePicker with TimeOnly crashes on 00:00 value.
  • Tab focused state not removed from previous selected/focused tab in server render mode.
  • DataGrid inserted row not validated when there is already edited item in multiple edit mode.
radzen-blazor - 4.25.7

Published by enchev 8 months ago

4.25.7 - 2024-02-26

Fixes

  • DataGrid keyboard navigation with virtualization improved.
  • Fixed various keyboard navigation problems in Firefox.
  • Fix day focused state in DatePicker.
  • DatePicker Value property setter comparing old and new value improved.
  • Fix ProfileMenu bullet points in Safari.
radzen-blazor - 4.25.6

Published by enchev 8 months ago

4.25.6 - 2024-02-23

Fixes

  • Fixed select all of unbound DropDown.
  • Fixed DatePicker focus lost on selection.
  • PanelMenu item not expanded on reload if selected.
  • Fixed exception in TreeView expand/collapse.
radzen-blazor - 4.25.5

Published by enchev 8 months ago

4.25.5 - 2024-02-22

Fixes

  • Tab focused state not removed from previous selected/focused tab properly.
  • Menu Toggle() and Close() methods fixed.
radzen-blazor - 4.25.4

Published by enchev 8 months ago

4.25.4 - 2024-02-22

Fixes

  • Various components templates should not propagate keydown.
radzen-blazor - 4.25.3

Published by enchev 8 months ago

4.25.3 - 2024-02-21

Fixes

  • RadzenAccordion item role fixed.
radzen-blazor - 4.25.2

Published by enchev 8 months ago

4.25.2 - 2024-02-21

Improvements

  • Allow show/hide of the ProfileMenu expand/collapse icon.

Fixes

  • Set tabindex for various buttons.