KendoReact 2024 Q3 (v8.2.0)

Released: Aug 5, 2024

2024 Q3 (v8.2.0) での更新項目

機能

  • Chart Wizard
    • Added a new ChartWizard component.
  • Combobox
    • Added ariaLabel prop to ComboBox and MultiColumnComboBox.
  • Conversational UI
    • You can now open the toolbar if it is present when pressing F10 on the keyboard.
  • DataTools
    • Implemented Filter keyboard navigation.
  • DateInputs
    • Added a new autoFocus property.
  • Dialogs
    • Added a new autofocused element.
  • Grid
    • Added inline editing keyboard navigation improvements.
    • Added a keyboard trap for rowfilter when navigatable.
    • Added navigatable settings to navigatable prop.
    • Added support for popup editing keyboard navigation.
    • Updated in-cell editing keyboard navigation.
  • Inputs
    • Added a new autoFocus property to selected inputs.
    • Implemented ColorGradient keyboard navigation.
    • Implemented FlatColorPicker keyboard navigation.
    • Updated ColorPicker kb navigation to match spec.
  • Listbox
    • Added keyboard navigation.
  • Listview
    • Added a new navigatable property.
  • PanelBar
    • Improved keyboard navigation.
  • Popover
    • Improved keyboard navigation.
  • RangeSlider
    • Added a new largeStep prop which handles pageUp/pageDown keypress.
  • Scrollview
    • Added Enter and Space in keyboard navigation.
  • Slider
    • Added a new largeStep prop which handles pageUp/pageDown keypress.
  • Sortable
    • Added Enter and Space in keyboard navigation.
    • Added a new navigatable property.
  • Tooltip
    • Improved keyboard navigation.
  • Window
    • Added a new autoFocus prop.

不具合の修正

  • Badge
    • Allow null option for position prop.
    • Allow undefined horizontal and vertical align.
  • Breadcrumb
    • ClassName not set to breadcrumb link element.
  • Chart Wizard
    • Added missing dependencies.
  • Checkbox
    • Fixed the a11y error in axe dev tools for using aria-checked attribute on input.
  • Combobox
    • Component crashes on grouping if item doesn't have group.
  • DataTools
    • Fixed generic types of ColumnBaseProps, TreeColumnBaseProps and ExtendedColumnProps.
  • Dialog
    • Focus first focusable child in dialog content.
    • Return focus when dialog is removed from the DOM.
  • Editor
    • Bump prosemirror-model to version 1.22.2.
  • Grid
    • Cache scrollbar width checks.
    • Multicolumn headers no longer accept column props as children.
    • Remove aria-rowindex attribute for no-items message.
    • Resizing scrolls the grid rows up.
  • MCCB
    • PopupPropsContext is not applied to component.
  • Navigation
    • Keyboard navigation does not work in iframe.
  • PivotGrid
    • Config item not expanded correctly.
  • Scheduler
    • Adjust height when using proportionalViewItem grouping.
  • Signature
    • Return the focus to the maximize button upon esc.
  • Slider
    • Autoscroll is scrolling container when in large container.
  • Splitter
    • ClassName and style props correctly set to the splitter pane.
  • Tabstrip
    • Resolved axe error related to navigation arrows.
  • TreeList
    • Columns are highlighted after reordering.
    • Incorrect scrolling when navigatable.
    • Numeric null filter does not work as expected.
    • Virtual error on kb navigation.
  • Window
    • 'left' prop not correctly updated in controlled mode.
    • Prevent scroll to the top on window dragging.
    • Return focus when window is removed from the DOM.
    • Unwanted text selection when resizing horizontally.