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.31
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.32
Choose a head ref
  • 7 commits
  • 30 files changed
  • 4 contributors

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    fa23116 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Revert "fix(server-renderer): cleanup component effect scopes after S…

    …SR render" (#14674)
    
    Close #14669
    This reverts commit 862f11e.
    edison1105 authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    219d83b View commit details
    Browse the repository at this point in the history
  2. fix(types): allow customRef to have different getter/setter types (#1…

    …4639)
    
    The customRef function now supports two type parameters <T, S> like Ref<T, S>,
    allowing the getter to return type T while the setter accepts type S.
    
    Previously, CustomRefFactory only accepted a single type parameter T, which
    was used for both getter and setter. This prevented use cases where the setter
    should accept a different type than what the getter returns (e.g., parsing
    or transformation scenarios).
    cyphercodes authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    e20ddb0 View commit details
    Browse the repository at this point in the history
  3. fix(types): use private branding for shallowReactive (#14641)

    fix #14638
    fix shallowReactive type regressions introduced by #14493
    edison1105 authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    302c47a View commit details
    Browse the repository at this point in the history
  4. fix(runtime-core): prevent currentInstance leak into sibling render d…

    …uring async setup re-entry (#14668)
    
    fix #14667
    cernymatej authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    f166353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32b44f1 View commit details
    Browse the repository at this point in the history
  6. release: v3.5.32

    edison1105 committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    9a2eb53 View commit details
    Browse the repository at this point in the history
Loading