Handsontable is the new name for Handsontable Pro.
Handsontable 14.0.0
Released: Nov 30, 2023
14.0.0 버젼 업데이트
기능
Conformance with WCAG 2.1 AA - With version 14, Handsontable meets WCAG 2.1 at level AA, removing the remaining barriers for users with disabilities.
New navigation modes - From now on, you can use two new settings for controlling the navigation patterns:
navigableHeaders: false (default): makes the headers navigable.
tabNavigation: true (default): makes it possible to use the Tab key to navigate around.
New keyboard shortcuts - From now on, you can navigate across cells and headers without a mouse. This release has added 15 new keyboard shortcuts to make that possible, extending navigation for column and row headers.
Support for screen readers
In DOM, Handsontable is presented as a complex widget with a ‘treegrid’ role, as it allows for the creation of a tree-structured representation of rows and columns in your dataset. This complexity exceeds the capabilities of native HTML markup, so this version had to enrich Handsontable with ARIA attributes. This change makes it possible for screen readers to understand the grid’s interface and the context of your data.
The primary focus is supporting NVDA and JAWS for Windows, and VoiceOver for MacOS.
This release introduces a breaking change affecting users who employ Input Method Editors (IME) for editing data in non-Latin alphabets, such as Japanese. With this update, the ability for quick cell editing is altered. Previously, if a cell was selected, you could immediately start typing to edit its content without needing to press ENTER to activate the edit mode.