vue3-yuanma/packages/runtime-core/__tests__
Evan You e1660f4338 refactor(runtime-core): adjust attr fallthrough behavior
BREAKING CHANGE: adjust attr fallthrough behavior

    Updated per pending RFC https://github.com/vuejs/rfcs/pull/137

    - Implicit fallthrough now by default only applies for a whitelist
      of attributes (class, style, event listeners, a11y attributes, and
      data attributes).

    - Fallthrough is now applied regardless of whether the component has
      explicitly declared props. (close #749)
2020-02-28 17:53:26 -05:00
..
components refactor(fragments): remove visible anchors for fragments 2020-02-26 16:32:06 -05:00
helpers fix(sfc): inherit parent scopeId on child rooot (#756) 2020-02-21 14:44:13 +01:00
apiCreateApp.spec.ts fix(runtime-core): set appContext.provides to Object.create(null) (#781) 2020-02-26 10:20:10 -05:00
apiInject.spec.ts refactor: move mockWarn utility to @vue/shared 2020-01-22 09:29:45 -05:00
apiLifecycle.spec.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
apiOptions.spec.ts refactor(fragments): remove visible anchors for fragments 2020-02-26 16:32:06 -05:00
apiSetupContext.spec.ts feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00
apiTemplateRef.spec.ts fix(template-ref): fix string template refs inside slots 2020-02-25 18:29:51 -05:00
apiWatch.spec.ts fix(runtime-core): make watchEffect ignore deep option (#765) 2020-02-24 18:03:02 +01:00
component.spec.ts fix(v-model/emit): update:camelCase events should trigger kebab case equivalent 2020-01-26 14:14:03 -05:00
componentProxy.spec.ts fix(runtime-core): instance should not expose non-declared props 2020-01-27 16:00:18 -05:00
directives.spec.ts refactor(directives): remove binding.instance 2020-02-25 19:35:48 -05:00
errorHandling.spec.ts feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00
h.spec.ts refactor(runtime-core): make h() support single vnode child (#181) 2019-10-10 10:17:16 -04:00
hmr.spec.ts refactor(fragments): remove visible anchors for fragments 2020-02-26 16:32:06 -05:00
rendererAttrsFallthrough.spec.ts refactor(runtime-core): adjust attr fallthrough behavior 2020-02-28 17:53:26 -05:00
rendererChildren.spec.ts refactor: move mockWarn utility to @vue/shared 2020-01-22 09:29:45 -05:00
rendererElement.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererFragment.spec.ts refactor(fragments): remove visible anchors for fragments 2020-02-26 16:32:06 -05:00
rendererOptimizedMode.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
scheduler.spec.ts fix(runtime-core/scheduler): invalidate job (#717) 2020-02-11 07:30:25 -05:00
vnode.spec.ts refactor(types): move shapeFlags to shared 2020-02-14 01:36:42 -05:00