Handsontable
Move rows and columns more smoothly when some are hidden.
Features
- Move rows and columns more smoothly when some are hidden.
- Added getNearestNotHiddenIndex(), a new method that finds the visual index of the nearest non-hidden row or column.
- Added Czech and Serbian translation.
- Added new hooks: beforeColumnFreeze, afterColumnFreeze, beforeColumnUnfreeze, and afterColumnUnfreeze.
- Replaced HTML entities appearing in Handsontable's license texts with canonical counterparts.
- Updated the Pikaday optional dependency to 1.8.2, to let Handsontable work with Parcel 2 without errors.
- React: Changed the wrapper's lifecycle methods, to let Handsontable work with React 17+ without warnings.
- Angular: Moved the @angular/core dependency to peer dependencies.