-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vuejs/vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 31 files changed
- 5 contributors
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d189b4b - Browse repository at this point
Copy the full SHA d189b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d268c - Browse repository at this point
Copy the full SHA 60d268cView commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2f335b2 - Browse repository at this point
Copy the full SHA 2f335b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27eed82 - Browse repository at this point
Copy the full SHA 27eed82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0d88e - Browse repository at this point
Copy the full SHA 4a0d88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d26f81 - Browse repository at this point
Copy the full SHA 5d26f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f69aa - Browse repository at this point
Copy the full SHA 87f69aaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fb13930 - Browse repository at this point
Copy the full SHA fb13930View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5b92a - Browse repository at this point
Copy the full SHA bc5b92aView commit details -
fix(compiler-sfc): export parseComponent for compat with fork-ts-chec…
…ker-webpack-plugin fix #12719
Configuration menu - View commit details
-
Copy full SHA for 0d6d972 - Browse repository at this point
Copy the full SHA 0d6d972View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e1342df - Browse repository at this point
Copy the full SHA e1342dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc14d44 - Browse repository at this point
Copy the full SHA cc14d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738f4b3 - Browse repository at this point
Copy the full SHA 738f4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8880b55 - Browse repository at this point
Copy the full SHA 8880b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61395d - Browse repository at this point
Copy the full SHA c61395dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.7.10...v2.7.11