Bump vue from 3.5.6 to 3.5.7
Bumps vue from 3.5.6 to 3.5.7.
Release notes
Sourced from vue's releases.
v3.5.7
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minor
branch.
Changelog
Sourced from vue's changelog.
3.5.7 (2024-09-20)
Bug Fixes
- compile-core: fix v-model with newlines edge case (#11960) (6224288), closes #8306
- compiler-sfc: initialize scope with null prototype object (#11963) (215e154)
- hydration: avoid observing non-Element node (#11954) (7257e6a), closes #11952
- reactivity: do not remove dep from depsMap when unsubbed by computed (960706e)
- reactivity: fix dev-only memory leak by updating dep.subsHead on sub removal (5c8b76e), closes #11956
- reactivity: fix memory leak from dep instances of garbage collected objects (235ea47), closes #11979 #11971
- reactivity: fix triggerRef call on ObjectRefImpl returned by toRef (#11986) (b030c8b), closes #11982
- scheduler: ensure recursive jobs can't be queued twice (#11955) (d18d6aa)
- ssr: don't render comments in TransitionGroup (#11961) (a2f6ede), closes #11958
- transition: respect
duration
setting even when it is0
(#11967) (f927a4a)- types: correct type inference of all-optional props (#11644) (9eca65e), closes #11733 vuejs/language-tools#4704
Performance Improvements
Commits
-
6fcb801
release: v3.5.7 -
960706e
fix(reactivity): do not remove dep from depsMap when unsubbed by computed -
b030c8b
fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986) -
9eca65e
fix(types): correct type inference of all-optional props (#11644) -
235ea47
fix(reactivity): fix memory leak from dep instances of garbage collected objects -
5c8b76e
fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub rem... -
f927a4a
fix(transition): respectduration
setting even when it is0
(#11967) -
a2f6ede
fix(ssr): don't render comments in TransitionGroup (#11961) -
6224288
fix(compile-core): fix v-model with newlines edge case (#11960) -
902bd9c
chore(sfc-playground): resolve autosave conflict issue (#11970) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts