Evan You
|
6213b73cd2
build: custom const enum processing
|
3 years ago |
Anthony Fu
|
4a16b204be
chore: run format
|
3 years ago |
Thorsten Lünborg
|
cd7c887b75
fix(reactivity): ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix #7319) (#7330)
|
3 years ago |
webfansplz
|
11bd8db768
chore(types): remove unnecessary type assertions (#7032)
|
3 years ago |
Thorsten Lünborg
|
5dc593ba28
fix(watch): for immediate watch with single source, ensure cb is called with undefined as oldValue (#7075)
|
3 years ago |
Evan You
|
23e85e21a5
fix(watch): ensure oldValue in multi-source watcher is always an array
|
3 years ago |
webfansplz
|
0e0976168f
fix(ssr/watch) flush: sync watchers should work in ssr (#6139)
|
3 years ago |
Thorsten Lünborg
|
bc167b5c6c
fix(runtime-core): watching multiple values - handle `undefined` as initial values (fix: #5032) (#5033)
|
3 years ago |
Evan You
|
78c199d6db
fix(watch): flush:pre watchers should not fire if state change causes
|
3 years ago |
edison
|
220f255fe9
fix(watch): fix watching multiple sources containing shallowRef (#5381)
|
4 years ago |
Evan You
|
74d2a76af6
fix(watch): fix flush: pre watchers triggered synchronously in setup
|
4 years ago |
Evan You
|
7efb9dba30
refactor: remove use of Object.assign
|
4 years ago |
Evan You
|
9fda9411ec
feat(reactivity): add isShallow api
|
4 years ago |
Evan You
|
ce49fdf999
refactor: more readable type names for watch cleanup function
|
4 years ago |
Evan You
|
87c86e4cc2
refactor: ensure ssr branches are included in esm-bundler build
|
4 years ago |
Yang Mingshan
|
11a2098a69
fix(watch): remove redundant parameter default value (#4565)
|
4 years ago |
Evan You
|
d87d059ac1
feat(runtime-core): watchSyncEffect
|
4 years ago |
Evan You
|
bc7f9767f5
fix(watch): ensure watchers respect detached scope
|
4 years ago |
Evan You
|
47f488350c
chore: run updated prettier
|
5 years ago |
ioslh
|
20b6619793
fix(ssr): update initial old value to watch callback in ssr usage (#4103)
|
5 years ago |
Evan You
|
42ace9577d
feat: watchPostEffect
|
5 years ago |
Anthony Fu
|
f5617fc3bb
feat(reactivity): new effectScope API (#2195)
|
5 years ago |
Evan You
|
87f69fd0bb
perf(reactivity): improve reactive effect memory usage (#4001)
|
5 years ago |
Evan You
|
2937530bef
fix(v-model): handle mutations of v-model bound array/sets
|
5 years ago |
Evan You
|
fddef8bb74
chore: remove unnecessary casting
|
5 years ago |
Evan You
|
9acc9a1fa8
fix(watch): avoid traversing objects that are marked non-reactive
|
5 years ago |
Evan You
|
1ff06376ff
chore: type fix
|
5 years ago |
Evan You
|
1526f94edf
fix(watch): should not leak this context to setup watch getters
|
5 years ago |
AbaAba~
|
e7300eb479
fix(runtime-core): watching multiple sources: computed (#3066)
|
5 years ago |
Evan You
|
98bc9a26e9
wip: more compat tweaks
|
5 years ago |