| .. |
|
components
|
fix(runtime-core): handle error in async KeepAlive hooks (#4978)
|
2021-11-22 02:50:19 -05:00 |
|
helpers
|
fix(devtools): fix prod devtools detection + handle late devtools hook injection (#4653)
|
2021-09-22 09:07:08 -04:00 |
|
apiAsyncComponent.spec.ts
|
fix(runtime-core): vnode hooks should not be called on async wrapper (#4349)
|
2021-08-16 15:35:50 -04:00 |
|
apiCreateApp.spec.ts
|
fix(runtime-core): avoid script setup bindings overwriting reserved ctx properties (#4570)
|
2021-09-16 11:16:07 -04:00 |
|
apiExpose.spec.ts
|
fix(runtime-core): return the exposeProxy from mount (#4606)
|
2021-09-21 12:55:08 -04:00 |
|
apiInject.spec.ts
|
fix(runtime-core): bind default function of inject to instance (#3925)
|
2021-06-09 12:02:05 -04:00 |
|
apiLifecycle.spec.ts
|
…
|
|
|
apiOptions.spec.ts
|
fix(runtime-core): properly merge unmounted and beforeUnmount options (#4447)
|
2021-09-01 16:41:57 -04:00 |
|
apiSetupContext.spec.ts
|
fix(runtime-core): ensure setupContext.attrs reactivity when used in child slots
|
2021-07-21 17:31:00 -04:00 |
|
apiSetupHelpers.spec.ts
|
feat(compiler-sfc): `<script setup>` defineProps destructure transform (#4690)
|
2021-09-27 14:24:21 -04:00 |
|
apiWatch.spec.ts
|
chore: update repo references
|
2022-01-18 16:43:59 +08:00 |
|
componentEmits.spec.ts
|
fix(runtime-core): fix multiple .once event handlers on same component (#3904)
|
2021-06-08 09:52:45 -04:00 |
|
componentProps.spec.ts
|
fix(runtime-core): handle initial undefined attrs (#5017)
|
2021-12-06 00:58:45 -05:00 |
|
componentPublicInstance.spec.ts
|
fix(runtime-core): allow spying on proxy methods regression (#5417)
|
2022-02-13 20:40:12 -05:00 |
|
componentSlots.spec.ts
|
wip: more compat progress
|
2021-04-21 15:09:18 -04:00 |
|
directives.spec.ts
|
fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699)
|
2021-05-27 16:53:19 -04:00 |
|
errorHandling.spec.ts
|
build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482)
|
2021-09-02 09:53:57 -04:00 |
|
h.spec.ts
|
…
|
|
|
hmr.spec.ts
|
fix(hmr): fix hmr for components with no active instance yet
|
2021-10-08 12:39:24 -04:00 |
|
hydration.spec.ts
|
fix(hydration): ensure hydrated event listeners have bound instance (#4529)
|
2021-09-21 12:39:21 -04:00 |
|
misc.spec.ts
|
…
|
|
|
rendererAttrsFallthrough.spec.ts
|
fix(runtime-core): improve dedupe listeners when attr fallthrough (#4912)
|
2021-11-14 22:20:38 -05:00 |
|
rendererChildren.spec.ts
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
rendererComponent.spec.ts
|
fix(runtime-core): fix child component double update on props change
|
2021-08-17 10:57:28 -04:00 |
|
rendererElement.spec.ts
|
…
|
|
|
rendererFragment.spec.ts
|
…
|
|
|
rendererOptimizedMode.spec.ts
|
fix(suspense): fix dynamicChildren tracking when suspense root is a block itself
|
2021-07-28 16:49:34 -04:00 |
|
rendererTemplateRef.spec.ts
|
refactor: move template ref setter into dedicated file
|
2021-12-11 10:09:21 +08:00 |
|
scheduler.spec.ts
|
build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482)
|
2021-09-02 09:53:57 -04:00 |
|
scopeId.spec.ts
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
vnode.spec.ts
|
fix(runtime-core): ensure mergeProps skips undefined event handlers (#5299)
|
2022-01-21 01:13:29 -05:00 |
|
vnodeHooks.spec.ts
|
…
|
|