]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2025-10-20  daiweifix(createKeyedFragment): use isLastInsertion for hydra... edison/testVapor 13383/head
2025-10-16  daiweiperf: advance to parent nextSibling only when insertion...
2025-10-16  daiweiperf: enhance hydration handling and introduce logical...
2025-10-15  daiweifix(createKeyedFragment): improve insertion handling...
2025-10-15  daiweifix(defineVaporAsyncComponent): remove SSR related...
2025-10-15  daiweifix: expose vapor aliases in non-vapor runtime entries
2025-10-14  daiweifix: handling v-for with non-hydration nodes
2025-10-13  daiweichore: update
2025-10-13  daiweichore: Merge branch 'minor' into edison/testVapor
2025-10-13  edisonwip: hydrate vapor async component (#13976)
2025-10-09  daiweichore: update
2025-10-09  daiweichore: remove redundant test
2025-10-09  daiweiwip: force hydrate v-bind with .prop modifiers
2025-10-09  daiweifix(compiler-vapor): set static indeterminate as prop
2025-09-30  daiweiwip: force hydrate prop
2025-09-30  daiweichore: sync https://github.com/vuejs/core/pull/13408...
2025-09-30  daiweiperf: directly update currentHydrationNode
2025-09-30  daiweirefactor: update logical child handling and optimize...
2025-09-29  daiweichore: update
2025-09-29  daiweiperf: replace $lastLogicalChild with vfor end anchor
2025-09-29  daiweichore: update
2025-09-29  daiweichore: update
2025-09-29  daiweiperf: optimize hydration node management in createFor
2025-09-29  daiweiperf: reuse currentHydrationNode when possible
2025-09-29  daiweichore: update
2025-09-29  daiweichore: delay insert self anchor during hydration
2025-09-28  edisonwip: hydrate vapor teleport (#13864)
2025-09-24  edisonfix(compiler-vapor): treat template v-for with single...
2025-09-24  edisonfix(runtime-vapor): sync parent component block refere...
2025-09-24  edisonfix(compiler-vapor): escape html for safer template...
2025-09-24  edisonfix(runtime-vapor): setting innerHTML should go through...
2025-09-23  daiweichore: remove redundant test
2025-09-22  daiweichore: update
2025-09-22  daiweifix: don't warn mismatch in setHtml
2025-09-22  daiweifix: don't warn when incremental value is empty
2025-09-22  daiweichore: hydration mismatch handling
2025-09-20  daiweichore: update
2025-09-19  daiweirefactor: reuse hydration state
2025-09-18  daiweichore: update
2025-09-17  daiweifix: revert
2025-09-17  daiweiperf: don't initialize hydration state if no anchor
2025-09-17  daiweifix(runtime-vapor): prevent insertion and scope Id...
2025-09-17  daiweifix(compiler-vapor): treat template v-for with single...
2025-09-17  daiweifix: handling v-for on component with non-hydration...
2025-09-10  daiweirefactor: teleport
2025-09-10  daiweichore: pin rollup@4.50.1 to fix deploy error
2025-09-10  edisonfeat: hydrate VaporTransition with appear (#13863)
2025-09-09  daiweichore: add some comments
2025-09-08  daiweiperf: save
2025-09-08  daiweiperf: cache static children on parent
2025-09-08  daiweichore: clean up
2025-09-08  daiweifix: ensure transition enter performed
2025-09-08  daiweifix: fix dts test
2025-09-08  daiweichore: pin rollup
2025-09-08  daiweichore: Merge branch 'minor' into edison/testVapor
2025-09-08  edisonrefactor: vapor hydration (#13850)
2025-09-02  edisonfix(runtime-vapor): handle vapor attrs fallthrough...
2025-08-29  daiweifix: ensure self anchor is inserted during hydration
2025-08-29  Jackfix(vapor): handle next host node for vapor component...
2025-08-21  daiweichore: format
2025-08-21  daiweichore: update lock file
2025-08-21  daiweichore: Merge branch 'main' into minor
2025-08-21  daiweirelease: v3.5.19 v3.5.19
2025-08-21  equtfix(compiler-ssr): disable v-memo transform in ssr...
2025-08-21  edisonfix(compiler-sfc): improve type inference for generic...
2025-08-21  Alex Snezhkofix(runtime-core): avoid setting direct ref of useTempl...
2025-08-20  renovate[bot]chore(deps): update build (#13748)
2025-08-20  renovate[bot]chore(deps): update test (#13734)
2025-08-20  renovate[bot]chore(deps): update dawidd6/action-download-artifact...
2025-08-20  renovate[bot]chore(deps): update actions/checkout action to v5 ...
2025-08-20  renovate[bot]chore(deps): update compiler (#13713)
2025-08-20  renovate[bot]chore(deps): update all non-major dependencies (#13733)
2025-08-20  renovate[bot]chore(deps): update build (#13712)
2025-08-20  renovate[bot]fix(deps): update dependency @vue/repl to ^4.6.3 (...
2025-08-20  edisonfix(suspense): don't immediately resolve suspense on...
2025-08-20  Adrian Cerbarofix(compiler-sfc): throw mismatched script langs error...
2025-08-20  skirtlefix(runtime-core): improve consistency of `PublicInstan...
2025-08-20  edisonfix(Transition): handle KeepAlive + transition leaving...
2025-08-20  edisonfix(compiler-core): prevent cached array children from...
2025-08-20  edisonfix(hmr): prevent updating unmounting component during...
2025-08-20  Tychofix(reactivity): warn on nested readonly ref update...
2025-08-20  edisonfix(hydration): also set vShow name if __FEATURE_PROD_H...
2025-08-20  edisonchore(ci): trusted publisher (#13768)
2025-08-20  alentidetest(runtime-core): remove incorrect suspense test...
2025-08-20  edisonfix(runtime-vapor): properly handle consecutive prepend...
2025-08-20  Rizumu Ayakarefactor(compiler-sfc): destructure built-in properties...
2025-08-20  edisonfix(runtime-vapor): fix readonly warning when useTempla...
2025-08-20  edisonfix(runtime-vapor): apply v-show to vdom child (#13767)
2025-08-20  edisonfix(compiler-vapor): adjust children generation order...
2025-08-19  daiweitest: add more tests
2025-08-18  daiweirefactor: insertion anchors
2025-08-16  daiweirefactor: update SlotFnBuilder to include parent parame...
2025-08-15  daiweichore: tweaks
2025-08-15  daiweitest: add test for vapor slot render non-compiled vdom...
2025-08-14  daiweichore: tweaks
2025-08-14  daiweirefactor: add txt runtime helper for getTextChild
2025-08-14  daiweichore: tweaks
2025-08-14  daiweitest: update snap
2025-08-14  daiweichore: remove unnecessary code
2025-08-14  daiweifix: add __vapor flag in SSR script
next