vue3-core/packages/runtime-core/src
Evan You cde7f05787
fix(runtime-core): further fix slots _ctx check
close #10724
2024-04-18 12:27:15 +08:00
..
compat fix(compat): fix $options mutation + adjust private API initialization 2024-04-15 19:28:37 +08:00
components fix(runtime-core): fix edge case of KeepAlive inside Transition with slot children (#10719) 2024-04-18 12:00:06 +08:00
helpers refactor: split out useModel implementation and tests 2024-01-11 18:04:47 +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): safer currentInstance reset 2024-01-09 07:22:13 +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(runtime-core): safer currentInstance reset 2024-01-09 07:22:13 +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): filter single root for nested DEV_ROOT_FRAGMENT (#8593) 2024-01-12 22:07:06 +08:00
componentSlots.ts fix(runtime-core): further fix slots _ctx check 2024-04-18 12:27:15 +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 refactor(runtime-core): use currentRenderingInstance directly 2024-01-09 15:26:07 +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(hydration): properly handle optimized mode during hydrate node (#10638) 2024-04-15 21:23:30 +08:00
index.ts chore: rename and export DefineSetupFnComponent 2024-02-25 23:38:39 +08:00
internalObject.ts fix(runtime-core): use same internal object mechanism for slots 2024-04-16 22:47:24 +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): use same internal object mechanism for slots 2024-04-16 22:47:24 +08:00
warning.ts fix(warning): stringify args in warn handler (#10414) 2024-02-28 19:06:18 +08:00