This repository was 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.2Release Notes
vuejs/composition-api (@vue/composition-api)
v1.7.2Compare Source
Bug Fixes
Features
v1.7.1Compare Source
Bug Fixes
DatetoBaseTypes(#957) (c3f4e91)v1.7.0Compare 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.3Compare Source
Features
v1.6.2Compare Source
Features
v1.6.1Compare Source
Bug Fixes
v1.6.0Compare Source
Bug Fixes
v1.5.0Compare 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
emittype 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.9Compare Source
1.4.9 (2022-02-26)
v1.4.8Compare Source
Bug Fixes
v1.4.7Compare Source
Bug Fixes
v1.4.6Compare Source
Bug Fixes
v1.4.5Compare Source
Bug Fixes
v1.4.4Compare Source
Bug Fixes
emittype in SetupContext (#884) (5c35403)v1.4.3Compare Source
Bug Fixes
v1.4.2Compare Source
Bug Fixes
v1.4.1Compare Source
1.4.10 (2022-03-16)
v1.4.0Compare Source
1.4.0 (2021-11-14)
v1.3.3Compare Source
Features
v1.3.2Compare Source
Bug Fixes
v1.3.1Compare Source
Bug Fixes
v1.3.0Compare Source
Bug Fixes
1.2.4 (2021-10-07)
Bug Fixes
typeto 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
.mjsby default", close #815 (96899ce)1.2.1 (2021-09-21)
Features
v1.2.4Compare Source
Bug Fixes
typeto component instance (#828) (b9b603f)v1.2.3Compare Source
Bug Fixes
set()twice lose reactivity (#821) (416845a)Features
v1.2.2Compare Source
Reverts
.mjsby default", close #815 (96899ce)v1.2.1Compare Source
Features
v1.2.0Compare Source
Bug Fixes
.mjsby default (2699348)1.1.5 (2021-09-09)
Bug Fixes
isReadonlybehaviour, 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
useSlotsanduseAttrs(#800) (1e6e3a9)1.1.1 (2021-08-14)
Bug Fixes
v1.1.5Compare Source
Bug Fixes
isReadonlybehaviour, close #811, close #812 (d3c456a)v1.1.4Compare Source
Bug Fixes
v1.1.3Compare Source
1.1.3 (2021-08-22)
v1.1.2Compare Source
Bug Fixes
Features
useSlotsanduseAttrs(#800) (1e6e3a9)v1.1.1Compare Source
Bug Fixes
v1.1.0Compare Source
Features
watchPostEffectapi (92fe90c)watchSyncEffectapi (e12c23d)effectScopeapi (#762) (fcadec2)1.0.6 (2021-08-09)
Features
v1.0.6Compare Source
Features
v1.0.5Compare Source
Bug Fixes
v1.0.4Compare Source
Bug Fixes
esm.jsversion, close #769 (4ac545c)v1.0.3Compare Source
Bug Fixes
v1.0.2Compare Source
Bug Fixes
v1.0.1Compare Source
1.0.1 (2021-07-16)
v1.0.0Compare Source
Bug Fixes
v0.6.7Compare Source
Bug Fixes
Features
v0.6.6Compare Source
Reverts
v0.6.5Compare Source
Bug Fixes
flush:sync(#389) (f7f1e77)markRawobjects (#386) (575d100)data(#387) (1f07075)v0.6.4Compare Source
Bug Fixes
v0.6.3Compare Source
Bug Fixes
v0.6.2Compare Source
Bug Fixes
v0.6.1Compare Source
Fix
__DEV__is not defined, #355, @yoyo930021v0.6.0Compare Source
Great thanks to @pikax for #311, making most of the APIs better aligned with the latest vue-next.
BREAKING CHANGE
lazyoption ofwatchhas been replaced by the oppositeimmediateoption, which defaults to false. (It's ignored when using the effect signature). more details (#266)nonReactivetomarkRawwatchEffectnow follows the same behaviour as v3 (triggers immediately).UnwrapReftypes fromvue-nextthis can cause some incompatibilities.Bug Fixes
toRefs, #315Features
unref(#309),isReactive(#327),toRef(#313),UnwrapRef(#247)shallowReactive,shallowReftoRawgetCurrentInstanceavailable on the lifecycle hooks (onMounted, etc)getCurrentInstancereturnsundefinedwhen called outside setup instead of throwing exceptionTypes
vue-nextv0.5.0Compare Source
watchEffectfunction, lingin up with the latest version of the RFC (RFC docs) (#275)setupfrom a mixin should called before the component's own (#276)UnWrapRefinternal type (#261)Elementto bailout types for unwrapping (#278)v0.4.0Compare Source
createComponenttodefineComponent(thecreateComponentfunction is still there but deprecated) #230onUnmountedshould not be run ondeactivated#217v0.3.4Compare Source
reactivesetter not working on the server.isServersetup context property.v0.3.3Compare Source
__ob__unenumerable #149.getCurrentInstancefor advanced usage in Vue plugins.onServerPrefetchlifecycle hook and newssrContextsetup 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.