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
- use devtools emit hook to capture emitted events #296 @cuixiaorui.
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
- add a regression tests for setData and watch @lmiller1990