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

5.0.0

Compare
Choose a tag to compare
@mrpiotr-dev mrpiotr-dev released this 22 May 11:49
· 22 commits to master since this release

Breaking change

  • We improved support for hooks' callbacks. The additional argument, present since v2.0.0 is no longer required. Thanks to this change, the wrapper is 100% compatible with our definitions for Handsotable.GridSettings (#123).

New features

  • Wrapper exposes information about its version (#146)

UMD:

Handsontable.angular.HotTableModule.version

Rest:

import { HotTableModule } from '@handsontable/angular';

HotTableModule.version;

Bugfixes

  • The initialisation is now in two separate steps. It solved a problem when the instance was no assign to any variable during initialization (#151).