8.3.2 (2024-06-29)
8.3.1 (2024-06-04)
- deps: update dependency tslib to v2.6.3 (9e880a8)
8.3.0 (2024-05-28)
- angular: support Angular 18 (9b996d5)
8.2.0 (2023-11-18)
- support Angular 17 (d5cc3dc)
8.1.3 (2023-08-19)
- deps: update dependency tslib to v2.6.2 (a8d628d)
8.1.2 (2023-07-24)
- deps: update dependency tslib to v2.6.1 (9f8dea0)
8.1.1 (2023-06-27)
- deps: update dependency tslib to v2.6.0 (70ccafc)
8.1.0 (2023-06-16)
8.0.1 (2023-06-03)
- deps: update dependency tslib to v2.5.3 (ee90e16)
8.0.0 (2023-05-31)
- Major Angular version bump. No API changes to the library.
7.1.4 (2023-05-19)
- deps: update dependency tslib to v2.5.2 (edf06a9)
7.1.3 (2023-05-18)
- deps: update dependency tslib to v2.5.1 (0972f7e)
7.1.2 (2023-04-28)
- deps: update dependency tslib to v2.5.0 (0388059)
7.1.1 (2022-11-23)
- ng-packagr: include the correct package.json (4ebed56)
7.1.0 (2022-11-23)
- deps: update angular monorepo to v15 (a40515c)
7.0.2 (2022-11-20)
- workflows: set puppeteer cache location (ed37cb3)
7.0.1 (2022-11-01)
- deps: update dependency tslib to v2.4.1 (3ace5c6)
7.0.0 (2022-08-26)
- deps: Updates Chartist to v1. Use version v6 if you must use Chartist v0.x
6.8.1 (2022-07-26)
6.8.0 (2022-06-26)
- upgrade to Angular 14 (faf8d6f)
6.7.0 (2022-03-14)
- upgrade packages (7367974)
6.6.0 (2022-03-07)
- upgrade packages (57b6521)
6.5.0 (2022-02-26)
- upgrade packages (bae1ae0)
6.4.0 (2022-02-07)
- upgrade packages (478a132)
6.3.1 (2022-01-28)
6.3.0 (2021-11-30)
- ci: add appropriate build scripts (302be90)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2021-05-27)
- enable ivy and partial compilation mode (b8f3957)
- update all packages (419aee6)
- chartist-cmp: "initialized" event emitted when the chart object is created. (#226) (25baa49)
- github: add push workflow (8821f66)
- github: add workflow (11e7764)
- clear deprecation for --prod flag (adefce0)
- library builder (7e5cf9a)
- ci: use lts node container (2a55c03)
- pin @types/jasmine to 3.3.11 (d74b7fa)
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)