Skip to content

Releases: vuejs/composition-api

v1.0.0-rc.13

02 Jul 08:43
Compare
Choose a tag to compare

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

17 Jun 19:33
Compare
Choose a tag to compare
v1.0.0-rc.12 Pre-release
Pre-release

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

04 Jun 22:39
Compare
Choose a tag to compare
v1.0.0-rc.11 Pre-release
Pre-release

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

27 May 07:14
Compare
Choose a tag to compare
v1.0.0-rc.10 Pre-release
Pre-release

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

19 May 10:09
Compare
Choose a tag to compare
v1.0.0-rc.9 Pre-release
Pre-release

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

29 Apr 04:10
Compare
Choose a tag to compare
v1.0.0-rc.8 Pre-release
Pre-release

Bug Fixes

  • Memory leak caused by global variables. (#686) (badff82)
  • reactive: align behavior with vue-next (#689) (37fcbaa)

v1.0.0-rc.7

18 Apr 01:30
Compare
Choose a tag to compare

Bug Fixes

Features

  • types: export ComponentInternalInstance, close #677, close #675 (ccae670)

v1.0.0-rc.6

29 Mar 14:43
Compare
Choose a tag to compare

Bug Fixes

v1.0.0-rc.5

11 Mar 10:34
Compare
Choose a tag to compare
chore: release v1.0.0-rc.5

v1.0.0-rc.4

11 Mar 06:36
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release

Bug Fixes