Releases: valor-software/ng2-charts
Releases · valor-software/ng2-charts
v3.0.11
What’s Changed
- Fixed issue discussed in #1376, library is compatible again with RxJs <7.1
- chore(deps): bump async from 2.6.3 to 2.6.4 (#1404) @dependabot
- chore(deps): bump plist from 3.0.4 to 3.0.5 (#1397) @dependabot
- chore(deps): bump ejs from 3.1.6 to 3.1.7 (#1403) @dependabot
Essential Links
Thanks to @dependabot, @dependabot[bot] and @santam85
v3.0.10
What’s Changed
- Trigger the hover event also when there are no active elements.
Essential Links
Thanks to @santam85
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 generateschematics 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