vue3-core/packages/runtime-core/src
AlanYu 1d79b64ebc
feat(runtime-core): throw real error when scheduler detects infinite loop during dev (#7447)
close #7437
2023-12-19 16:59:47 +08:00
..
compat feat(types): support passing generics when registering global directives (#9660) 2023-12-11 22:07:24 +08:00
components fix(Suspense): handle switching away from kept-alive component before resolve 2023-12-12 23:50:28 +08:00
helpers refactor(runtime-core): use Symbol.for for runtime Symbols 2023-02-21 17:42:06 +08:00
apiAsyncComponent.ts feat(reactivity): more efficient reactivity system (#5912) 2023-10-27 23:28:40 +09:00
apiComputed.ts chore: remove unnecessary type assertions (#8311) 2023-05-19 07:49:28 +08:00
apiCreateApp.ts feat(types): support passing generics when registering global directives (#9660) 2023-12-11 22:07:24 +08:00
apiDefineComponent.ts fix(types): fix instance type when props type is incompatible with setup returned type (#7338) 2023-11-09 17:40:36 +08:00
apiInject.ts fix(types): retain compatibility for provide() usage with explicit type parameter 2023-05-02 21:35:28 +08:00
apiLifecycle.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
apiSetupHelpers.ts fix(defineModel): ensure trigger effect when prop changed (#9841) 2023-12-16 12:15:30 +08:00
apiWatch.ts chore: Merge branch 'main' into minor 2023-11-21 09:48:26 +08:00
component.ts fix(ssr): make isInSSRComponentSetup state sharable across copies of Vue 2023-12-12 21:37:52 +08:00
componentEmits.ts chore: Merge branch 'main' into minor 2023-12-11 22:03:28 +08:00
componentOptions.ts feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
componentProps.ts feat(runtime-core): provide full props to props validator functions (#3258) 2023-12-05 17:14:17 +08:00
componentPublicInstance.ts feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +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 fix(Suspense): fix edge case of Suspense being patched during async HOC child remount 2023-12-15 11:39:50 +08:00
componentSlots.ts fix(types): support for generic keyof slots (#8374) 2023-12-08 22:54:57 +08:00
customFormatter.ts chore(dx): improve color contrast in dark mode for custom formatter (#8704) 2023-12-01 02:45:03 +08:00
devtools.ts feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
directives.ts Revert "fix(types): propagate type parameter constraints for TypeScript 4.8 (#6351)" 2023-07-12 11:38:59 +08:00
enums.ts feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
errorHandling.ts feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
featureFlags.ts feat(ssr): add `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` feature flag (#9550) 2023-12-08 16:41:15 +08:00
h.ts feat(types): improve event type inference when using `h` with native elements (#9756) 2023-12-11 22:10:01 +08:00
hmr.ts feat(reactivity): more efficient reactivity system (#5912) 2023-10-27 23:28:40 +09:00
hydration.ts fix(hydration): should not warn mismatch for nullish prop 2023-12-13 02:41:49 +08:00
index.ts feat(types): export ObjectPlugin and FunctionPlugin types (#8946) 2023-12-11 22:04:56 +08:00
profiling.ts fix(devtools): perf: use high-resolution time 2022-03-09 14:30:24 +01:00
renderer.ts fix(runtime-core): properly pop warning context when mounting components with async setup 2023-12-13 17:57:57 +08: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 feat(runtime-core): throw real error when scheduler detects infinite loop during dev (#7447) 2023-12-19 16:59:47 +08:00
vnode.ts chore(deps): update lint (#9627) 2023-11-18 10:33:24 +08:00
warning.ts chore: fix assertNumber for undefined value 2022-11-14 16:57:44 +08:00