vue3-yuanma/packages/runtime-core/src
2021-07-16 14:30:49 -04:00
..
compat fix(compat): fix v3 compiled fn detection in production 2021-07-16 10:17:38 -04:00
components fix(Suspense): emit initial fallback and pending events (#3965) 2021-06-21 17:03:07 -04:00
helpers fix(runtime-core): align option merge behavior with Vue 2 2021-06-02 15:19:56 -04:00
apiAsyncComponent.ts fix(keep-alive): include/exclude should work with async component (#3531) 2021-05-25 10:50:00 -04:00
apiComputed.ts refactor: use explicit exports for runtime-core 2020-02-14 00:13:54 -05:00
apiCreateApp.ts fix(devtools): expose root instance 2021-06-07 23:23:45 +02:00
apiDefineComponent.ts fix(types): avoid DefineComponent defaulting to any 2020-09-22 10:02:19 -04:00
apiInject.ts fix(runtime-core): bind default function of inject to instance (#3925) 2021-06-09 12:02:05 -04:00
apiLifecycle.ts feat: onServerPrefetch (#3070) 2021-05-07 12:00:52 -04:00
apiSetupHelpers.ts fix(sfc): fix <script setup> async context preservation logic 2021-07-06 14:31:53 -04:00
apiWatch.ts fix(v-model): handle mutations of v-model bound array/sets 2021-07-15 12:14:19 -04:00
component.ts fix: prevent withAsyncContext currentInstance leak in edge cases 2021-06-29 14:22:18 -04:00
componentEmits.ts fix(runtime-core): fix multiple .once event handlers on same component (#3904) 2021-06-08 09:52:45 -04:00
componentOptions.ts feat(expose): always expose $ instance properties on child refs 2021-06-24 21:28:09 -04:00
componentProps.ts feat(types): support IDE renaming for props (#3656) 2021-07-01 13:48:23 -04:00
componentPublicInstance.ts fix(runtime-core): fix instance accessed via $parent chain when using expose() (#4048) 2021-07-02 07:51:54 -04:00
componentRenderContext.ts fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554) 2021-05-25 13:33:41 -04:00
componentRenderUtils.ts fix(runtime-core): fix resolving inheritAttrs from mixins (#3742) 2021-05-27 21:53:41 -04:00
componentSlots.ts fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554) 2021-05-25 13:33:41 -04:00
customFormatter.ts fix: allow hmr in all builds 2020-11-27 10:36:09 -05:00
devtools.ts feat(devtools): performance events 2021-05-19 20:48:35 +02:00
directives.ts fix(v-model): handle mutations of v-model bound array/sets 2021-07-15 12:14:19 -04:00
errorHandling.ts fix(runtime-core): add missing serverPrefetch hook error string (#4014) 2021-06-28 15:30:20 -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/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
hmr.ts fix(hmr): don't remove __file key from component type 2021-05-06 14:21:54 +02:00
hydration.ts fix(runtime-dom): fix static node content caching edge cases 2021-07-01 19:19:53 -04:00
index.ts perf: improve VNode creation performance with compiler hints (#3334) 2021-07-16 14:30:49 -04:00
profiling.ts feat(devtools): performance events 2021-05-19 20:48:35 +02:00
renderer.ts fix(runtime-core): enter optimized mode for component as root 2021-07-15 18:51:59 -04:00
scheduler.ts fix(type): infer parent as this on nextTick function (#3608) 2021-07-15 16:28:20 -04:00
vnode.ts perf: improve VNode creation performance with compiler hints (#3334) 2021-07-16 14:30:49 -04:00
warning.ts wip: data option compat 2021-04-07 16:19:24 -04:00