KendoReact のリリース

Released: Feb 3, 2023

R1 2023 (v5.11.0) での更新項目

機能

  • Dropdowns
    • Added aria-required attribute.
  • Layout
    • Added tabstrip scrolling tabs in RTL mode.

不具合の修正

  • Editor
    • Bump @progress/kendo-editor-common to 1.9.4.
  • Grid
    • Grid with details renders two hierarchy columns in strict mode.
    • Columns cannot be reordered inside shadowRoot.
    • Column menu checkbox filter button position.
  • Layout
    • Tabstrip navigation RTL scroll validation.
  • PDF Viewer
    • PDF Viewer raises error in strict mode.

Released: Jan 25, 2023

R1 2023 (v5.10.1) での更新項目

不具合の修正

  • Grid
    • JavaScript error on hiding the grid.
  • Upload
    • Hover button styles are not visible.

Released: Jan 18, 2023

R1 2023 (v5.10.0) での更新項目

機能

Common

  • Added PDF Viewer component.
  • Added ActionSheet component.
  • Added support for SVG icons.

Form

  • Add sizing support.

Grid

  • Added dragged 'columnId property to 'GridColumnReorderEvent'.
  • Added compact grid.
  • Added option for grouping sections.
  • Add area label property.

Input

  • Improved MaskedTextBox and NumerictextBox

Released: Oct 26, 2022

R3 2022 (v5.9.0) での更新項目

機能

  • Layout:
    • Added TabStrip scrollable tabs.

不具合の修正

  • Grid:
    • Drag & drop issues in React 18 and strict mode.
  • Inputs:
    • ColorGradient inputs throw error when the value is changed.
    • Export at same size when using the Signature dialog.
    • Move first tab stop to Signature image.
    • Focus Signature minimize button on dialog open.
    • Close Signature popup on Esc.
  • Layout:
    • Add default sizing class to menu items.
  • Tabstrip:
    • Scroll behavior.
  • Tooltips:
    • Popover position if size is not set.

Released: Oct 7, 2022

R3 2022 (v5.8.0) での更新項目

機能

  • Charts:
    • Added bullet chart labels.
  • Inputs:
    • Added the ability to close Signature dialog using Esc.

不具合の修正

  • Editor:
    • Bump @progress/kendo-editor-common in /packages/editor.
  • Inputs:
    • TextArea correct height on delete.
    • Read Signature color and background color from theme.
    • Use correct Signature minimize icon.
    • Remove unsupported rounded: 'full' option.
    • NumericTextBox invalid ranged values.
  • Popup:
    • Set correct display style.
  • Tooltip:
    • Wrong propType for popover title.
  • Treelist:
    • No data rendered in...

Released: Sep 14, 2022

R3 2022 (v5.7.0) での更新項目

機能

  • New React Theme: Microsoft Fluent Design System.
  • New ThemeBuilder and ThemeBuilder Pro for KendoReact.
    • Revamped KendoReact ThemeBuilder web application enables developers to quickly customize and style KendoReact components.
    • Now twice as fast, the improved tool also offers the ability to work on multiple projects and save them across sessions.
  • New Component: React Signature.
  • All React Components: Support for the Latest Version of TypeScript (4.7.3).
  • Badge:
    • Update badge options.
  • Charts:
    • Add...

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...

Released: Jul 1, 2022

R2 2022 SP1 (v5.5.0) での更新項目

機能

  • Map
    • Added support for layer tooltips.
  • Scheduler
    • Added new 'ProportionalViewItem' component.
  • Charts
    • Updated 'kendo-charts' version.
  • Editor
    • Updated @progress/kendo-editor-common to 1.9.1.

不具合の修正

  • Charts
    • Added missing children prop.
  • Data-tools
    • columnmenu cannot open if closed by its icon click.
  • Dateinputs
    • timepicker scroll debounce.
    • Selection range on initial click.
    • Prevent wheel only when input is focused.
  • Dropdowns
    • SSR build error.
    • dropdownlist expand button click does not focus the component...

Released: Jun 22, 2022

R2 2022 SP1 (v5.4.0) での更新項目

機能

  • Updated TypeScript and added 'strict' compile option.
  • Utils
    • Added useWindow and useDocument utility hooks.
  • All
    • Added barcodes, map, scrollview and taskboard packages.
  • PivotGrid
    • Improved local data-binding performance.

不具合の修正

  • Dateinputs
    • Use stand-alone format for month names.
  • Dropdowns
    • appendTo prop type.
    • multicolumncombobox className does not apply.
    • Fixed aria-required attribute in DropDownList.
    • Fixed controlled mode of opened DropDownTree state.
    • Fixed Combobox aria-activedescendant value...

Released: May 11, 2022

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

機能

  • Added new Map component.
  • Added new TaskBoard component.
  • Editor
    • Added support for table resizing.
  • Layout
    • You can now set custom properties in Card DOM elements.
  • Popup
    • Added DOM element getter.

不具合の修正

  • Exposed children prop.
  • Buttons
    • Replaced deprecated k-state-focus className with k-focus.
    • Replaced deprecated k-state-disabled className with k-disabled.
    • DropDownButton default theme options.
    • SplitButton default theme options.
    • SplitButton arrow button rendering.
    • Chip Removed icon rendering.
    • Added...