]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
4 years agochore: type fix
Evan You [Fri, 28 May 2021 00:58:27 +0000 (20:58 -0400)] 
chore: type fix

4 years agofix(reactivity): ensure computed always expose value
Evan You [Fri, 28 May 2021 00:53:21 +0000 (20:53 -0400)] 
fix(reactivity): ensure computed always expose value

fix #3099

Also changes the original fix for #910 by moving the fix from
reactivity to the scheduler

4 years agofix(runtime-core): stricter compat root mount check
Evan You [Fri, 28 May 2021 00:47:46 +0000 (20:47 -0400)] 
fix(runtime-core): stricter compat root mount check

4 years agofix(compiler-dom): fix in-browser attribute value decoding w/ html tags
Evan You [Thu, 27 May 2021 21:25:34 +0000 (17:25 -0400)] 
fix(compiler-dom): fix in-browser attribute value decoding w/ html tags

fix #3001

4 years agofix(runtime-core): fix cases of reused children arrays in render functions (#3670)
HcySunYang [Thu, 27 May 2021 21:06:55 +0000 (05:06 +0800)] 
fix(runtime-core): fix cases of reused children arrays in render functions (#3670)

fix #3666

4 years agofix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699)
HcySunYang [Thu, 27 May 2021 20:53:19 +0000 (04:53 +0800)] 
fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699)

4 years agofix(suspense): fix suspense patching in optimized mode
Evan You [Thu, 27 May 2021 20:32:31 +0000 (16:32 -0400)] 
fix(suspense): fix suspense patching in optimized mode

fix #3828

4 years agorelease: v3.1.0-beta.5 v3.1.0-beta.5
Evan You [Wed, 26 May 2021 20:06:51 +0000 (16:06 -0400)] 
release: v3.1.0-beta.5

4 years agofix(ssr): handle hydrated async component unmounted before resolve
Evan You [Wed, 26 May 2021 19:26:18 +0000 (15:26 -0400)] 
fix(ssr): handle hydrated async component unmounted before resolve

fix #3787

4 years agofix(scheduler): handle preFlush cb queued inside postFlush cb
Evan You [Wed, 26 May 2021 18:21:49 +0000 (14:21 -0400)] 
fix(scheduler): handle preFlush cb queued inside postFlush cb

fix #3806

4 years agofix(runtime-core): properly check forwarded slots type (#3781)
HcySunYang [Wed, 26 May 2021 15:52:03 +0000 (23:52 +0800)] 
fix(runtime-core): properly check forwarded slots type (#3781)

fix #3779

4 years agofix(runtime-core/teleport): ensure the nested teleport can be unmounted correctly...
edison [Wed, 26 May 2021 14:51:55 +0000 (22:51 +0800)] 
fix(runtime-core/teleport): ensure the nested teleport can be unmounted correctly (#3629)

fix #3623

4 years agofix(runtime-core): should not track dynamic children when the user calls a compiled...
HcySunYang [Tue, 25 May 2021 17:33:41 +0000 (01:33 +0800)] 
fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554)

fix #3548, partial fix for #3569

4 years agofix(watch): should not leak this context to setup watch getters
Evan You [Tue, 25 May 2021 15:10:11 +0000 (11:10 -0400)] 
fix(watch): should not leak this context to setup watch getters

ref #3603

4 years agofix(keep-alive): include/exclude should work with async component (#3531)
HcySunYang [Tue, 25 May 2021 14:50:00 +0000 (22:50 +0800)] 
fix(keep-alive): include/exclude should work with async component (#3531)

fix #3529

4 years agorelease: v3.1.0-beta.4 v3.1.0-beta.4
Evan You [Mon, 24 May 2021 23:16:44 +0000 (19:16 -0400)] 
release: v3.1.0-beta.4

4 years agorefactor: adjust absent prop casting logic
Evan You [Mon, 24 May 2021 23:09:18 +0000 (19:09 -0400)] 
refactor: adjust absent prop casting logic

4 years agofix(runtime-core): avoid double-setting props when casting
Evan You [Mon, 24 May 2021 22:48:33 +0000 (18:48 -0400)] 
fix(runtime-core): avoid double-setting props when casting

fix #3371, close #3384

4 years agofix(runtime-core): avoid the proxy object polluting the slots of the internal instanc...
HcySunYang [Mon, 24 May 2021 22:17:37 +0000 (06:17 +0800)] 
fix(runtime-core): avoid the proxy object polluting the slots of the internal instance (#3698)

fix #3695

4 years agofix(compiler-dom): comments in the v-if branchs should be ignored when used in Transi...
HcySunYang [Mon, 24 May 2021 21:10:29 +0000 (05:10 +0800)] 
fix(compiler-dom): comments in the v-if branchs should be ignored when used in Transition (#3622)

fix #3619

4 years agofix(compiler-ssr): disable hoisting in compiler-ssr
Evan You [Mon, 24 May 2021 20:48:24 +0000 (16:48 -0400)] 
fix(compiler-ssr): disable hoisting in compiler-ssr

fix #3536

4 years agofix(types/reactivity): error TS4058 caused by `RefSymbol` (#2548)
Lo Leon [Mon, 24 May 2021 20:36:08 +0000 (04:36 +0800)] 
fix(types/reactivity): error TS4058 caused by `RefSymbol` (#2548)

4 years agotypes(jsx): improve type for number attributes (#3776)
Carlos Rodrigues [Mon, 24 May 2021 16:15:45 +0000 (17:15 +0100)] 
types(jsx): improve type for number attributes (#3776)

fix #3788

4 years agofix(compiler-sfc): support tsx in setup script (#3825)
Jason [Mon, 24 May 2021 16:13:37 +0000 (00:13 +0800)] 
fix(compiler-sfc): support tsx in setup script (#3825)

close #3808

4 years agofeat(devtools): performance events
Guillaume Chau [Wed, 19 May 2021 18:48:35 +0000 (20:48 +0200)] 
feat(devtools): performance events

4 years agofix(devtools): send update to component owning the slot
Guillaume Chau [Wed, 19 May 2021 16:19:28 +0000 (18:19 +0200)] 
fix(devtools): send update to component owning the slot

https://github.com/vuejs/vue-devtools/issues/1404

4 years agofix(compat): avoid accidentally delete the modelValue prop (#3772)
HcySunYang [Mon, 17 May 2021 18:07:53 +0000 (02:07 +0800)] 
fix(compat): avoid accidentally delete the modelValue prop (#3772)

4 years agotypes(props): Support `undefined` as default (#3783)
Carlos Rodrigues [Mon, 17 May 2021 18:04:31 +0000 (19:04 +0100)] 
types(props): Support `undefined` as default (#3783)

4 years agofix(compiler-core): fix whitespace management for slots with whitespace: 'preserve...
HcySunYang [Thu, 13 May 2021 22:24:43 +0000 (06:24 +0800)] 
fix(compiler-core): fix whitespace management for slots with whitespace: 'preserve' (#3767)

fix #3766

4 years agochore: bump api-extractor from 7.12.1 to 7.15.1 (#3745)
Zen [Wed, 12 May 2021 21:54:08 +0000 (05:54 +0800)] 
chore: bump api-extractor from 7.12.1 to 7.15.1 (#3745)

4 years agochore(types): remove unnecessary type assertion (#3724)
Yunfei He [Wed, 12 May 2021 21:47:52 +0000 (05:47 +0800)] 
chore(types): remove unnecessary type assertion (#3724)

4 years agofix(types): declared prop keys should always exist in `props` argument (#3726)
GU Yiling [Wed, 12 May 2021 21:47:31 +0000 (05:47 +0800)] 
fix(types): declared prop keys should always exist in `props` argument (#3726)

4 years agofix(compat): enum coercion warning (#3755)
Cédric Exbrayat [Wed, 12 May 2021 21:47:00 +0000 (23:47 +0200)] 
fix(compat): enum coercion warning (#3755)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 4.23.0 (#3765)
dependabot[bot] [Wed, 12 May 2021 21:45:26 +0000 (17:45 -0400)] 
build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 4.23.0 (#3765)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.19.0 to 4.23.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.23.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agobuild(deps-dev): bump @rollup/plugin-commonjs from 18.0.0 to 18.1.0 (#3735)
dependabot[bot] [Wed, 12 May 2021 21:45:18 +0000 (17:45 -0400)] 
build(deps-dev): bump @rollup/plugin-commonjs from 18.0.0 to 18.1.0 (#3735)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 18.0.0 to 18.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v18.1.0/packages/commonjs)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agochore: fix package link (#3750) [skip ci]
edtam [Wed, 12 May 2021 21:44:02 +0000 (05:44 +0800)] 
chore:  fix package link (#3750) [skip ci]

4 years agorelease: v3.1.0-beta.3 v3.1.0-beta.3
Evan You [Wed, 12 May 2021 21:37:04 +0000 (17:37 -0400)] 
release: v3.1.0-beta.3

4 years agochore: improve transition test stability
Evan You [Wed, 12 May 2021 21:28:18 +0000 (17:28 -0400)] 
chore: improve transition test stability

4 years agofix(compat): correctly merge lifecycle hooks when using Vue.extend (#3762)
Stanislav Lashmanov [Wed, 12 May 2021 21:13:44 +0000 (00:13 +0300)] 
fix(compat): correctly merge lifecycle hooks when using Vue.extend (#3762)

fix #3761

4 years agofix(compiler-core): bail out to array children when the element has custom directives...
HcySunYang [Wed, 12 May 2021 20:12:32 +0000 (04:12 +0800)] 
fix(compiler-core): bail out to array children when the element has custom directives + only one text child node (#3757)

4 years agochore: fix typos in compat document
Cédric Exbrayat [Tue, 11 May 2021 02:44:36 +0000 (04:44 +0200)] 
chore: fix typos in compat document

4 years agochore: fix typo in compat warning
Cédric Exbrayat [Tue, 11 May 2021 02:41:51 +0000 (04:41 +0200)] 
chore: fix typo in compat warning

4 years agorelease: v3.1.0-beta.2 v3.1.0-beta.2
Evan You [Sat, 8 May 2021 20:59:12 +0000 (16:59 -0400)] 
release: v3.1.0-beta.2

4 years agofix(compat): handle and warn config.optionMergeStrategies
Evan You [Sat, 8 May 2021 20:47:38 +0000 (16:47 -0400)] 
fix(compat): handle and warn config.optionMergeStrategies

4 years agorelease: v3.1.0-beta.1 v3.1.0-beta.1
Evan You [Sat, 8 May 2021 20:24:34 +0000 (16:24 -0400)] 
release: v3.1.0-beta.1

4 years agobuild: fix compat build type treatment
Evan You [Sat, 8 May 2021 20:21:06 +0000 (16:21 -0400)] 
build: fix compat build type treatment

4 years agochore: document ts and alt strategy for compat build
Evan You [Sat, 8 May 2021 20:20:50 +0000 (16:20 -0400)] 
chore: document ts and alt strategy for compat build

4 years agochore: migration build docs [ci skip]
Evan You [Sat, 8 May 2021 04:38:02 +0000 (00:38 -0400)] 
chore: migration build docs [ci skip]

4 years agofix(reactivity): fix tracking for readonly + reactive Map (#3604)
HcySunYang [Fri, 7 May 2021 22:49:11 +0000 (06:49 +0800)] 
fix(reactivity): fix tracking for readonly + reactive Map (#3604)

fix #3602

4 years agofix(hydration): fix update before async component is hydrated (#3563)
HcySunYang [Fri, 7 May 2021 22:42:58 +0000 (06:42 +0800)] 
fix(hydration): fix update before async component is hydrated (#3563)

fix #3560

4 years agofix(Teleport): avoid changing the reference of vnode.dynamicChildren (#3642)
HcySunYang [Fri, 7 May 2021 22:04:36 +0000 (06:04 +0800)] 
fix(Teleport): avoid changing the reference of vnode.dynamicChildren (#3642)

fix #3641

4 years agofix(runtime-core): watching multiple sources: computed (#3066)
AbaAba~ [Fri, 7 May 2021 22:03:35 +0000 (06:03 +0800)] 
fix(runtime-core): watching multiple sources: computed (#3066)

fix #3068

4 years agofeat: onServerPrefetch (#3070)
Guillaume Chau [Fri, 7 May 2021 16:00:52 +0000 (18:00 +0200)] 
feat: onServerPrefetch (#3070)

Support equivalent of `serverPrefetch` option via Composition API.

4 years agochore: update build status badge [ci skip]
Evan You [Fri, 7 May 2021 14:05:01 +0000 (10:05 -0400)] 
chore: update build status badge [ci skip]

4 years agoci: move to github actions / remove circleci config
Evan You [Fri, 7 May 2021 14:00:12 +0000 (10:00 -0400)] 
ci: move to github actions / remove circleci config

4 years agoci: improve transition tests ci stability
Evan You [Fri, 7 May 2021 13:51:59 +0000 (09:51 -0400)] 
ci: improve transition tests ci stability

4 years agoci: test github actions
Evan You [Fri, 7 May 2021 13:39:13 +0000 (09:39 -0400)] 
ci: test github actions

4 years agochore: bump more
Evan You [Fri, 7 May 2021 13:19:14 +0000 (09:19 -0400)] 
chore: bump more

4 years agochore: bump transition test duration on CI
Evan You [Fri, 7 May 2021 13:08:03 +0000 (09:08 -0400)] 
chore: bump transition test duration on CI

4 years agochore: remove markdown spec debounce assertion for ci stability
Evan You [Fri, 7 May 2021 13:05:19 +0000 (09:05 -0400)] 
chore: remove markdown spec debounce assertion for ci stability

4 years agobuild(deps-dev): bump @types/node from 14.14.43 to 14.14.44 (#3734)
dependabot[bot] [Thu, 6 May 2021 22:59:48 +0000 (18:59 -0400)] 
build(deps-dev): bump @types/node from 14.14.43 to 14.14.44 (#3734)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.43 to 14.14.44.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agobuild(deps-dev): bump vite from 2.1.5 to 2.2.4 (#3733)
dependabot[bot] [Thu, 6 May 2021 22:59:32 +0000 (18:59 -0400)] 
build(deps-dev): bump vite from 2.1.5 to 2.2.4 (#3733)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.1.5 to 2.2.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.2.4/packages/vite)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agobuild(deps): bump @babel/types from 7.13.13 to 7.14.0 (#3714)
dependabot-preview[bot] [Thu, 6 May 2021 22:52:51 +0000 (18:52 -0400)] 
build(deps): bump @babel/types from 7.13.13 to 7.14.0 (#3714)

Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.13.13 to 7.14.0.
- [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.14.0/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>
4 years agobuild(deps-dev): bump typescript from 4.2.3 to 4.2.4 (#3710)
dependabot-preview[bot] [Thu, 6 May 2021 22:52:34 +0000 (18:52 -0400)] 
build(deps-dev): bump typescript from 4.2.3 to 4.2.4 (#3710)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.2.4)

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 agobuild(deps-dev): bump @vitejs/plugin-vue from 1.2.0 to 1.2.2 (#3708)
dependabot-preview[bot] [Thu, 6 May 2021 22:52:26 +0000 (18:52 -0400)] 
build(deps-dev): bump @vitejs/plugin-vue from 1.2.0 to 1.2.2 (#3708)

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/plugin-vue@1.2.2/packages/plugin-vue)

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 agobuild(deps): bump @babel/parser from 7.13.12 to 7.14.0 (#3707)
dependabot-preview[bot] [Thu, 6 May 2021 22:52:12 +0000 (18:52 -0400)] 
build(deps): bump @babel/parser from 7.13.12 to 7.14.0 (#3707)

Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.13.12 to 7.14.0.
- [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.14.0/packages/babel-parser)

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 agobuild(deps-dev): bump ts-jest from 26.5.4 to 26.5.5 (#3706)
dependabot-preview[bot] [Thu, 6 May 2021 22:52:00 +0000 (18:52 -0400)] 
build(deps-dev): bump ts-jest from 26.5.4 to 26.5.5 (#3706)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.4 to 26.5.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.5.4...v26.5.5)

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 agoUpgrade to GitHub-native Dependabot (#3694)
dependabot-preview[bot] [Thu, 6 May 2021 22:51:33 +0000 (18:51 -0400)] 
Upgrade to GitHub-native Dependabot (#3694)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years agobuild(deps): bump postcss-selector-parser from 6.0.4 to 6.0.5 (#3705)
dependabot-preview[bot] [Thu, 6 May 2021 22:51:10 +0000 (18:51 -0400)] 
build(deps): bump postcss-selector-parser from 6.0.4 to 6.0.5 (#3705)

Bumps [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-selector-parser/compare/v6.0.4...v6.0.5)

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 agobuild(deps): bump postcss from 8.2.6 to 8.2.13 (#3704)
dependabot-preview[bot] [Thu, 6 May 2021 22:50:58 +0000 (18:50 -0400)] 
build(deps): bump postcss from 8.2.6 to 8.2.13 (#3704)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.6...8.2.13)

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 agochore: bump e2e test debounce
Evan You [Thu, 6 May 2021 22:49:04 +0000 (18:49 -0400)] 
chore: bump e2e test debounce

4 years agowip: make legacy global apis available on app instance as well
Evan You [Thu, 6 May 2021 21:15:11 +0000 (17:15 -0400)] 
wip: make legacy global apis available on app instance as well

4 years agowip: fix v3 render fn detection regex
Evan You [Thu, 6 May 2021 20:18:00 +0000 (16:18 -0400)] 
wip: fix v3 render fn detection regex

4 years agowip: defineReactive on instance with keys starting with $
Evan You [Thu, 6 May 2021 19:45:42 +0000 (15:45 -0400)] 
wip: defineReactive on instance with keys starting with $

4 years agowip: allow compatConfig mode to be a function
Evan You [Thu, 6 May 2021 14:57:34 +0000 (10:57 -0400)] 
wip: allow compatConfig mode to be a function

4 years agofix(hmr): don't remove __file key from component type
Guillaume Chau [Thu, 6 May 2021 12:21:54 +0000 (14:21 +0200)] 
fix(hmr): don't remove __file key from component type

4 years agowip: expose configureCompat via named export
Evan You [Wed, 5 May 2021 23:31:06 +0000 (19:31 -0400)] 
wip: expose configureCompat via named export

4 years agowip: make singleton mutations affect all app instances
Evan You [Wed, 5 May 2021 21:56:09 +0000 (17:56 -0400)] 
wip: make singleton mutations affect all app instances

4 years agowip: only generate non-scope slot flag when compatConfig is present
Evan You [Wed, 5 May 2021 20:36:16 +0000 (16:36 -0400)] 
wip: only generate non-scope slot flag when compatConfig is present

4 years agowip: remove v-if key warning as there are legit use cases
Evan You [Wed, 5 May 2021 20:25:33 +0000 (16:25 -0400)] 
wip: remove v-if key warning as there are legit use cases

4 years agowip: relay compiler-core warnings in compiler-sfc with codeframe
Evan You [Wed, 5 May 2021 18:24:46 +0000 (14:24 -0400)] 
wip: relay compiler-core warnings in compiler-sfc with codeframe

4 years agowip: exclude legacy slots from $scopedSlots
Evan You [Wed, 5 May 2021 15:06:04 +0000 (11:06 -0400)] 
wip: exclude legacy slots from $scopedSlots

4 years agowip: fix compiler dep externalization
Evan You [Wed, 5 May 2021 15:05:53 +0000 (11:05 -0400)] 
wip: fix compiler dep externalization

4 years agowip: more private properties
Evan You [Wed, 5 May 2021 13:47:14 +0000 (09:47 -0400)] 
wip: more private properties

4 years agowip: enable private vnode properties even for built-ins
Evan You [Tue, 4 May 2021 22:20:14 +0000 (18:20 -0400)] 
wip: enable private vnode properties even for built-ins

4 years agowip: fix native template compat
Evan You [Tue, 4 May 2021 22:10:57 +0000 (18:10 -0400)] 
wip: fix native template compat

4 years agowip: root instance $destroy before $mount
Evan You [Tue, 4 May 2021 15:34:15 +0000 (11:34 -0400)] 
wip: root instance $destroy before $mount

4 years agowip: vm._data for vuex compat
Evan You [Tue, 4 May 2021 15:11:43 +0000 (11:11 -0400)] 
wip: vm._data for vuex compat

4 years agobuild(deps-dev): bump sass from 1.32.8 to 1.32.12
dependabot-preview[bot] [Sat, 1 May 2021 05:37:09 +0000 (05:37 +0000)] 
build(deps-dev): bump sass from 1.32.8 to 1.32.12

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.8 to 1.32.12.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.8...1.32.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump codemirror from 5.60.0 to 5.61.0
dependabot-preview[bot] [Sat, 1 May 2021 05:37:57 +0000 (05:37 +0000)] 
build(deps-dev): bump codemirror from 5.60.0 to 5.61.0

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.60.0 to 5.61.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.60.0...5.61.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump chalk from 4.1.0 to 4.1.1
dependabot-preview[bot] [Sat, 1 May 2021 05:35:52 +0000 (05:35 +0000)] 
build(deps-dev): bump chalk from 4.1.0 to 4.1.1

Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump @types/node from 14.14.36 to 14.14.43
dependabot-preview[bot] [Sat, 1 May 2021 05:33:00 +0000 (05:33 +0000)] 
build(deps-dev): bump @types/node from 14.14.36 to 14.14.43

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.36 to 14.14.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump eslint from 7.22.0 to 7.25.0
dependabot-preview[bot] [Sat, 1 May 2021 05:33:21 +0000 (05:33 +0000)] 
build(deps-dev): bump eslint from 7.22.0 to 7.25.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.25.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agochore: ignore compat entries for coverage
Evan You [Fri, 30 Apr 2021 22:15:36 +0000 (18:15 -0400)] 
chore: ignore compat entries for coverage

4 years agowip: compat test coverage
Evan You [Fri, 30 Apr 2021 22:05:03 +0000 (18:05 -0400)] 
wip: compat test coverage

4 years agowip: test for global filter registration
Evan You [Fri, 30 Apr 2021 21:15:36 +0000 (17:15 -0400)] 
wip: test for global filter registration

4 years agowip: tests for compiler compat
Evan You [Fri, 30 Apr 2021 19:50:32 +0000 (15:50 -0400)] 
wip: tests for compiler compat

4 years agowip: move compat test cases + filter tests
Evan You [Thu, 29 Apr 2021 20:58:14 +0000 (16:58 -0400)] 
wip: move compat test cases + filter tests

4 years agowip: test for v-model compat
Evan You [Thu, 29 Apr 2021 20:21:55 +0000 (16:21 -0400)] 
wip: test for v-model compat

4 years agowip: test for legacy component compat
Evan You [Thu, 29 Apr 2021 19:51:37 +0000 (15:51 -0400)] 
wip: test for legacy component compat