Skip to content

Latest commit

 

History

History
107 lines (59 loc) · 4.45 KB

CHANGELOG.md

File metadata and controls

107 lines (59 loc) · 4.45 KB

3.0.0 (2018-06-18)

Bug Fixes

  • Add missing runOutsideAngular wrappers (a5d1380).

Features

  • Add hotInstanceCreated output which emits the Handsontable instance on creation (0bd3691).
  • Add markAsChanged() to mark partial input changes; fixes #482 and #459 (57da1ec).
  • Update Handsontable dependency to '>= 0.37 < 1.0' (047285e).
  • Update demo to Angular 6 (7ec2e20).
  • Update global Handsontable css (6369f97).

BREAKING CHANGES

  • Support for Angular versions 2 and 4 was dropped. [email protected] will only work with Angular5+.
  • Component selector was renamed from <hotTable> to <hot-table>. The former was correct for directives, but the latter is required for components by some linters. ( 79a2dfa)
  • Remove autocomplete implementation, which had been broken for a while ( a60f8e66).

2.0.1 (2017-12-15)

Bug Fixes

  • demo: Update numeric formats (8a7b278)

2.0.0 (2017-12-12)

Bug Fixes

  • component: Updates inline handsontable css (baf3194), closes #483
  • module: Use handsontable branch with fixes typings temporarily (f58d18d)
  • module: Uses handsontable commit with fixed typing temporarily (cf5714f)

Code Refactoring

  • component: Adds Component suffix & removes output defs (611318d)

Features

  • module: Updates to Handsontable@0.34.4 (84a3938), closes #479
  • module: Updates to Handsontable@0.35.0 (cf97518)

BREAKING CHANGES

1.0.4 (2017-06-07)

Features

  • component: Adds getter for Handsontable instance (a40ccf8)

1.0.3 (2017-06-02)

1.0.2 (2017-06-01)

1.0.1 (2017-05-26)

  • Update to Angular 4

Breaking changes

  • Directive's selector was renamed from <hot-table> to <hotTable>
  • Input property [col-headers] was renamed to [colHeaders]
  • Input property [col-widths] was renamed to [colWidths]

0.48.0 (2017-03-13)

  • Several fixes & improvements
  • Update to latest build structure

0.47.2 (2017-03-09)

  • Several fixes & improvements

0.47.0 (2017-02-23)

  • Initial release for Angular 2.4.x