Vue.js v2.7.9 Release Notes

Release Date: 2022-08-19 // over 1 year ago
  • ๐Ÿ› Bug Fixes

    • compiler-sfc: allow full hostnames in asset url base (#12732) (5c742eb), closes #12731
    • compiler-sfc: rewriteDefault for class with decorators (#12747) (5221d4d)
    • directives shorthand normalize error (#12744) (2263948), closes #12743
    • ensure render watcher of manually created instance is correctly tracked in owner scope (bd89ce5), closes #12701
    • ๐Ÿ›  fix effect scope tracking for manually created instances (7161176), closes #12705
    • ssr: fix on-component directives rendering (#12661) (165a14a), closes #10733
    • types: allow attaching unknown options to defined component (b4bf4c5), closes #12742
    • types: fix missing error for accessing undefined instance properties (8521f9d), closes #12718
    • types: fix options suggestions when using defineComponent (4b37b56), closes #12736
    • types: Make SetupBindings optional on ExtendedVue and CombinedVueInstance (#12727) (00458cd), closes #12726 #12717
    • watch: avoid pre watcher firing on unmount (f0057b1), closes #12703

    ๐Ÿ”‹ Features