Vue.js: v0.8.3 Release

Release date:
February 7, 2014
Previous version:
v0.8.2 (released February 3, 2014)
Magnitude:
985 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v0.8.3

yyx990803

Directory Browser for v0.8.3

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

Release Notes Published

  • New
    • When using v-component-id with v-repeat, parent.$[id] will return an Array of ViewModels mirroring the data Array.
    • use triple mustache for unescaped inline HTML: {{{ "<em>" + msg + "</em>" }}}
    • IE9 no longer requires classList polyfill.