vue3-core/packages/runtime-core/__tests__
skirtle 7fb6eb882b
fix(v-model): component v-model modifiers trim and number when cases don't match (#9609)
close #4848
close #4850 (based on commits from #4850)

Co-authored-by: zhaozhongyu <zhaozhongyu@xunlei.com>
Co-authored-by: Evan You <evan@vuejs.org>
2024-07-13 14:57:37 +08:00
..
components fix(KeepAlive): properly cache nested Suspense subtree (#10912) 2024-05-24 16:37:38 +08:00
helpers fix(runtime-core): force diff slot fallback content and provided content 2024-07-12 18:26:11 +08:00
apiAsyncComponent.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiCreateApp.spec.ts test: remove unnecessary code in apiCreateApp tests (#10388) 2024-02-25 21:11:04 +08:00
apiExpose.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiInject.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiLifecycle.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiOptions.spec.ts chore: remove unused ts-expect-error 2024-02-25 21:50:35 +08:00
apiSetupContext.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiSetupHelpers.spec.ts refactor: split out useModel implementation and tests 2024-01-11 18:04:47 +08:00
apiWatch.bench.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiWatch.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
componentEmits.spec.ts fix(v-model): component v-model modifiers trim and number when cases don't match (#9609) 2024-07-13 14:57:37 +08:00
componentProps.spec.ts test: test for events when component updating (#7896) 2024-06-04 23:04:11 +08:00
componentPublicInstance.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentSlots.spec.ts fix(runtime-core): bail manually rendered compiler slot fragments in all cases 2024-07-12 00:34:23 +08:00
directives.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.spec.ts fix(runtime-core): errors during component patch should be caught by error handlers 2024-07-12 01:24:17 +08:00
h.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hmr.spec.ts fix(hmr): avoid infinite recursion when reloading hmr components (#6936) 2024-05-31 23:41:13 +08:00
hydration.spec.ts fix(hydration): skip prop mismatch check for directives that mutate DOM in created 2024-06-22 18:05:45 +08:00
misc.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererAttrsFallthrough.spec.ts fix(runtime-core): fix regression for $attrs tracking in slots 2024-04-16 21:53:47 +08:00
rendererChildren.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererComponent.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererElement.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererFragment.spec.ts fix(runtime-core): avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) 2024-06-14 17:10:13 +08:00
rendererOptimizedMode.spec.ts fix(runtime-core): force diff slot fallback content and provided content 2024-07-12 18:26:11 +08:00
rendererTemplateRef.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
scheduler.spec.ts fix(scheduler): sort nested postFlushCbs 2024-01-08 18:20:29 +08:00
scopeId.spec.ts fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593) 2024-01-12 22:07:06 +08:00
vnode.spec.ts fix(runtime-core): fix missed updates when passing text vnode to `<component :is>` (#8304) 2024-06-05 23:08:46 +08:00
vnodeHooks.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00