daiwei
a0c42ffbbc
chore: Merge branch 'minor' into vapor
2025-06-18 09:30:17 +08:00
daiwei
77067abd33
chore: merge main into minor
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
2025-05-15 16:27:31 +08:00
edison
f78a9d068d
Merge branch 'minor' into vapor
2025-04-01 21:01:53 +08:00
edison
05d9b429a4
fix(vapor): handle next host node for vapor component ( #12820 )
2025-02-28 17:02:11 +08:00
daiwei
61604f6375
Merge remote-tracking branch 'origin/main' into minor
2025-02-13 09:43:47 +08:00
edison
d6a6ec13ce
fix(runtime-core): prevent unmounted vnode from being inserted during transition leave ( #12862 )
...
close #12860
2025-02-12 15:30:08 +08:00
Evan You
23939d09c6
wip(vapor): vapor slots in vdom
2025-02-07 21:32:22 +08:00
Evan You
99d70ddd31
wip(vapor): vdom slots in vapor component
2025-02-06 18:12:54 +08:00
Evan You
a770a83de6
wip(vapor): support vapor component as root in vdom app
2025-02-05 14:23:32 +08:00
Evan You
ccd42b151b
refactor: adjust vapor/vdom interop
2025-02-05 14:16:39 +08:00
Evan You
be5c2a2f51
wip: vdom in vapor hmr reload
2025-02-04 22:44:17 +08:00
Evan You
4b12529878
wip(vapor): fix setScopeId for vdom in vapor
2025-02-04 21:55:32 +08:00
Evan You
c3e4f6621c
wip(vapor): vdom in vapor interop
2025-02-04 21:38:09 +08:00
Evan You
f09e343962
wip(vapor): optimize vapor interop update
2025-02-04 13:11:51 +08:00
Evan You
3464620f12
wip(vapor): vapor in vdom interop
2025-02-02 23:15:39 +08:00
Evan You
181d3403f7
wip(vapor): v-for
2025-01-29 19:07:40 +08:00
Evan You
674151c9b9
chore: Merge branch 'minor' into vapor
2025-01-29 15:37:54 +08:00
Evan You
4366a7e213
test(vapor): apiWatch
2024-12-10 18:43:26 +08:00
Evan You
db3151b1a5
wip: avoid including vdom-only public properties map in bundle
2024-12-06 23:06:11 +08:00
Evan You
300bb0859a
wip: fix all runtime-core type errors
2024-12-06 01:19:20 +08:00
Evan You
c73ee16345
refactor: remove runtime-shared
2024-12-04 13:50:54 +08:00
Evan You
4fe05bdd74
wip(vapor): reuse createApp from core
2024-12-04 11:54:26 +08:00
Johnson Chu
313dc61bef
perf(reactivity): refactor reactivity core by porting alien-signals ( #12349 )
2024-12-02 21:05:12 +08:00
三咲智子 Kevin Deng
594cb1412d
Merge remote-tracking branch 'upstream/main'
2024-09-17 10:33:35 +08:00
edison
10a2c6053b
fix(hmr): reload async child wrapped in Suspense + KeepAlive ( #11907 )
...
close #11868
2024-09-13 20:19:47 +08:00
Adrien Foulon
8e6c337867
fix(hydration): check __asyncHydrate presence for vue3-lazy-hydration compat ( #11825 )
...
close #11793
2024-09-06 11:20:41 +08:00
edison
ac2a410e46
fix(runtime-core): ensure suspense content inherit scopeId ( #10652 )
...
close #5148
2024-08-19 16:19:24 +08:00
skirtle
4b608a9449
refactor(scheduler): remove invalidateJob ( #11650 )
...
Co-authored-by: Evan You <evan@vuejs.org>
2024-08-19 10:49:59 +08:00
三咲智子 Kevin Deng
4468a2bea8
Merge tag 'v3.5.0-beta.1'
2024-08-09 00:55:35 +08:00
Kevin Deng 三咲智子
928af5fe2f
refactor(types): enable `isolatedDeclarations` ( #11178 )
2024-08-08 23:05:21 +08:00
Evan You
eaf5455d77
chore: Merge branch 'main' into minor
2024-08-07 18:25:58 +08:00
Evan You
978ff3c1db
fix(custom-element): fix custom-element double render on immediate prop change
...
fix #9885
close #11335
2024-08-07 17:44:11 +08:00
Evan You
bcb9a70290
types: custom element interface should be internal
2024-08-07 02:33:20 +08:00
三咲智子 Kevin Deng
d23095e866
Merge tag 'v3.5.0-alpha.5'
2024-08-06 17:39:59 +08:00
Evan You
56c76a8b05
feat(custom-element): inject child components styles to custom element shadow root ( #11517 )
...
close #4662
close #7941
close #7942
2024-08-05 20:49:28 +08:00
Evan You
d14a11c1cd
feat: lazy hydration strategies for async components ( #11458 )
2024-07-31 12:14:51 +08:00
三咲智子 Kevin Deng
f0405f1528
Merge tag 'v3.5.0-alpha.4'
2024-07-29 13:59:31 +08:00
Evan You
1b8e197a5b
fix(suspense/hydration): fix hydration timing of async component inside suspense
...
close #6638
2024-07-24 22:15:25 +08:00
三咲智子 Kevin Deng
a8248cf152
Merge remote-tracking branch 'upstream/minor'
2024-07-19 18:52:32 +08:00
Evan You
f15ba2c2e2
chore: Merge branch 'main' into minor
2024-07-17 17:32:31 +08:00
linzhe
3e9e32ee0a
fix(runtime-dom): properly handle innerHTML unmount into new children ( #11159 )
...
close #9135
2024-07-17 16:37:14 +08:00
Evan You
8655ced480
fix(teleport): skip teleported nodes when locating patch anchor
...
close #9071
close #9134
close #9313
Tests reused from #9313
2024-07-16 17:17:25 +08:00
Evan You
d343a0dc01
fix(v-once): properly unmount v-once cached trees
...
close #5154
close #8809
2024-07-13 21:38:32 +08:00
Evan You
2815531fd5
refactor: memoIndex -> cacheIndex
2024-07-13 21:05:06 +08:00
Evan You
ee0248accf
fix(runtime-core): errors during component patch should be caught by error handlers
2024-07-12 01:24:17 +08:00
Evan You
3d34f406ac
fix(runtime-core): bail manually rendered compiler slot fragments in all cases
...
Previously this bail was only applied on updates but not on initial mount,
and leads to different patch code paths between mount and update in edge
cases.
close #10870
2024-07-12 00:34:23 +08:00
三咲智子 Kevin Deng
4be49b2620
Merge remote-tracking branch 'upstream/minor'
2024-06-22 23:39:45 +08:00
Evan You
7d06ca3a83
chore: Merge branch 'main' into minor
2024-06-22 21:05:15 +08:00
Evan You
a959781dd6
fix(runtime-core): update devtool __vnode on patch, avoid memory leak during dev
...
close #11192
2024-06-22 20:54:46 +08:00
Fernando Fernández
80ba50d74c
refactor(built-ins): remove unused code from Teleport and Suspense components ( #11139 )
2024-06-22 17:10:16 +08:00