Telerik UI for Blazor R2 2022 (3.3.0)

Released: May 11, 2022

R2 2022 (3.3.0) での更新項目

機能

  • Added new FileManager component. Facilitates the process of managing files and folders
  • Added compatibility with Microsoft .NET 7 Preview 4.
  • Updated Bootstrap Theme - v.5.4.1.
  • Updated Default Theme - v.5.4.1.
  • Updated Material Theme - v.5.4.1.
  • Updated DPL version to 2022.2.428.
  • Added support for localization in VSX templates.
  • Added Dark theme in demo site.
  • Added Microsoft Visual Studio Code Scaffolders for Blazor.
  • Added VSCode Snippets for Blazor.
  • Carousel
    • Added new Rebind method.
  • Charts
    • Added support for plot bands.
  • Editor
    • Added support for image ad table resizing.
  • Notification
    • Exposed methods for programmatically hiding notifications: 'Hide' and 'HideAll'.
  • NumericTextBox
    • Changes in parameters are now reflected in the component.
  • PanelBar
    • Added new Rebind method.
  • TabStrip
    • Added Width and Height parameters.
    • Added support for scrollable tabs.
  • TreeList
    • Added new Rebind method.
  • TreeView
    • Added new Rebind method.

不具合の修正

  • ComboBox
    • Rebind after first OnRead doesn't display initial value.
    • ComboBox does not display selected value if default.
    • Selected text does not update when changing the data collection.
  • DatePicker
    • A debounced ValueChanged does not rerender the popup if said popup has been triggered before the call finished.
  • DateRangePicker
    • OnChange event does not fire when you select a date range from the calendar.
  • DateTimePicker
    • A debounced ValueChanged does not rerender the popup if said popup has been triggered before the call finished.
  • Dialog
    • Predefined Dialogs don't cover a modal dialog when the TelerikRootComponent parent does not have display:flex.
  • DropDownList
    • Rebind after first OnRead doesn't display initial value.
    • ComboBox does not display selected value if default.
    • DropDownList should clear selection when the bound value is set to null (or the default) and no default value is set.
    • Selected text does not update when changing the data collection.
  • Editor
    • Editor cannot align selection of block elements with different alignment.
    • Most of the Editor Table Tools don't work on pasted table.
    • Editor adds two tags.
    • Cannot unselect alignment options in Editor Toolbar.
  • Grid
    • Buttons in EditorTemplate are not focused automatically.
    • Field and Value properties from event args don't populate in incell editing.
    • The Drag and Drop functionality does not enable properly when the RowDraggable parameter is bound to a bool parameter.
    • Toggling Groupable to true at runtime does not let you drag to group.
  • MultiSelect
    • MultiSelect doesn't mark selected item on Enter keypress.
    • Selected text does not update when changing the data collection.
  • TabStrip
    • Wrong tab focused if there is a Visible=false tab before the one you click.
  • TimePicker
    • A debounced ValueChanged does not rerender the popup if said popup has been triggered before the call finished.
    • TimePicker does not focus its input when a popup button is clicked.
  • TreeList
    • Buttons in EditorTemplate are not focused automatically.
    • Field and Value properties from event args don't populate in incell editing.
    • The Drag and Drop functionality does not enable properly when the RowDraggable parameter is bound to a bool parameter.
  • Upload
    • The upload status hangs on "Uploading..." if the Upload component is hosted in a Dialog and the OnSuccess event is used.
  • Window
    • Microsoft.JSInterop.JSException: Cannot read property 'querySelector' of null.