Skip to content

Releases: jtblin/angular-chart.js

Version 0.8.6

05 Dec 08:40
Compare
Choose a tag to compare
  • Do not reload angular if it is already loaded (@DrHofman)
  • Make running tests more windows friendly and bump dev dependencies
  • Fix #235 - case issue with chart.js require
  • Updated angular-chart.css for stacked bar chart (@pacificeyes)
  • Keep only lowercase Chart.js require compatible with npm

Version 0.8.5

05 Dec 08:38
Compare
Choose a tag to compare
  • Changed require of chart.js to be in correct case (@soladk)

Version 0.8.4

15 Sep 09:15
Compare
Choose a tag to compare
  • #193 - add non-minified version of files and name the CSS files properly

Version 0.8.3

15 Sep 09:14
Compare
Choose a tag to compare
  • Trigger the hover event only if the hover state changed to improve performance (@jantimon)
  • #194 switch CommonJS and AMD declarations to fix webpack module resolution for chart.js

Version 0.8.2

15 Sep 09:09
Compare
Choose a tag to compare
  • #191, #194: add example for webpack and add angular and chart.js as npm dependencies
  • #199: $timeout causing infinite $apply and infinite times filters execute, till the time all charts are not rendered (@palsingh).

Version 0.8.1

30 Aug 11:10
Compare
Choose a tag to compare
  • #147 Fix module ID for AMD RequireJS
  • Update readme with CDN links
  • Update readme for ie8 support

Version 0.8.0

30 Aug 09:21
Compare
Choose a tag to compare
  • #75 Enable chart-* prefix for option attribute names which fixes compatibility with other directives that would have the same name as an attribute e.g. legend for leaflet (@whummer)
  • [build] migrate to travis container-based infrastructure
  • [build] add unit tests code coverage

Version 0.7.6

22 Aug 10:26
Compare
Choose a tag to compare
  • bump angular to 1.4.4

Version 0.7.5

22 Aug 10:26
Compare
Choose a tag to compare
  • #185 chart does not display if container height is 0 even if canvas heigh is > 0 following a19a45d

Version 0.7.4

22 Aug 06:55
Compare
Choose a tag to compare
  • #29 fix major issue with chart not appearing when responsive is true and chart is created in an hidden div i.e. parent height is equal to 0
  • update readme and doc
  • [build] remove phantomjs dependency and let mocha-phantomjs as npm install does not work otherwise and Travis CI fails