]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
11 hours ago  daiweirefactor: vapor hydration edison/testVapor 13383/head
2 days ago  daiweichore: rename
3 days ago  daiweichore: update
3 days ago  daiweitest: update snap
3 days ago  daiweifix: avoid duplicate rendering of children
4 days ago  daiweifix: ensure component mount during hydration
4 days ago  daiweifix: avoid insert serfAnchor during hydrate
4 days ago  daiweiwip: create anchor for DynamicFragment when necessary
4 days ago  daiweirefactor: hydration vdom interop
6 days ago  daiweifix(hydration): handling empty text node in slot
6 days ago  daiweifix(hydration): handling empty text nodes
6 days ago  daiweiwip: special handing anchors in ssr slot vnode fallback
6 days ago  daiweiwip: process component as a single element during hydration
6 days ago  daiweifix: treat v-if/v-else/v-else-if as a single node
7 days ago  daiweirefactor: move $dp into setInsertionState
7 days ago  daiweichore: update
7 days ago  daiweirefactor: gen set $dp
7 days ago  daiweitest: update snap
7 days ago  daiweifix: use fragment end anchor as vfor anchor
7 days ago  daiweifix: fix child index
7 days ago  daiweichore: cache parent sibling
8 days ago  daiweiwip: create anchor for DynamicFragment in ssr slot...
10 days ago  daiweiwip: save
10 days ago  daiweifix: advance hydration node in vdom interop
10 days ago  daiweichore: Merge branch 'edison/fix/codegenOrder' into...
10 days ago  daiweifix(compiler-vapor): adjust children generation order... edison/fix/codegenOrder 13729/head
10 days ago  daiweichore: Merge branch 'edison/fix/codegenOrder' into...
10 days ago  daiweifix(compiler-vapor): adjust children generation order...
10 days ago  daiweitest: add tests for forwarded slots
11 days ago  daiweiwip: skip hydration for empty forwarded slots
11 days ago  daiweifix(hydration): improve parent sibling lookup
11 days ago  daiweiwip: save
11 days ago  daiweiwip: handle mixed prepend and insertionAnchor
11 days ago  daiweifeat(hydration): handle consecutive prepend
11 days ago  daiweiwip: save
11 days ago  daiweifix(hydration): skip dynamic children in __child
12 days ago  daiweifix: tests
12 days ago  daiweifix(runtime-vapor): properly handle fast remove in... minor
12 days ago  daiweifix: preserve current hydration node during slot insertion
12 days ago  daiweifix: properly handle advance hydration node
12 days ago  daiweifix: use empty comment as if fragment anchor
12 days ago  daiweifix: don't create comment anchor for v-else-if
12 days ago  daiweifix: don't create comment anchor for forwarded slot
12 days ago  daiweiwip: fix type
12 days ago  edisonMerge branch 'minor' into edison/testVapor
12 days ago  daiweifeat(hydration): handle consecutive if node
12 days ago  daiweifix(hydration): handle v-if on insertion parent
12 days ago  edisonfix(runtime-vapor): resolve multiple vFor rendering...
13 days ago  daiweichore: Merge branch 'edison/feat/fowardedSlots' into...
13 days ago  daiweichore: Merge branch 'minor' into edison/testVapor
2025-07-25  daiweichore: tweaks edison/feat/fowardedSlots 13408/head
2025-07-25  daiweichore: Merge branch 'edison/fix/vaporSlotFallback'...
2025-07-25  daiweifix(runtime-vapor): improve fallback handling for neste...
2025-07-25  daiweichore: tweaks
2025-07-25  daiweichore: Merge branch 'edison/fix/vaporSlotFallback'...
2025-07-25  daiweichore: tweaks
2025-07-25  daiweiMerge branch 'edison/fix/vaporSlotFallback' into edison...
2025-07-25  daiweichore: tweaks
2025-07-23  daiweichore: Merge branch 'edison/fix/vaporSlotFallback'...
2025-07-23  daiweiwip: render fallback nodes for vfor
2025-07-22  edisontest(runtime-vapor): port tests from rendererChildren...
2025-07-22  daiweichore: tweaks
2025-07-22  daiweichore: tweaks
2025-07-21  edisonMerge branch 'minor' into edison/feat/fowardedSlots
2025-07-21  daiweifix(runtime-vapor): render slot fallback if slot conten...
2025-07-18  daiweirelease: v3.6.0-alpha.2 v3.6.0-alpha.2
2025-07-18  edisonfix(runtime-vapor): handle v-model vdom interop error...
2025-07-18  zhiyuanzmjfix(runtime-vapor): remove access globalProperties...
2025-07-18  zhiyuanzmjfix(reactivity): allow collect effects in EffectScope...
2025-07-18  Doctor Wufix(reactivity): remove link check to align with 3...
2025-07-18  zhiyuanzmjfix(runtime-core): use __vapor instead of vapor to...
2025-07-18  Rizumu Ayakafix(compiler-vapor): handle empty interpolation (#13592)
2025-07-18  zhiyuanzmjfix(compiler-vapor): handle special characters in cache...
2025-07-18  Johnson Chufix(compiler-vapor): selectors was not initialized...
2025-07-16  edisonMerge branch 'minor' into edison/feat/fowardedSlots
2025-07-16  edisonfix(runtime-vapor): component emits vdom interop (...
2025-07-15  daiweichore: fix typo
2025-07-12  Evan Youchore: fix incorrect package.json repo link
2025-07-12  Evan Yourelease: v3.6.0-alpha.1 v3.6.0-alpha.1
2025-07-10  Johnson Chufix(reactivity): add back STOP flag (#13605)
2025-07-10  edisonfix(deps): add estree-walker (#13604)
2025-07-10  zhiyuanzmjfix(runtime-vapor): fix error when props are not provided
2025-07-10  edisonfix(type): remove internal doc for refs (#13589)
2025-07-10  Johnson Chuperf(vapor): more efficient renderList update algorithm...
2025-07-10  zhiyuanzmjfeat(runtime-vapor): support functional slot in vdom...
2025-07-10  zhiyuanzmjfeat(vapor): add vapor flag for createVaporApp (#13360)
2025-07-10  Johnson Chufeat(vapor): generate more efficient runtime code for...
2025-07-10  Johnson Churefactor(reactivity, runtime-core): improve performance...
2025-07-10  zhiyuanzmjfeat(runtime-vapor): expose isVaporComponent (#13307)
2025-07-10  zhiyuanzmjfeat(runtime-vapor): support HMR for non-compiled setup...
2025-07-09  edisonfix(devtools): allow setting devtools hook after create...
2025-07-09  edisonfix(compiler-vapor): add missing dependency for @babel...
2025-07-09  edisonfix(scheduler): improve error handling in job flushing...
2025-07-09  edisonfix(parse): make 'vapor' property optional (#13590)
2025-07-07  daiweiMerge branch 'vapor' into minor
2025-07-07  edisonRevert "feat: Vapor mode (#12359)" (#13578)
2025-07-07  Evan Youfeat: Vapor mode (#12359)
2025-07-07  Johnson Chufix(reactivity): avoid unwrapping `.value` when the...
2025-07-04  daiweifix: format 12359/head 13579/head
2025-07-04  daiweichore: Merge branch 'minor' into vapor
next