vue3-core/packages/runtime-core/src
GU Yiling c85f1b5a13
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
size data / upload (push) Waiting to run Details
fix(css-vars): nullish v-bind in style should not lead to unexpected inheritance (#12461)
close #12434
close #12439
close #7474
close #7475
2025-07-03 16:20:28 +08:00
..
compat chore(build): use /*@__PURE__*/ annotation consistently 2024-09-04 20:24:33 +08:00
components fix(teleport): handle deferred teleport updates before and after mount (#13350) 2025-05-20 08:27:54 +08:00
helpers fix(runtime-core): respect immutability for readonly reactive arrays in `v-for` (#13091) 2025-05-02 02:55:24 -07:00
apiAsyncComponent.ts fix(hydration): skip lazy hydration for patched components (#13283) 2025-05-16 08:22:01 +08:00
apiComputed.ts fix(types/computed): ensure type safety for `WritableComputedRef` (#11608) 2024-08-14 15:11:10 +08:00
apiCreateApp.ts fix(custom-element): allow injecting values ​​from app context in nested elements (#13219) 2025-05-16 08:07:32 +08:00
apiDefineComponent.ts fix(types): ensure `this.$props` type does not include `string` (#12123) 2024-10-11 10:30:09 +08:00
apiInject.ts fix(custom-element): allow injecting values ​​from app context in nested elements (#13219) 2025-05-16 08:07:32 +08:00
apiLifecycle.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
apiSetupHelpers.ts fix(types): defineEmits w/ interface declaration (#12343) 2024-11-15 10:46:59 +08:00
apiWatch.ts fix(watch): watchEffect clean-up with SSR (#12097) 2024-10-04 16:09:23 +08:00
component.ts fix(css-vars): nullish v-bind in style should not lead to unexpected inheritance (#12461) 2025-07-03 16:20:28 +08:00
componentEmits.ts fix(compat): allow v-model built in modifiers on component (#12654) 2025-06-18 20:53:25 +08:00
componentOptions.ts fix(types): allow return any for Options API lifecycle hooks (#5914) 2024-11-19 20:29:08 +08:00
componentProps.ts fix(types): exclude `undefined` from inferred prop types with default values (#13007) 2025-05-22 08:03:33 +08:00
componentPublicInstance.ts types(internal): provide internal options for using `$el` type in language tools (#11814) 2024-09-05 20:58:13 +08:00
componentRenderContext.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
componentRenderUtils.ts chore: improve `renderComponentRoot` warn message (#10914) 2024-10-14 10:14:32 +08:00
componentSlots.ts fix(slots): make cache indexes marker non-enumerable (#13469) 2025-06-18 20:53:48 +08:00
customFormatter.ts fix(customFormatter): properly accessing ref value during debugger (#12948) 2025-03-14 08:19:06 +08:00
devtools.ts chore(build): use /*@__PURE__*/ annotation consistently 2024-09-04 20:24:33 +08:00
directives.ts fix(types): the directive's modifiers should be optional (#12605) 2025-03-19 11:38:59 +08:00
enums.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.ts feat(reactivity): base `watch`, `getCurrentWatcher`, and `onWatcherCleanup` (#9927) 2024-08-20 08:21:44 +08:00
featureFlags.ts test: adjust coverage config, use v8 coverage 2024-08-29 10:41:29 +08:00
h.ts fix(types): fix functional component for `h` (#9991) 2024-01-09 16:45:05 +08:00
hmr.ts fix(hmr): reload async child wrapped in Suspense + KeepAlive (#11907) 2024-09-13 20:19:47 +08:00
hydration.ts fix(css-vars): nullish v-bind in style should not lead to unexpected inheritance (#12461) 2025-07-03 16:20:28 +08:00
hydrationStrategies.ts fix(hydration): provide compat fallback for idle callback hydration strategy (#11935) 2024-10-11 11:22:01 +08:00
index.ts feat(types): add type TemplateRef (#12645) 2025-03-14 08:17:49 +08:00
internalObject.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
profiling.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
renderer.ts fix(runtime-core): unset old ref during patching when new ref is absent (#12900) 2025-06-05 10:19:48 +08:00
rendererTemplateRef.ts fix(templateRef): set ref on cached async component which wrapped in KeepAlive (#12290) 2024-11-15 22:32:22 +08:00
scheduler.ts fix(scheduler): job ordering when the post queue is flushing (#12090) 2024-10-03 23:21:31 +08:00
vnode.ts fix(v-once): setting hasOnce to current block only when in v-once (#12374) 2024-11-14 14:53:55 +08:00
warning.ts test: adjust coverage config, use v8 coverage 2024-08-29 10:41:29 +08:00