Vue.js v2.5.17-beta.0 Release Notes

Release Date: 2018-03-23 // about 6 years ago
  • ๐Ÿ› Bug Fixes

    • โž• add missing asyncMeta during VNode cloning (#7861) (8227fb3)
    • โšก๏ธ beforeUpdate should be called before render and allow state mutation (#7822) (b7445a2), closes #7481
    • codegen: support IE11 and Edge use of "Esc" key (#7887) (1bd6196), closes #7880
    • correct the has implementation in the _renderProxy (#7878) (7b38739)
    • ensure init/prepatch hooks are still repsected (de42278), closes vue-router#1338
    • invoke component node create hooks before insertion (#7823) (f43ce3a), closes #7531
    • observer: invoke getters on initial observation if setter defined (#7828) (7a145d8)

    ๐ŸŽ Performance Improvements

    • avoid unnecessary re-renders when computed property value did not change (#7824) (653aac2), closes #7767

    โช Reverts

    • ๐Ÿ”จ Revert "refactor: remove unnecessary checks (#7875)" (903be9b), closes #7875