Vue.js: 0.12.13 Release

Release date:
September 7, 2015
Previous version:
0.12.12 (released August 26, 2015)
Magnitude:
13,436 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in 0.12.13

yyx990803
nkovacs
Coffcer

Directory Browser for 0.12.13

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

Release Notes Published

Fixed

  • Observer will only attempt to convert a data object if it is not a native object, e.g window.
  • #1219 inherit: true constructor cache should be context-sensitive
  • #1248 performance regression when v-repeat has a particularly large source Array.
  • #1241 Triggering a transitionend event after enter transition is done in in-out mode causes error (@nkovacs)
  • #1244 Leave transition hook is called twice if css:false in in-out mode

Improvements

  • Added space alias for key filter. (@Coffcer)