Vue.js v2.6.0-beta.2 Release Notes

Release Date: 2019-01-26 // over 5 years ago
  • 🐛 Bug Fixes

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

    🔋 Features

    • adjust v-slot per RFC + enable flag (67e85de)
    • dynamic directive arguments for v-on, v-bind and custom directives (#9373) (dbc0582)
    • ssr: allow template option to be function in renderToString (#9324) (b65f6d7)
    • ⚡️ update new slot syntax per RFC revision (4fca045)
    • ⚠ warning for ambiguous v-slot usage (8d84572)

    🐎 Performance Improvements

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