Skip to content

Latest commit

 

History

History
665 lines (304 loc) · 23.5 KB

CHANGELOG.md

File metadata and controls

665 lines (304 loc) · 23.5 KB

8.3.2 (2024-06-29)

Bug Fixes

8.3.1 (2024-06-04)

Bug Fixes

  • deps: update dependency tslib to v2.6.3 (9e880a8)

8.3.0 (2024-05-28)

Features

  • angular: support Angular 18 (9b996d5)

8.2.0 (2023-11-18)

Features

8.1.3 (2023-08-19)

Bug Fixes

  • deps: update dependency tslib to v2.6.2 (a8d628d)

8.1.2 (2023-07-24)

Bug Fixes

  • deps: update dependency tslib to v2.6.1 (9f8dea0)

8.1.1 (2023-06-27)

Bug Fixes

  • deps: update dependency tslib to v2.6.0 (70ccafc)

8.1.0 (2023-06-16)

Features

8.0.1 (2023-06-03)

Bug Fixes

  • deps: update dependency tslib to v2.5.3 (ee90e16)

8.0.0 (2023-05-31)

Features

BREAKING CHANGES

  • Major Angular version bump. No API changes to the library.

7.1.4 (2023-05-19)

Bug Fixes

  • deps: update dependency tslib to v2.5.2 (edf06a9)

7.1.3 (2023-05-18)

Bug Fixes

  • deps: update dependency tslib to v2.5.1 (0972f7e)

7.1.2 (2023-04-28)

Bug Fixes

  • deps: update dependency tslib to v2.5.0 (0388059)

7.1.1 (2022-11-23)

Bug Fixes

  • ng-packagr: include the correct package.json (4ebed56)

7.1.0 (2022-11-23)

Features

  • deps: update angular monorepo to v15 (a40515c)

7.0.2 (2022-11-20)

Bug Fixes

  • workflows: set puppeteer cache location (ed37cb3)

7.0.1 (2022-11-01)

Bug Fixes

  • deps: update dependency tslib to v2.4.1 (3ace5c6)

7.0.0 (2022-08-26)

chore

  • deps: update dependency chartist to v1 (247d3b1), closes #1217

BREAKING CHANGES

  • deps: Updates Chartist to v1. Use version v6 if you must use Chartist v0.x

6.8.1 (2022-07-26)

Bug Fixes

  • workflows: upgrade to node-ci v2.0.1 (61c5013)
  • workflows: upgrade to node-ci v2.0.2 (a47108e)

6.8.0 (2022-06-26)

Features

6.7.0 (2022-03-14)

Features

6.6.0 (2022-03-07)

Features

6.5.0 (2022-02-26)

Features

6.4.0 (2022-02-07)

Features

6.3.1 (2022-01-28)

Bug Fixes

  • update peerDependencies for @angular/* to ^12.0.0 || ^13.0.0 (a247b84), closes #1074

6.3.0 (2021-11-30)

Bug Fixes

  • ci: add appropriate build scripts (302be90)

Features

  • add node-tests reusable workflow (cfc8425)
  • releases: generate and commit changelog (55e20ce)

Changelog

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

5.0.0 (2021-05-27)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • chartist-cmp: "initialized" event emitted when the chart object is created. (#226) (25baa49)

4.0.0 (2019-01-20)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

Features

3.0.3 (2019-01-13)

Bug Fixes

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)

Bug Fixes

  • 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)

Features

  • Support for Angular 6 and 7

Bug Fixes

  • Fix AOT builds

2.0.0-beta.1 (2018-04-07)

2.0.0-beta.0 (2018-04-04)

Features

  • use ng-packagr for distribution (e9bf54b)

BREAKING CHANGES

  • 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)

Bug Fixes

  • AoT: ignore lib check to allow ngc to compile (1de026f), closes #104 #124

1.1.0 (2017-03-11)

Features

  • chartist: throw error when invalid chart type is passed (a1637cf), closes #97

1.0.0 (2017-03-11)

Features

  • all: rename package to ng-chartist (572f6d8)

BREAKING CHANGES

  • 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)

Bug Fixes

  • dist: revert AoT changes. Too many issues (94e8a4d), closes #94

0.12.1 (2017-02-22)

Bug Fixes

  • typings: fix typings not being correctly generated (8b57cd0)

0.12.0 (2017-02-22)

Features

  • AoT: Support AoT compilation (bc1452c), closes #55

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)