Skip to content

Releases: valor-software/ng2-charts

v3.0.6

05 Jan 14:16
aa3e7f0
Compare
Choose a tag to compare

What’s Changed

Essential Links

Thanks to @santam85

v3.0.5

22 Dec 15:38
Compare
Choose a tag to compare

What’s Changed

  • Fix package format
  • Fix release pipeline

Essential Links

Thanks to @santam85

v3.0.2

17 Dec 12:15
Compare
Choose a tag to compare

What’s Changed

Essential Links

Thanks to @santam85

v3.0.1

07 Dec 10:50
Compare
Choose a tag to compare

What’s Changed

  • Updated rxjs peer dependency to match Angular 13 range.

Essential Links

Thanks to @santam85

v3.0.0

06 Dec 09:06
Compare
Choose a tag to compare

What’s Changed

New Contributors
@KevinPy made their first contribution in #1290
@PowerKiKi made their first contribution in #1322
@FuchsDominik made their first contribution in #1332

Essential Links

Thanks to @santam85, @paviad, @KevinPy, @PowerKiKi, @FuchsDominik

v3.0.0-rc.7 - Chart.js v3 RC.7

22 Oct 10:39
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Moved chart creation outside of Angular zone
  • Removed checks for loading the NgChart module a single time
  • Bumped minimum Angular version requirement to v11
  • Refactored generation schematics to use newer CDK APIs
  • Fix rounding in bar chart example by @FuchsDominik in #1332
  • Bump tar from 6.1.0 to 6.1.3 by @dependabot in #1330

New Contributors

Full Changelog: v3.0.0-rc.5...v3.0.0-rc.7

v3.0.0-rc.5 - Chart.js v3 RC.5

06 Aug 14:39
Compare
Choose a tag to compare
Pre-release
Renamed module and added configuration provider

Moved initialization of defaults to constructor

v2.4.3 - IE11 compatibility

07 Jul 12:08
Compare
Choose a tag to compare

v3.0.0-rc.4

06 Jul 13:03
Compare
Choose a tag to compare
v3.0.0-rc.4 Pre-release
Pre-release

Fixes #1320

v3.0.0-rc.3

14 Jun 14:46
Compare
Choose a tag to compare
v3.0.0-rc.3 Pre-release
Pre-release

Changes:

  • Allows to use the library in lazy-loaded modules
  • Updated project to Chart.js 3.3
  • Updated project to latest Angular