Skip to content

1.0.4

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 31 Oct 20:41
· 3593 commits to main since this release

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.