Skip to content

Releases: valor-software/ng2-charts

v3.0.9

11 Apr 14:27
Compare
Choose a tag to compare

What’s Changed

Essential Links

Thanks to @dependabot, @dependabot[bot] and @santam85

v3.0.8

17 Jan 13:46
Compare
Choose a tag to compare

What’s Changed

  • Fixed ng-generate schematics by including the templates (@emaas)

Essential Links

Thanks to @santam85 @emaas

v3.0.7

14 Jan 11:59
Compare
Choose a tag to compare

What’s Changed

  • Fixed a bug preventing ng generate schematics to work for chart types other than line

Essential Links

Thanks to @santam85

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