Vue.js: v2.1.5 Release

Release date:
December 13, 2016
Previous version:
v2.1.4 (released December 2, 2016)
Magnitude:
2,092 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v2.1.5

yyx990803
phanan
posva
Hanks10100
defcc
marshallshen
chrisvfritz

Directory Browser for v2.1.5

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

Release Notes Published

Improvements

  • Small across-the-board performance improvement for render functions compiled from templates. They now skip the normalization of nested children arrays based on information inferred from the templates at compile time.

Fixed

  • #4369 value should be bound as a DOM property for <select>
  • #4391 fix IE9 radio input value
  • #4392 avoid v-model with .trim/.number updating value when in focus (@defcc)
  • #4393 fix template-nested v-if patch error
  • #4415 fix filter parsing for divisions
  • #4418 fix transition v-show display toggle timing for enter hooks
  • #4432 fix v-bind.prop parse logic (@defcc via #4435)
  • #4434 ensure local assets is prioritized regardless of naming convention