KendoReact R2 2022 SP2 (v5.6.0)

Released: Sep 7, 2022

R2 2022 SP2 (v5.6.0) での更新項目

機能

  • Buttons:
    • Add title prop to dropdownbutton and splitbutton.
    • Add ariaLabel prop to DropDownButton and SplitButton.
  • Editor:
    • Add keyboard navigation for disabled tools.
    • Improve accessibility.
  • Inputs:
    • Add TextBox component.
    • Add Signature component.
  • Map:
    • Add API for transforming map coordinates.
  • Utils:
    • Add tabIndex property to the Icon component.
    • Add id property to the Icon component.

不具合の修正

  • All:
    • Bump typescript to 4.8.2.
  • Buttons:
    • Toggleable button role.
    • Place aria-activedescendant to the proper element.
  • Charts:
    • Global document usage.
  • Common:
    • Draggable scroll reset on cancel.
  • Dropdowns:
    • Move k-list out of k-popup element to match rendering requirements for multisele.
    • Move k-list out of k-popup element to match rendering requirements for autocompl.
    • Move k-list out of k-popup element to match rendering requirements.
  • Editor:
    • Bump @progress/kendo-editor-common in /packages/editor.
  • Excel:
    • Add collapsible to export options.
  • Gauges:
    • Global document usage.
    • Gauges show up twice in react 18 strictmode.
  • Inputs:
    • Remove radiogroup item role to match ux guidelines.
    • Switch scrolls the page on pressing space key.
    • Textarea missing value in onchange event target.
  • Intl:
    • Use @progress/kendo-intl.
  • Layout:
    • PreventDefault error on Splitter resize.
    • ExpansionPanel scrolls the page on pressing space key.
  • Scheduler:
    • Double timezone parsing incorrect occurrences.
    • Missing isWorkDay value.
    • Use @progress/kendo-draggable.
  • Signature:
    • Use correct fillMode class.
  • Sortable:
    • Do not call onDragStart on press.
  • Upload:
    • Upload scrolls the page on pressing space key.