Vue.js: 0.11.0 Release

Release date:
November 7, 2014
Previous version:
0.11.0-rc3 (released October 24, 2014)
Magnitude:
1,120 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 0.11.0

yyx990803
zxc122333

Directory Browser for 0.11.0

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

Release Notes Published

"There are ends we don't desire, but they're inevitable, we have to face them. It's what being human is all about." - Jet Black

0.11.0 is rewritten from the ground up and contains many breaking changes. Please read through the change list before upgrading.

Vuejs.org has been updated to match 0.11.0 API; Docs for 0.10.6 have been moved to legacy.vuejs.org.

Changes since 0.11.0-rc3

  • paramAttributes option now auto strips data- prefixes and uses camelized attribute name as the property name. Docs
  • If there is a leaving transition, the destroyed hook is now called after the transition has finished and the element has been removed from the DOM.
  • JavaScript transition functions now have their this context set to the owner vm.
  • Fixed: #512, #517, #520, #531, #536, #539, #541