Releases: apertureless/vue-chartjs
Releases Β· apertureless/vue-chartjs
v5.3.2
What's Changed
- chore(deps): update dependency eslint-plugin-prettier-vue to v5 by @renovate in #1071
- Update typedCharts.ts by @lukemovement in #1107
New Contributors
- @lukemovement made their first contribution in #1107
Full Changelog: v5.3.1...v5.3.2
v5.3.1
What's Changed
- chore(deps): update commitlint monorepo to v18 (major) by @renovate in #1067
- docs: Translate to korean by @Leejaeyeop in #1078
- Updates to
Updating Charts
documentation by @wjlee2020 in #1082 - fix(types): bar chart data by @Oleksii14 in #1087
- Add destroyDelay prop by @doutatsu in #1085
New Contributors
- @Leejaeyeop made their first contribution in #1078
- @wjlee2020 made their first contribution in #1082
- @Oleksii14 made their first contribution in #1087
- @doutatsu made their first contribution in #1085
Full Changelog: v5.3.0...v5.3.1
v5.3.0
v5.2.0
v5.1.0
v5.0.1
v5.0.0
β BREAKING CHANGES
- package now is ESM-only, no CommonJS support
- default export was removed, please use named exports
- chart events were removed
- div wrapper was removed,
chartData
prop was renamed todata
,chartOptions
prop was renamed tooptions
,generateChart
was renamed tocreateTypedChart
- Vue.js < 2.7 is no longer supported.