KendoReact のリリース

Released: Feb 20, 2025

2025 Q1 (v9.4.1) での更新項目

不具合の修正

  • AutoComplete: Fixed issue regarding the disconnect of resize observer on unmount.
  • DateInput: Fixed issue so that changing time value is done properly when using steps.
  • DatePicker: Fixed issue where deleting value should be cleared in controlled mode.
  • Grid: Fixed issue where gridnorecords cannot be used as jsx component.
  • Grid: Fixed next@15 compatibility.
  • TabStrip: Fixed issue regarding the disconnect of resize observer on unmount.

Released: Feb 11, 2025

2025 Q1 (v9.4.0) での更新項目

機能

  • Charts:
    • Added focus highlight.
    • Added support for CSS variables.
  • ColorGradient:
    • Added sizing options.
  • ColorPalette:
    • Added sizing options.
  • ColorPicker:
    • Added target to ColorPickerChangeEvent.
    • Introduced activeView property.
    • Introduced adaptive rendering.
    • Introduced flatcolorpicker rendering via views property.
    • You can now propagate the sizing to the view.
  • FlatColorPicker:
    • Added sizing options.
    • Introduced activeView property.
    • Introduced views property.
  • Grid:
    • Built-in selection state
      • Introduced a...

Released: Jan 22, 2025

2024 Q4 (v9.3.1) での更新項目

不具合の修正

  • Fixed an issue where the version was not present in the license information.

Released: Jan 21, 2025

2024 Q4 (v9.3.0) での更新項目

機能

  • DateInput: Changed component from class to functional.
  • DatePicker: Changed component from class to functional.

不具合の修正

  • DateInputs:
    • Added missing component types.
    • DateInput ref in pickers.
    • Floating label down when partial value is entered.
    • Value not applied when format contains all parts.
  • TreeList: Added missing component types.
  • Upload: Upload multiple events race-condition.

Released: Jan 17, 2025

2024 Q4 (v9.2.0) での更新項目

機能

  • ActionSheet: Introduced position property.
  • AutoComplete: Enabled further configuration of inner input via inputAttributes property.
  • ComboBox: Enabled further configuration of inner input via inputAttributes property.
  • DateInput: Enabled further configuration of inner input via inputAttributes property.
  • DateInputs: Subscribe components with adaptiveness to AdaptiveModeContext.
  • DatePicker: Enabled further configuration of inner input via inputAttributes property.
  • DateRangePicker: Enabled...

Released: Dec 6, 2024

2024 Q4 (v9.1.0) での更新項目

機能

  • Added day zero support for React 19.
  • DropDownList: Added the ability to expose opened and focused state props.

不具合の修正

  • Card: Export cardactionslayout enum.
  • ColorGradient: Fixed stuck slider with max/min value.
  • Common: SVG click event not called when changing state during focus in React 19.
  • DateInput: Fixed formatplaceholder value.
  • DateInputs: DateInput globalization.
  • Grid: Resolved Next.js hydration errors.
  • Inputs: Fixed enabling comma for decimal separator when locale is set.
  • Input: Fixed...

Released: Nov 12, 2024

2024 Q4 (v9.0.0) での更新項目

機能

  • Miscellaneous
    • KendoReact is now integrated with Astro, a performance-focused static site builder that supports server-side rendering.
  • ActionSheet
    • Changed component from class to functional.
  • Animation
    • Migrated from class to functional component.
  • Buttons
    • Migrated from class to functional component.
  • Charts
    • Added chart series patterns.
    • Added no data overlay.
  • CheckBox
    • Migrated component from class to functional.
  • ColorGradient
    • Now renders real TextBox component as HEX value input in ColorGradient...

Released: Oct 14, 2024

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

機能

  • TabStrip
    • Added the scrollButtonsPosition property.
    • Introduced the tabAlignment property.

Released: Oct 3, 2024

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

機能

  • Chart Wizard
    • Added a controlled mode.
  • Grid
    • Exposed dataIndex in GridItemChangeEvent.
  • Introduced an "Unstyled Preview" option.

不具合の修正

  • Charts
    • Incorrect size in PDF export.
  • Grid
    • Some interfaces are not exported.
  • PanelBar
    • Passing empty array throws an error.
  • PivotGrid
    • Adjust header cells for vertically scrollable content.

Released: Sep 17, 2024

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

機能

  • Chart Wizard
    • Added keyboard navigation.
    • Introduced custom window component prop.
  • DataTools
    • Added null check in focusFirstEditor function.
  • Editor
    • Added iFrameInit event.
  • Grid
    • Added missing menucolumnslist localization.
  • Multiselect
    • Added aria-label prop.
  • Searchbar
    • Added aria-controls prop.
  • Stepper
    • Added keyboard select on focus.
  • Taskboard
    • Added item index value in onChange response.

不具合の修正

  • Autocomplete
    • Component crashes on grouping if item doesn't have group.
  • Calendar
    • Not positioned correctly...