KendoReact 2024 Q4 (v9.0.0)

Released: Nov 12, 2024

2024 Q4 (v9.0.0) での更新項目

機能

  • Miscellaneous
    • KendoReact is now integrated with Astro, a performance-focused static site builder that supports server-side rendering.
  • ActionSheet
    • Changed component from class to functional.
  • Animation
    • Migrated from class to functional component.
  • Buttons
    • Migrated from class to functional component.
  • Charts
    • Added chart series patterns.
    • Added no data overlay.
  • CheckBox
    • Migrated component from class to functional.
  • ColorGradient
    • Now renders real TextBox component as HEX value input in ColorGradient component.
  • DateInput
    • Added new features props for date managing and operating.
    • Adopt dateinput-common package.
    • Unified the timepicker action buttons rendering.
  • DropDownList
    • Changed the component from class to functional.
  • FloatingLabel
    • Migrated floating label to functional.
  • Grid
    • Migrated from class to functional component.
    • The cells in the filter row are now rendered as td.k-table-td element.
  • Input
    • Migrated from class to functional component.
  • Menu
    • Added menu separator.
  • Pager
    • Migrated component from class to functional.
  • Popup
    • Migrated from class to functional component.
  • Stepper
    • Deprecated arrow keys to match the common specification.
  • TreeList
    • The cells in the filter row are now rendered as td.k-table-td element.
  • Window
    • Updated k-focus class to match the reference rendering.

不具合の修正

  • ColorGradient
    • Fixed rendering of real textbox component as HEX value input.
  • DateInput
    • Moved timepicker footer as a direct child of the popup.
  • DropDowns
    • MultiColumnComboBox grouping rendering.
  • Editor
    • Bumped kendo-editor-common.
  • Grid
    • Fixed rendering mismatch for the grid cells in filter row.
  • ListBox
    • Fixed incorrect toolbar position when set to bottom or none.
  • Menu
    • Fixed rendering mismatch for the animation container.
    • The popup animation container now renders inside the menu item element.
  • PDFViewer
    • Added localization message for the search bar.
  • Scheduler
    • Fixed clear recurrence bySetPosition when repeating by week day.
    • Double drag-item when isAllDay was not set.
    • Fixed items resizing after state update.
    • Fixed issue where pressing today did not work with timezone set.
    • Fixed recursive overflow when editing horizontally positioned items.
    • Fixed repeat-on rule always starting from days instead of current day.
  • Stepper
    • Deprecated arrow keys from kb navigation.
  • TreeList
    • Fixed rendering mismatch for the grid cells in filter row.
  • TreeView
    • Added touch action none on draggable treeview item.
    • Fixed issue where intermediate state could only be set initially.