vue3-core/packages/runtime-core/src
abeer0 2dbe30177f
chore: fix typo (#13973)
2025-10-09 09:28:26 +08:00
..
compat perf: improve regexp performance with non-capturing groups (#13567) 2025-09-02 17:30:02 +08:00
components fix(custom-element): properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900) 2025-09-24 17:15:36 +08:00
helpers fix(custom-element): use PatchFlags.BAIL for slot when props are present (#13907) 2025-09-24 17:08:25 +08:00
apiAsyncComponent.ts chore: update side effect annotations to use standardized format (#13839) 2025-09-02 17:12:19 +08:00
apiComputed.ts fix(types/computed): ensure type safety for `WritableComputedRef` (#11608) 2024-08-14 15:11:10 +08:00
apiCreateApp.ts fix(types): widen directive arg type from string to any (#13758) 2025-09-24 17:12:25 +08:00
apiDefineComponent.ts chore: update side effect annotations to use standardized format (#13839) 2025-09-02 17:12:19 +08:00
apiInject.ts refactor: migrate to getCurrentInstance API (#12958) 2025-07-08 14:30:43 +08:00
apiLifecycle.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
apiSetupHelpers.ts dx(runtime-core): fix warning message for useSlots, useAttrs invocation with missing instance (#13647) 2025-07-23 08:42:50 +08:00
apiWatch.ts chore(types): improve type safety in watch functions and instanceWatch (#13918) 2025-09-24 17:21:41 +08:00
component.ts fix(custom-element): properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900) 2025-09-24 17:15:36 +08:00
componentEmits.ts fix(runtime-core): use separate emits caches for components and mixins (#11661) 2025-09-02 17:15:46 +08:00
componentOptions.ts chore: fix typo (#13973) 2025-10-09 09:28:26 +08:00
componentProps.ts fix(types): exclude `undefined` from inferred prop types with default values (#13007) 2025-05-22 08:03:33 +08:00
componentPublicInstance.ts fix(runtime-core): improve consistency of `PublicInstanceProxyHandlers.has` (#13507) 2025-08-20 21:05:26 +08:00
componentRenderContext.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
componentRenderUtils.ts chore: improve `renderComponentRoot` warn message (#10914) 2024-10-14 10:14:32 +08:00
componentSlots.ts fix(compiler-core): prevent cached array children from retaining detached dom nodes (#13691) 2025-08-20 20:51:04 +08:00
customFormatter.ts fix(customFormatter): properly accessing ref value during debugger (#12948) 2025-03-14 08:19:06 +08:00
devtools.ts chore: update side effect annotations to use standardized format (#13839) 2025-09-02 17:12:19 +08:00
directives.ts fix(types): widen directive arg type from string to any (#13758) 2025-09-24 17:12:25 +08:00
enums.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.ts feat(reactivity): base `watch`, `getCurrentWatcher`, and `onWatcherCleanup` (#9927) 2024-08-20 08:21:44 +08:00
featureFlags.ts test: adjust coverage config, use v8 coverage 2024-08-29 10:41:29 +08:00
h.ts fix(runtime-core): simplify block-tracking disabling in h() (#13841) 2025-09-03 09:13:09 +08:00
hmr.ts Revert "fix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime in 3rd-party libraries" (#13925) 2025-09-24 18:02:05 +08:00
hydration.ts fix(css-vars): nullish v-bind in style should not lead to unexpected inheritance (#12461) 2025-07-03 16:20:28 +08:00
hydrationStrategies.ts fix(hydration): provide compat fallback for idle callback hydration strategy (#11935) 2024-10-11 11:22:01 +08:00
index.ts feat(types): add type TemplateRef (#12645) 2025-03-14 08:17:49 +08:00
internalObject.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
profiling.ts fix(devtools): clear performance measures (#13701) 2025-07-25 08:48:57 +08:00
renderer.ts fix(suspense): don't immediately resolve suspense on last dep unmount (#13456) 2025-08-20 22:11:16 +08:00
rendererTemplateRef.ts fix(templateRef): prevent unnecessary set ref on dynamic ref change or component unmount (#12642) 2025-09-02 17:08:53 +08:00
scheduler.ts chore(types): compatible with TS 5.8 (#12973) 2025-09-02 17:13:08 +08:00
vnode.ts fix(runtime-core): ensure correct anchor el for unresolved async components (#13560) 2025-07-23 08:42:10 +08:00
warning.ts test: adjust coverage config, use v8 coverage 2024-08-29 10:41:29 +08:00