vue3-core/packages/runtime-core/src
Evan You eaf5455d77
chore: Merge branch 'main' into minor
2024-08-07 18:25:58 +08:00
..
compat feat(runtime-dom): Trusted Types compatibility (#10844) 2024-08-02 12:46:12 +08:00
components chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
helpers chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
apiAsyncComponent.ts feat: lazy hydration strategies for async components (#11458) 2024-07-31 12:14:51 +08:00
apiComputed.ts dx(reactivity): disable recursive computed warning by default 2024-02-25 20:38:33 +08:00
apiCreateApp.ts feat(custom-element): support configurable app instance in defineCustomElement 2024-08-07 16:08:06 +08:00
apiDefineComponent.ts feat(types): provide internal options for using refs type in language tools (#11492) 2024-08-05 10:50:43 +08:00
apiInject.ts chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +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 chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
apiWatch.ts fix: Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)" 2024-08-07 18:12:07 +08:00
component.ts fix(custom-element): reflect prop default value on custom element 2024-08-07 02:51:29 +08:00
componentEmits.ts chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
componentOptions.ts feat: lazy hydration strategies for async components (#11458) 2024-07-31 12:14:51 +08:00
componentProps.ts fix(custom-element): reflect prop default value on custom element 2024-08-07 02:51:29 +08:00
componentPublicInstance.ts feat(types): provide internal options for using refs type in language tools (#11492) 2024-08-05 10:50:43 +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: Merge branch 'main' into minor 2024-07-17 17:32:31 +08:00
devtools.ts chore: disallow optional chaining (#10919) 2024-05-29 15:03:20 +08:00
directives.ts chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
enums.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.ts chore: Merge branch 'main' into minor 2024-07-17 17:32:31 +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 types: custom element interface should be internal 2024-08-07 02:33:20 +08:00
hydration.ts chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
hydrationStrategies.ts feat(hydration): allow fine tuning of lazy hydration strategy triggers (#11530) 2024-08-07 12:06:15 +08:00
index.ts chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +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 chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
rendererTemplateRef.ts refactor(runtime-core): extract getComponentPublicInstance helper 2024-06-10 17:37:32 +08:00
scheduler.ts feat(teleport): support deferred Teleport (#11387) 2024-07-18 21:06:48 +08:00
vnode.ts chore: Merge branch 'main' into minor 2024-07-17 17:32:31 +08:00
warning.ts fix(runtime-core): avoid recursive warning 2024-07-16 18:05:44 +08:00