developmint.de
developmint.de copied to clipboard
chore(deps): update dependency @vue/composition-api to v1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @vue/composition-api | ^0.3.2 -> ^1.7.2 |
Release Notes
vuejs/composition-api (@vue/composition-api)
v1.7.2
Bug Fixes
Features
v1.7.1
Bug Fixes
v1.7.0
Bug Fixes
- add note about Vue 2.7 (6117f81)
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
Features
v1.6.2
Features
v1.6.1
Bug Fixes
v1.6.0
Bug Fixes
v1.5.0
Features
- createElement: allow createElement to bind vm (#920) (564a5a4)
- Unified as the key of raw in vue3 (#922) (5874eb5)
1.4.10 (2022-03-16)
1.4.9 (2022-02-26)
1.4.8 (2022-02-26)
Bug Fixes
- types: optional Boolean props as default props (#909) (8f88ae6)
- use registered Vue instance for warning (b01f1e4)
1.4.7 (2022-02-24)
Bug Fixes
1.4.6 (2022-02-07)
Bug Fixes
1.4.5 (2022-01-27)
Bug Fixes
- reactive: remove useless proxy logic of shallowReactive (#890) (7243ffa)
- shallowReactive: don't trigger watchers for oldVal === newVal (#894) (2a88e71)
1.4.4 (2022-01-16)
Bug Fixes
-
types:
emittype in SetupContext (#884) (5c35403) - types: update inject and unref type (#888) (315f6ab)
1.4.3 (2021-12-27)
Bug Fixes
- #874 setup return object with type of Module (#875) (a1a3e11)
- improve register check, close #876 (#878) (3c2ad93)
1.4.2 (2021-12-17)
Bug Fixes
1.4.1 (2021-11-30)
Bug Fixes
Features
v1.4.9
1.4.9 (2022-02-26)
v1.4.8
Bug Fixes
- types: optional Boolean props as default props (#909) (8f88ae6)
- use registered Vue instance for warning (b01f1e4)
v1.4.7
Bug Fixes
v1.4.6
Bug Fixes
v1.4.5
Bug Fixes
- reactive: remove useless proxy logic of shallowReactive (#890) (7243ffa)
- shallowReactive: don't trigger watchers for oldVal === newVal (#894) (2a88e71)
v1.4.4
Bug Fixes
-
types:
emittype in SetupContext (#884) (5c35403) - types: update inject and unref type (#888) (315f6ab)
v1.4.3
Bug Fixes
- #874 setup return object with type of Module (#875) (a1a3e11)
- improve register check, close #876 (#878) (3c2ad93)
v1.4.2
Bug Fixes
v1.4.1
1.4.10 (2022-03-16)
v1.4.0
1.4.0 (2021-11-14)
v1.3.3
Features
v1.3.2
Bug Fixes
v1.3.1
Bug Fixes
v1.3.0
Bug Fixes
1.2.4 (2021-10-07)
Bug Fixes
1.2.3 (2021-10-05)
Bug Fixes
- proxyRefs: When using proxyRefs, the internal variable composition-api.refKey is exposed on the object itself #817 (#818) (92b7eb1)
-
ssr:
set()twice lose reactivity (#821) (416845a) - correct prop type inference when using PropType
(#825) (9c9f8e8)
Features
1.2.2 (2021-09-24)
Reverts
1.2.1 (2021-09-21)
Features
- types: align ComponentPublicInstance type (2f9cfbf)
v1.2.4
Bug Fixes
v1.2.3
Bug Fixes
- proxyRefs: When using proxyRefs, the internal variable composition-api.refKey is exposed on the object itself #817 (#818) (92b7eb1)
-
ssr:
set()twice lose reactivity (#821) (416845a) - correct prop type inference when using PropType
(#825) (9c9f8e8)
Features
v1.2.2
Reverts
v1.2.1
Features
- types: align ComponentPublicInstance type (2f9cfbf)
v1.2.0
Bug Fixes
1.1.5 (2021-09-09)
Bug Fixes
- improve
isReadonlybehaviour, close #811, close #812 (d3c456a) - api-watch: watching nested ref array w/ deep doesn't work (#808) (b625420)
1.1.4 (2021-08-31)
Bug Fixes
- types: align emits type with vue-next (565cbd1)
1.1.3 (2021-08-22)
1.1.2 (2021-08-21)
Bug Fixes
- set: reactive in SSR w/ set (#796) (3a1837f)
- setup: should not trigger getter w/ object computed nested (#799) (72a878d)
- watch: always triggers when watching multiple refs (#791) (8beffc3)
- typos (#788) (59653ac)
Features
1.1.1 (2021-08-14)
Bug Fixes
v1.1.5
Bug Fixes
- improve
isReadonlybehaviour, close #811, close #812 (d3c456a) - api-watch: watching nested ref array w/ deep doesn't work (#808) (b625420)
v1.1.4
Bug Fixes
- types: align emits type with vue-next (565cbd1)
v1.1.3
1.1.3 (2021-08-22)
v1.1.2
Bug Fixes
- set: reactive in SSR w/ set (#796) (3a1837f)
- setup: should not trigger getter w/ object computed nested (#799) (72a878d)
- watch: always triggers when watching multiple refs (#791) (8beffc3)
- typos (#788) (59653ac)
Features
v1.1.1
Bug Fixes
v1.1.0
Features
- align with Vue v3.2
- new
watchPostEffectapi (92fe90c) - new
watchSyncEffectapi (e12c23d) - new
effectScopeapi (#762) (fcadec2)
1.0.6 (2021-08-09)
Features
- support second target argument for lifecycle functions (3f3b9c6)
v1.0.6
Features
- support second target argument for lifecycle functions (3f3b9c6)
v1.0.5
Bug Fixes
v1.0.4
Bug Fixes
v1.0.3
Bug Fixes
- build for mjs and exports all submodules (69538ee)
v1.0.2
Bug Fixes
- readonly: align behavior with vue-next. (#765) (42104aa)
- type: remove unnecessary type assertion (#766) (ebb7975)
- should dynamically update refs in context (#764) (d7de23e)
v1.0.1
1.0.1 (2021-07-16)
v1.0.0
Bug Fixes
- mockReactivityDeep: add parameter seen for mockReactivityDeep. (#759) (40cb14a)
- runtime-core: trigger warning when the injectionKey is undefined (#760) (2ccad9b)
v0.6.7
Bug Fixes
- toRefs: do not warn when toRefs is called in a prop value (#405) (048b6d3)
- type: improve defineComponent type for option apis (#406) (1c64108)
Features
v0.6.6
Reverts
v0.6.5
Bug Fixes
-
watchEffect: prevent recursive calls when using
flush:sync(#389) (f7f1e77) - not unwrapping
markRawobjects (#386) (575d100) - unwrap refs returned by
data(#387) (1f07075)
v0.6.4
Bug Fixes
- setup: call stack exceeded when returning circular dependency (#380) (66f58ba)
- setup: Vue.extend(Comp).extend({}) - vue-test-utils (#383) (ce932bf)
v0.6.3
Bug Fixes
v0.6.2
Bug Fixes
- reactivity: unwrap nested refs on the template (#361) (1fd48f5)
- defineComponent() with array props (#364) (d7048d4)
- setup: Allow retuning frozen objects on the setup (#366) (bca3a69)
- mark props as reactive (#359) (bc78428)
v0.6.1
Fix
-
__DEV__is not defined, #355, @yoyo930021
v0.6.0
Great thanks to @pikax for #311, making most of the APIs better aligned with the latest vue-next.
BREAKING CHANGE
- The
lazyoption ofwatchhas been replaced by the oppositeimmediateoption, which defaults to false. (It's ignored when using the effect signature). more details (#266) - Rename
nonReactivetomarkRaw -
watchEffectnow follows the same behaviour as v3 (triggers immediately). -
UnwrapReftypes fromvue-nextthis can cause some incompatibilities.
Bug Fixes
- Added missing reactivity API from vue-next, #311, @pikax
- Fix return type of
toRefs, #315 - Fix incorrect ref typing, #344, @antfu
- Binding context vm when using function without parentheses, #148, @pikax
- computed: destroy helper vm of computed to prevent memleak, #277, @LinusBorg
- Remove the surplus Function type from PropType, #352, @pikax
Features
- Added
unref(#309),isReactive(#327),toRef(#313),UnwrapRef(#247) - Added
shallowReactive,shallowRef - Added
toRaw -
getCurrentInstanceavailable on the lifecycle hooks (onMounted, etc) -
getCurrentInstancereturnsundefinedwhen called outside setup instead of throwing exception
Types
- Align reactivity types with
vue-next
v0.5.0
- New:
watchEffectfunction, lingin up with the latest version of the RFC (RFC docs) (#275) - Fix:
setupfrom a mixin should called before the component's own (#276) - Fix(types): Fix corner case in
UnWrapRefinternal type (#261) - types: Add
Elementto bailout types for unwrapping (#278)
v0.4.0
-
Refactor: rename
createComponenttodefineComponent(thecreateComponentfunction is still there but deprecated) #230 - Fix: correct the symbol check; fixes the compatibility issue in iOS 9 #218
- Fix: avoid accessing undeclared instance fields on type-level; fixes Vetur template type checking; fixes vue-router type compatibility #189
- Fix:
onUnmountedshould not be run ondeactivated#217
v0.3.4
- Fixed
reactivesetter not working on the server. - New
isServersetup context property.
v0.3.3
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.