vue3-core/packages/runtime-core/src
daiwei 700f49ee96
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
wip: hydration for slots
2025-04-28 09:36:04 +08:00
..
compat refactor: remove runtime-shared 2024-12-04 13:50:54 +08:00
components Merge branch 'minor' into vapor 2025-04-01 21:01:53 +08:00
helpers Merge branch 'minor' into vapor 2025-04-01 21:01:53 +08:00
apiAsyncComponent.ts wip: vdom in vapor hmr reload 2025-02-04 22:44:17 +08:00
apiComputed.ts fix(types/computed): ensure type safety for `WritableComputedRef` (#11608) 2024-08-14 15:11:10 +08:00
apiCreateApp.ts Merge branch 'minor' into vapor 2025-04-01 21:01:53 +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 wip: unify currentInstance between vdom and vapor + provide/inject 2024-12-05 23:13:24 +08:00
apiLifecycle.ts chore: Merge branch 'minor' into vapor 2025-01-29 15:37:54 +08:00
apiSetupHelpers.ts test(vapor): enable more test cases 2025-01-30 10:12:36 +08:00
apiWatch.ts fix(watch): watchEffect clean-up with SSR (#12097) 2024-10-04 16:09:23 +08:00
component.ts wip(vapor): vapor slots in vdom 2025-02-07 21:32:22 +08:00
componentCurrentInstance.ts wip: vapor hmr reload 2024-12-08 23:37:40 +08:00
componentEmits.ts test(vapor): componentEmits 2024-12-10 19:37:55 +08:00
componentOptions.ts chore: Merge branch 'minor' into vapor 2025-01-29 15:37:54 +08:00
componentProps.ts wip: vdom in vapor hmr reload 2025-02-04 22:44:17 +08:00
componentPublicInstance.ts wip: vdom in vapor hmr reload 2025-02-04 22:44:17 +08:00
componentRenderContext.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
componentRenderUtils.ts wip: vdom in vapor hmr reload 2025-02-04 22:44:17 +08:00
componentSlots.ts chore: fix vdom slots currentInstance 2024-12-08 16:42:07 +08:00
customFormatter.ts fix(customFormatter): properly accessing ref value during debugger (#12948) 2025-03-14 08:19:06 +08:00
devtools.ts wip(vapor): init feature flags + set devtools when creating vapor app 2024-12-14 16:25:35 +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 refactor: make core warning and errorHandling vdom/vapor generic 2024-12-03 21:43:18 +08:00
featureFlags.ts wip(vapor): init feature flags + set devtools when creating vapor app 2024-12-14 16:25:35 +08:00
h.ts fix(types): fix functional component for `h` (#9991) 2024-01-09 16:45:05 +08:00
hmr.ts wip(vapor): vdom slots in vapor component 2025-02-06 18:12:54 +08:00
hydration.ts wip: hydration for slots 2025-04-28 09:36:04 +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 wip: refactor 2025-04-25 15:30:09 +08:00
internalObject.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
profiling.ts perf: avoid now() overhead during dev measure calls 2025-01-29 15:53:20 +08:00
renderer.ts Merge branch 'minor' into vapor 2025-04-01 21:01:53 +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 chore: fix dts build 2024-12-11 08:55:19 +08:00
vnode.ts wip(vapor): vapor slots in vdom 2025-02-07 21:32:22 +08:00
warning.ts wip: vdom in vapor hmr reload 2025-02-04 22:44:17 +08:00