Vue.js: v0.10.6 Release

Release date:
July 29, 2014
Previous version:
v0.10.5 (released June 6, 2014)
Magnitude:
527 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v0.10.6

yyx990803
jordangarcia
antoine-lehurt-d8de
ted-patrick-e0e1
dmitriy-filipenko-3fbb
shinnn
afc163

Directory Browser for v0.10.6

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

Release Notes Published

  • fix v-style error when value is falsy or a number. ( thanks to @dmfilipenko )
  • fix the built-in currency filter error when value is a string ( thanks to @dmfilipenko )
  • fix Vue.require for building with Component v1.0+ ( thanks to @kewah )
  • Allow template nodes to be passed as a template option ( thanks to @jordangarcia )
  • vm.$destroy() now accepts an optional argument noRemove. When passed in as true it will leave the vm's DOM node intact after the vm is destroyed.