..
components
test(teleport): fix meaningless test case ( #2872 )
2021-07-15 16:36:36 -04:00
helpers
fix(component): prioritize registered component over implicit self-reference via filename
2021-03-26 10:04:36 -04:00
apiAsyncComponent.spec.ts
fix(runtime-core): fix async component ref handling ( #3191 )
2021-03-01 15:00:32 -05:00
apiCreateApp.spec.ts
wip: tests for global config compat
2021-04-28 12:29:51 -04:00
apiExpose.spec.ts
fix(runtime-core): fix instance accessed via $parent chain when using expose() ( #4048 )
2021-07-02 07:51:54 -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
build(deps): upgrade to TypeScript 4
2020-08-20 17:48:28 -04:00
apiOptions.spec.ts
fix(watch): fix watch option merging from mixins
2021-06-22 13:54:43 -04:00
apiSetupContext.spec.ts
refactor(runtime-core): refactor props resolution
2020-04-06 17:37:47 -04:00
apiSetupHelpers.spec.ts
fix(sfc): fix <script setup>
async context preservation logic
2021-07-06 14:31:53 -04:00
apiTemplateRef.spec.ts
fix(runtime-core/refs): handle multiple merged refs for dynamic component with vnode
2020-09-14 15:33:38 -04:00
apiWatch.spec.ts
fix(watch): should not leak this context to setup watch getters
2021-05-25 11:10:11 -04: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): avoid double-setting props when casting
2021-05-24 18:48:33 -04:00
componentPublicInstance.spec.ts
wip: fix tests
2021-04-26 17:35:30 -04: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
fix(runtime-core): handle error in async watchEffect ( #3129 )
2021-03-23 10:20:52 +01:00
h.spec.ts
feat(runtime-core): support variadic children in h
for simple JSX compat
2020-08-21 21:54:33 -04:00
hmr.spec.ts
fix(Teleport): fallback to non-optimized mode when HRM performing updates ( #3311 )
2021-03-26 14:02:44 -04:00
hydration.spec.ts
fix(ssr): properly hydrate non-string value bindings
2021-07-01 17:11:23 -04:00
misc.spec.ts
refactor(reactivity): use more efficient reactive checks
2020-05-02 16:58:17 -04:00
rendererAttrsFallthrough.spec.ts
fix(runtime-core): fix resolving inheritAttrs from mixins ( #3742 )
2021-05-27 21:53:41 -04:00
rendererChildren.spec.ts
test: move mockWarn into setup files
2020-07-27 22:58:51 -04:00
rendererComponent.spec.ts
fix(runtime-core): stricter compat root mount check
2021-05-27 20:47:46 -04:00
rendererElement.spec.ts
test(runtime-core/renderer): tests for rendering elements ( #699 )
2020-03-09 17:08:05 -04:00
rendererFragment.spec.ts
fix: inherit el
for static nodes inside keyed template
fragment ( #2089 )
2020-09-14 16:02:29 -04:00
rendererOptimizedMode.spec.ts
fix(runtime-core): fix fragment update inside de-opt slots
2021-06-04 18:03:40 -04:00
scheduler.spec.ts
perf(reactivity): improve reactive effect memory usage ( #4001 )
2021-07-16 14:30:49 -04:00
scopeId.spec.ts
fix: ensure backwards compat for pre-compiled sfc components
2021-03-27 10:53:45 -04:00
vnode.spec.ts
refactor: fix implementation of SFC :slotted id handling
2021-03-05 18:28:12 -05:00
vnodeHooks.spec.ts
test(runtime-core): tests for vnode hooks
2020-03-18 16:35:04 -04:00