-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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.13
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.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 24 files changed
- 5 contributors
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 259c706 - Browse repository at this point
Copy the full SHA 259c706View commit details
Commits on Oct 16, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for a7a71ad - Browse repository at this point
Copy the full SHA a7a71adView commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d9aac8 - Browse repository at this point
Copy the full SHA 6d9aac8View commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a5afc4d - Browse repository at this point
Copy the full SHA a5afc4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3cf7d - Browse repository at this point
Copy the full SHA 0b3cf7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7db7f3 - Browse repository at this point
Copy the full SHA f7db7f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aed733 - Browse repository at this point
Copy the full SHA 5aed733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3d4e9 - Browse repository at this point
Copy the full SHA 5e3d4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1899ca - Browse repository at this point
Copy the full SHA d1899caView commit details -
fix(reactivity): avoid using WeakMap for IE compatibility
Using a WeakMap polyfill isn't ideal because the reason we tried to use WeakMap was to work with non-extensible objects. However, WeakMap polyfill for non-extensible objects are non-weak and could lead to memory leaks. The trade-off is that we remove support for `readonly()` on non-extensible objects, which seems reasonable. close #12837
Configuration menu - View commit details
-
Copy full SHA for 29b5f58 - Browse repository at this point
Copy the full SHA 29b5f58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd006b - Browse repository at this point
Copy the full SHA 9dd006bView 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.13...v2.7.14