Skip to content

v2.0.0-beta.7

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 18 Oct 08:37

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