vue3-core/packages/runtime-core/__tests__
Evan You 22dcbf3e20
fix(reactivity): ensure multiple effectScope on() and off() calls maintains correct active scope
close #12631
close #12632

This is a combination of changes from both 8dec243 and #12641
2025-01-08 18:07:44 +08:00
..
components fix(teleport): handle deferred teleport update before mounted (#12168) 2024-11-14 20:55:18 +08:00
helpers fix(useId): ensure useId consistency when using serverPrefetch (#12128) 2024-10-11 10:49:14 +08:00
apiAsyncComponent.spec.ts fix(runtime-core): properly update async component nested in KeepAlive (#11917) 2024-09-13 17:17:56 +08:00
apiCreateApp.spec.ts chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
apiExpose.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiInject.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiLifecycle.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiOptions.spec.ts chore: remove unused ts-expect-error 2024-02-25 21:50:35 +08:00
apiSetupContext.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiSetupHelpers.spec.ts Refactor reactivity system to use version counting and doubly-linked list tracking (#10397) 2024-02-25 16:51:49 +08:00
apiWatch.bench.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiWatch.spec.ts fix(reactivity): ensure multiple effectScope on() and off() calls maintains correct active scope 2025-01-08 18:07:44 +08:00
componentEmits.spec.ts fix(runtime-core): fix warning for missing event handler (#11489) 2024-08-07 11:29:41 +08:00
componentProps.spec.ts fix(runtime-core): fix required prop check false positive for kebab-case edge cases (#12034) 2024-10-11 11:02:58 +08:00
componentPublicInstance.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentSlots.spec.ts test(runtime-core): test cases when the value of the `$stable` flag is false (#11485) 2024-08-05 10:53:21 +08:00
directives.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.spec.ts fix(watch): handle errors in computed used as watch source (#11626) 2024-08-16 16:14:08 +08:00
h.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hmr.spec.ts fix(hmr): reload async child wrapped in Suspense + KeepAlive (#11907) 2024-09-13 20:19:47 +08:00
hydration.spec.ts fix(ssr): avoid updating subtree of async component if it is resolved (#12363) 2024-11-15 22:11:21 +08:00
misc.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererAttrsFallthrough.spec.ts chore: improve `renderComponentRoot` warn message (#10914) 2024-10-14 10:14:32 +08:00
rendererChildren.spec.ts fix(runtime-core): avoid rendering plain object as VNode (#12038) 2024-09-26 17:08:48 +08:00
rendererComponent.spec.ts refactor(scheduler): remove invalidateJob (#11650) 2024-08-19 10:49:59 +08:00
rendererElement.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererFragment.spec.ts fix(runtime-core): avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) 2024-06-14 17:10:13 +08:00
rendererOptimizedMode.spec.ts fix(v-once): setting hasOnce to current block only when in v-once (#12374) 2024-11-14 14:53:55 +08:00
rendererTemplateRef.spec.ts fix(templateRef): set ref on cached async component which wrapped in KeepAlive (#12290) 2024-11-15 22:32:22 +08:00
scheduler.spec.ts fix(scheduler): job ordering when the post queue is flushing (#12090) 2024-10-03 23:21:31 +08:00
scopeId.spec.ts fix(runtime-core): ensure suspense content inherit scopeId (#10652) 2024-08-19 16:19:24 +08:00
vnode.spec.ts fix(v-once): setting hasOnce to current block only when in v-once (#12374) 2024-11-14 14:53:55 +08:00
vnodeHooks.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00