All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2019-01-24)
4.0.0 (2019-01-20)
- async-chart: using "async" pipe since promises are no longer accepted as input values. (4063f8d)
- chartist-cmp: component should have "display: block" style set by default. (f4a894f)
- chartist-cmp: component template should be just empty. (b6bc795)
- chartist-cmp: events should be bound with every new chart initialization. (ba78c62)
- chartist-cmp: unset chart reference on component destruction. (985d068)
- chartist-cmp: use "div" tag instead of "ng-content" since nothing is projected. (0498e3e)
- demo-app: removed useless "div" container. (23cace7)
- library-build: package.json should be copied in cross-platform way before every library build. (15258d3)
- live-chart: fix memory leak. (27ab67f)
- live-chart: use Angular DI to inject DatePipe. (9a0b104)
- live-chart: use Angular formatDate() function instead of DatePipe to format time. (83683db)
- ng-chartist: corrected method visibility in chartist component. (de1f891)
- ng-chartist: get nativeElement from ElementRef in ngOnInit() instead of constructor. (8c79179)
- ng-chartist: Remove useless "ts-ignore" annotations. (c84201c)
- package.json: fix "pack" script. (74002e6)
- style: load Chartist stylesheet before demo app stylesheet and remove "!important" CSS rule. (326ce65)
- library: chartist component simplification and unit test refactoring. (5357a66)
- live-chart: improve label formatting. (9c34d86)
- live-chart: replaced setInterval() with RxJS timer since it allows setting initial delay. (b0be49a)
3.1.0 (2019-01-14)
- add README to package (410241e)
- add release script (5c316d6)
3.0.3 (2019-01-13)
- fix files glob (8e87ea9)
3.0.2 (2019-01-13)
3.0.1 (2019-01-13)
3.0.0 (2019-01-11)
3.0.0-alpha.0 (2019-01-11)
- aot: Recreated the library using Angular cli generated projects and as a result: (7506bfd)
- lib: add missing information to library's package.json. (810ef8b)
- live-chart: a couple of fixes for the live chart demo: (818e8a1)
- style: increase axis label size and move global styling to style.css in the demo app. (76585ae)
- styling: include missing bootstrap CSS and top menu toolbar. (e305299)
- typedoc: fixed generation of documentation. (e985153)
3.0.0 (2019-01-10)
- Support for Angular 6 and 7
- Fix AOT builds
2.0.0-beta.1 (2018-04-07)
2.0.0-beta.0 (2018-04-04)
- use ng-packagr for distribution (e9bf54b)
- this changes the structure of the dist directory. So I wanna be safe
Signed-off-by: Will Soto will.soto9@gmail.com
1.1.1 (2017-06-02)
1.1.0 (2017-03-11)
1.0.0 (2017-03-11)
- all: rename package to ng-chartist (572f6d8)
- all: rename package from to to conform with new Angular Naming Guidelines. This only affect how you install and import the library (no actual breaking changes in code). Before:
npm install --save angular2-chartist
...
import { ChartistModule } from 'angular2-chartist';
After:
npm install --save ng-chartist
...
import { ChartistModule } from 'ng-chartist';
Signed-off-by: Will Soto will.soto9@gmail.com
0.12.2 (2017-02-23)
0.12.1 (2017-02-22)
- typings: fix typings not being correctly generated (8b57cd0)
0.12.0 (2017-02-22)
0.11.1 (2017-02-10)
0.11.0 (2017-01-23)
- webpack: append -loader to loaders (26c6a08)
- yarn: add yarn.lock (88b199d)
0.10.1 (2016-10-19)
0.10.0 (2016-10-18)
- 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
- 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)
0.9.2 (2016-09-21)
0.9.1 (2016-09-21)
0.9.0 (2016-09-15)
- angular: upgrade to angular 2.0 stable (b62ea60)
0.8.0 (2016-09-02)
- angular: upgrade to angular rc.6 (dcc2fed)
0.7.0 (2016-08-13)
- angular: upgrade to RC.5 (649d08b)
0.6.1 (2016-07-29)
0.6.0 (2016-07-06)
- angular: bump angular to rc.4 (cbb135f)
0.5.0 (2016-07-01)
- angular: bump angular to rc.4 (37c8015)
0.4.0 (2016-06-22)
- angular: bump angular to rc.3 (b7cc3e8)
0.3.2 (2016-06-17)
0.3.1 (2016-06-17)
- 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)
- chartist.component: rename selector to be spec compliant (02b228e)
- chartist.component: chartist is now x-chartist
Signed-off-by: Will Soto will.soto9@gmail.com
0.2.1 (2016-06-15)
- build: angular/core really wants beta.6 (e85d68f)
0.2.0 (2016-06-15)
- angular: bump angular to rc.2 (a3e0923)
0.1.3 (2016-06-06)
- package: include files in release (1f57c8b)
0.1.1 (2016-06-06)
- karma: fix ENOENT when doing single run (877249e)