Skip to content

Latest commit

 

History

History
202 lines (95 loc) · 8.99 KB

CHANGELOG.md

File metadata and controls

202 lines (95 loc) · 8.99 KB

1.6.0 (2017-05-30)

Features

  • core: Chart.js is now loaded as a module (#628) (6ed93e6)
  • package: Allow usage with Angular 4, like was done with ngx-bootstrap (#748) (8f59f85)

1.5.0 (2017-01-17)

Bug Fixes

  • charts: Make charts dynamic and avoid re-rendering full chart on data change (905183b)

Features

1.4.4 (2016-12-13)

Bug Fixes

Features

BREAKING CHANGES

  • charts: - base-chart component became baseChart directive so you need to convert <base-chart...><<base-chart> to <<canvas> and most probably wrap in
    ...<<div>

1.4.2 (2016-12-13)

Bug Fixes

Features

BREAKING CHANGES

  • charts: - base-chart component became baseChart directive so you need to convert <base-chart...><<base-chart> to <<canvas> and most probably wrap in
    ...<<div>

1.4.1 (2016-10-27)

Bug Fixes

Features

  • package: dependecies updated (1c95440)

1.4.0 (2016-10-07)

Bug Fixes

  • docs: Updates for ng2-charts@1.2.0 (#399) (2bcb549)
  • pie&doughnut: Sizing issue on doughnut and pie charts (#444) (cfb1033)

Features

  • charts: base charts now is directive (7c9e782)
  • package: upgrade to ng2 2.0.0 and use @types instead of typings (#413) (e5eae04)

BREAKING CHANGES

  • charts: - base-chart component became baseChart directive so you need to convert <base-chart...></base-chart> to <canvas baseChart...></canvas> and most probably wrap in <div style='display:block'>...</div>

1.3.0 (2016-09-21)

Bug Fixes

Features

1.2.0 (2016-09-09)

1.1.2 (2016-09-09)

Bug Fixes

  • options: to have colors on horizontalBar graphs (#394) (ab06ad2)

1.1.1 (2016-09-08)

Features

  • docs: add issue template with a starting plunkr (#335) (a69bca4)
  • options: disable legend if not provided (#318) (516fb6e)

1.1.0 (2016-05-17)

Features

  • package: update to ng2 rc.1 and chart.js 2.* (73e3ffa)

BREAKING CHANGES

  • series property removed
  • datasets property added (please prefer it over data property)
  • all chart type names lower cased (because of chart.js 2 changes)

1.0.3 (2016-04-15)

Features

  • package: updated to angular2 beta.15 (4f44c83)

1.0.2 (2016-04-13)

Bug Fixes

  • charts: fixed implicit any issues (14acd8a)
  • typings: included all required typings (ecdedf5)

Features

  • build: added system.js bundles (45a07e3)
  • build: updated webpack config (ab50836)
  • package: to beta14 and cleaning up imports (fixes #132 fixes #100 fixes #98) (5c1fb93), closes #132 #100 #98