KendoReact 2024 Q1 (v7.2.0)

Released: Feb 20, 2024

2024 Q1 (v7.2.0) での更新項目

機能

  • AIPrompt
    • Added the option for using React node in toolbarItems.
    • Added a RTL mode.
  • Common
    • Replaced uselayouteffect with useisomorphiclayouteffect in all components.
  • Charts
    • Added ChartSeries and ChartSeriesItem export in KedoReactAll.
  • Grid
    • Added aria-label to SelectionCell checkbox.
  • ProgressBars
    • Renamed the k-progress-chunk class to k-progressbar-chunk.

不具合の修正

  • All-package
    • Added pdf-viewer dependency.
  • Buttons
    • Dropdownbutton closes when opened is true.
    • Export SplitButtonProps from buttons package.
    • Popup automatically closing after opening it.
    • Removed tabindex when click outside.
  • Charts
    • 100% stacked bar is rendered as separate stacks.
  • Chip-list
    • DefaultValue selection.
  • Combobox
    • Error on arrowDown keyboard press.
  • Common
    • useid not found in React.
  • Datatools
    • Misleading title in the remove buttons.
  • Dropdowns
    • Fixed using svgIcon without setting iconClassName.
  • DropdownTree
    • Popup settings not applied correctly.
  • Grid
    • Added missing exports.
    • Column menu not triggering onCloseMenu.
    • Const GRID_PREVENT_SELECTION_ELEMENT cannot be imported.
  • MultiSelectTree
    • Popup settings not applied correctly.
  • Scheduler
    • Fixed bottom resize handle bug.