v1.0.0-beta.1
BREAKING CHANGES
- change umd exported name to
VueCompositionAPI
(#399) - rename
createElement
toh
(#400) - drop
createComponent
(#398) - match dist file naming with vue-next (#413)
Bug Fixes
- unwrapRef: copy ob and make toRaw work in props (#409) (5f23886), closes #392
- nextTick await (#414) (85ffede)
- type: accept undefined return for setup() (#417) (64b16ff)