Vue.js: 1.0.4 Release

Release date:
October 31, 2015
Previous version:
1.0.3 (released October 29, 2015)
Magnitude:
391 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in 1.0.4

yyx990803
terence-zhong-f86b
kazupon
fixmycode

Directory Browser for 1.0.4

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

Release Notes Published

New

  • Better warning for ignored attributes on fragment instances.

Changed

  • Custom directives now have a default priority of 1000. This should make it be bound before most of the built-in directives (except components, partials, slots and flow-controls, of course). This is part of the fix for custom directive dynamic params and should not break existing usage.

Fixed

  • Fixed dynamic params for custom directives not working properly. (@kazupon)
  • v-for context can now properly access parent scope's $els and $refs. (@TerenceZ)
  • v-bind on object and v-bind:class on object are now in deep mode as expected.
  • #1656 Fixed v-on filters not applied in correct scope when used with inline statements.