vue3-yuanma/packages/runtime-core/src
2022-05-19 12:39:48 +08:00
..
compat chore: bump vite & esbuild 2022-04-12 14:29:49 +08:00
components fix(ssr/teleport): support nested teleports in ssr 2022-05-18 18:13:08 +08:00
helpers fix(runtime-core): handle NaN identity check in v-memo (#5852) 2022-05-12 19:49:51 -04:00
apiAsyncComponent.ts fix(keep-alive): invoke initial activated hook for async components 2022-05-12 11:29:26 +08:00
apiComputed.ts fix(ssr): make computed inactive during ssr, fix memory leak 2022-01-16 18:22:18 +08:00
apiCreateApp.ts chore: warn when mounting different apps on the same host element (#5573) 2022-05-12 21:09:18 -04:00
apiDefineComponent.ts fix(types): fix defineComponent inference to Component (#5949) 2022-05-18 19:34:35 -04:00
apiInject.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
apiLifecycle.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
apiSetupHelpers.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
apiWatch.ts fix(watch): fix watching multiple sources containing shallowRef (#5381) 2022-05-12 20:20:04 -04:00
component.ts fix(runtime-core): ensure consistent identity of $forceUpdate and $nextTick instance methods 2022-05-10 14:17:04 +08:00
componentEmits.ts fix(v-model): fix case where .trim and .number modifiers are used together (#5842) 2022-05-12 19:52:16 -04:00
componentOptions.ts refactor(runtime-core): extract function isReservedPrefix (#3265) 2022-05-13 04:52:19 -04:00
componentProps.ts chore: add no-debugger eslint rule (#5906) 2022-05-12 19:10:00 -04:00
componentPublicInstance.ts refactor(runtime-core): extract function isReservedPrefix (#3265) 2022-05-13 04:52:19 -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 refactor(runtime-core): extract type SetRootFn (#3209) 2022-05-13 04:48:20 -04:00
componentSlots.ts fix(runtime-core): ensure raw slot function is only normalized once (#5358) 2022-05-10 04:41:54 -04:00
customFormatter.ts feat(reactivity): add isShallow api 2022-01-18 09:22:41 +08:00
devtools.ts chore: fix eslint error (#5876) 2022-05-09 22:43:35 -04:00
directives.ts fix(runtime-core): ensure custom directive instance properly exposes properties on closed instances. (#5022) 2022-04-12 03:54:03 -04:00
errorHandling.ts chore: update repo references 2022-01-18 16:43:59 +08:00
featureFlags.ts chore: fix some typos (#5050) [ci skip] 2021-12-11 20:58:46 -05:00
h.ts fix(types/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
hmr.ts chore: remove unused import due to merge conflict resolve mistake 2022-05-10 09:58:28 +08:00
hydration.ts chore: fix lint 2022-05-19 12:39:48 +08:00
index.ts fix(types): export ComponentProvideOptions (#5947) 2022-05-18 19:32:20 -04:00
profiling.ts fix(devtools): perf: use high-resolution time 2022-03-09 14:30:24 +01:00
renderer.ts fix(runtime-core): adjust force diff of dev root fragments 2022-05-18 16:36:00 +08:00
rendererTemplateRef.ts fix(runtime-core/template-ref): named ref in v-for regression fix (#5118) 2022-04-12 03:28:40 -04:00
scheduler.ts fix(watch): fix flush: pre watchers triggered synchronously in setup 2022-04-15 18:08:44 +08:00
vnode.ts fix(runtime-core): fix missed updates when passing vnode to <component :is> 2022-05-12 17:52:17 +08:00
warning.ts wip: data option compat 2021-04-07 16:19:24 -04:00