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 visible (Hide)

radzen-blazor - 4.9.2

Published by enchev over 1 year ago

4.9.2 - 2023-04-18

Improvements

  • CheckBox ReadOnly property added.
  • Dialog focus trap added.
  • Improved FormField rendering and styles.

Fixes

  • Fix border radius of ColorPicker value.
  • Close all context menus on dispose.
radzen-blazor - 4.9.1

Published by akorchev over 1 year ago

4.9.1 - 2023-04-12

Fixes

  • The previous release 4.9.0 includes .DS_Store files.
radzen-blazor - 4.9.0

Published by akorchev over 1 year ago

4.9.0 - 2023-04-12

IMPORTANT!!! The nuget package for 4.9.0 is broken. Use 4.9.1 instead.

Improvements

  • New component RadzenFormField. Provides floating labels, start and end content (icons).
  • RadzenText can create anchors via the Anchor property.
  • Add ability to customize OData string by column
radzen-blazor - 4.8.4

Published by enchev over 1 year ago

4.8.4 - 2023-04-04

Improvements

  • Better handling of Scheduler YearView clicks and overridable MoreText event.
  • RadzenContextMenu Icon property added.
  • RadzenAutoComplete close popup if value is smaller than MinLength.
  • PanelMenu item click added.
  • Tree item label click should check the CheckBox.
  • DataList IsLoading property added.

Fixes

  • Close all tooltips on dispose.
radzen-blazor - 4.8.3

Published by enchev over 1 year ago

4.8.3 - 2023-03-20

Improvements

  • TooltipService Open with position overloads added.
  • RadzenDataList and Pager Density property added.
  • Numeric custom value convert support added.

Fixes

  • Add milliseconds to column filter string for DateTime.
  • Removed styles that override the appearance of small button in a DataGrid cell.
radzen-blazor - 4.8.2

Published by enchev over 1 year ago

4.8.2 - 2023-03-27

Fixes

  • Removed unnecessary curly brace in Link component.
radzen-blazor - 4.8.1

Published by enchev over 1 year ago

4.8.1 - 2023-03-27

Improvements

  • Added NavLink-Match property to Link, MenuItem, PanelMenuItem and ProfileMenuItem.
  • RadzenMenuItem, RadzenPanelMenuItem and RadzenProfileMenuItem can have empty string as Path.
radzen-blazor - 4.8.0

Published by enchev over 1 year ago

4.8.0 - 2023-03-24

Fixes

  • Microsoft.CSharp should be referenced for netstandard2.1 only.
radzen-blazor - 4.7.14

Published by enchev over 1 year ago

4.7.14 - 2023-03-23

Improvements

  • Added MarkupString support for RadzenRadioButtonListItem Text and RadzenCheckBoxListItem Text.
  • Added ShowColumnTitleAsTooltip DataGrid property for enabling/disabling column title tooltip.

Fixes

  • DataGrid settings not loaded in there is a filtering that leads to empty collection.
  • DataGrid crashes when filter is applied to Decimal? field and loaded from Settings.
  • Changed ripple's pseudo-element to avoid mouse event problems.
radzen-blazor - 4.7.13

Published by enchev over 1 year ago

4.7.13 - 2023-03-20

Improvements

  • Added NavLinkMatch property to RadzenMenuItem.
  • DropDownBase support for ICollection<> added.
  • Updated confirm/alert methods to virtual in the dialog service to allow for mocking in unit tests.

Fixes

  • Setting the font size or font does not work in HtmlEditor.
  • RadzenLoging does not post the value of the "Remember me" switch.
  • Changing PageSize in DataGrid with bound Settings causes an infinite loop.
radzen-blazor - 4.7.12

Published by enchev over 1 year ago

4.7.12 - 2023-03-16

Fixes

  • Change RadzenComponent.Element setter to protected internal.
  • The HtmlEditor view source button submits the parent form.
  • rz-helper-hidden-accessible should not use overflow hidden.
radzen-blazor - 4.7.11

Published by enchev over 1 year ago

4.7.11 - 2023-03-13

Fixes

  • Fixed OData enum filtering.
  • Fixed setting the grid settings to null causes the selected column count to display a wrong number.
radzen-blazor - 4.7.10

Published by enchev over 1 year ago

4.7.10 - 2023-03-13

Fixes

  • Fixed Tree parent item should not be part of CheckedValues if at least one child is unchecked.
  • DataGrid will save in Settings only columns with defined Property.
  • DataGrid state will be updated after frozen column resize.
  • Fixed DataGrid column title not updated when changed runtime.
  • Dialog cannot be moved horizontally with CultureInfo "de-DE".
  • Fixed DataGrid Query.OrderBy not populated with initial column sorting.
  • Fixed OData enum filter value should use single quotes.
radzen-blazor - 4.7.9

Published by enchev over 1 year ago

4.7.9 - 2023-03-09

Improvements

  • Add DataGrid HeaderTemplate property.

Fixes

  • Fixed update OrderIndex for all columns after DataGrid column reorder.
radzen-blazor - 4.7.8

Published by enchev over 1 year ago

4.7.8 - 2023-03-07

Improvements

  • Add Density Parameter to DropDownDataGrid.
  • Improve Button focus state.

Fixes

  • Fixed ColorPicker disabled state.
  • Fixed ContextMenu click event.
radzen-blazor - 4.7.7

Published by enchev over 1 year ago

4.7.7 - 2023-03-06

Fixes

  • Fixed Tooltip error during navigation.
radzen-blazor - 4.7.6

Published by enchev over 1 year ago

4.7.6 - 2023-03-03

Improvements

  • Scheduler SelectView property added to allow programatically changing the selected view.

Fixes

  • Fixed SplitButton disabled state when Busy.
  • Fixed error with Tooltip and navigating to a page with a different layout.
  • DataGrid should not reset settings on Reset() if using LoadData.
radzen-blazor - 4.7.5

Published by enchev over 1 year ago

4.7.5 - 2023-03-02

Improvements

  • Stacked bar and column charts added.
  • SplitButton IsBusy property added.
  • Added Density property to RadzenPager.
radzen-blazor - 4.7.4

Published by enchev over 1 year ago

4.7.4 - 2023-02-27

Fixes

  • Reverted PanelMenu item arrow icon when ChildContent exists since items received expand icon even if they don't have child items.
  • DataGrid SaveSettings made awaitable reverted due to detected render recursion in some cases.
radzen-blazor - 4.7.3

Published by enchev over 1 year ago

4.7.3 - 2023-02-27

Improvements

  • Added an autocomplete type parameter.
  • DataGrid KeyProperty added.

Fixes

  • DataGrid column visibility out of sync with column picker when Visible changed runtime.
  • RadzenRequiredValidator firing on duplicate property names.
  • Missing ; after clip-path in bar charts.
  • SeriesClick event is sometimes not fired when clicking a marker.
  • Splitter cannot be expanded runtime if Collapsed set to true.
  • DataGrid frozen-cell hover and selection background colors.
  • DataGrid SaveSettings made awaitable.
  • Show PanelMenu item arrow icon when ChildContent exists.