vue3-yuanma/packages/runtime-core/src
Evan You 67d1aac6ae feat(sfc): allow sfcs to recursively self-reference in template via name inferred from filename
e.g. A file named `FooBar.vue` can refer to itself as `<FooBar/>`. This gets rid of the need for the `name` option.
2020-11-30 12:30:51 -05:00
..
components fix(compiler-ssr): generate correct children for transition-group 2020-11-27 12:22:14 -05:00
helpers feat(sfc): allow sfcs to recursively self-reference in template via name inferred from filename 2020-11-30 12:30:51 -05:00
apiAsyncComponent.ts fix(runtime-core/async-component): fix error component when there are no error handlers 2020-09-16 11:10:16 -04:00
apiComputed.ts refactor: use explicit exports for runtime-core 2020-02-14 00:13:54 -05:00
apiCreateApp.ts fix(runtime-core): fix SSR memoery leak due to props normalization cache 2020-10-06 15:31:29 -04:00
apiDefineComponent.ts fix(types): avoid DefineComponent defaulting to any 2020-09-22 10:02:19 -04:00
apiInject.ts fix(runtime-core): prevent self-injection (#2424) 2020-10-19 20:45:48 -04:00
apiLifecycle.ts feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393) 2020-10-19 17:15:53 -04:00
apiSetupHelpers.ts test: tests for script setup helpers 2020-11-26 10:01:36 -05:00
apiWatch.ts fix(runtime-core): ensure watchers are always registered to correct instance owner (#2495) 2020-11-27 09:31:50 -05:00
component.ts feat(sfc): allow sfcs to recursively self-reference in template via name inferred from filename 2020-11-30 12:30:51 -05:00
componentEmits.ts fix(runtime-core): fix emit listener check on kebab-case events (#2542) 2020-11-27 15:24:29 -05:00
componentOptions.ts wip: defineOptions -> defineProps + defineEmit + useContext 2020-11-24 19:04:21 -05:00
componentProps.ts fix(runtime-core): avoid mutating EMPTY_ARR when setting dev root (#2419) 2020-10-19 18:08:54 -04:00
componentPublicInstance.ts fix(runtime-core): skip functional components in public $parent chain traversal 2020-11-27 10:10:25 -05:00
componentRenderUtils.ts fix(attr-fallthrough): ensure consistent attr fallthrough for root fragments with comments 2020-11-27 18:04:26 -05:00
componentSlots.ts fix(slots): properly force update on forwarded slots 2020-07-15 20:12:49 -04:00
customFormatter.ts fix: allow hmr in all builds 2020-11-27 10:36:09 -05:00
devtools.ts refactor(devtools): emit needs to send the instance in args 2020-08-24 20:27:40 +02:00
directives.ts feat(directives): introduce created custom directive hook and ensure 2020-08-24 17:12:16 -04:00
errorHandling.ts fix(runtime-core): make errorCaptured return value handling consistent with Vue 2 (#2289) 2020-10-05 17:37:26 -04:00
featureFlags.ts chore: update link for the feature flag warning [ci skip] 2020-07-21 10:26:16 -04:00
h.ts fix(types): h support for resolveComponent (#2402) 2020-10-20 15:56:29 -04:00
hmr.ts fix: allow hmr in all builds 2020-11-27 10:36:09 -05:00
hydration.ts feat: update Suspense usage (#2099) 2020-09-15 12:45:06 -04:00
index.ts wip: defineOptions -> defineProps + defineEmit + useContext 2020-11-24 19:04:21 -05:00
profiling.ts chore: fix types 2020-06-26 10:07:07 -04:00
renderer.ts fix: allow hmr in all builds 2020-11-27 10:36:09 -05:00
scheduler.ts fix(runtime-core): ensure scheduler queue is always non-null (#2567) 2020-11-09 09:19:32 -05:00
vnode.ts fix(runtime-core): avoid mutating EMPTY_ARR when setting dev root (#2419) 2020-10-19 18:08:54 -04:00
warning.ts refactor(types): widen Component type to include consutructor types 2020-08-19 16:19:25 -04:00