-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Comparing changes
Open a pull request
base repository: vuejs/core
base: v3.0.3
head repository: vuejs/core
compare: v3.0.4
Commits on Nov 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc53677 - Browse repository at this point
Copy the full SHA fc53677View commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a764814 - Browse repository at this point
Copy the full SHA a764814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73cdb9d - Browse repository at this point
Copy the full SHA 73cdb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 426a6c9 - Browse repository at this point
Copy the full SHA 426a6c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7f1db - Browse repository at this point
Copy the full SHA cf7f1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4915d - Browse repository at this point
Copy the full SHA ce4915dView commit details
Commits on Nov 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 735af1c - Browse repository at this point
Copy the full SHA 735af1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef59a30 - Browse repository at this point
Copy the full SHA ef59a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd85be - Browse repository at this point
Copy the full SHA 7cd85beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f4885 - Browse repository at this point
Copy the full SHA 53f4885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3470308 - Browse repository at this point
Copy the full SHA 3470308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d80f4 - Browse repository at this point
Copy the full SHA 46d80f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d99d7 - Browse repository at this point
Copy the full SHA 55d99d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d6f80 - Browse repository at this point
Copy the full SHA a5d6f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b62662 - Browse repository at this point
Copy the full SHA 5b62662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff2a4f - Browse repository at this point
Copy the full SHA 0ff2a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e46a57 - Browse repository at this point
Copy the full SHA 6e46a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab8c41 - Browse repository at this point
Copy the full SHA 2ab8c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3532b2b - Browse repository at this point
Copy the full SHA 3532b2bView commit details -
fix(attr-fallthrough): ensure consistent attr fallthrough for root fr…
…agments with comments fix #2549
Configuration menu - View commit details
-
Copy full SHA for 3bc2914 - Browse repository at this point
Copy the full SHA 3bc2914View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76e58e - Browse repository at this point
Copy the full SHA a76e58eView commit details
Commits on Nov 28, 2020
-
fix(compiler-sfc): should not remove import statements with no specif…
…ier when compiling script setup
Configuration menu - View commit details
-
Copy full SHA for 43eab92 - Browse repository at this point
Copy the full SHA 43eab92View commit details
Commits on Nov 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 29d256c - Browse repository at this point
Copy the full SHA 29d256cView commit details -
feat(sfc): allow sfcs to recursively self-reference in template via n…
…ame inferred from filename e.g. A file named `FooBar.vue` can refer to itself as `<FooBar/>`. This gets rid of the need for the `name` option.
Configuration menu - View commit details
-
Copy full SHA for 67d1aac - Browse repository at this point
Copy the full SHA 67d1aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 421205d - Browse repository at this point
Copy the full SHA 421205dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9ba0c - Browse repository at this point
Copy the full SHA 2a9ba0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf16a57 - Browse repository at this point
Copy the full SHA bf16a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2a853 - Browse repository at this point
Copy the full SHA 5f2a853View commit details -
Configuration menu - View commit details
-
Copy full SHA for e41b46c - Browse repository at this point
Copy the full SHA e41b46cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db7095 - Browse repository at this point
Copy the full SHA 9db7095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd30c5 - Browse repository at this point
Copy the full SHA 3cd30c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f09c1 - Browse repository at this point
Copy the full SHA e4f09c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1a782 - Browse repository at this point
Copy the full SHA 7a1a782View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd92836 - Browse repository at this point
Copy the full SHA cd92836View commit details -
fix(v-model): mutate original array for v-model multi checkbox (#2663)
Note: this change will break non-deep `watch` on the `v-model` bound array since the array is no longer replaced. This can be considered part of the Array watch changes in v3 as detailed at https://v3.vuejs.org/guide/migration/watch.html This is unfortunate but unavoidable since the issue that it fixes is more important: `v-model` should definitely work with a non-ref reactive array. fix #2662
Configuration menu - View commit details
-
Copy full SHA for 87581cd - Browse repository at this point
Copy the full SHA 87581cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d4681 - Browse repository at this point
Copy the full SHA 64d4681View commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fb6b9f8 - Browse repository at this point
Copy the full SHA fb6b9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a19bb5 - Browse repository at this point
Copy the full SHA 5a19bb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4307610 - Browse repository at this point
Copy the full SHA 4307610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a76eb - Browse repository at this point
Copy the full SHA 11a76ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a79a8 - Browse repository at this point
Copy the full SHA 83a79a8View commit details -
fix(v-model): avoid mutation when using Set models + fix multi select…
… Set model update
Configuration menu - View commit details
-
Copy full SHA for f2b0a8e - Browse repository at this point
Copy the full SHA f2b0a8eView commit details -
fix(compiler-sfc): named imports from .vue file should not be treated…
… as constant fix #2699
Configuration menu - View commit details
-
Copy full SHA for 085bbd5 - Browse repository at this point
Copy the full SHA 085bbd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f00c0 - Browse repository at this point
Copy the full SHA 48f00c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5428d - Browse repository at this point
Copy the full SHA fe5428dView commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5ad6ed3 - Browse repository at this point
Copy the full SHA 5ad6ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf8a67 - Browse repository at this point
Copy the full SHA eaf8a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a704f - Browse repository at this point
Copy the full SHA 20a704fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2618a6 - Browse repository at this point
Copy the full SHA e2618a6View commit details -
build(deps): bump @babel/types from 7.12.1 to 7.12.7 (#2658)
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.12.1 to 7.12.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-types) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f94533 - Browse repository at this point
Copy the full SHA 3f94533View commit details
There are no files selected for viewing