-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vuejs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
26
contributors
Commits on Jul 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ceff899 - Browse repository at this point
Copy the full SHA ceff899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6431040 - Browse repository at this point
Copy the full SHA 6431040View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b2554ae - Browse repository at this point
Copy the full SHA b2554aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a51ff - Browse repository at this point
Copy the full SHA 63a51ffView commit details -
perf(reactivity): improve reactive effect memory usage (#4001)
Based on #2345 , but with smaller API change - Use class implementation for `ReactiveEffect` - Switch internal creation of effects to use the class constructor - Avoid options object allocation - Avoid creating bound effect runner function (used in schedulers) when not necessary. - Consumes ~17% less memory compared to last commit - Introduces a very minor breaking change: the `scheduler` option passed to `effect` no longer receives the runner function.
Configuration menu - View commit details
-
Copy full SHA for 87f69fd - Browse repository at this point
Copy the full SHA 87f69fdView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f5617fc - Browse repository at this point
Copy the full SHA f5617fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebaac9a - Browse repository at this point
Copy the full SHA ebaac9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bde855e - Browse repository at this point
Copy the full SHA bde855eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc09772 - Browse repository at this point
Copy the full SHA cc09772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf2377 - Browse repository at this point
Copy the full SHA 6cf2377View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae7c24 - Browse repository at this point
Copy the full SHA eae7c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 979a841 - Browse repository at this point
Copy the full SHA 979a841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02339b6 - Browse repository at this point
Copy the full SHA 02339b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe2239 - Browse repository at this point
Copy the full SHA 1fe2239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd4739 - Browse repository at this point
Copy the full SHA 2dd4739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc50cb - Browse repository at this point
Copy the full SHA 8bc50cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ea7c1 - Browse repository at this point
Copy the full SHA b7ea7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cea9a1 - Browse repository at this point
Copy the full SHA 5cea9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b64508 - Browse repository at this point
Copy the full SHA 3b64508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ace95 - Browse repository at this point
Copy the full SHA 42ace95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8610e1c - Browse repository at this point
Copy the full SHA 8610e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5897d - Browse repository at this point
Copy the full SHA 4e5897dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4893c - Browse repository at this point
Copy the full SHA bf4893cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f0b3c - Browse repository at this point
Copy the full SHA 00f0b3cView commit details -
feat: support v-bind .prop & .attr modifiers
Also allows render function usage like the following: ```js h({ '.prop': 1, // force set as property '^attr': 'foo' // force set as attribute }) ```
Configuration menu - View commit details
-
Copy full SHA for 1c7d737 - Browse repository at this point
Copy the full SHA 1c7d737View commit details -
refactor: remove deprecated scopeId codegen
BREAKING CHANGE: Output of SFC using `<style scoped>` generated by 3.2+ will be incompatible w/ runtime <3.2.
Configuration menu - View commit details
-
Copy full SHA for f596e00 - Browse repository at this point
Copy the full SHA f596e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27104ea - Browse repository at this point
Copy the full SHA 27104eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 562bddb - Browse repository at this point
Copy the full SHA 562bddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e66a493 - Browse repository at this point
Copy the full SHA e66a493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29732c2 - Browse repository at this point
Copy the full SHA 29732c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a310df - Browse repository at this point
Copy the full SHA 2a310dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8edf2b - Browse repository at this point
Copy the full SHA a8edf2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a4412 - Browse repository at this point
Copy the full SHA e5a4412View commit details -
Configuration menu - View commit details
-
Copy full SHA for eca4d78 - Browse repository at this point
Copy the full SHA eca4d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for de32cfa - Browse repository at this point
Copy the full SHA de32cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc6a54 - Browse repository at this point
Copy the full SHA fcc6a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27d5cb - Browse repository at this point
Copy the full SHA a27d5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 317654b - Browse repository at this point
Copy the full SHA 317654bView commit details -
fix(sfc/style-vars): properly re-apply style vars on component root e…
…lements change Now uses MutationObserver to ensure it works even for HOCs fix #3894
Configuration menu - View commit details
-
Copy full SHA for 49dc2dd - Browse repository at this point
Copy the full SHA 49dc2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c67dd - Browse repository at this point
Copy the full SHA d4c67ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bab53e - Browse repository at this point
Copy the full SHA 1bab53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 327c898 - Browse repository at this point
Copy the full SHA 327c898View commit details
Commits on Jul 19, 2021
-
chore(sfc-playground): remove compiler macro imports (#4134)
Importing `defineEmits` and `defineProps` is no longer needed since v3.1.3
Configuration menu - View commit details
-
Copy full SHA for 1e5e004 - Browse repository at this point
Copy the full SHA 1e5e004View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0ce21 - Browse repository at this point
Copy the full SHA df0ce21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f6791 - Browse repository at this point
Copy the full SHA 84f6791View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c3a8a - Browse repository at this point
Copy the full SHA a8c3a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ba33e - Browse repository at this point
Copy the full SHA 47ba33eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7607d3 - Browse repository at this point
Copy the full SHA f7607d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cac6ab5 - Browse repository at this point
Copy the full SHA cac6ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf6ca9 - Browse repository at this point
Copy the full SHA bbf6ca9View commit details
There are no files selected for viewing