Skip to content

Latest commit

 

History

History
234 lines (99 loc) · 7.01 KB

File metadata and controls

234 lines (99 loc) · 7.01 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.11.1 (2017-02-10)

0.11.0 (2017-01-23)

Bug Fixes

  • webpack: append -loader to loaders (26c6a08)

Features

0.10.1 (2016-10-19)

0.10.0 (2016-10-18)

Bug Fixes

  • chartist.component: throw error if chart does not have data or type (0c0dea0), closes #41
  • chartist.module: export ChartistComponent correctly (cbc2873), closes #39
  • dist: concat to one file and include the module declaration (d385bee), closes #48

Features

  • angular: upgrade to angular 2.0 stable (b62ea60)

0.9.5 (2016-09-24)

0.9.4 (2016-09-24)

0.9.3 (2016-09-24)

Bug Fixes

  • chartist.component: throw error if chart does not have data or type (0c0dea0), closes #41

0.9.2 (2016-09-21)

0.9.1 (2016-09-21)

Bug Fixes

  • chartist.module: export ChartistComponent correctly (cbc2873), closes #39

0.9.0 (2016-09-15)

Features

  • angular: upgrade to angular 2.0 stable (b62ea60)

0.8.0 (2016-09-02)

Features

  • angular: upgrade to angular rc.6 (dcc2fed)

0.7.0 (2016-08-13)

Features

  • angular: upgrade to RC.5 (649d08b)

0.6.1 (2016-07-29)

0.6.0 (2016-07-06)

Bug Fixes

  • typings: include typings in build (3ae78d8), closes #11

Features

  • angular: bump angular to rc.4 (cbb135f)

0.5.0 (2016-07-01)

Features

  • angular: bump angular to rc.4 (37c8015)

0.4.0 (2016-06-22)

Features

  • angular: bump angular to rc.3 (b7cc3e8)

0.3.2 (2016-06-17)

0.3.1 (2016-06-17)

Bug Fixes

  • build: don't include Chartist in the bundle (e4c0fb0)
  • chartist.component: fix typo. Actual error exists in typings (46b55b2), closes #6

0.3.0 (2016-06-16)

Code Refactoring

  • chartist.component: rename selector to be spec compliant (02b228e)

BREAKING CHANGES

  • chartist.component: chartist is now x-chartist

Signed-off-by: Will Soto will.soto9@gmail.com

0.2.1 (2016-06-15)

Bug Fixes

  • build: angular/core really wants beta.6 (e85d68f)

0.2.0 (2016-06-15)

Features

  • angular: bump angular to rc.2 (a3e0923)

0.1.3 (2016-06-06)

Bug Fixes

  • package: include files in release (1f57c8b)

0.1.1 (2016-06-06)

0.1.0 (2016-06-06)

Bug Fixes

  • karma: fix ENOENT when doing single run (877249e)

Features

  • chartist.component: add support for changes (1581007)
  • chartist.component: add support for events (f4bc523)
  • chartist.component: allow inputs to be Promises (b6194d4)
  • chartist.component: clean up when the chart is removed (7a792e6)