]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
4 years agochore: comment [skip ci] fix/suspense-no-fallback-timeout 3991/head
Eduardo San Martin Morote [Wed, 23 Jun 2021 08:52:53 +0000 (10:52 +0200)] 
chore: comment [skip ci]

4 years agoUpdate packages/runtime-core/__tests__/components/Suspense.spec.ts
Eduardo San Martin Morote [Wed, 23 Jun 2021 08:41:48 +0000 (10:41 +0200)] 
Update packages/runtime-core/__tests__/components/Suspense.spec.ts

4 years agofix(suspense): display current branch if no fallback is provided
Eduardo San Martin Morote [Tue, 22 Jun 2021 16:31:36 +0000 (18:31 +0200)] 
fix(suspense): display current branch if no fallback is provided

Fix #3986

4 years agofix(Suspense): emit initial fallback and pending events (#3965)
Eduardo San Martin Morote [Mon, 21 Jun 2021 21:03:07 +0000 (23:03 +0200)] 
fix(Suspense): emit initial fallback and pending events (#3965)

Fix #3964

4 years agofix(Suspense): fallback should work with transition (#3968)
edison [Mon, 21 Jun 2021 20:58:43 +0000 (04:58 +0800)] 
fix(Suspense): fallback should work with transition (#3968)

fix #3963

4 years agofix(compiler-core/compat): fix is prop usage on components
Evan You [Mon, 21 Jun 2021 20:16:49 +0000 (16:16 -0400)] 
fix(compiler-core/compat): fix is prop usage on components

also fix v-bind:is usage on plain element in compat mode

fix #3934

4 years agoperf: improve static content insertion perf
Evan You [Mon, 21 Jun 2021 18:34:08 +0000 (14:34 -0400)] 
perf: improve static content insertion perf

Especially on multiple insertions of the same static node.

fix #3090

4 years agobuild(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#3952)
dependabot[bot] [Sat, 19 Jun 2021 01:23:39 +0000 (21:23 -0400)] 
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#3952)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agochore: include estree types in compiler-sfc deps
Evan You [Mon, 14 Jun 2021 19:43:27 +0000 (15:43 -0400)] 
chore: include estree types in compiler-sfc deps

4 years agorefactor: use markRaw instead of internal flag check
Evan You [Fri, 11 Jun 2021 22:42:57 +0000 (18:42 -0400)] 
refactor: use markRaw instead of internal flag check

4 years agofix(compiler-sfc): rewriteDefault support multiline (#3917)
ygj6 [Wed, 9 Jun 2021 19:07:48 +0000 (03:07 +0800)] 
fix(compiler-sfc): rewriteDefault support multiline (#3917)

4 years agofix(runtime-core): bind default function of inject to instance (#3925)
Eunjae Lee [Wed, 9 Jun 2021 16:02:05 +0000 (18:02 +0200)] 
fix(runtime-core): bind default function of inject to instance (#3925)

fix #3923

4 years agofix(compiler-core): improve member expression check
Evan You [Wed, 9 Jun 2021 15:57:48 +0000 (11:57 -0400)] 
fix(compiler-core): improve member expression check

fix #3910

4 years agochore(playground): support unicode in sfc playground (#3662)
Herrington Darkholme [Tue, 8 Jun 2021 14:12:15 +0000 (22:12 +0800)] 
chore(playground): support unicode in sfc playground (#3662)

atob/btoa only supports ASCII string which makes playground fails
to save unicode source. This patch add unicode support by combining
escape/encodeURIComponent. `escape` is chosen for backward
compatibility.

4 years agobuild(deps-dev): bump @types/node from 14.14.44 to 14.17.3 (#3908)
dependabot[bot] [Tue, 8 Jun 2021 14:04:15 +0000 (10:04 -0400)] 
build(deps-dev): bump @types/node from 14.14.44 to 14.17.3 (#3908)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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.2.4 to 2.3.7 (#3907)
dependabot[bot] [Tue, 8 Jun 2021 14:04:06 +0000 (10:04 -0400)] 
build(deps-dev): bump vite from 2.2.4 to 2.3.7 (#3907)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.2.4 to 2.3.7.
- [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.3.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 glob-parent from 5.1.1 to 5.1.2 (#3906)
dependabot[bot] [Tue, 8 Jun 2021 14:02:58 +0000 (10:02 -0400)] 
build(deps): bump glob-parent from 5.1.1 to 5.1.2 (#3906)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

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 ws from 6.2.1 to 6.2.2 (#3877)
dependabot[bot] [Tue, 8 Jun 2021 14:02:37 +0000 (10:02 -0400)] 
build(deps): bump ws from 6.2.1 to 6.2.2 (#3877)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

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 codemirror from 5.61.0 to 5.61.1 (#3866)
dependabot[bot] [Tue, 8 Jun 2021 14:00:35 +0000 (10:00 -0400)] 
build(deps-dev): bump codemirror from 5.61.0 to 5.61.1 (#3866)

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.61.0 to 5.61.1.
- [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.61.0...5.61.1)

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 postcss-selector-parser from 6.0.5 to 6.0.6 (#3865)
dependabot[bot] [Tue, 8 Jun 2021 14:00:16 +0000 (10:00 -0400)] 
build(deps): bump postcss-selector-parser from 6.0.5 to 6.0.6 (#3865)

Bumps [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) from 6.0.5 to 6.0.6.
- [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.5...v6.0.6)

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 postcss from 8.2.13 to 8.3.0 (#3864)
dependabot[bot] [Tue, 8 Jun 2021 14:00:04 +0000 (10:00 -0400)] 
build(deps): bump postcss from 8.2.13 to 8.3.0 (#3864)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.3.0.
- [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.13...8.3.0)

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 @microsoft/api-extractor from 7.15.1 to 7.15.2 (#3863)
dependabot[bot] [Tue, 8 Jun 2021 13:58:59 +0000 (09:58 -0400)] 
build(deps-dev): bump @microsoft/api-extractor from 7.15.1 to 7.15.2 (#3863)

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.15.1 to 7.15.2.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.15.1...@microsoft/api-extractor_v7.15.2)

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 browserslist from 4.16.3 to 4.16.6 (#3826)
dependabot[bot] [Tue, 8 Jun 2021 13:58:49 +0000 (09:58 -0400)] 
build(deps): bump browserslist from 4.16.3 to 4.16.6 (#3826)

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

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.14.0 to 7.14.4 (#3862)
dependabot[bot] [Tue, 8 Jun 2021 13:58:40 +0000 (09:58 -0400)] 
build(deps): bump @babel/types from 7.14.0 to 7.14.4 (#3862)

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

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/parser from 7.14.0 to 7.14.4 (#3860)
dependabot[bot] [Tue, 8 Jun 2021 13:58:22 +0000 (09:58 -0400)] 
build(deps): bump @babel/parser from 7.14.0 to 7.14.4 (#3860)

Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.14.0 to 7.14.4.
- [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.4/packages/babel-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 @typescript-eslint/parser from 4.23.0 to 4.26.0 (#3859)
dependabot[bot] [Tue, 8 Jun 2021 13:58:13 +0000 (09:58 -0400)] 
build(deps-dev): bump @typescript-eslint/parser from 4.23.0 to 4.26.0 (#3859)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.23.0 to 4.26.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.26.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 agochore(reactivity): remove unnecessary RefImpl _shallow default value (#3895)
zhangenming [Tue, 8 Jun 2021 13:58:02 +0000 (21:58 +0800)] 
chore(reactivity): remove unnecessary RefImpl _shallow default value (#3895)

4 years agofix(runtime-core): fix multiple .once event handlers on same component (#3904)
LYlanfeng [Tue, 8 Jun 2021 13:52:45 +0000 (21:52 +0800)] 
fix(runtime-core): fix multiple .once event handlers on same component (#3904)

fix #3902

4 years agofix(devtools): expose root instance
Guillaume [Mon, 7 Jun 2021 21:23:45 +0000 (23:23 +0200)] 
fix(devtools): expose root instance

related to https://github.com/vuejs/vue-devtools/issues/1376

4 years agorelease: v3.1.1 v3.1.1
Evan You [Mon, 7 Jun 2021 20:26:54 +0000 (16:26 -0400)] 
release: v3.1.1

4 years agofix(compat): update cjs dist file names (#3893)
Daniel Roe [Mon, 7 Jun 2021 20:22:42 +0000 (21:22 +0100)] 
fix(compat): update cjs dist file names (#3893)

4 years agochore: aggregate 3.1.0 changelog [ci skip]
Evan You [Mon, 7 Jun 2021 16:40:37 +0000 (12:40 -0400)] 
chore: aggregate 3.1.0 changelog [ci skip]

4 years agorelease: v3.1.0 v3.1.0
Evan You [Mon, 7 Jun 2021 16:38:42 +0000 (12:38 -0400)] 
release: v3.1.0

4 years agochore: update compat build readme [ci skip]
Evan You [Mon, 7 Jun 2021 16:34:08 +0000 (12:34 -0400)] 
chore: update compat build readme [ci skip]

4 years agofix(compat): revert private properties on $options in comapt mode
Evan You [Mon, 7 Jun 2021 15:04:41 +0000 (11:04 -0400)] 
fix(compat): revert private properties on $options in comapt mode

fix #3883

4 years agofix(runtime-core): fix fragment update inside de-opt slots
Evan You [Fri, 4 Jun 2021 22:03:40 +0000 (18:03 -0400)] 
fix(runtime-core): fix fragment update inside de-opt slots

fix #3881

4 years agorelease: v3.1.0-beta.7 v3.1.0-beta.7
Evan You [Wed, 2 Jun 2021 20:12:54 +0000 (16:12 -0400)] 
release: v3.1.0-beta.7

4 years agochore: avoid compat disabled error for built-in components
Evan You [Wed, 2 Jun 2021 20:06:09 +0000 (16:06 -0400)] 
chore: avoid compat disabled error for built-in components

4 years agofix(watch): avoid traversing objects that are marked non-reactive
Evan You [Wed, 2 Jun 2021 19:51:27 +0000 (15:51 -0400)] 
fix(watch): avoid traversing objects that are marked non-reactive

e.g. Vue public instances

4 years agoperf: avoid deopt for props/emits normalization when global mixins are used
Evan You [Wed, 2 Jun 2021 19:22:52 +0000 (15:22 -0400)] 
perf: avoid deopt for props/emits normalization when global mixins are used

4 years agofix(runtime-core): align option merge behavior with Vue 2
Evan You [Wed, 2 Jun 2021 18:37:27 +0000 (14:37 -0400)] 
fix(runtime-core): align option merge behavior with Vue 2

fix #3566, #2791

4 years agorefactor: adjust component options merge cache strategy
Evan You [Wed, 2 Jun 2021 14:37:50 +0000 (10:37 -0400)] 
refactor: adjust component options merge cache strategy

BREAKING CHANGE: optionMergeStrategies functions no longer receive
the component instance as the 3rd argument. The argument was technically
internal in Vue 2 and only used for generating warnings, and should not
be needed in userland code. This removal enables much more efficient
caching of option merging.

4 years agofix(suspense): fix suspense regression for errored template component
Evan You [Mon, 31 May 2021 21:18:58 +0000 (17:18 -0400)] 
fix(suspense): fix suspense regression for errored template component

fix #3857

4 years agofix(compat): fix deep data merge with extended constructor
Evan You [Mon, 31 May 2021 20:48:18 +0000 (16:48 -0400)] 
fix(compat): fix deep data merge with extended constructor

fix #3852

4 years agofix(runtime-dom/v-model): only set selectedIndex when the value changes (#3845)
HcySunYang [Sun, 30 May 2021 00:42:13 +0000 (08:42 +0800)] 
fix(runtime-dom/v-model): only set selectedIndex when the value changes (#3845)

4 years agofix(compiler-sfc): fix style injection when using normal script + setup
Evan You [Fri, 28 May 2021 22:40:35 +0000 (18:40 -0400)] 
fix(compiler-sfc): fix style injection when using normal script + setup

fix #3688

4 years agofix(compiler-sfc): fix template expression assignment codegen for script setup let...
edison [Fri, 28 May 2021 21:58:46 +0000 (05:58 +0800)] 
fix(compiler-sfc): fix template expression assignment codegen for script setup let refs (#3626)

fix #3625

4 years agorelease: v3.1.0-beta.6 v3.1.0-beta.6
Evan You [Fri, 28 May 2021 20:58:54 +0000 (16:58 -0400)] 
release: v3.1.0-beta.6

4 years agofix(compiler-sfc): correctly remove parens used for wrapping (#3582)
HcySunYang [Fri, 28 May 2021 20:02:31 +0000 (04:02 +0800)] 
fix(compiler-sfc): correctly remove parens used for wrapping (#3582)

fix #3581

4 years agochore: use variable instead of literal
Evan You [Fri, 28 May 2021 19:56:07 +0000 (15:56 -0400)] 
chore: use variable instead of literal

4 years agofix(runtime-dom): should remove attribute when binding `null` to `value` (#3564)
GU Yiling [Fri, 28 May 2021 19:48:22 +0000 (03:48 +0800)] 
fix(runtime-dom): should remove attribute when binding `null` to `value` (#3564)

4 years agofix(transition): fix higher order transition components with merged listeners
Evan You [Fri, 28 May 2021 19:42:08 +0000 (15:42 -0400)] 
fix(transition): fix higher order transition components with merged listeners

fix #3227

4 years agofix(runtime-core): fix resolving inheritAttrs from mixins (#3742)
edison [Fri, 28 May 2021 01:53:41 +0000 (09:53 +0800)] 
fix(runtime-core): fix resolving inheritAttrs from mixins (#3742)

fix #3741

4 years agofix(compiler-core): improve the isMemberExpression function (#3675)
HcySunYang [Fri, 28 May 2021 01:07:26 +0000 (09:07 +0800)] 
fix(compiler-core): improve the isMemberExpression function (#3675)

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