Releases: adopted-ember-addons/ember-cli-chart
Releases · adopted-ember-addons/ember-cli-chart
Release 3.7.2
🚀 Enhancement
- #120 Only require customLegendElement (@rwwagner90)
Committers: 1
- Robert Wagner (@rwwagner90)
Chart.js update to 2.9
Upgrade to ember-cli 3.19 and Chart.js 2.9
Ember-cli update to 3.13
thanks to @rwwagner90 for upgrading us to ember-cli 3.13
Chart.js update to 2.8.0
The addon is now on Chart.js 2.8.0 and is using ember-cli 3.11.0
Chart.js update to 2.7.3
thanks to @joostverdoorn for upgrading the addon to Chart.js 2.7.3 #102
thanks to @jandillmann for fixing the chat updating in 2.7.x #104
thanks to @bdavi for adding Chart.js plugin support #101
Upgrade to Chartjs 2.7
Add "animate" property to allow the user to decide when to animate
thanks to @Owlman145 for updating the code to be more idiomatic Ember.js. #82
Add chart.js dependency in vendor folder
Ember-cli doesn't support loading dependencies from the node_modules folder. app.import only supports bower or vendor. Bower is being removed eventually from ember-cli so we're stuck with just the vendor option. See #79
Upgrading to Chart.js V2.6
Merge pull request #75 from aomran/upgradeto2133 upgrade ember-CLI and Chart.js
Upgrading to Chart.js V2
This version has been out for a while now on npm.
- Upgrades ember-cli to v2.5
- Upgrades chartjs to v.2.1.1
- This requires a major version bump because chartjs made major changes to their api.
- This version makes the addon a small wrapper for chartjs by removing code that was added to make legends and auto-updating work.