Releases: vuejs/composition-api
Releases · vuejs/composition-api
v1.0.0-beta.18
Bug Fixes
- better
vueDependency
importing, close #564 (#572) (555f20a)
- type: vue constructor should not require props with default values (#567) (964f9f3)
Features
v1.0.0-beta.17
Bug Fixes
Code Refactoring
BREAKING CHANGES
v1.0.0-beta.15
Bug Fixes
reactive
in SSR (#546) (535c829)
- incorrect warning for
getRegisteredVueOrDefault
, resolve #544 (3a1d992)
- reactive for props (#547) (4d39443)
- reactive: fix issue when using reactive
array
in the template (#532) (d99b91d)
- vue-test: prevent warning when using multiple
localVue
(#531) (5484bb7)
v1.0.0-beta.14
Bug Fixes
- circular objects and making all Vue.observable objects isReactive (#512) (f204daa)
Features
- reactive: allow usage of reactive before
Vue.use
(#515) (89fd11c)
v1.0.0-beta.13
Bug Fixes
- sets: check for window to avoid SSR errors (#511) (9ea7230)
v1.0.0-beta.11
Bug Fixes
- setup: handle updates for directly return a reactive object (#488) (a7f2c25), closes #487
- watch: check if ob has value before addSub (#477) (d8cd30d)
v1.0.0-beta.9
Bug Fixes
- watch: watch will trigger when added new keys using
set
(#468) (13bfed1)
v1.0.0-beta.7
BREAKING CHANGES
- template auto ref unwrapping are now applied shallowly,
i.e. only at the root level. See vuejs/core#1682 for
more details.
Features
proxyRefs
method and ShallowUnwrapRefs
type (#456) (149821a)
Performance Improvements