三咲智子 Kevin Deng
|
cf8be999df
|
Merge remote-tracking branch 'upstream/minor'
|
2024-06-16 17:01:49 +08:00 |
Evan You
|
26356264d2
|
chore: Merge branch 'main' into minor
|
2024-06-14 12:32:28 +02:00 |
Tycho
|
b557d3fb8a
|
fix(runtime-core): avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115)
close #10547
|
2024-06-14 17:10:13 +08:00 |
edison
|
edf263847e
|
fix(runtime-core): fix stale v-memo after v-if toggle (#6606)
close #6593
|
2024-06-07 17:29:28 +08:00 |
edison
|
aa156ed5c4
|
fix(runtime-core): do not fire mount/activated hooks if unmounted before mounted (#9370)
close #8898
close #9264
close #9617
|
2024-06-07 13:48:50 +08:00 |
auvred
|
b310ec389d
|
fix(runtime-core): fix missed updates when passing text vnode to `<component :is>` (#8304)
close #8298
|
2024-06-05 23:08:46 +08:00 |
iwusong
|
be1e9bf03f
|
test: test for events when component updating (#7896)
test for #5517
|
2024-06-04 23:04:11 +08:00 |
Evan You
|
cd0ea0d479
|
fix(compiler-core): change node hoisting to caching per instance (#11067)
close #5256
close #9219
close #10959
|
2024-06-04 20:09:54 +08:00 |
Zeke Zhang
|
36bd9b0a1f
|
fix(hmr): avoid infinite recursion when reloading hmr components (#6936)
close #6930
|
2024-05-31 23:41:13 +08:00 |
三咲智子 Kevin Deng
|
334e72eeee
|
Merge remote-tracking branch 'upstream/minor'
|
2024-05-30 21:41:53 +08:00 |
Evan You
|
1d8727ec97
|
chore: Merge branch 'main' into minor
|
2024-05-30 11:21:12 +08:00 |
skirtle
|
a3e8aafbcc
|
fix(watch): support traversing symbol properties in deep watcher (#10969)
close #402
|
2024-05-30 11:03:44 +08:00 |
远方os
|
94b9b37362
|
test: improve test coverage (#9203)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
|
2024-05-28 17:36:29 +08:00 |
Evan You
|
37f9ef8174
|
chore: run prettier
|
2024-05-27 17:03:03 +08:00 |
edison
|
d1011c07a9
|
fix(ssr): fix hydration for node with empty text node (#7216)
|
2024-05-27 16:50:49 +08:00 |
edison
|
07764fe330
|
fix(KeepAlive): properly cache nested Suspense subtree (#10912)
* fix(KeepAlive): properly cache nested Suspense subtree
* test: add test case
* chore: add comments
* Update KeepAlive.ts
|
2024-05-24 16:37:38 +08:00 |
Tycho
|
9b40d0f25d
|
fix(shared): ensure invokeArrayFns handles undefined arguments (#10869)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
Close #10863
|
2024-05-20 19:28:22 +08:00 |
三咲智子 Kevin Deng
|
639c847c0c
|
refactor(runtime-shared): move `Data`
|
2024-05-11 23:14:26 +08:00 |
三咲智子 Kevin Deng
|
7cd70505d5
|
Merge remote-tracking branch 'upstream/minor'
|
2024-05-11 22:11:30 +08:00 |
Evan You
|
f2c1412e46
|
fix(hydration): handle edge case of style mismatch without style attribute
ref #10786
|
2024-05-06 15:38:16 -07:00 |
skirtle
|
c0c9432b64
|
test(watch): watching a reactive array (#10848)
|
2024-05-04 04:26:49 +08:00 |
Thorsten Lünborg
|
582a3a382b
|
feat(runtime-core): add app.onUnmount() for registering cleanup functions (#4619)
close #4516
|
2024-04-29 18:47:56 +08:00 |
Evan You
|
801b8dea3b
|
chore: Merge branch 'main' into minor
|
2024-04-29 18:46:20 +08:00 |
skirtle
|
e8fd6446d1
|
fix(runtime-core): attrs should be readonly in functional components (#10767)
|
2024-04-29 14:37:11 +08:00 |
edison
|
accf8396ae
|
fix(Transition): re-fix #10620 (#10832)
revert #10632
re-fix #10620
close #10827
|
2024-04-29 13:50:49 +08:00 |
三咲智子 Kevin Deng
|
7fe4712831
|
Merge remote-tracking branch 'upstream/main'
|
2024-04-25 01:59:41 +08:00 |
Evan You
|
9fd1284ca4
|
chore: Merge branch 'main' into minor
|
2024-04-22 23:32:45 +08:00 |
Evan You
|
a7cf74277e
|
test: fix test case broken by b93f264
|
2024-04-22 21:05:00 +08:00 |
Evan You
|
5f0c6e4a05
|
chore: Merge branch 'main' into minor
|
2024-04-19 22:09:34 +08:00 |
三咲智子 Kevin Deng
|
98b701c82c
|
Merge remote-tracking branch 'upstream/main'
|
2024-04-18 14:48:04 +08:00 |
三咲智子 Kevin Deng
|
b8c609f437
|
Merge remote-tracking branch 'upstream/minor'
|
2024-04-18 14:43:54 +08:00 |
yangxiuxiu
|
e51ca61ca0
|
fix(runtime-core): fix edge case of KeepAlive inside Transition with slot children (#10719)
close #10708
|
2024-04-18 12:00:06 +08:00 |
Evan You
|
6930e60787
|
fix(runtime-core): fix regression for $attrs tracking in slots
close #10710
|
2024-04-16 21:53:47 +08:00 |
Evan You
|
bb5c31e614
|
chore: Merge branch 'main' into minor
|
2024-04-16 00:05:37 +08:00 |
edison
|
fc99e4d3f0
|
fix(Transition): ensure the KeepAlive children unmount w/ out-in mode (#10632)
close #10620
|
2024-04-15 22:40:38 +08:00 |
edison
|
2ec06fd6c8
|
fix(hydration): properly handle optimized mode during hydrate node (#10638)
close #10607
|
2024-04-15 21:23:30 +08:00 |
丶远方
|
ab59bedae4
|
fix(runtime-core): fix errorHandler causes an infinite loop during execution (#9575)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
|
2024-03-19 20:47:52 +08:00 |
Rizumu Ayaka
|
46761880e9
|
refactor(baseWatch): rename onEffectCleanup to onWatcherCleanup and getCurrentEffect to getCurrentWatcher for clarity
|
2024-03-17 22:39:11 +08:00 |
Rizumu Ayaka
|
db4040d13a
|
refactor(scheduler): use bitwise flags for scheduler jobs + move scheduler into reactivity
related: https://github.com/vuejs/core/pull/10407
|
2024-03-17 22:33:36 +08:00 |
Rizumu Ayaka
|
174118ae40
|
Merge remote-tracking branch 'upstream/main'
|
2024-03-17 22:14:01 +08:00 |
三咲智子 Kevin Deng
|
5a0365d944
|
Merge remote-tracking branch 'upstream/main'
|
2024-03-01 21:50:49 +08:00 |
edison
|
7c97778aec
|
fix(suspense): ensure nested suspense patching if in fallback state (#10417)
close #10415
|
2024-02-28 19:05:22 +08:00 |
三咲智子 Kevin Deng
|
65909f6e60
|
Merge remote-tracking branch 'upstream/main'
|
2024-02-27 18:48:24 +08:00 |
Evan You
|
55660b0cfc
|
refactor(scheduler): use bitwise flags for scheduler jobs + optimize queueJob (#10407)
related: https://github.com/vuejs/core-vapor/pull/138
|
2024-02-26 10:22:12 +08:00 |
Evan You
|
58d827cb71
|
chore: Merge branch 'main' into minor
|
2024-02-26 10:13:44 +08:00 |
Evan You
|
9a365fe00d
|
refactor: use more descriptive name for v-show original display key
|
2024-02-25 21:50:47 +08:00 |
Evan You
|
c6defc8df1
|
chore: remove unused ts-expect-error
|
2024-02-25 21:50:35 +08:00 |
Wick
|
ede2e3f030
|
test: remove unnecessary code in apiCreateApp tests (#10388)
|
2024-02-25 21:11:04 +08:00 |
三咲智子 Kevin Deng
|
5819dc9001
|
Merge remote-tracking branch 'upstream/main'
|
2024-02-25 21:07:09 +08:00 |
edison
|
0f3da05ea2
|
fix(suspense): handle suspense switching with nested suspense (#10184)
close #10098
|
2024-02-25 20:22:12 +08:00 |