Handsontable 14.3.0

Released: Apr 16, 2024

14.3.0 での更新項目

機能

  • Added the ability to navigate within selection and edit cells within a range.
  • Updated dependencies based on npm audit, most notably upgraded to Angular 17.0.

不具合の修正

  • Ensured the cursor changes to 'grabbing' for all table elements during column or row movement.
  • Resolved an issue where the TAB key failed to move selection when editing select-type cells in 'fast edit' mode.
  • Prevent the Cmd/Ctrl + A action when the focus is on headers.
  • Unified source arguments in beforeChange and afterChange hooks triggered by the Merge Cells plugin.
  • Ensured focus retention after column collapsing.
  • Fixed visibility issue with bottom/right cell borders after scrolling from the absolute top/left positions using the API.
  • Fixed Dropdown plugin logic to prevent blocking click events from custom editors.
  • Fixed datepicker position for the date cell type.
  • Vue: Fixed an issue in the Vue and Vue3 wrappers where updating the hook callback didn't reflect changes in the underlying instance's settings.
  • Vue: Fixed the behavior of the Vue/Vue3 wrappers' simpleEqual helper, which previously returned incorrect results when comparing identical objects.