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.19
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.20
Choose a head ref
  • 6 commits
  • 19 files changed
  • 4 contributors

Commits on Aug 21, 2025

  1. chore: fix typo

    leno23 authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    cde15b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48ffda View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. chore(compat): rename legacyresolveScopedSlots to legacyResolveScoped…

    …Slots
    
    The changes correct the casing of a function name from legacyresolveScopedSlots to legacyResolveScopedSlots in both its definition and usage. No logic, control flow, or public API behavior is altered; only the symbol's casing is updated for consistency.
    cszhjh authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    952886e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f916d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. fix(runtime-dom): add name to vShow for prop mismatch check (#13806)

    close #13805
    re-fix #13744
    revert #13777
    
    The implementation in #13777 requires users to configure __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__, otherwise errors like #13805 will occur.
    edison1105 authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    1031e8d View commit details
    Browse the repository at this point in the history
  2. release: v3.5.20

    edison1105 committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    3aa782d View commit details
    Browse the repository at this point in the history
Loading