KendoReact R2 2021 (v4.7.0)

Released: Jun 15, 2021

R2 2021 (v4.7.0) での更新項目

機能

  • Animation
    • Updated react-transition-group pckg to 4.4.2.
  • Chip
    • Added support for custom content rendering.
  • Dateinputs
    • Exposed ariaHasPopup and ariaExpanded props.
  • Dropdowns
    • Added MultiColumnComboBox name getter.
  • Editor
    • Eexposed nativeEvent in onPasteHtml event object.
  • Gantt
    • Added drag selection.
  • Grid
    • Exposed attribute constants required for selection in custom cells and rows.
    • Added detail row keyboard navigation.
  • Listbox
    • Added a selectedField prop to the ListBoxToolbar.
  • Listview
    • Provide a type for the listview item props.
  • Tooltip
    • Added supprt for svg elements.
  • Treelist
    • Added drag selection.
    • Added ariasetsize and ariaposinset attributes.
  • Window
    • Make zindex dynamic.

不具合の修正

  • Common
    • Added missing semicolon.
    • Set the props interface to the DialogActionsBar and WindowActionsBar components.
  • Buttons
    • Replace the seleted state class.
  • Dateinputs
    • Fixed floating label when initial value is set.
  • Dropdowns
    • TabIndex correct behavior on disabled.
  • Editor
    • bump @progress/kendo-editor-common in /packages/editor.
  • Form
    • Fixed field onchange event.
  • Grid
    • Selection overlay is under locked columns.
    • Virtualization not working with selection.
    • Detail cell have missing aria attributes.
    • Detail row miss the role attribute.
    • Not possible to select multiple checkboxes.
    • Fixed the footer incorrect aria attributes.
    • FooterCell ariacolumnindex is incorrect.
  • Inputs
    • RadioButton fix tabIndex.
  • Layout
    • Tiles gets re-mounted on prop change.
    • Added DrawerAnimation export.
    • Added drawerselectevent export.
  • Listbox
    • Fixed warning for selected option.
  • Multiselect
    • The loading icon overlaps the clear button.
  • Notification
    • Added missing NotificationEvent export.
  • Scheduler
    • Editing new item with multiple resources.
    • Items positioning on isAllDay=undefined.
    • Items resize on scheduler resize instead of window resize.