This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
chore(deps): update dependency @vue/composition-api to v1 #115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.3.2
->^1.7.2
Release Notes
vuejs/composition-api (@vue/composition-api)
v1.7.2
Compare Source
Bug Fixes
Features
v1.7.1
Compare Source
Bug Fixes
Date
toBaseTypes
(#957) (c3f4e91)v1.7.0
Compare Source
Bug Fixes
1.6.3 (2022-06-24)
Features
1.6.2 (2022-05-23)
Features
1.6.1 (2022-05-05)
Bug Fixes
v1.6.3
Compare Source
Features
v1.6.2
Compare Source
Features
v1.6.1
Compare Source
Bug Fixes
v1.6.0
Compare Source
Bug Fixes
v1.5.0
Compare Source
Features
1.4.10 (2022-03-16)
1.4.9 (2022-02-26)
1.4.8 (2022-02-26)
Bug Fixes
1.4.7 (2022-02-24)
Bug Fixes
1.4.6 (2022-02-07)
Bug Fixes
1.4.5 (2022-01-27)
Bug Fixes
1.4.4 (2022-01-16)
Bug Fixes
emit
type in SetupContext (#884) (5c35403)1.4.3 (2021-12-27)
Bug Fixes
1.4.2 (2021-12-17)
Bug Fixes
1.4.1 (2021-11-30)
Bug Fixes
Features
v1.4.9
Compare Source
1.4.9 (2022-02-26)
v1.4.8
Compare Source
Bug Fixes
v1.4.7
Compare Source
Bug Fixes
v1.4.6
Compare Source
Bug Fixes
v1.4.5
Compare Source
Bug Fixes
v1.4.4
Compare Source
Bug Fixes
emit
type in SetupContext (#884) (5c35403)v1.4.3
Compare Source
Bug Fixes
v1.4.2
Compare Source
Bug Fixes
v1.4.1
Compare Source
1.4.10 (2022-03-16)
v1.4.0
Compare Source
1.4.0 (2021-11-14)
v1.3.3
Compare Source
Features
v1.3.2
Compare Source
Bug Fixes
v1.3.1
Compare Source
Bug Fixes
v1.3.0
Compare Source
Bug Fixes
1.2.4 (2021-10-07)
Bug Fixes
type
to component instance (#828) (b9b603f)1.2.3 (2021-10-05)
Bug Fixes
set()
twice lose reactivity (#821) (416845a)Features
1.2.2 (2021-09-24)
Reverts
.mjs
by default", close #815 (96899ce)1.2.1 (2021-09-21)
Features
v1.2.4
Compare Source
Bug Fixes
type
to component instance (#828) (b9b603f)v1.2.3
Compare Source
Bug Fixes
set()
twice lose reactivity (#821) (416845a)Features
v1.2.2
Compare Source
Reverts
.mjs
by default", close #815 (96899ce)v1.2.1
Compare Source
Features
v1.2.0
Compare Source
Bug Fixes
.mjs
by default (2699348)1.1.5 (2021-09-09)
Bug Fixes
isReadonly
behaviour, close #811, close #812 (d3c456a)1.1.4 (2021-08-31)
Bug Fixes
1.1.3 (2021-08-22)
1.1.2 (2021-08-21)
Bug Fixes
Features
useSlots
anduseAttrs
(#800) (1e6e3a9)1.1.1 (2021-08-14)
Bug Fixes
v1.1.5
Compare Source
Bug Fixes
isReadonly
behaviour, close #811, close #812 (d3c456a)v1.1.4
Compare Source
Bug Fixes
v1.1.3
Compare Source
1.1.3 (2021-08-22)
v1.1.2
Compare Source
Bug Fixes
Features
useSlots
anduseAttrs
(#800) (1e6e3a9)v1.1.1
Compare Source
Bug Fixes
v1.1.0
Compare Source
Features
watchPostEffect
api (92fe90c)watchSyncEffect
api (e12c23d)effectScope
api (#762) (fcadec2)1.0.6 (2021-08-09)
Features
v1.0.6
Compare Source
Features
v1.0.5
Compare Source
Bug Fixes
v1.0.4
Compare Source
Bug Fixes
esm.js
version, close #769 (4ac545c)v1.0.3
Compare Source
Bug Fixes
v1.0.2
Compare Source
Bug Fixes
v1.0.1
Compare Source
1.0.1 (2021-07-16)
v1.0.0
Compare Source
Bug Fixes
v0.6.7
Compare Source
Bug Fixes
Features
v0.6.6
Compare Source
Reverts
v0.6.5
Compare Source
Bug Fixes
flush:sync
(#389) (f7f1e77)markRaw
objects (#386) (575d100)data
(#387) (1f07075)v0.6.4
Compare Source
Bug Fixes
v0.6.3
Compare Source
Bug Fixes
v0.6.2
Compare Source
Bug Fixes
v0.6.1
Compare Source
Fix
__DEV__
is not defined, #355, @yoyo930021v0.6.0
Compare Source
Great thanks to @pikax for #311, making most of the APIs better aligned with the latest vue-next.
BREAKING CHANGE
lazy
option ofwatch
has been replaced by the oppositeimmediate
option, which defaults to false. (It's ignored when using the effect signature). more details (#266)nonReactive
tomarkRaw
watchEffect
now follows the same behaviour as v3 (triggers immediately).UnwrapRef
types fromvue-next
this can cause some incompatibilities.Bug Fixes
toRefs
, #315Features
unref
(#309),isReactive
(#327),toRef
(#313),UnwrapRef
(#247)shallowReactive
,shallowRef
toRaw
getCurrentInstance
available on the lifecycle hooks (onMounted
, etc)getCurrentInstance
returnsundefined
when called outside setup instead of throwing exceptionTypes
vue-next
v0.5.0
Compare Source
watchEffect
function, lingin up with the latest version of the RFC (RFC docs) (#275)setup
from a mixin should called before the component's own (#276)UnWrapRef
internal type (#261)Element
to bailout types for unwrapping (#278)v0.4.0
Compare Source
createComponent
todefineComponent
(thecreateComponent
function is still there but deprecated) #230onUnmounted
should not be run ondeactivated
#217v0.3.4
Compare Source
reactive
setter not working on the server.isServer
setup context property.v0.3.3
Compare Source
__ob__
unenumerable #149.getCurrentInstance
for advanced usage in Vue plugins.onServerPrefetch
lifecycle hook and newssrContext
setup context property #198.Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.