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/vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.10
Choose a base ref
...
head repository: vuejs/vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.11
Choose a head ref
  • 15 commits
  • 31 files changed
  • 5 contributors

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    d189b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d268c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    2f335b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27eed82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a0d88e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d26f81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87f69aa View commit details
    Browse the repository at this point in the history
  6. fix(sfc): prune returned bindings for non-TS as well

    In Vue 3, pruning is only done for TS to produce valid code and
    tree-shaking is done by inlining the template for production.
    In Vue 2 we do not inline the template in production, so return binding
    pruning is needed in all cases.
    
    fix #12765
    yyx990803 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    fb13930 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc5b92a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d6d972 View commit details
    Browse the repository at this point in the history
  9. fix(setup): setup hook should be called before beforeCreate

    fix #12802
    
    Note this commit moves the initialization of injections and props to
    before the invocation of beforeCreate. This should not cause breakage
    because props and inject normalization has always been done before
    beforeCreate, so code that attempts to modifiy props/inject options
    inside beforeCreate should have never worked.
    yyx990803 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e1342df View commit details
    Browse the repository at this point in the history
  10. chore: bump build deps

    yyx990803 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cc14d44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    738f4b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8880b55 View commit details
    Browse the repository at this point in the history
  13. release: v2.7.11

    yyx990803 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c61395d View commit details
    Browse the repository at this point in the history
Loading