v2.0.0-beta.7
Small release. Mainly typing improvements/fixes, and some small bug fixes.
Once the open issues about functional components are fixed and docs completed (few sections outstanding) we will move to RC. Goal is to be 2.0.0 by the end of the year.
Fixes:
fix: set default event.cancelable from dom-event-types @aethr
fix: correctly capture DOM/Vue wrapper type @HerringtonDarkholme
fix: error handling in suspense @cexbrayat
refactor: do not pollute markup with useless id @lmiller1990
Types
Vue 3 is still young, and the types are evolving.
fix: support for DefineComponent shim @pikax