This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
5.0.1
Breaking changes
- Updated Handsontable to
8.0.0
, which contains multiple changes, some of them not backward-compatible. For more information on updates in this version of Handsontable, see the 8.0.0 release notes. (#180)
Changes
- Changed the typings to be compatible with TypeScript
3.7.x
(#148) - Fixed a problem where it was impossible to pass props to renderer components. (#172)
- Fixed the
npm audit
vulnerability warnings by updating some dependencies. (#174) - Moved from
uglify
toterser
. (#174) - Made some necessary adjustments for the Handsontable
8.0.0
update. (#180) - Updated
@vue/test-utils
to a stable version. (#180)