vue3-core/packages/runtime-core/src
远方os ae36b1a664
refactor(runtime-core): prevent users from manually calling lifecycle hook function (#8731)
2024-05-27 17:07:38 +08:00
..
compat fix(compat): include legacy scoped slots (#10868) 2024-05-07 07:05:55 +08:00
components chore: correct the comments in KeepAlive.ts (#11005) 2024-05-24 16:43:13 +08:00
helpers fix(compiler-core): change v-for key type to match Object.keys (#10963) 2024-05-20 19:33:18 +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 chore(runtime-core): optimize validateComponentName (#10378) 2024-02-25 20:41:08 +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 refactor(runtime-core): prevent users from manually calling lifecycle hook function (#8731) 2024-05-27 17:07:38 +08:00
apiSetupHelpers.ts fix(types): avoid merging object union types when using withDefaults (#10596) 2024-04-15 22:50:34 +08:00
apiWatch.ts refactor: simplify traverse() for deep watchers (#10795) 2024-04-29 14:29:55 +08:00
component.ts fix(compat): fix $options mutation + adjust private API initialization 2024-04-15 19:28:37 +08:00
componentEmits.ts chore(deps): update lint (#10112) 2024-01-15 18:15:47 +08:00
componentOptions.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentProps.ts fix(runtime-core): use same internal object mechanism for slots 2024-04-16 22:47:24 +08:00
componentPublicInstance.ts fix(runtime-core): fix regression for $attrs tracking in slots 2024-04-16 21:53:47 +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): ensure slot compiler marker writable (#10825) 2024-04-29 11:47:40 +08:00
customFormatter.ts fix(runtime-core): avoid inlining isShallow (#10238) 2024-02-05 11:36:17 +08:00
devtools.ts perf: add `__NO_SIDE_EFFECTS__` comments (#9053) 2024-03-13 21:48:45 +08:00
directives.ts chore(types): added `getSSRProps` type argument (#5691) 2024-05-27 16:56:59 +08:00
enums.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.ts fix(runtime-core): handle invalid values in callWithAsyncErrorHandling 2024-04-15 22:37:16 +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 style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hydration.ts fix(ssr): fix hydration for node with empty text node (#7216) 2024-05-27 16:50:49 +08:00
index.ts chore: rename and export DefineSetupFnComponent 2024-02-25 23:38:39 +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-core): handle fragment with null children (#10010) 2024-01-08 18:48:47 +08:00
rendererTemplateRef.ts revert: perf(templateRef): avoid double render when using template ref on v-for 2024-02-07 13:25:18 +08:00
scheduler.ts fix(scheduler): sort nested postFlushCbs 2024-01-08 18:20:29 +08:00
vnode.ts fix(runtime-core): properly handle inherit transition during clone VNode (#10809) 2024-04-29 14:39:14 +08:00
warning.ts fix(warning): stringify args in warn handler (#10414) 2024-02-28 19:06:18 +08:00