Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

98 lines (53 loc) · 3.28 KB

Change Log

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)

  1. Exports the directive object, so you can interact with the directive inside the template without having to write code see it better explained here
    1. ng2-highcharts is exported as ng2Highcharts
    • ng2-highmaps is exported as ng2Highmaps
    • ng2-highstock is exported as ng2Highstock
  • All the 3 directives now have the getter chart method. It returns the current chart object. Note that if you change the options, 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.

0.1.2 (2016-01-06)

0.1.1 (2016-01-06)

0.1.1 (2016-01-06)

0.1.0 (2016-01-05)