vue3-core/packages
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
..
compiler-core feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
compiler-dom release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
compiler-sfc chore: fix snapshot 2020-02-27 17:15:51 -05:00
compiler-ssr refactor(fragments): remove visible anchors for fragments 2020-02-26 16:32:06 -05:00
reactivity release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
runtime-core refactor(runtime-core): adjust attr fallthrough behavior 2020-02-28 17:53:26 -05:00
runtime-dom release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
runtime-test release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
server-renderer refactor(fragments): remove visible anchors for fragments 2020-02-26 16:32:06 -05:00
shared release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
size-check release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
template-explorer feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
vue release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00