Skip to content

Releases: vuejs/composition-api

v1.1.0-beta.4

22 Jul 21:43
Compare
Choose a tag to compare
v1.1.0-beta.4 Pre-release
Pre-release

Bug Fixes

  • revert module field to esm.js version, close #769 (92afa6f)

v1.0.4

22 Jul 21:40
Compare
Choose a tag to compare

Bug Fixes

  • revert module field to esm.js version, close #769 (4ac545c)

v1.1.0-beta.3

18 Jul 02:38
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • build for mjs and exports all submodules (c116714)

v1.0.3

18 Jul 02:37
Compare
Choose a tag to compare

Bug Fixes

  • build for mjs and exports all submodules (69538ee)

v1.1.0-beta.2

16 Jul 20:12
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • effectScope: should stop along with parent component (784d96c)

v1.1.0-beta.1

16 Jul 19:48
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

Features

v1.0.2

16 Jul 19:44
Compare
Choose a tag to compare

Bug Fixes

  • should dynamically update refs in context (#764) (d7de23e)
  • readonly: align behavior with vue-next. (#765) (42104aa)
  • type: remove unnecessary type assertion (#766) (ebb7975)

v1.0.1

16 Jul 08:47
Compare
Choose a tag to compare
chore: release v1.0.1

v1.0.0

15 Jul 06:03
Compare
Choose a tag to compare

Bug Fixes

  • mockReactivityDeep: add parameter seen for mockReactivityDeep. (#759) (40cb14a)
  • runtime-core: trigger warning when the injectionKey is undefined (#760) (2ccad9b)

v1.0.0-rc.14

12 Jul 10:05
Compare
Choose a tag to compare
v1.0.0-rc.14 Pre-release
Pre-release

Bug Fixes

  • only trigger warning in the dev environment (#755) (bc7c2af)
  • customReactive: avoid circular reference. (#758) (2bd6ea5)
  • watch: errors thrown in the asynchronous callback function in watch will not be caught. (#751) (f0e423f)
  • watch: only trigger warning in the dev environment (#754) (0fe0088)
  • watch: traverse refs in deep watch (#753) (55a0a20)