vue3-core/packages/runtime-core/src
Evan You b5cad0e91c
refactor: use hasChanged for useModel comparisons
2024-07-24 23:26:13 +08:00
..
compat chore: use PropertyKey type (#11056) 2024-06-06 18:23:21 +08:00
components fix(teleport): skip teleported nodes when locating patch anchor 2024-07-16 17:17:25 +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 docs: fix typo (#11105) 2024-06-11 14:19:52 +08:00
apiWatch.ts fix(types/apiWatch): correct type inference for reactive array (#11036) 2024-06-10 16:07:25 +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(defineModel): force local update when setter results in same emitted value 2024-07-11 17:00:39 +08:00
componentOptions.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentProps.ts fix(runtime-core): use separate prop caches for components and mixins (#11350) 2024-07-15 21:56:37 +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(runtime-dom): properly handle innerHTML unmount into new children (#11159) 2024-07-17 16:37:14 +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