All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.3 (2016-11-07)
Updated the changelog to standard-version.
0.6.3 (2016-11-07)
Fixed the use of unexported references from highcharts.d.ts
0.6.3 (2016-11-07)
Fixed the postinstall script. Closes #49.
0.6.0 (2016-10-21)
Added method reflow #46 chore(changelog): Changlog is now generated automatically. chore(commit): Commits must have angular format definitions here
0.5.1 (2016-10-05)
0.5.0 (2016-10-05)
0.4.2 (2016-09-30)
0.4.1 (2016-09-18)
0.4.0 (2016-09-03)
Upgrade to support Angular 2.0.0-rc.6 Module definition was created.
0.3.5 (2016-07-26)
0.3.4 (2016-05-12)
0.3.3 (2016-05-11)
0.3.1 (2016-04-04)
0.3.0 (2016-04-04)
- Exports the directive object, so you can interact with the directive inside the template without having to write code see it better explained here
ng2-highcharts
is exported asng2Highcharts
ng2-highmaps
is exported asng2Highmaps
ng2-highstock
is exported asng2Highstock
- All the 3 directives now have the getter
chart
method. It returns the current chart object. Note that if you change theoptions
, the chart will be destroyed and you will need to call chart again to get the new chart created again to interact with it. - Readme.md was updated with an example on how to use this library with Webpack.
- Changelog.md was created.