Telerik UI for Blazor R1 2022 SP2 (3.2.0)

Released: Apr 13, 2022

R1 2022 SP2 (3.2.0) での更新項目

機能

  • Common
    • Added new Split Button Component.
    • Updated Material Theme - v.5.3.1.
    • Updated Bootstrap Theme - v.5.3.1.
    • Updated Default Theme - v.5.3.1.
  • AutoComplete
    • Added DebounceDelay parameter.
  • Button
    • Added Form Parameter.
  • ComboBox, DateInput, DatePicker, DateRangePicker, DateTimePicker, MultiSelect and TimePicker
    • Added DebounceDelay parameter.
  • DropDownList
    • Added the ability to focus drop down list when associated label is clicked.
    • Added Filtering DebounceDelay.
  • Editor
    • Added responsive overflow pop-up for toolbar.
  • Form
    • There is now no need to re-add validator when resetting EditContext.
    • Added Id parameter.
    • Improved Form behavior when EditContext is dynamically updated.
  • Gantt
    • Added the ability to manage Splitter Position.
    • Added DebounceDelay FilterRow Property.
  • Grid
    • Added Width parameter to GridSearchBox.
    • Added DebounceDelay FilterRow Property.
    • Added Placeholder parameter to GridSearchBox.
  • NumericTextBox
    • Added InputMode parameter.
    • Added AutoComplete parameter.
    • Added DebounceDelay parameter.
  • Pager
    • Improved adaptive capabilities of the pager.
  • ToolBar
    • Added responsive overflow pop-up for toolbar.
  • TreeList
    • Added Width parameter to GridSearchBox.
    • Added DebounceDelay FilterRow Property.
    • Added Placeholder parameter to GridSearchBox.
  • Window
    • Added PersistContent parameter.
    • Added a Resizable window.

不具合の修正

  • Common
    • OutOfMemory exception when an infinite loop updates the Telerik UI for Blazor components in an EditForm.
  • AutoComplete
    • PopupSettings.Class is rendered 2 times within a popup element.
  • Calendar
    • k-state-disabled class is not applied to all disabled cells.
    • Calendar selected date style is cut off on the first and last columns.
  • Charts
    • Heatmap renders null values.
  • ColorPicker
    • The buttons within pickers should inherit size and fillmode, and should not render a rounded class.
  • ComboBox
    • PopupSettings.Class is rendered 2 times within a popup element.
    • Inside FloatingLabel, dynamic parameter change in ComboBox does not work.
    • The buttons within pickers should inherit size and fillmode, and should not render a rounded class.
  • ContextMenu
    • Multiple parent menu items can be expanded at the same time.
  • DatePicker
    • The buttons within pickers should inherit size and fillmode, and should not render a rounded class.
    • k-state-disabled class is not applied to all disabled cells.
  • DateRangePicker
    • k-state-disabled class is not applied to all disabled cells.
  • DateTimePicker
    • The buttons within pickers should inherit size and fillmode, and should not render a rounded class.
    • TimePicker does not render the 24h time format in the dropdown tumbler.
    • The time portion does not respect the specified Format, but the current culture.
    • k-state-disabled class is not applied to all disabled cells.
  • Dialog
    • Dialog has lower z-index than window component.
  • DropDownList
    • PopupSettings.Class is rendered 2 times within a popup element.
    • The screen readers read the selected item wrongly on keyboard navigation. NVDA reads the selected item three times.
    • Dropdownlist does not apply role combobox.
    • The buttons within pickers should inherit size and fillmode, and should not render a rounded class.
  • Filter
    • When the Filter is hosted in a Window, and there is a filter expression, closing the window and trying to reopen it again end in an infinite loop.
  • FloatingLabel
    • Inside FloatingLabel, dynamic parameter change in ComboBox does not work.
  • Form
    • Validation does not trigger when the model comes from an async method.
    • Validation attributes in templates are not set correctly after they are reset.
  • Gantt
    • The title of the Close button of the dialog is not localized.
  • Grid
    • Cannot group initially by a nested Grid column.
    • Grid Filter Row and Hierarchy Break Column Resizing.
    • Cannot clear filter state.
    • DropDownList in incell EditorTemplate does not receive focus.
    • NullReferenceException with OnRead + LoadGroupsOnDemand.
    • Validation is skipped if Enter is pressed before the popup edit form is shown.
    • The title of the Close button of the dialog is not localized.
    • Filtered Grid with a single item throws if you delete that item.
    • Selected item style is lost in single selection edit mode.
  • MultiSelect
    • PopupSettings.Class is rendered 2 times within a popup element.
  • RadioButtonGroup
    • RadioGroup cannot use the AriaLabelledBy parameter.
  • RangeSlider
    • Slider shows incorrect value after multiple refreshes.
  • Scheduler
    • The title of the Close button of the dialog is not localized.
  • Slider
    • Slider shows incorrect value after multiple refreshes.
  • TimePicker
    • The buttons within pickers should inherit size and fillmode, and should not render a rounded class.
    • TimePicker does not render the 24h time format in the dropdown tumbler.
  • TreeList
    • Grid Filter Row and Hierarchy Break Column Resizing.
    • Filter menu icon missing in an unsortable column in a sortable TreeList.
    • Cannot clear filter state.
    • DropDownList in incell EditorTemplate does not receive focus.
    • Validation is skipped if Enter is pressed before the popup edit form is shown.
    • The title of the Close button of the dialog is not localized.
    • Selected item style is lost in single selection edit mode.
  • Window
    • When the Filter is hosted in a Window, and there is a filter expression, closing the window and trying to reopen it again end in an infinite loop.
    • Width is not dynamically calculated on drag.