vue3-core/packages/runtime-core/__tests__
Evan You c1f564e1dc fix(runtime-core): fix child component double update on props change
fix #4365
2021-08-17 10:57:28 -04:00
..
components chore: run updated prettier 2021-07-19 18:24:18 -04:00
helpers feat(runtime-core): support dynamic / external array in v-memo (#4255) 2021-08-09 15:39:22 -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
apiExpose.spec.ts
apiInject.spec.ts
apiLifecycle.spec.ts
apiOptions.spec.ts fix(inject): should auto unwrap injected refs 2021-07-27 17:52:37 -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 chore: run updated prettier 2021-07-19 18:24:18 -04:00
apiTemplateRef.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
apiWatch.spec.ts feat(runtime-core): watchSyncEffect 2021-07-20 16:49:54 -04:00
componentEmits.spec.ts
componentProps.spec.ts fix(runtime-core): fix null type in required + multi-type prop declarations 2021-07-19 11:20:28 -04:00
componentPublicInstance.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
componentSlots.spec.ts
directives.spec.ts
errorHandling.spec.ts
h.spec.ts
hmr.spec.ts fix(hmr): fix hmr when global mixins are used 2021-07-22 10:53:59 -04:00
hydration.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
misc.spec.ts
rendererAttrsFallthrough.spec.ts
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
scheduler.spec.ts fix(scheduler): fix insertion for id-less job 2021-07-19 13:37:38 -04:00
scopeId.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
vnode.spec.ts fix(runtime-core): fix v-bind class/style merging regression 2021-07-20 13:58:43 -04:00
vnodeHooks.spec.ts