vue3-core/packages/runtime-core/src
skirtle e359ff0046
fix(runtime-core): fix warning for missing event handler (#11489)
fix #4803
close #8268
2024-08-07 11:29:41 +08:00
..
compat chore: use PropertyKey type (#11056) 2024-06-06 18:23:21 +08:00
components fix(keep-alive): avoid cache suspense comment root (#11479) 2024-08-07 11:24:17 +08:00
helpers refactor: use hasChanged for useModel comparisons 2024-07-24 23:26:13 +08:00
apiAsyncComponent.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiComputed.ts dx(reactivity): disable recursive computed warning by default 2024-02-25 20:38:33 +08:00
apiCreateApp.ts refactor(runtime-core): extract getComponentPublicInstance helper 2024-06-10 17:37:32 +08:00
apiDefineComponent.ts chore: rename and export DefineSetupFnComponent 2024-02-25 23:38:39 +08:00
apiInject.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiLifecycle.ts fix(runtime-core): do not fire mount/activated hooks if unmounted before mounted (#9370) 2024-06-07 13:48:50 +08:00
apiSetupHelpers.ts fix(types/withDefaults): ensure default values of type `any` do not include `undefined` (#11490) 2024-08-05 10:59:44 +08:00
apiWatch.ts fix(types/ref): allow getter and setter types to be unrelated (#11442) 2024-07-29 10:52:38 +08:00
component.ts refactor(runtime-core): remove attrsProxy and slotsProxy from instance (#11390) 2024-07-19 17:02:14 +08:00
componentEmits.ts fix(runtime-core): fix warning for missing event handler (#11489) 2024-08-07 11:29:41 +08:00
componentOptions.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentProps.ts perf(runtime-core): improve efficiency of normalizePropsOptions (#11409) 2024-07-29 21:47:23 +08:00
componentPublicInstance.ts refactor(runtime-core): extract getComponentPublicInstance helper 2024-06-10 17:37:32 +08:00
componentRenderContext.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentRenderUtils.ts fix(runtime-core): properly handle inherit transition during clone VNode (#10809) 2024-04-29 14:39:14 +08:00
componentSlots.ts fix(runtime-core): more edge case fix for manually rendered compiled slot 2024-07-12 17:29:42 +08:00
customFormatter.ts chore(repl): avoid duplicate formatter mounts (#10472) 2024-07-11 17:30:41 +08:00
devtools.ts chore: disallow optional chaining (#10919) 2024-05-29 15:03:20 +08:00
directives.ts refactor(runtime-core): extract getComponentPublicInstance helper 2024-06-10 17:37:32 +08:00
enums.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.ts fix(runtime-core): errors during component patch should be caught by error handlers 2024-07-12 01:24:17 +08:00
featureFlags.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
h.ts fix(types): fix functional component for `h` (#9991) 2024-01-09 16:45:05 +08:00
hmr.ts fix(hmr): hmr reload should work with async component (#11248) 2024-07-15 21:54:53 +08:00
hydration.ts fix(hydration): force hydrate custom element dynamic props 2024-08-06 15:58:45 +08:00
index.ts fix(ssr): directive binding.instance should respect exposed during ssr 2024-06-10 17:46:59 +08:00
internalObject.ts fix(runtime-core): use normal object as internal prototype for attrs and slots 2024-04-24 18:28:49 +08:00
profiling.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
renderer.ts fix(runtime-dom): properly handle innerHTML unmount into new children (#11159) 2024-07-17 16:37:14 +08:00
rendererTemplateRef.ts refactor(runtime-core): extract getComponentPublicInstance helper 2024-06-10 17:37:32 +08:00
scheduler.ts fix(runtime-core): errors during component patch should be caught by error handlers 2024-07-12 01:24:17 +08:00
vnode.ts fix(teleport): skip teleported nodes when locating patch anchor 2024-07-16 17:17:25 +08:00
warning.ts fix(runtime-core): avoid recursive warning 2024-07-16 18:05:44 +08:00