Skip to content

v2.0.0-rc.0

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 26 Jan 07:59

Things are quite stable at this point. It's unlikely the API will change any time soon. This release candidates marks the final transition towards a stable 2.0.

Fixes

This fixes some edge cases, like capturing an emit event inside of setup prior to the component getting mounted.

Docs

The docs are now hosted in this repo, as opposed to a separate repo. They are built using Vitepress and deployed via Netlify. Thanks to @bencodezen and @afontcu for making this happen.

Tests