KendoReact のリリース

Released: Dec 15, 2023

R3 2023 (v7.0.2) での更新項目

不具合の修正

  • Added ES Module TypeScript definitions entry point.
  • Use default prop-types export.
  • Daterangepicker: return input focus on shift+tab.
  • Pdf-viewer: some documents are rotated by 45 degrees.
  • Pdf-viewer: pdf-dist module import.
  • Updateed kendo-licensing to v1.3.4 for NextJS compatibility.

Released: Dec 12, 2023

R3 2023 (v7.0.1) での更新項目

機能

  • All components are now compatible with Next.js.

Released: Dec 11, 2023

R3 2023 (v7.0.0) での更新項目

機能

  • Chip: added ariaLabel property.
  • Improved packaging.
  • Toolbar: added home and end button functionality.
  • All components are now exported as functional.

不具合の修正

  • buttons: added alt+down and alt+up keyboard functionalities.
  • buttons: added aria-label to Chiplist.
  • buttons: added aria-pressed to Chip component.
  • buttons: added missing a11y rules.
  • dropdownbutton: added aria attributes.
  • dropdowns: added aria-setsize to List.
  • layout: Tabstrip aria props.
  • listbox: fix not throw onDrop event if there are no...

Released: Nov 15, 2023

R3 2023 (v6.1.1) での更新項目

不具合の修正

  • dateinputs: calendar shows incorrect month in specific scenario.
  • dropdowns: remove stopPropagation on key down in DropDownList.
  • editor: fix navigation over dropdowns in Editor toolbar.

Released: Nov 2, 2023

R3 2023 (v6.1.0) での更新項目

機能

  • Grid
    • Added toolbar navigation.

不具合の修正

  • Buttons
    • svgicon buttons are rendered with wrong dimensions.
  • Dropdowns
    • MultiSelectTree removed aria attributes from inner input.
  • Grid
    • GridColumnMenuWrapper focus item on tab key down.
  • Inputs
    • Added name to textbox target.
  • Layout
    • Added focus to tabstrip tab.
    • Stepper update focus on prop.value change.
  • Multiselect
    • Updated keyboard navigation.
  • PDF viewer
    • Props in events target are not correct.
  • Pivotgrid
    • Only first measure is rendered if no columns are specified...

Released: Oct 11, 2023

R3 2023 (v6.0.2) での更新項目

不具合の修正

  • Spreadsheet
    • Bumped kendo-react dependencies.

Released: Oct 11, 2023

R3 2023 (v6.0.1) での更新項目

不具合の修正

  • Bumped kendo-react dependencies.

Released: Oct 10, 2023

R3 2023 (v6.0.0) での更新項目

機能

  • Charts
    • Added new Pyramid chart.
    • Added support for trendlines.
  • Grid
    • Added a contextMenu for the grouping cells.
    • Added a tabbed column menu.
    • Added a selection status bar.
  • OrgChart
    • Added new OrgChart component.
  • Treeview
    • Added new context menu.

不具合の修正

  • Charts
    • Tooltip animation is displayed from the left side.
  • Chip
    • Remove icon not rendering svg icon by default.
  • Dateinputs
    • Calendar animation in React 18.
  • Grid
    • Scroll by mousewheel in virtual scroll mode in Firefox.
  • Inputs
    • Colorpicker classname prop...

Released: Sep 27, 2023

R3 2023 (v5.19.0) での更新項目

不具合の修正

  • Bumped @progress/kendo-svg-icons version to ^2.0.0.
  • Datatools
    • Fix pager page sizes select message.
    • Hooks render count.
  • Dateinputs
    • Mobile timepart is not aligned.
    • Remove submit behavior of swap button.
  • Dropdowns
    • MultiColumnComboBox raises error if setting columns field property to object.
  • Editor
    • Some commands are blocked by CSP.
  • Grid
    • Fix Grid footer sticky position.
    • GridColumnMenuWrapper add scroll of item on focus.

Released: Sep 14, 2023

R2 2023 SP2 (v5.18.0) での更新項目

機能

  • Improved keyboard navigation in Autocomplete, Combobox, Dropdownlist and Dropdowntree.
  • Button
    • Added 'ariaLabel' prop to Chip.
  • Dateinputs
    • Added open and close events on date time pickers.
  • Grid
    • Added 'aria-label' prop to GridToolbar.

不具合の修正

  • Buttons
    • Floating action button items not supporting svg icons.
    • onClose event is not triggered properly in controlled mode.
  • Chip
    • Apply icon size property.
  • Grid
    • Pager accessibility issues.
    • tdProps is empty if the column does not have a field property.
  • Inputs...