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.29
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.30
Choose a head ref
  • 20 commits
  • 40 files changed
  • 9 contributors

Commits on Feb 27, 2026

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

Commits on Mar 4, 2026

  1. fix(compat): add entities to @vue/compat deps to fix CJS edge cases (

    …#12514)
    
    Fixes #10609
    
    Unlike the `vue` package, direct dependencies of `@vue/compat` are not
    externalized:
    https://github.com/vuejs/core/blob/201936f9a3909ae9dca4e131e1f5ad5a1c0feb77/rollup.config.js#L274
    
    So it depends on `entities` directly in its CJS build, unlike the `vue`
    one which indirectly depends on it via `@vue/compiler-core`.
    So `entities` must be explicitly added to `@vue/compat` deps to avoid
    incorrect dependency resolution due to different `node_modules` layouts,
    such as in #10609 (comment)
    haoqunjiang authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    e725a67 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

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

Commits on Mar 9, 2026

  1. Configuration menu
    Copy the full SHA
    f06c81a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    740983e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbb8977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dc27ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16ef165 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d943612 View commit details
    Browse the repository at this point in the history
  7. chore(deps): update lint (#14499)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    b935a66 View commit details
    Browse the repository at this point in the history
  8. chore(deps): update build (#14497)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d4ea55b View commit details
    Browse the repository at this point in the history
  9. fix(deps): update dependency postcss to ^8.5.8 (#14543)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    34a5d84 View commit details
    Browse the repository at this point in the history
  10. chore(deps): update actions/upload-artifact action to v7 (#14500)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    6a06ee5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d98213 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5098986 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d63202 View commit details
    Browse the repository at this point in the history
  14. fix(custom-element): ensure child component styles are injected in co…

    …rrect order before parent styles (#13374)
    
    close #13029
    edison1105 authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    1398bf8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9438cc5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6cda71d View commit details
    Browse the repository at this point in the history
  17. release: v3.5.30

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