Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

5.0.1

Compare
Choose a tag to compare
@budnix budnix released this 05 Aug 11:56
· 10 commits to master since this release
5.0.1
b0716c6

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 to terser. (#174)
  • Made some necessary adjustments for the Handsontable 8.0.0 update. (#180)
  • Updated @vue/test-utils to a stable version. (#180)