-
-
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: df281b0
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: 9e88707
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
25
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
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca11dc6 - Browse repository at this point
Copy the full SHA ca11dc6View commit details
Commits on Dec 14, 2022
-
Co-authored-by: 方恒 <fangheng@shwpg.com>
Configuration menu - View commit details
-
Copy full SHA for 2e57061 - Browse repository at this point
Copy the full SHA 2e57061View commit details
Commits on Dec 27, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 34c6192 - Browse repository at this point
Copy the full SHA 34c6192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8511a - Browse repository at this point
Copy the full SHA 0e8511aView commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d52fbff - Browse repository at this point
Copy the full SHA d52fbffView commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9ca2d8 - Browse repository at this point
Copy the full SHA a9ca2d8View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49b6bd4 - Browse repository at this point
Copy the full SHA 49b6bd4View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18cc547 - Browse repository at this point
Copy the full SHA 18cc547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6149048 - Browse repository at this point
Copy the full SHA 6149048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ef627 - Browse repository at this point
Copy the full SHA 78ef627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1399ee6 - Browse repository at this point
Copy the full SHA 1399ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ca5a1 - Browse repository at this point
Copy the full SHA 74ca5a1View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67c1d26 - Browse repository at this point
Copy the full SHA 67c1d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 099401e - Browse repository at this point
Copy the full SHA 099401eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb59751 - Browse repository at this point
Copy the full SHA bb59751View commit details -
Configuration menu - View commit details
-
Copy full SHA for d27c128 - Browse repository at this point
Copy the full SHA d27c128View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c8b3f - Browse repository at this point
Copy the full SHA b8c8b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fef2c - Browse repository at this point
Copy the full SHA 51fef2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c223634 - Browse repository at this point
Copy the full SHA c223634View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9a10f - Browse repository at this point
Copy the full SHA af9a10fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81598ea - Browse repository at this point
Copy the full SHA 81598eaView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 223a9e9 - Browse repository at this point
Copy the full SHA 223a9e9View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 947993f - Browse repository at this point
Copy the full SHA 947993fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08382f0 - Browse repository at this point
Copy the full SHA 08382f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30f6fd - Browse repository at this point
Copy the full SHA d30f6fdView commit details -
fix(shallowReactive): should track value if already reactive when set…
… in shallowReactive
Configuration menu - View commit details
-
Copy full SHA for 0ad8e8d - Browse repository at this point
Copy the full SHA 0ad8e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d6ad6 - Browse repository at this point
Copy the full SHA 45d6ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for de0b97b - Browse repository at this point
Copy the full SHA de0b97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae3e4b1 - Browse repository at this point
Copy the full SHA ae3e4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c2a87 - Browse repository at this point
Copy the full SHA 10c2a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f97a5 - Browse repository at this point
Copy the full SHA 25f97a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6468c4 - Browse repository at this point
Copy the full SHA d6468c4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f5ef882 - Browse repository at this point
Copy the full SHA f5ef882View commit details -
Configuration menu - View commit details
-
Copy full SHA for a174c29 - Browse repository at this point
Copy the full SHA a174c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d857f5 - Browse repository at this point
Copy the full SHA 6d857f5View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24fcf69 - Browse repository at this point
Copy the full SHA 24fcf69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d9535 - Browse repository at this point
Copy the full SHA 83d9535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3650c12 - Browse repository at this point
Copy the full SHA 3650c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2632249 - Browse repository at this point
Copy the full SHA 2632249View commit details
There are no files selected for viewing