Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.6
Choose a base ref
...
head repository: vuejs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.7
Choose a head ref
  • 14 commits
  • 33 files changed
  • 8 contributors

Commits on Sep 18, 2024

  1. perf(hydration): avoid observer if element is in viewport (#11639)

    GalacticHypernova authored and yyx990803 committed Sep 18, 2024
    Copy the full SHA
    e075dfa View commit details

Commits on Sep 20, 2024

  1. fix(hydration): avoid observing non-Element node (#11954)

    close #11952
    linzhe141 authored Sep 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7257e6a View commit details
  2. fix(scheduler): ensure recursive jobs can't be queued twice (#11955)

    skirtles-code authored Sep 20, 2024
    Copy the full SHA
    d18d6aa View commit details
  3. fix(compiler-sfc): initialize scope with null prototype object (#11963)

    KazariEX authored Sep 20, 2024
    Copy the full SHA
    215e154 View commit details
  4. chore(sfc-playground): resolve autosave conflict issue (#11970)

    phk422 authored Sep 20, 2024
    Copy the full SHA
    902bd9c View commit details
  5. fix(compile-core): fix v-model with newlines edge case (#11960)

    close #8306
    edison1105 authored Sep 20, 2024
    Copy the full SHA
    6224288 View commit details
  6. fix(ssr): don't render comments in TransitionGroup (#11961)

    close #11958
    edison1105 authored Sep 20, 2024
    Copy the full SHA
    a2f6ede View commit details
  7. fix(transition): respect duration setting even when it is 0 (#11967)

    Mini-ghost authored Sep 20, 2024
    Copy the full SHA
    f927a4a View commit details
  8. fix(reactivity): fix dev-only memory leak by updating dep.subsHead on…

    … sub removal
    
    ref #11956
    yyx990803 committed Sep 20, 2024
    Copy the full SHA
    5c8b76e View commit details
  9. fix(reactivity): fix memory leak from dep instances of garbage collec…

    …ted objects
    
    close #11979
    close #11971
    yyx990803 committed Sep 20, 2024
    Copy the full SHA
    235ea47 View commit details
  10. fix(types): correct type inference of all-optional props (#11644)

    KazariEX authored Sep 20, 2024
    Copy the full SHA
    9eca65e View commit details
  11. fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toR…

    …ef (#11986)
    
    close #11982
    linzhe141 authored Sep 20, 2024
    Copy the full SHA
    b030c8b View commit details
  12. fix(reactivity): do not remove dep from depsMap when unsubbed by comp…

    …uted
    
    follow up of 235ea47 after discovering regression in vant ecosystem-ci tests
    yyx990803 committed Sep 20, 2024
    Copy the full SHA
    960706e View commit details
  13. release: v3.5.7

    yyx990803 committed Sep 20, 2024
    Copy the full SHA
    6fcb801 View commit details
Loading