Johnson Chu
|
5a528aa5cc
|
refactor(reactivity, runtime-core): improve performance-critical code (#13274)
|
2025-07-09 17:56:19 -07:00 |
Tycho
|
c69c4bb59c
|
fix(watch): update `oldValue` before running `cb` to prevent stale value (#12296)
close #12294
|
2025-05-20 08:44:13 +08:00 |
Tycho
|
d3f5e6e531
|
fix(reactivity): prevent overwriting `next` property during batch processing (#12075)
close #12072
|
2024-10-03 23:16:52 +08:00 |
Evan You
|
93c95dd4cd
|
fix(reactivity): fix nested batch edge case
|
2024-09-27 23:10:20 +08:00 |
Evan You
|
10ff159240
|
fix(reactivity): fix recursive sync watcher on computed edge case
close #12033
close #12037
|
2024-09-26 18:38:13 +08:00 |
Yang Mingshan
|
49fa673493
|
fix(watch): `once` option should be ignored by watchEffect (#11884)
|
2024-09-16 10:56:32 +08:00 |
Evan You
|
40193696b3
|
chore(build): use /*@__PURE__*/ annotation consistently
|
2024-09-04 20:24:33 +08:00 |
Rizumu Ayaka
|
205e5b5e27
|
feat(reactivity): base `watch`, `getCurrentWatcher`, and `onWatcherCleanup` (#9927)
|
2024-08-20 08:21:44 +08:00 |