Releases: valor-software/ng2-charts
Releases · valor-software/ng2-charts
v3.0.9
What’s Changed
- chore(deps): bump minimist from 1.2.5 to 1.2.6 (#1396) @dependabot
- chore(deps): bump engine.io from 6.1.0 to 6.1.3 (#1387) @dependabot
- chore(deps): bump nanoid from 3.1.30 to 3.3.1 (#1388) @dependabot
- chore(deps): bump follow-redirects from 1.14.6 to 1.14.8 (#1382) @dependabot
- chore(deps): bump prismjs from 1.25.0 to 1.27.0 (#1384) @dependabot
- chore(deps-dev): bump karma from 6.3.9 to 6.3.16 (#1385) @dependabot
Essential Links
Thanks to @dependabot, @dependabot[bot] and @santam85
v3.0.8
v3.0.7
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
v3.0.5
v3.0.2
v3.0.1
What’s Changed
- Updated rxjs peer dependency to match Angular 13 range.
Essential Links
Thanks to @santam85
v3.0.0
What’s Changed
- v3.0.0 release (#1345) @santam85
- Updated to Angular 13
- Updated to Chart.js 3.6.0
- Switched to Chart.js types
- Fix typo on AppComponent by @KevinPy in #1290
- Fix rounding in bar chart example by @FuchsDominik in #1332
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
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
- @FuchsDominik made their first contribution in #1332
Full Changelog: v3.0.0-rc.5...v3.0.0-rc.7
v3.0.0-rc.5 - Chart.js v3 RC.5
Renamed module and added configuration provider Moved initialization of defaults to constructor