Vue.js: v1.0.13 Release

Release date:
December 25, 2015
Previous version:
v1.0.13-csp (released December 25, 2015)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v1.0.13

yyx990803

Directory Browser for v1.0.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

  • Array.prototype.$set(index, value) now automatically casts the first argument to number. (@pespantelis)
  • Fixed vm.$watch callback not guaranteed to fire after all internal watchers. (@gebilaoxiong)
  • #2064 fix prop two-way sync not working in created hook
  • #2068 fixed value interpolation erasing initial value when used in combination with v-model
  • #2072 avoid reversing object keys enumeration order when observing objects in Safari (@yuhere & @galenyuan)
  • #2075 fixed class interpolation regression (@pespantelis)