Telerik UI for Blazor R1 2022 SP1 (3.1.0)

Released: Mar 2, 2022

R1 2022 SP1 (3.1.0) 中的更新

特性

  • Common
    • Added new Filter component.
    • Added new FloatingLabel component.
    • Updated DPL version to 2022.1.217.
    • Updated Bootstrap Theme Package (v5.2.0).
    • Updated Default Theme Package (v5.2.0).
    • Updated Material Theme Package (v5.2.0).
  • Charts
    • Added series gradient parameter.
    • Added plot area parameters.
  • ContextMenu
    • Added HideAsync method.
  • Editor
    • Added the ability to allow nested Video source tags.
  • Form
    • Added ButtonsLayout parameter.
    • Added the ability to generate editors based on the EditorType parameter.
  • Gantt
    • Added Editable parameter to GanttColumn.
    • Added Date Header template for timeline.
    • Added OnExpand & OnCollapse Events.
    • Added the ability to customize dateformat of columns.
    • Added Zoom to fit functionality.
    • Exposed HeaderTemplate, Template and EditorTemplate for the Gantt columns.
    • Added the ability to generate filter editors based on the FilterEditorType parameter.
    • Added OnEdit Event.
    • Added Gantt EditModes.
    • Added the ability to allow customizing popup editing window.
    • Added the ability to generate editors based on the EditorType parameter.
  • Grid
    • Added OnAdd event.
    • Added the ability to generate filter editors based on the FilterEditorType parameter.
    • Added the ability to customize default filter components.
    • Added the ability to allow customizing popup editing window.
    • Added the ability to generate editors based on the EditorType parameter.
  • Menu
    • Added CloseOnClick parameter.
  • NumericTextBox
    • Added placeholder parameter.
  • Scheduler
    • Added the ability to allow customizing popup editing window.
  • StockChart
    • Added series gradient parameter.
    • Added plot area parameters.
  • ToolBar
    • Exposed aria-label parameter as it is required when multiple toolbars are present.
  • TreeList
    • Added OnAdd event.
    • Added the ability to generate filter editors based on the FilterEditorType parameter.
    • Added the ability to customize default filter components.
    • Added OnRowClick, OnRowDoubleClick, OnRowContextMenu events.
    • Added the ability to allow customizing popup editing window.
    • Added the ability to generate editors based on the EditorType parameter.
  • Window
    • Added MinWidth, MaxWidth, MinHeight, MaxHeight parameters.

修補程式

  • ColorPicker
    • ColorPickerGradientView HEX textbox ignores ShowOpacityEditor setting.
  • DateInput
    • DatePicker loses focus when the input date starts with 0 (nullable DateTime value). Using format yyyy-MM-dd loses focus as well.
  • DatePicker
    • DatePicker loses focus when the input date starts with 0 (nullable DateTime value). Using format yyyy-MM-dd loses focus as well.
  • DropDownList
    • Filterable DropDownList Scrolls the Page on Open.
  • Grid
    • State is populated with filters even when the component is not filtered.
    • State is populated with filters when the user clicks the "Clear" button in a filter menu.
    • Dynamic Grid columns cannot be resized.
    • Second Grid on the page clears first Grid SearchBox.
    • Grid Popup edit window is not responsive and goes off the screen. Use the GridPopupEditSettings configuration to set the max-height of the window.
  • QRCode
    • QRCode generates a wrong result with long strings.
  • Scheduler
    • DatePickers in the Scheduler EditForm should be width 100%.
  • TabStrip
    • PersistTabContent does not work when switching to an item that is not yet rendered and is positioned before the current item.
  • ToolBar
    • Navigating using keyboard focuses items that should not be focusable.
    • Theme settings options should be exposed for all built-in buttons.
  • TreeList
    • Search icon should be rendered at the beginning of the searchbox input field.
    • State is populated with filters even when the component is not filtered.
    • State is populated with filters when the user clicks the "Clear" button in a filter menu.
    • Second Grid on the page clears first Grid SearchBox.
  • TreeView
    • TreeView Child Item Checkboxes not Checked or Lose Checked State on Collapse.