Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

69 lines (45 loc) · 1.39 KB

Changelog

0.4.0

  • Moving bower dependencies to npm
  • Upgrade to ember-cli 1.13.15
  • Updating option detection to work with a composed addon
  • Use "getOwner" helper to lookup highcharts config

0.3.0

  • Import Highcharts source from bower

0.2.1

  • Add support for Ember 2.x
  • Fix incorrect import path in chart blueprint

0.2.0

  • Check that chart exists before calling destroy
  • Update Ember CLI to 1.13.8
  • Import Highcharts source from NPM instead of vendor files
  • Add support for Highcharts 3D
  • Add support for Highcharts modules
  • [BREAKING] Remove observer in favor of didReceiveAttrs

0.1.3

  • [DOC] How to override chart redrawing
  • Added Highcharts-more

0.1.2

  • Added chart blueprint
  • Added contributing guidelines
  • Added Highchart initializer to accept secondary argument

0.1.1

  • Fix ENOENT error on bower_components
  • Include Highcharts source to addon

0.1.0

  • Update Ember CLI to 0.2.0
  • es6ified component
  • Remove default chart styles
  • Add option to import chart theme
  • Make installation process more simple
  • Update project description

0.0.8

  • Fixed broken npm package.

0.0.7

  • Updated Ember CLI to 0.1.15.

0.0.6

  • Updated tests.
  • Added Highstock demo to the dummy app.

0.0.5

  • Added an ability to use Highstock and Highmaps.
  • The addon no longer automatically imports the Highcharts Bower package, letting user import desired package manually.