v2.0.0-beta.0
Pre-releaseA 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
-
Slots usage changed