vue3-core/packages/runtime-core/src
被雨水过滤的空气(Rairn) 4049ffcf29
fix(runtime-core): fix move/removal of static fragments containing text nodes (#6858)
fix #6852
2022-11-10 05:03:10 -05:00
..
compat chore(compat): change 'vnode-' to 'vue:' in event hooks warning (#7063) 2022-11-09 08:15:41 -05:00
components fix(hmr/keep-alive): fix error in reload component (#7049) 2022-11-10 05:01:31 -05:00
helpers build: put ssrContext warning behind __DEV__ flag 2022-11-09 11:41:26 +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 types(runtime-core): added `ComponentCustomProperties` type to `globalProperties` (#5389) 2022-10-26 05:00:47 -04:00
apiDefineComponent.ts chore: run prettier 2022-11-08 14:25:48 +08:00
apiInject.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
apiLifecycle.ts fix(runtime-core): Lifecycle hooks should support callbacks shared by reference (#6687) 2022-09-26 22:18:22 -04:00
apiSetupHelpers.ts fix(sfc/types): improve the type inference using withDefaults (#6764) 2022-11-07 21:59:31 -05:00
apiWatch.ts fix(watch): for immediate watch with single source, ensure cb is called with undefined as oldValue (#7075) 2022-11-09 18:19:35 -05:00
component.ts fix(teleport/css-v-bind): fix css v-bind for teleported content 2022-11-10 14:41:45 +08:00
componentEmits.ts ci: check prettier format (#6830) 2022-10-28 09:39:34 +08:00
componentOptions.ts chore: run prettier 2022-11-08 14:25:48 +08:00
componentProps.ts fix(runtime-core): ensure props definition objects are not mutated during props normalization (close: #6915) (#6916) 2022-10-22 11:20:02 +02:00
componentPublicInstance.ts fix(sfc): ensure `<script setup>` binding behavior consistency on `this` between prod and dev 2022-11-10 16:02:45 +08:00
componentRenderContext.ts fix(runtime-core): ensure that errors in slot function execution do not affect block tracking (#5670) 2022-10-14 04:08:32 -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 fix(devtools): use cleanupBuffer instead of modifying _buffer (#6812) 2022-10-03 11:29:34 +02:00
directives.ts fix(runtime-core): do not throw on unknown directives (#6671) 2022-11-07 21:49:49 -05: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 types(h): Support passing `props` to `Component` when using `h` (#3219) 2022-10-26 03:07:44 -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(ssr): fix hydration mismatch when entire multi-root template is stringified 2022-09-28 09:33:17 +08:00
index.ts fix(types): support inferring injected properties in options api (#6804) 2022-11-08 01:09:53 -05:00
profiling.ts fix(devtools): perf: use high-resolution time 2022-03-09 14:30:24 +01:00
renderer.ts fix(runtime-core): fix move/removal of static fragments containing text nodes (#6858) 2022-11-10 05:03:10 -05:00
rendererTemplateRef.ts fix(runtime-core): fix v-for ref reactivity behavior difference between prod and dev (#6714) 2022-10-14 05:23:01 -04:00
scheduler.ts fix(runtime-core): avoid double firing when mounting inside a watcher callback 2022-09-08 09:59:51 +08:00
vnode.ts fix(hmr/keep-alive): fix error in reload component (#7049) 2022-11-10 05:01:31 -05:00
warning.ts chore: return early in warn() in prod 2022-11-09 11:48:35 +08:00