Releases: sgratzl/chartjs-chart-geo
Releases · sgratzl/chartjs-chart-geo
v4.2.3
v4.2.2
v4.2.1
v4.2.0
- #165 build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
🐛 Bugs Fixes
- #173 fix: fix corner case for too small cache elem
Documentation
- #167 Update README.md for smol typo
🧰 Development
Thanks to @dependabot, @dependabot[bot], @github-actions, @jackstruck and @sgratzl
v4.1.2
v4.1.1
🐛 Bugs Fixes
- #157 Use translation from label items options
Documentation
- #155 Resolved dead link
🧰 Development
- #158 Release v4.1.1
Thanks to @Choromanski, @github-actions, @sgratzl and @stockiNail
v4.1.0
v4.0.1 - v4 + BREAKING CHANGES
Breaking Changes
- renamed scale keys: xy => projection, r => size
- require
aixs: 'x'
property when configuring one of the custom scales (projection, size, color)
see https://github.com/sgratzl/chartjs-chart-geo/blob/main/samples/albers.html#L41
🚀 Features
- #148 upgrade to chart.js v4
🧰 Development
- #150 Release v4.0.1
- #149 Release v4.0.0
- #145 Release v4.0.0-alpha
- #144 upgrade build system + switch to type = module
Thanks to @github-actions and @sgratzl