KendoReact R1 2022 (v5.0.0)

Released: Jan 19, 2022

Actualizaciones en R1 2022 (v5.0.0)

Características

  • Buttons:
    • Added new styling options for ChipList, FloatingActionButton, Chip, SplitButton, DropDownButton and Button components.
  • Dateinputs:
    • Added new styling options for DateTimePicker, DatePicker, TimePicker and DateInput components.
  • Dropdowns:
    • Added new styling options for AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect and MultiSelectTree components.
  • Inputs:
    • Added new styling options for ColorPicker, RadioButton, Checkbox, Switch, TextArea, NumericTextBox and MaskedTextBox components.
  • Listbox:
    • Added new rendering for Listbox component.
  • Treeview:
    • Added new styling options for TreeView component.
  • Breaking Changes:
    • The 'primary' property of the DropDownButton has been deprecated in favour of the 'themeColor' theme option.
    • The 'primary' property of the Button has been deprecated in favour of the 'themeColor' theme option.
    • The 'look' property of the SplitButton has been deprecated in favour of the 'fillMode' theme option.
    • The 'look' property of the DropDownButton has been deprecated in favour of the 'fillMode' theme option.
    • The 'look' property of the Button has been deprecated in favour of the 'fillMode' theme option.
    • The 'type' property of the Chip has been deprecated in favour of the 'themeColor' theme option.
    • The 'look' property of the Chip has been deprecated in favour of the 'fillMode' theme option.
    • The 'fill' property of the Avatar has been deprecated in favour of the 'fillMode' theme option.
    • The Avatar theme-options are now aligned with all KendoReact components.
    • The 'shape' property of the Avatar has been deprecated.

Correcciones

  • Buttons:
    • Deprecated DropDownButton primary property.
    • Deprecated Button primary property.
    • Deprecated SplitButton look property.
    • Deprecated DropDownButton look property.
    • Deprecated Button look property and ButtonLook type.
    • Deprecated Chip type property.
    • Deprecated Chip look property and ChipLook type.
  • Dateinputs:
    • Correct Calendar scrollTop on navigate.
  • Labels:
    • Correct floating-label className.
  • Layout:
    • Renamed Avatar fill to fillMode.
    • Standardized on theme-options for the Avatar component.
    • Removed shape property of avatar.