Vue.js: v2.2.3 Release

Release date:
March 13, 2017
Previous version:
v2.2.2 (released March 9, 2017)
Magnitude:
373 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v2.2.3

javoski
yyx990803
HerringtonDarkholme
CodinCat

Directory Browser for v2.2.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Notable Changes

  • Vue.config.performance now defaults to false due to its impact on dev mode performance. Only turn it on when you need it.

Improvements

  • Now warns usage of camelCase props when using in-DOM templates. (@CodinCat via #5161)
  • Now warns when template contains text outside of root element. (@xujiongbo via #5164)

Fixed

  • #5121 parse content in textarea as plaintext (@HerringtonDarkholme via #5143)
  • #5146, #5169, #5171 fix v-on .prevent modifier regression when combined with other key modifiers (@Kingwl via #5147)
  • #5150 v-bind object should have lower priority than explicit bindings
  • #5162 fix custom directive argument fallthrough
  • #5174 fix ever-increasing component render time caused by calls to performance.measure in dev mode.