Skip to content

Releases: victorgarciaesgi/vue-chart-3

v3.0.0

23 Nov 15:01
Compare
Choose a tag to compare
  • ⚠️ Breaking changes and new versions numbers

In previous versions, vue-demi was used. It worked really well, but as the project advanced, they were a lot of problems with vue-related typescript definitions, tests and conflict between dependencies.

This new system will keep vue-chart-3 working for both Vue 2 & 3 with designated versions (2.x and 3.x respectively), but each one designed for their specific Vue version.

The usage of components of hooks is unchanged for both versions.

Code wise, there is not big breaking changes. But the Vue 3 version will have improved type checking for components template (with Volar extension).

  • New docs using vuepress next!

0.5.11

27 Oct 00:12
Compare
Choose a tag to compare
  • Fixed types for Vue 3 imports

0.5.9

25 Oct 09:55
Compare
Choose a tag to compare
  • Fix Plugin types in hooks

0.5.8

20 Oct 13:38
Compare
Choose a tag to compare
  • Some bug fixes and styles ajustments

v0.5.6

30 Jul 09:46
Compare
Choose a tag to compare
  • Fixed server side runtime errors like in Jest or Nuxt SSR
  • Fixed resolutions errors

v0.5.0

29 Jul 16:02
Compare
Choose a tag to compare
  • Added hooks support and cleaned up the code a little bit

v0.4.7

22 Jul 09:32
Compare
Choose a tag to compare
  • chartInstance is now accessible by reference to the component!

0.4.5

19 Jul 13:53
Compare
Choose a tag to compare
  • Fixed call stack loop when using reactive options using data or ref
  • Fixed bundle size thanks to @DRoet

0.4.0

16 Jul 07:58
b911823
Compare
Choose a tag to compare

Breaking changes

  • Renamed data prop to chartData due to type merging issues

Features

  • All components are now correctly typed if using Volar on VSCode
  • Added ExtractComponentData utility type
  • Added ExtractComponentProps utility type
  • Reactive options

0.3.9

15 Jul 12:30
Compare
Choose a tag to compare
  • Fixed options reactivity
  • Compatibility fixes