Releases: victorgarciaesgi/vue-chart-3
Releases · victorgarciaesgi/vue-chart-3
v3.0.0
⚠️ 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
- Fixed types for Vue 3 imports
0.5.9
- Fix
Plugin
types in hooks
0.5.8
- Some bug fixes and styles ajustments
v0.5.6
- Fixed server side runtime errors like in Jest or Nuxt SSR
- Fixed resolutions errors
v0.5.0
- Added hooks support and cleaned up the code a little bit
v0.4.7
chartInstance
is now accessible by reference to the component!
0.4.5
0.4.0
Breaking changes
- Renamed
data
prop tochartData
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
- Fixed
options
reactivity - Compatibility fixes