Skip to content

v2.5.17-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 23 Mar 23:32
· 1014 commits to main since this release

This release contains a number of "risky" changes (specifically #7822 , #7823, #7824). Although they do not alter the public API, they do alter internal behavior and may cause breakage if your code relies on some of these specific behaviors. This is therefore released under the beta dist tag so that users can test this release in development environments to ensure compatibility.

Bug Fixes

Performance Improvements

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