Vue Chart 3 Versions Save

📊 A simple wrapper around Chart.js 3 for Vue 2 & 3

v3.1.8

2 years ago

Shitty release that remove a forgotten console.log 🙃

v3.1.7

2 years ago
  • Fixed labels reactivity issue

v3.1.6

2 years ago
  • Fixed a bug with options props reactivity

v3.1.5

2 years ago
  • Fixed a big bug where new data wasn't take into account in the watcher and compare functions didn't had new data

v3.1.1

2 years ago
  • Fixed @vue/runtime-[core|dom] peer deps

v3.1.0

2 years ago
  • Refactored the project to add esm and cjs builds
  • Compatible with Vite.js and Nuxt 3
  • Changed Jest to Vitest ⚡️
  • Fixed docs
  • Added useful JSdocs
  • Changed Yarn to Pnpm
  • More!

v3.0.9

2 years ago
  • Fixed nanoid dependencies + fix peer dependencies resolution with @vue/runtime-dom

v3.0.6

2 years ago
  • Fixed #75 with peer deps

v3.0.5

2 years ago
  • Fixed bug #33 with datasets hidden property not being reactive

v3.0.2

2 years ago
  • Fixed tsx props typings
  • cleanup