Releases: vuejs/composition-api
Releases · vuejs/composition-api
v1.0.0-rc.13
Bug Fixes
- the hasOwn should be used to determine whether an attribute exists. (#737) (65abcb4)
- observe: solve the Ref not unwrapping on the ssr side issue with recursive way. (#723) (debd37d)
- shallowReadonly: align behavior with vue-next (#741) (14d1c7b)
- types: use AnyObject insteads of any (#742) (efb4195)
v1.0.0-rc.12
Bug Fixes
- proxyRefs: infinite loop when using proxyRefs. (#730) (0b6ab25)
- reactivity: check type of ob in isRaw and isReactive (#732) (97dd671)
- watch: watched previous values can't be destructure on first fire. (#727) (b3ab6f9)
v1.0.0-rc.11
Bug Fixes
- reactivity: should trigger watchEffect when using set to change value of array length (#720) (9c03a45)
- reactivity: unexpected behaviors for array index out of valid array length when set and del (#719) (f08a1d6)
- shallowReactive: should keep array as array (#717) (620d09b)
- shallowReadonly: watch should work for ref/reactive with shallowReadonly (#714) (b6fc1f7)
Features
- reactivity: unwrap value when using
set
(#722) (bd198e7)
v1.0.0-rc.10
Bug Fixes
- dev: setup data in nextTick is proxied to vm._data. (#697) (e231837)
- watch: align behavior with vue-next(doWatch). (#710) (fcf8bc3)
v1.0.0-rc.9
Bug Fixes
- shallowReactive: align behavior with vue-next (#696) (3485ecb)
- The behavior of development and production merge should be consistent. (#694) (7ca7010)
Features
- add and delete object attributes would trigger update. (#692) (8c27d80)
v1.0.0-rc.8
Bug Fixes
- Memory leak caused by global variables. (#686) (badff82)
- reactive: align behavior with vue-next (#689) (37fcbaa)
v1.0.0-rc.5
chore: release v1.0.0-rc.5