Telerik UI for Blazor 2.28.0

Released: Oct 27, 2021

2.28.0 中的更新

特性

  • Common
    • New ColorGradient Component.
    • New ColorPicker Component.
    • New FlatColorPicker Component.
    • New QRCode component.
    • New Heatmap Chart Series.
    • Material Theme - v.4.42.0.
    • Bootstrap Theme - v.4.42.0.
    • Default Theme - v.4.42.0.
    • Compatibility with Microsoft .NET 6.0 RC 2.
  • DateInput
    • Support for placeholders.
  • DatePicker
    • Add AriaLabelledBy and AriaDescribedBy parameters.
    • Support for placeholders.
  • DateRangePicker
    • Support for placeholders.
  • DateTimePicker
    • Add AriaLabelledBy and AriaDescribedBy parameters.
    • Support for placeholders.
  • Editor
    • Exposing a Colors parameter and palette into the Editor color tool.
  • Gantt
    • Еxpose GanttTaskCommandEventArgs.
  • Grid
    • AutoFitColumn, AutoFitColumns and AutoFitAllColumns methods for autosizing columns.
    • Trigger OnEdit, OnUpdate, OnCancel on every cell in Incell EditMode.
    • Improve performance of column menu chooser.
  • RangeSlider
    • Add AriaLabelledBy and AriaDescribedBy parameters.
    • Add OnChange event.
    • Slider value should be updated on drag.
  • Slider
    • Add AriaLabelledBy and AriaDescribedBy parameters.
    • Add OnChange event.
    • Slider value should be updated on drag.
  • TextBox
    • MaxLength parameter for TextBox component.
  • TimePicker
    • Add AriaLabelledBy and AriaDescribedBy parameters.
    • Support for placeholders.
  • TreeList
    • AutoFitColumn, AutoFitColumns and AutoFitAllColumns methods for autosizing columns.
    • Trigger OnEdit, OnUpdate, OnCancel on every cell in Incell EditMode.

修补程序

  • DateTimePicker
    • TimePicker Set button should fire OnChange.
  • Gantt
    • Clear filter icon is misaligned in Material theme.
  • Grid
    • Virtual Scrolling does not work in Swedish culture.
    • Clear filter icon is misaligned in Material theme.
    • Column menu and Filter menu indicators are overlapping the Grid column header text.
    • Filter Icon in Grid goes over the text.
  • PanelBar
    • Some keyboard shortcuts do not work inside PanelBar ContentTemplate.
  • Scheduler
    • Appointments drag and resize update the Scheduler data before the OnUpdate logic is performed.
    • Resource Grouping with resource type different of a string causes an "Error: System.ArgumentException: Arg_ObjObjEx".
  • TimePicker
    • TimePicker Set button should fire OnChange.
  • Tooltip
    • Tooltip does not show on the entire target.
    • Tooltip is not shown for SVG elements.
  • TreeList
    • Clear filter icon is misaligned in Material theme.
    • Column menu and Filter menu indicators are overlapping the Grid column header text.
    • Filter Icon in Grid goes over the text.
  • TreeView
    • Dragging and Dropping a Selected/Checked item throws an exception.
  • Upload
    • The Retry button does not fire OnUpload and you can't attach auth tokens.