Skip to content

Releases: pablojim/highcharts-ng

1.2.1 Release

14 May 11:55
Compare
Choose a tag to compare

1.2.1 Release

Fixes #592

1.2.0 Release

02 Dec 15:30
Compare
Choose a tag to compare

Remove explicit dependency on Highcharts due to licensing concerns and also allows user to choose between Highcharts and Highstocks.

  • added support for $onChanges, added new binding to disable change detection #622

Thanks to @ngehlert and others for their contributions.

1.1.0 Release

27 Mar 18:52
Compare
Choose a tag to compare

Now has explicit dependency on highcharts.js.

  • Fix for resizing #550
  • Added module loader support 508df11

1.0.1 Release

20 Feb 22:17
Compare
Choose a tag to compare
  • Fix for for multiple yAxes #201

1.0.0 Release

14 Jan 10:24
Compare
Choose a tag to compare

First version supporting new highcharts update api.

  • see project Readme for all changes
  • only support Highchart/Highstock >= 5.0.0
  • only support AngularJS >= 1.5 (see https://github.com/toddmotto/angular-component for lower versions)
  • Move to AngularJS Component
  • Now supports vanilla Highcharts config
  • Supports custom change detection functions
  • Should be much more stable and less bugs
  • 2 way axes binding no longer supported
  • loading property no longer supported

0.0.13 Release

04 Oct 19:28
Compare
Choose a tag to compare
  • minor bugfix

0.0.12 Release

07 Aug 19:57
Compare
Choose a tag to compare
  • seperate lazy load functionality
  • use addpoint where possible
  • Lots of cleanup

0.0.11 Release

12 Sep 20:51
Compare
Choose a tag to compare

Fix for axis errors

0.0.10 release

02 Sep 21:00
Compare
Choose a tag to compare
  • Bug fix for 0.0.9 see #369

0.0.9 release

31 Aug 16:55
Compare
Choose a tag to compare
  • Lazy loading - thanks @FDIM
  • Better navigator support - thanks @ASethi77
  • Lots of bug fixes - thanks to all contributors