v3.5.7

v3.5.7

Vue 3

#vue #vue3

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 is 0 (#11967) (f927a4a)
  • types: correct type inference of all-optional props (#11644) (9eca65e), closes #11733 vuejs/language-tools#4704
  • Performance Improvements
  • hydration: avoid observer if element is in viewport (#11639) (e075dfa)
  • Generated by RSStT. The copyright belongs to the original author.

    Source

    Report Page