KendoReact R3 2021 (v4.9.0)

Released: Sep 15, 2021

R3 2021 (v4.9.0) 버젼 업데이트

기능

  • Buttons:
    • Added opened property to the SplitButton.
    • Added opened property to the DropDownButton.
  • Charts:
    • Added Heatmap chart component.
    • Added the autoFit option to the chart series item.
    • Added className prop.
  • Dialog:
    • Added appendTo property.
  • Dialogs:
    • Expose windowElement prop on Window ref.
  • Dropdowns:
    • Added MultiSelectTree component.
  • Editor:
    • Added support of class, style and id attributes to table, tr and td elements.
    • Added preserveWhitespace prop.
    • Added title to ForeColor and BackColor tools.
  • Form:
    • Added ignoreModified field.
  • Gauges:
    • Added className prop.
  • Grid:
    • Autofit columns on doubleclick.
    • Make cellrender support returning multiple items.
    • Added group/ungroup component for the column menu.
    • Get scrollbar width via css variable.
  • Inputs:
    • Added style prop to MaskedTextBox component.
    • Added readonly mode for NumericTextBox, improve disabled mode.
    • Added title prop to ColorPicker.
    • Added name getter to the Checkbox.
    • Added TextArea name getter.
  • Labels:
    • Added hint disabled state.
  • Layout:
    • Added Breadcrumb component.
    • Added GridLayout component.
    • Added StackLayout component
  • Multicolumncombobox:
    • Set scrollbar width via css variable.
  • Pivotgrid:
    • Added PivotGrid component.
  • Tilelayout:
    • Added ignoreDrag property.
  • Tooltip:
    • Added position event to allow modify default positioning.
  • Utils:
    • Added Typography component.

수정사항

  • Common
    • Remove sourceMap generation from bundle.
    • Update semantic-release version.
  • Card
    • Set card types correctly.
  • Dateinputs
    • Non-dom prop warning on CalendarWeekCell component.
    • Correct DateTimePicker focus on esc keydown.
    • Correct TimePicker focus on esc keydown.
    • Correct default title property.
    • Correct DatePicker focus on esc keydown.
    • Correct DateTimePicker correct focus on cancel click.
  • Dropdowns
    • Fixed multiselect not focused on item delete.
  • Editor
    • bump @progress/kendo-editor-common in /packages/editor.
    • spaces between block elements are parsed into paragraphs.
  • Grid
    • Drag not working in portal with iframe.
    • Incorrect filter operator type.
  • Inputs
    • Switch does not work as expected when wrapped in html label.
    • numerictextbox uncontrolles value not ranged.
  • Intl
    • Explicit types for registerFor* functions.
  • Multiselect
    • Cannot add custom item by clicking the button.
  • Scheduler
    • Keyboard-navigation between header, view and footer without selection.
    • Correct interface ignore argument.
    • Month skip on prev/next click.
    • Remove href attribute from anchor elements.
    • Added padding to items to allow clicking slots underneath.
    • Date propTypes warning.
  • Window
    • Update the window zindex only when needed.