KendoReact R1 2020

Released: Jan 15, 2020

Updates in R1 2020

Features

  • Window
    • Allow hiding action buttons.
  • Card
    • Add card and avatar components.
  • Data-tools
    • Add filter component.
  • Dropdowns
    • Add focusedItemIndex prop.
  • Editor
    • Re-export prosemirror packages.
  • Form
    • Add reset callback to render props.
  • Inputs
    • Rebuild NumericTextBox to adress all known issues.
  • Layout
    • Add drawer component.
  • Pager
    • Replace select component with the DropDownList.
  • Scheduler
    • Accessibility improvements.
    • Add Scheduler keyboard-navigation.
    • Add editing to SchedulerTask in AgendaView.
    • Expose custom renders for Item and Slot.
    • Add slots selection.
    • Add item selection.

Fixes

  • Buttons
    • Set type="button" to DropDownButton and SplitButton.
  • Chart
    • Add missing series type boxplot.
  • Pager
    • Remove hover and focus states on selected item.
  • Popup
    • Fix document body null error.
  • Scheduler:
    • slots rendering during DST change day.
    • month-view slot date during DST change day.
  • Sortable
    • Fix document body null error.
  • Switch
    • Warning upon controlled mode.