Releases: vuejs/composition-api
Releases · vuejs/composition-api
v0.2.0
Fixed
computedproperty is called immediately inreactive()#79.
Changed
- rename
onBeforeDestroy()toonBeforeUnmount()lifecycle-hooks. - Remove
onCreated()lifecycle-hooks. - Remove
onDestroyed()lifecycle-hooks.
v0.1.0
The package has been renamed to @vue/composition-api to be consistent with RFC.
The @vue/composition-api reflects the Composition API RFC.