KendoReact 2024 Q2 (v8.1.0)

Released: Jun 27, 2024

2024 Q2 (v8.1.0) での更新項目

機能

  • Charts:
    • Add sankey keyboard navigation.
    • Add sankey rtl mode.
    • Drop dependency on HammerJS.
  • Dialog:
    • Update focus management to match the ARIA spec.
  • Drawer:
    • Add kb navigation.
  • Dropdownbutton:
    • Update aria attributes to match spec.
  • Grid:
    • Add 'hidden' column prop.
    • Add responsive columns functionality.
  • Listview:
    • Add keyboard navigation.
  • Menu:
    • Export MenuProps.
  • Splitter:
    • Update keyboard navigation to match the spec.
  • Stepper:
    • Update keyboard navigation to match the spec.
  • Tabstrip:
    • Update keyboard navigation to match the spec.
  • Upload:
    • Add clear and upload buttons in tab sequence.
  • Window:
    • Update focus management and kb navigation to match the ARIA spec.

不具合の修正

  • All:
    • Missing packages and conflicting exports.
  • Barcodes:
    • Drop unused peer dependency on HammerJS.
  • Button:
    • Add clear proptypes option.
  • Calendar:
    • Show correct weekNames with weeks starting from Monday.
  • Charts:
    • Update types in charts properties and functions.
  • Common:
    • UseId not found in react17.
  • Dateinputs:
    • Update fillMode of the buttons.
  • Drawer:
    • Update wai-aria attributes according to spec.
  • Dropdowns:
    • Prevent page scroll on pageUp and pageDown keys.
  • Excel:
    • Export cellOptions interface.
  • Gantt:
    • Remove defaultProps.
  • Gauges:
    • Drop unused peer dependency on HammerJS.
  • Grid:
    • Breaks when data is empty and scrollable none.
    • Column menu closes on click.
    • Error when grouping and row reordering.
    • Prevent changing tabindex on detailed cell leave.
    • Return correct row data index.
    • Tabbed column menu filter not applying correctly.
  • Menu:
    • Add prevent scroll on focus.
  • Navigation:
    • Add tabIndex -1 to inactive elements.
  • Numerictextbox:
    • Update fillMode of the buttons.
  • PDF:
    • Grid react dom import errors.
    • Treelist react dom import errors.
  • Scheduler:
    • Enable the step property.
  • Sortable:
    • Remove deprecated findDOMNode.
  • Spreadsheet:
    • Add decimals and toolsValueMap to the export package.
  • Timepicker:
    • Update value in controlled mode when adaptive mode is on.