Skip to content

v2.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@setaman setaman released this 05 Jan 15:08
· 153 commits to master since this release

A well tested Vue 3 compatible beta release with stable interface. This release introduces new features, patches, some breaking changes and a lot of internal code improvements. All previous releases are not compatible with this version. The stable v2 version is a few tests away and is actually only blocked by the vue-test-utils@beta issues. Furthermore I need to ensure the backward compatibility with Vue 2.6.

At this point this version is feature complete and no more breaking changes will be introduced. Please read the documentation to learn more details about changes. Below is an overview of important breaking changes. A detailed upgrade guide will be available later.

  • Component is build with Vue 3

  • Component initialization changed due to Vue 3 specifics, also changed the usage over CDN

  • Options changes: legendValue, legend, lineMode

  • Slots usage changed