Skip to content

v2.6.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 26 Jan 04:42
· 364 commits to dev since this release

Features

  • implement new v-slot syntax 4fca045 [RFC-0001] [RFC-0002]

    • Note: if using bundlers, the new syntax is only enabled when process.env.NEW_SLOT_SYNTAX is set to true via bundler's config. In the case of webpack, it should be webpack's DefinePlugin.
  • support dynamic directive arguments for v-on, v-bind and custom directives (#9373) dbc0582 [RFC-0003]

  • ssr: allow template option to be function in renderToString (#9324) b65f6d7

Performance Improvements

  • improve scoped slots change detection accuracy (#9371) f219bed

Bug Fixes

  • async edge case fix should apply to more browsers ba0ebd4
  • fix checkbox event edge case in Firefox 1868561