daiwei fa045cca24 refactor(runtime-vapor): simplify hydration close tracking in vapor runtime 1 month ago
..
components fc1dd74e06 fix(runtime-vapor): avoid refreshing keep-alive recency on late async resolve 2 months ago
directives 38e3daf8f6 test: add dynamic model tests for input, textarea, select, checkbox, and radio 5 months ago
dom b7a3356dbf fix(runtime-vapor): handle null/undefined dynamic template refs without warning (#14502) 2 months ago
helpers 6c09ad5ddf chore(vapor): remove setBlockKey multi-root warning path 2 months ago
_utils.ts 0070b45f83 types(runtime-vapor): add types for Vapor components (#14400) 3 months ago
apiCreateDynamicComponent.spec.ts 62cb2ce8f1 feat(vapor): preserve static keys 2 months ago
apiCreateFragment.spec.ts ef8dce4110 test: add unit tests for createKeyedFragment function 5 months ago
apiCreateSelector.spec.ts 9db9f1e174 fix(runtime-vapor): isolate slotProps per fragment in v-for slots (#14406) 3 months ago
apiCreateVaporApp.spec.ts 1706a6fbfe test: update directive handling to use withVaporDirectives and improve type safety 6 months ago
apiDefineAsyncComponent.spec.ts 0c1e4a030c refactor(runtime-vapor): improve template ref handling for DynamicFragment and async components (#14472) 3 months ago
apiExpose.spec.ts 0c1e4a030c refactor(runtime-vapor): improve template ref handling for DynamicFragment and async components (#14472) 3 months ago
apiInject.spec.ts a6936c3157 refactor(runtime-vapor): improve DynamicFragment context restoration 3 months ago
apiLifecycle.spec.ts 5d1c6ca5a9 perf(vapor): optimize text bindings and v-text 1 year ago
apiSetupContext.spec.ts 9d9efd493e feat(runtime-vapor): implement defineVaporComponent types (#13831) 5 months ago
apiSetupHelpers.spec.ts e49c5a17da test(vapor): enable more test cases 1 year ago
apiWatch.spec.ts 5a528aa5cc refactor(reactivity, runtime-core): improve performance-critical code (#13274) 10 months ago
block.spec.ts 7204cb614e feat(vapor): vapor teleport (#13082) 7 months ago
component.spec.ts 0d8c519e83 fix(runtime-vapor): invalidate pending mount hooks on deactivate/unmount 2 months ago
componentAttrs.spec.ts 08598a6bed chore(style): migrate linting to oxlint (#13326) 5 months ago
componentEmits.spec.ts e0003aab5d fix(runtime-vapor): allow renderEffect to self re-queue on sync state mutation (#14477) 3 months ago
componentProps.spec.ts 1428c06466 perf(runtime-vapor): implement dynamic props/slots source caching (#14208) 5 months ago
componentSlots.spec.ts eb602084dd refactor(runtime-vapor): improve anchor reuse logic during hydration (#14670) 1 month ago
customElement.spec.ts 419b6cb6bc test(custom-element): add vapor test for slotted shadow DOM parent resolution (#14584) 2 months ago
errorHandling.spec.ts d2eebe45a8 feat(vapor): dom event error handling (#13769) 6 months ago
for.spec.ts e77b6e1fb9 fix(runtime-vapor): prevent v-for crash on looping through null or undefined array (#14328) 4 months ago
hmr.spec.ts bad6ec4081 test(hmr): add test for reloading deactivated KeepAlive child 2 months ago
hydration.spec.ts fa045cca24 refactor(runtime-vapor): simplify hydration close tracking in vapor runtime 1 month ago
if.spec.ts c531937c5c fix(vapor): infer component multi-root metadata from SFC templates for hydration (#14530) 2 months ago
renderEffect.spec.ts ec23ab9e3a test(vapor): renderEffect 1 year ago
scopeId.spec.ts cb2a17c81d fix(runtime-vapor): preserve slot owner to ensure correct scopeId inheritance for nested components within v-for loops with slots. (#14353) 4 months ago
vdomInterop.spec.ts 820b4700c7 fix(runtime-vapor): sync vnode hooks and el on interop self-update 1 month ago