Vue.js v2.7.5 Release Notes

Release Date: 2022-07-13 // over 1 year ago
  • 🐛 Bug Fixes

    • ➕ add missing export from vue.runtime.mjs (#12648) (08fb4a2)
    • detect property add/deletion on reactive objects from setup when used in templates (a6e7498)
    • do not set currentInstance in beforeCreate (0825d30), closes #12636
    • reactivity: fix watch behavior inconsistency + deep ref shallow check (98fb01c), closes #12643
    • sfc: fix sfc name inference type check (04b4703), closes #12637
    • types: support Vue interface augmentations in defineComponent (005e52d), closes #12642
    • watch: fix deep watch for structures containing raw refs (1a2c3c2), closes #12652