- 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
- Import Highcharts source from bower
- Add support for Ember 2.x
- Fix incorrect import path in chart blueprint
- 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
- [DOC] How to override chart redrawing
- Added Highcharts-more
- Added chart blueprint
- Added contributing guidelines
- Added Highchart initializer to accept secondary argument
- Fix ENOENT error on bower_components
- Include Highcharts source to addon
- 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
- Fixed broken npm package.
- Updated Ember CLI to
0.1.15
.
- Updated tests.
- Added Highstock demo to the dummy app.
- Added an ability to use Highstock and Highmaps.
- The addon no longer automatically imports the Highcharts Bower package, letting user import desired package manually.