]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
4 years agofeat(runtime-core): props type support `BigInt` (#2891)
edison [Wed, 3 Feb 2021 18:25:45 +0000 (02:25 +0800)] 
feat(runtime-core): props type support `BigInt` (#2891)

4 years agofix(docs): change reference to passed deadline (#2930)
Cody Mikol [Wed, 3 Feb 2021 18:25:26 +0000 (13:25 -0500)] 
fix(docs): change reference to passed deadline (#2930)

mention we plan to drop the next suffix in early
2021 rather than 2020 since that deadline has
passed.

Fixes N/A

4 years agofix: ensure all published packages contan a LICENCE file (close #2650) (#2857)
Thorsten Lünborg [Wed, 3 Feb 2021 18:24:47 +0000 (19:24 +0100)] 
fix: ensure all published packages contan a LICENCE file (close #2650) (#2857)

close #2650

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
4 years agofix(toRef): ref created from union typed prop can't be used in watch (#3048)
07akioni [Wed, 3 Feb 2021 18:12:51 +0000 (02:12 +0800)] 
fix(toRef): ref created from union typed prop can't be used in watch (#3048)

4 years agofix(compiler-sfc): the empty lang attribute should be treated as no lang specified...
HcySunYang [Wed, 3 Feb 2021 18:11:45 +0000 (02:11 +0800)] 
fix(compiler-sfc): the empty lang attribute should be treated as no lang specified (#3051)

4 years agofix(runtime-dom): enable set form attr to null on form-elements (#2840) (#2849)
luwuer [Wed, 3 Feb 2021 18:11:09 +0000 (02:11 +0800)] 
fix(runtime-dom): enable set form attr to null on form-elements (#2840) (#2849)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: Thorsten Lünborg <t.luenborg@googlemail.com>
4 years agodocs(contributing): missing link to Scripts section (#2868)
Alan Wang [Wed, 3 Feb 2021 18:10:47 +0000 (02:10 +0800)] 
docs(contributing): missing link to Scripts section (#2868)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
4 years agofix: should prefix `ShadowRoot` with `window.` (#2943)
Haoqun Jiang [Wed, 3 Feb 2021 18:10:27 +0000 (02:10 +0800)] 
fix: should prefix `ShadowRoot` with `window.` (#2943)

Otherwise this expression would throw in environments that does not
support `ShadowRoot` which includes the common mocha testing environment
setup that uses `jsdom` and `jsdom-global`.

It is because `ShadowRoot` is not an enumerable property on `window`,
`jsdom-global` fails to expose it on the `global` object.

See the error message at: https://app.circleci.com/pipelines/github/vuejs/vue-cli/779/workflows/17d7d7c4-7605-4588-878a-ddb3a6d37102/jobs/24147

4 years agodocs(type): remove unmount parameters (#2601)
hiroki [Wed, 3 Feb 2021 18:09:59 +0000 (13:09 -0500)] 
docs(type): remove unmount parameters (#2601)

4 years agofix(runtime-core): ensure app instance can be garbage collected after unmount (close...
Thorsten Lünborg [Wed, 3 Feb 2021 18:09:20 +0000 (19:09 +0100)] 
fix(runtime-core): ensure app instance can be garbage collected after unmount (close #2907) (#2909)

close #2907

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
4 years agobuild(deps-dev): bump rollup from 2.38.3 to 2.38.4 (#3144)
dependabot-preview[bot] [Tue, 2 Feb 2021 06:14:33 +0000 (06:14 +0000)] 
build(deps-dev): bump rollup from 2.38.3 to 2.38.4 (#3144)

4 years agobuild(deps-dev): bump sass from 1.32.5 to 1.32.6 (#3145)
dependabot-preview[bot] [Tue, 2 Feb 2021 06:13:49 +0000 (06:13 +0000)] 
build(deps-dev): bump sass from 1.32.5 to 1.32.6 (#3145)

4 years agobuild(deps-dev): bump rollup from 2.38.1 to 2.38.3 (#3140)
dependabot-preview[bot] [Mon, 1 Feb 2021 07:07:47 +0000 (07:07 +0000)] 
build(deps-dev): bump rollup from 2.38.1 to 2.38.3 (#3140)

4 years agobuild(deps-dev): bump @rollup/plugin-commonjs from 17.0.0 to 17.1.0 (#3141)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:58:31 +0000 (06:58 +0000)] 
build(deps-dev): bump @rollup/plugin-commonjs from 17.0.0 to 17.1.0 (#3141)

4 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 11.1.0 to 11.1.1 (#3139)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:55:35 +0000 (06:55 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 11.1.0 to 11.1.1 (#3139)

4 years agobuild(deps-dev): bump ts-jest from 26.4.4 to 26.5.0 (#3138)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:55:21 +0000 (06:55 +0000)] 
build(deps-dev): bump ts-jest from 26.4.4 to 26.5.0 (#3138)

4 years agobuild(deps-dev): bump eslint from 7.18.0 to 7.19.0 (#3137)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:52:03 +0000 (06:52 +0000)] 
build(deps-dev): bump eslint from 7.18.0 to 7.19.0 (#3137)

4 years agochore: fix useSSRContext casing in warning message
Evan You [Mon, 18 Jan 2021 19:51:41 +0000 (14:51 -0500)] 
chore: fix useSSRContext casing in warning message

4 years agofix(devtools): send instance to devtools when it's mounted instead of created
Guillaume Chau [Fri, 29 Jan 2021 15:48:37 +0000 (16:48 +0100)] 
fix(devtools): send instance to devtools when it's mounted instead of created

4 years agobuild(deps-dev): bump rollup from 2.38.0 to 2.38.1 (#3120)
dependabot-preview[bot] [Fri, 29 Jan 2021 06:20:27 +0000 (06:20 +0000)] 
build(deps-dev): bump rollup from 2.38.0 to 2.38.1 (#3120)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.14.0 to 4.14.1 (#3098)
dependabot-preview[bot] [Tue, 26 Jan 2021 06:23:13 +0000 (06:23 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.14.0 to 4.14.1 (#3098)

4 years agobuild(deps-dev): bump rollup from 2.37.1 to 2.38.0 (#3093)
dependabot-preview[bot] [Mon, 25 Jan 2021 06:35:33 +0000 (06:35 +0000)] 
build(deps-dev): bump rollup from 2.37.1 to 2.38.0 (#3093)

4 years agobuild(deps-dev): bump rollup from 2.37.0 to 2.37.1 (#3076)
dependabot-preview[bot] [Thu, 21 Jan 2021 06:27:47 +0000 (06:27 +0000)] 
build(deps-dev): bump rollup from 2.37.0 to 2.37.1 (#3076)

4 years agobuild(deps-dev): bump sass from 1.32.4 to 1.32.5 (#3064)
dependabot-preview[bot] [Wed, 20 Jan 2021 07:03:33 +0000 (07:03 +0000)] 
build(deps-dev): bump sass from 1.32.4 to 1.32.5 (#3064)

4 years agobuild(deps-dev): bump fs-extra from 9.0.1 to 9.1.0 (#3063)
dependabot-preview[bot] [Wed, 20 Jan 2021 07:01:15 +0000 (07:01 +0000)] 
build(deps-dev): bump fs-extra from 9.0.1 to 9.1.0 (#3063)

4 years agobuild(deps-dev): bump @types/node from 14.14.20 to 14.14.22 (#3062)
dependabot-preview[bot] [Wed, 20 Jan 2021 07:00:58 +0000 (07:00 +0000)] 
build(deps-dev): bump @types/node from 14.14.20 to 14.14.22 (#3062)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#3053)
dependabot-preview[bot] [Tue, 19 Jan 2021 06:25:00 +0000 (06:25 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#3053)

4 years agobuild(deps-dev): bump rollup from 2.36.2 to 2.37.0 (#3054)
dependabot-preview[bot] [Tue, 19 Jan 2021 06:24:50 +0000 (06:24 +0000)] 
build(deps-dev): bump rollup from 2.36.2 to 2.37.0 (#3054)

4 years agobuild(deps-dev): bump rollup from 2.36.1 to 2.36.2 (#3043)
dependabot-preview[bot] [Mon, 18 Jan 2021 07:27:04 +0000 (07:27 +0000)] 
build(deps-dev): bump rollup from 2.36.1 to 2.36.2 (#3043)

4 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0 (#3042)
dependabot-preview[bot] [Mon, 18 Jan 2021 07:18:14 +0000 (07:18 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0 (#3042)

4 years agobuild(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#3041)
dependabot-preview[bot] [Mon, 18 Jan 2021 07:17:37 +0000 (07:17 +0000)] 
build(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#3041)

4 years agorefactor: avoid global scope parentStack
Evan You [Fri, 15 Jan 2021 21:28:55 +0000 (16:28 -0500)] 
refactor: avoid global scope parentStack

4 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.12.1 to 7.13.0 (#2997)
dependabot-preview[bot] [Wed, 13 Jan 2021 06:37:31 +0000 (06:37 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.12.1 to 7.13.0 (#2997)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.12.0 to 4.13.0 (#2992)
dependabot-preview[bot] [Tue, 12 Jan 2021 06:38:47 +0000 (06:38 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.12.0 to 4.13.0 (#2992)

4 years agobuild(deps-dev): bump sass from 1.32.2 to 1.32.4 (#2991)
dependabot-preview[bot] [Tue, 12 Jan 2021 06:38:37 +0000 (06:38 +0000)] 
build(deps-dev): bump sass from 1.32.2 to 1.32.4 (#2991)

4 years agobuild(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 (#2967)
dependabot-preview[bot] [Fri, 8 Jan 2021 07:04:33 +0000 (07:04 +0000)] 
build(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 (#2967)

4 years agobuild(deps-dev): bump sass from 1.32.0 to 1.32.2 (#2960)
dependabot-preview[bot] [Thu, 7 Jan 2021 06:37:53 +0000 (06:37 +0000)] 
build(deps-dev): bump sass from 1.32.0 to 1.32.2 (#2960)

4 years agobuild(deps-dev): bump rollup from 2.36.0 to 2.36.1 (#2959)
dependabot-preview[bot] [Thu, 7 Jan 2021 06:36:30 +0000 (06:36 +0000)] 
build(deps-dev): bump rollup from 2.36.0 to 2.36.1 (#2959)

4 years agochore: typo (#2953)
Godpu [Wed, 6 Jan 2021 09:46:51 +0000 (17:46 +0800)] 
chore: typo (#2953)

4 years agobuild(deps-dev): bump rollup from 2.35.1 to 2.36.0 (#2950)
dependabot-preview[bot] [Wed, 6 Jan 2021 06:59:48 +0000 (06:59 +0000)] 
build(deps-dev): bump rollup from 2.35.1 to 2.36.0 (#2950)

4 years agofix(devtools): init devtools in production (#2906)
underfin [Tue, 5 Jan 2021 17:54:43 +0000 (01:54 +0800)] 
fix(devtools): init devtools in production (#2906)

4 years agochore: GitHub typo(#2939)
Chamod Shehanka [Tue, 5 Jan 2021 09:37:42 +0000 (15:07 +0530)] 
chore: GitHub typo(#2939)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.11.1 to 4.12.0 (#2942)
dependabot-preview[bot] [Tue, 5 Jan 2021 06:42:30 +0000 (06:42 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.11.1 to 4.12.0 (#2942)

4 years agobuild(deps-dev): bump @types/node from 14.14.19 to 14.14.20 (#2941)
dependabot-preview[bot] [Tue, 5 Jan 2021 06:42:23 +0000 (06:42 +0000)] 
build(deps-dev): bump @types/node from 14.14.19 to 14.14.20 (#2941)

4 years agofix(compiler-sfc): transformAssetUrls.base should not affect known module requests
Evan You [Mon, 4 Jan 2021 20:09:36 +0000 (15:09 -0500)] 
fix(compiler-sfc): transformAssetUrls.base should not affect known module requests

fix https://github.com/vitejs/vite/issues/1343

4 years agobuild(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#2935)
dependabot-preview[bot] [Mon, 4 Jan 2021 06:39:10 +0000 (06:39 +0000)] 
build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#2935)

4 years agobuild(deps-dev): bump @types/node from 14.14.17 to 14.14.19 (#2934)
dependabot-preview[bot] [Mon, 4 Jan 2021 06:38:38 +0000 (06:38 +0000)] 
build(deps-dev): bump @types/node from 14.14.17 to 14.14.19 (#2934)

4 years agochore: typo "depdendency" (#2920)
Bruno P. Kinoshita [Thu, 31 Dec 2020 10:15:57 +0000 (23:15 +1300)] 
chore: typo "depdendency" (#2920)

4 years agobuild(deps-dev): bump @types/node from 14.14.16 to 14.14.17 (#2919)
dependabot-preview[bot] [Thu, 31 Dec 2020 06:25:05 +0000 (06:25 +0000)] 
build(deps-dev): bump @types/node from 14.14.16 to 14.14.17 (#2919)

4 years agochore: note on typescript 4 in changelog [ci skip]
Evan You [Wed, 30 Dec 2020 21:03:59 +0000 (16:03 -0500)] 
chore: note on typescript 4 in changelog [ci skip]

4 years agochore: bump typescript and api-extractor
Evan You [Wed, 30 Dec 2020 21:03:40 +0000 (16:03 -0500)] 
chore: bump typescript and api-extractor

4 years agorelease: v3.0.5 v3.0.5
Evan You [Wed, 30 Dec 2020 20:50:28 +0000 (15:50 -0500)] 
release: v3.0.5

4 years agoci: remove ls-lint usage
Evan You [Wed, 30 Dec 2020 20:44:31 +0000 (15:44 -0500)] 
ci: remove ls-lint usage

4 years agotest(ssr): refactor ssr render tests
Evan You [Wed, 30 Dec 2020 20:40:55 +0000 (15:40 -0500)] 
test(ssr): refactor ssr render tests

Merge renderToString and renderToStream to run the same tests

4 years agofix(ssr): properly handle ssr empty slot and fallback
Evan You [Wed, 30 Dec 2020 20:40:28 +0000 (15:40 -0500)] 
fix(ssr): properly handle ssr empty slot and fallback

4 years agochore: remove ls-lint (incompatible with M1)
Evan You [Wed, 30 Dec 2020 17:14:10 +0000 (12:14 -0500)] 
chore: remove ls-lint (incompatible with M1)

4 years agobuild(deps-dev): bump sass from 1.30.0 to 1.32.0 (#2915)
dependabot-preview[bot] [Wed, 30 Dec 2020 07:19:44 +0000 (07:19 +0000)] 
build(deps-dev): bump sass from 1.30.0 to 1.32.0 (#2915)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.11.1 (#2901)
dependabot-preview[bot] [Tue, 29 Dec 2020 06:36:28 +0000 (06:36 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.11.1 (#2901)

4 years agoci: fix size check script (#2895)
Eduardo San Martin Morote [Mon, 28 Dec 2020 09:50:20 +0000 (10:50 +0100)] 
ci: fix size check script (#2895)

4 years agobuild(deps-dev): bump @types/node from 14.14.14 to 14.14.16 (#2875)
dependabot-preview[bot] [Thu, 24 Dec 2020 06:19:36 +0000 (06:19 +0000)] 
build(deps-dev): bump @types/node from 14.14.14 to 14.14.16 (#2875)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 (#2861)
dependabot-preview[bot] [Tue, 22 Dec 2020 06:35:24 +0000 (06:35 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 (#2861)

4 years agobuild(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#2856)
dependabot-preview[bot] [Mon, 21 Dec 2020 06:48:17 +0000 (06:48 +0000)] 
build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#2856)

4 years agofeat(devtools): send instance
Guillaume Chau [Fri, 18 Dec 2020 17:24:01 +0000 (18:24 +0100)] 
feat(devtools): send instance

4 years agobuild(deps-dev): bump @types/node from 14.14.13 to 14.14.14 (#2832)
dependabot-preview[bot] [Wed, 16 Dec 2020 06:46:39 +0000 (06:46 +0000)] 
build(deps-dev): bump @types/node from 14.14.13 to 14.14.14 (#2832)

4 years agobuild(deps-dev): bump rollup from 2.35.0 to 2.35.1 (#2825)
dependabot-preview[bot] [Tue, 15 Dec 2020 06:25:16 +0000 (06:25 +0000)] 
build(deps-dev): bump rollup from 2.35.0 to 2.35.1 (#2825)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.9.1 to 4.10.0 (#2824)
dependabot-preview[bot] [Tue, 15 Dec 2020 06:21:48 +0000 (06:21 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.9.1 to 4.10.0 (#2824)

4 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#2823)
dependabot-preview[bot] [Tue, 15 Dec 2020 06:19:49 +0000 (06:19 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#2823)

4 years agobuild(deps-dev): bump @types/node from 14.14.12 to 14.14.13 (#2814)
dependabot-preview[bot] [Mon, 14 Dec 2020 07:22:10 +0000 (07:22 +0000)] 
build(deps-dev): bump @types/node from 14.14.12 to 14.14.13 (#2814)

4 years agobuild(deps-dev): bump typescript from 4.1.2 to 4.1.3 (#2813)
dependabot-preview[bot] [Mon, 14 Dec 2020 07:19:25 +0000 (07:19 +0000)] 
build(deps-dev): bump typescript from 4.1.2 to 4.1.3 (#2813)

4 years agobuild(deps-dev): bump rollup from 2.34.2 to 2.35.0 (#2812)
dependabot-preview[bot] [Mon, 14 Dec 2020 07:17:35 +0000 (07:17 +0000)] 
build(deps-dev): bump rollup from 2.34.2 to 2.35.0 (#2812)

4 years agobuild(deps-dev): bump @types/node from 14.14.11 to 14.14.12 (#2799)
dependabot-preview[bot] [Fri, 11 Dec 2020 06:47:55 +0000 (06:47 +0000)] 
build(deps-dev): bump @types/node from 14.14.11 to 14.14.12 (#2799)

4 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.12.0 to 7.12.1 (#2798)
dependabot-preview[bot] [Fri, 11 Dec 2020 06:37:34 +0000 (06:37 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.12.0 to 7.12.1 (#2798)

4 years agobuild(deps-dev): bump @types/jest from 26.0.18 to 26.0.19 (#2797)
dependabot-preview[bot] [Fri, 11 Dec 2020 06:37:27 +0000 (06:37 +0000)] 
build(deps-dev): bump @types/jest from 26.0.18 to 26.0.19 (#2797)

4 years agobuild(deps-dev): bump @types/jest from 26.0.17 to 26.0.18 (#2773)
dependabot-preview[bot] [Wed, 9 Dec 2020 06:27:30 +0000 (06:27 +0000)] 
build(deps-dev): bump @types/jest from 26.0.17 to 26.0.18 (#2773)

4 years agobuild(deps-dev): bump @types/node from 14.14.10 to 14.14.11 (#2772)
dependabot-preview[bot] [Wed, 9 Dec 2020 06:25:40 +0000 (06:25 +0000)] 
build(deps-dev): bump @types/node from 14.14.10 to 14.14.11 (#2772)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.9.0 to 4.9.1 (#2761)
dependabot-preview[bot] [Tue, 8 Dec 2020 07:05:21 +0000 (07:05 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.9.0 to 4.9.1 (#2761)

4 years agobuild(deps-dev): bump @types/jest from 26.0.16 to 26.0.17 (#2760)
dependabot-preview[bot] [Tue, 8 Dec 2020 07:02:21 +0000 (07:02 +0000)] 
build(deps-dev): bump @types/jest from 26.0.16 to 26.0.17 (#2760)

4 years agobuild(deps-dev): bump rollup from 2.34.1 to 2.34.2 (#2746)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:40:47 +0000 (06:40 +0000)] 
build(deps-dev): bump rollup from 2.34.1 to 2.34.2 (#2746)

4 years agobuild(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#2747)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:40:30 +0000 (06:40 +0000)] 
build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#2747)

4 years agobuild(deps-dev): bump sass from 1.29.0 to 1.30.0 (#2745)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:38:00 +0000 (06:38 +0000)] 
build(deps-dev): bump sass from 1.29.0 to 1.30.0 (#2745)

4 years agobuild(deps-dev): bump lint-staged from 10.5.2 to 10.5.3 (#2744)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:37:34 +0000 (06:37 +0000)] 
build(deps-dev): bump lint-staged from 10.5.2 to 10.5.3 (#2744)

4 years agodx(runtime-core): add selector in mount warning (#2563)
Cédric Exbrayat [Fri, 4 Dec 2020 23:25:13 +0000 (00:25 +0100)] 
dx(runtime-core): add selector in mount warning (#2563)

4 years agofix(compiler-sfc): should keep template nodes with no content (#2468)
meteorlxy [Fri, 4 Dec 2020 23:23:01 +0000 (07:23 +0800)] 
fix(compiler-sfc): should keep template nodes with no content (#2468)

close #2463

4 years agofix(compiler-sfc): support transforming asset urls with full base url. (#2477)
Joel Denning [Fri, 4 Dec 2020 23:20:25 +0000 (16:20 -0700)] 
fix(compiler-sfc): support transforming asset urls with full base url. (#2477)

4 years agofix(runtime-core): component mount anchor memory leak (#2459)
Bas van Meurs [Fri, 4 Dec 2020 23:03:10 +0000 (00:03 +0100)] 
fix(runtime-core): component mount anchor memory leak (#2459)

fix #2458

4 years agorefactor(runtime-core): extract common getComponentName function (#2454)
edison [Fri, 4 Dec 2020 22:03:03 +0000 (06:03 +0800)] 
refactor(runtime-core): extract common getComponentName function (#2454)

4 years agofix(runtime-dom): support mounting app on ShadowRoot (#2447)
ᴜɴвʏтᴇ [Fri, 4 Dec 2020 21:51:38 +0000 (05:51 +0800)] 
fix(runtime-dom): support mounting app on ShadowRoot (#2447)

fix #2399

4 years agotest(compiler-core): test expression transform w/ bindingMetadata
Evan You [Fri, 4 Dec 2020 21:46:00 +0000 (16:46 -0500)] 
test(compiler-core): test expression transform w/ bindingMetadata

4 years agotypes(watch): better typing when watching multiple sources (#2425)
Zcating [Fri, 4 Dec 2020 21:32:26 +0000 (05:32 +0800)] 
types(watch): better typing when watching multiple sources (#2425)

4 years agochore(compiler-core): improve types (#2428)
edison [Fri, 4 Dec 2020 21:28:26 +0000 (05:28 +0800)] 
chore(compiler-core): improve types (#2428)

4 years agotypes: mixin and extends typing on data and setup (#2404)
Carlos Rodrigues [Fri, 4 Dec 2020 21:06:34 +0000 (21:06 +0000)] 
types: mixin and extends typing on data and setup (#2404)

close #2350

4 years agobuild(deps-dev): bump rollup from 2.34.0 to 2.34.1 (#2723)
dependabot-preview[bot] [Fri, 4 Dec 2020 15:49:00 +0000 (10:49 -0500)] 
build(deps-dev): bump rollup from 2.34.0 to 2.34.1 (#2723)

Bumps [rollup](https://github.com/rollup/rollup) from 2.34.0 to 2.34.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.34.0...v2.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years agofix(transition): ensure manual style manipulation in transition leave hooks work
Evan You [Thu, 3 Dec 2020 21:10:22 +0000 (16:10 -0500)] 
fix(transition): ensure manual style manipulation in transition leave hooks work

ref #2720

4 years agobuild: parallelize multi package builds
Evan You [Thu, 3 Dec 2020 18:22:28 +0000 (13:22 -0500)] 
build: parallelize multi package builds

4 years agochore: fix file path in comments (#2709) [ci skip]
童欧巴 [Thu, 3 Dec 2020 17:27:03 +0000 (01:27 +0800)] 
chore: fix file path in comments (#2709) [ci skip]

4 years agofix(runtime-core): skip patchBlockChildren if n1.dynamicChildren is null (#2717)
edison [Thu, 3 Dec 2020 17:17:04 +0000 (01:17 +0800)] 
fix(runtime-core): skip patchBlockChildren if n1.dynamicChildren is null (#2717)

fix #2715

The bug was introduced by #2485 where a compiled slot may result in a bailed Fragment
which then gets its dynamicChildren set to `null` by the renderer.

4 years agorefactor: cache constant check result on transform context
Evan You [Thu, 3 Dec 2020 16:10:40 +0000 (11:10 -0500)] 
refactor: cache constant check result on transform context

also fix edge case for missed createVNode import on static svg nodes

4 years agofix(compiler-core): fix missing createVNode import on nested v-for
Evan You [Thu, 3 Dec 2020 16:02:53 +0000 (11:02 -0500)] 
fix(compiler-core): fix missing createVNode import on nested v-for

fix #2718

4 years agofix(transition): ensure styles from *-leave-active trigger transition (#2716)
luwuer [Thu, 3 Dec 2020 15:37:47 +0000 (23:37 +0800)] 
fix(transition): ensure styles from *-leave-active trigger transition (#2716)

fix #2712

4 years agorelease: v3.0.4 v3.0.4
Evan You [Wed, 2 Dec 2020 22:23:43 +0000 (17:23 -0500)] 
release: v3.0.4