You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adding missing reactivity api from vue-next (#311)
* fix(watch): component should runCleaup() on unmount
close#293
* feat: add unref API to match API with vue3
* types: making ComputedRef types inline with vue3 and provide ComputedRef type
* feat: bring API to vue-3 compatible
* fix rollup build
* ref tests, add some sort of effect api
implementation is wrong, but it just to have something kinda working, suggestions and help is welcome :)
* add unref test
* more tests
* fix computed.spec.ts
* watch/watchEffect making the apis inline with vue3
* fix state.spec.js tests
* tests
* apiWatch.spec.ts passing
* fix computed.spec.ts
* removing reactivity collection tests :(
Vue2 Limitations
* implementing `shallowReactive`
* removing bad import :/
* rename nonReactive to markRaw and add toRaw
* removing readonly.spec.ts
* add shallowRef
* clean stuff
* cleanup
* computed Ref
* Add toRefs type
fixes#315
* inline ref, reactive, computed, watch api to v3.0.0-beta.8
* code-review fixes
* feat(lifeCycleHook): `getCurrentInstance` inside lifecycle hook
* feat: warn when calling lifecycleHook outside setup() instead of throw, also change message
* fix(test): capture warning properly
* fix: apiLifecycleTests
Co-authored-by: Thorsten <[email protected]>
Co-authored-by: Anthony Fu <[email protected]>
0 commit comments