3.0.0 (2018-06-18)
- Add missing runOutsideAngular wrappers (a5d1380).
- 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).
- 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)
- demo: Update numeric formats (8a7b278)
2.0.0 (2017-12-12)
- 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)
- component: Adds Component suffix & removes output defs (611318d)
- module: Updates to Handsontable@0.34.4 (84a3938), closes #479
- module: Updates to Handsontable@0.35.0 (cf97518)
- component:
HotTable
was renamed toHotTableComponentComponent
- module: [email protected] requires 'handsontable' to be imported before zone.js, e.g. in polyfills.ts. See handsontable/handsontable#4452
1.0.4 (2017-06-07)
- 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
- 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