vue3-core/packages/runtime-core/src
edison 9875ecd762
fix(runtime-core): support extends template for runtime compiler (#6250)
fix #6249
2022-08-31 01:44:21 -04:00
..
compat fix(compat): fix globalProperties pollution in v3 mode 2022-05-23 09:46:00 +08:00
components fix(ssr/teleport): support nested teleports in ssr 2022-05-18 18:13:08 +08:00
helpers fix(slots): ensure different branches of dynamic slots have different keys 2022-08-30 15:55:09 +08:00
apiAsyncComponent.ts fix(types): restore DefineComponent argument order 2022-05-21 00:55:51 +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 on* props incorrect type for TS 4.7 (#6216) 2022-07-06 04:28:25 -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 fix(sfc/types): allow use default factory for primitive types in `withDefaults` (#5939) 2022-05-22 20:28:39 -04:00
apiWatch.ts fix(watch): flush:pre watchers should not fire if state change causes 2022-08-15 19:00:55 +08:00
component.ts fix(runtime-core): support extends template for runtime compiler (#6250) 2022-08-31 01:44:21 -04:00
componentEmits.ts fix(runtime-core): only set cache for object keys (#6266) 2022-08-28 23:10:16 -04:00
componentOptions.ts fix(runtime-core): only set cache for object keys (#6266) 2022-08-28 23:10:16 -04:00
componentProps.ts fix(hmr): fix HMR for nested non-SFC components (#4077) 2022-08-30 02:42:22 -04:00
componentPublicInstance.ts fix(types): restore DefineComponent argument order 2022-05-21 00:55:51 +08: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 fix(runtime-core): hydrate Static vnode (#6015) 2022-06-06 16:45:24 +08:00
index.ts build: include ssrUtils in server-renderer browser build 2022-05-25 13:52:54 +08:00
profiling.ts fix(devtools): perf: use high-resolution time 2022-03-09 14:30:24 +01:00
renderer.ts fix(watch): flush:pre watchers should not fire if state change causes 2022-08-15 19:00:55 +08:00
rendererTemplateRef.ts chore: avoid redundant isRef check 2022-05-30 07:43:18 +08:00
scheduler.ts fix(watch): flush:pre watchers should not fire if state change causes 2022-08-15 19:00:55 +08:00
vnode.ts fix(types): fix typescript error when spreading `$props`(#5968) 2022-05-20 12:59:29 -04:00
warning.ts wip: data option compat 2021-04-07 16:19:24 -04:00