]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
5 years agochore: fix changelog [ci skip]
Evan You [Mon, 15 Jun 2020 14:51:56 +0000 (10:51 -0400)] 
chore: fix changelog [ci skip]

5 years agotest(runtime-core): test multi-root ref assignment (#1374)
Carlos Rodrigues [Mon, 15 Jun 2020 13:31:14 +0000 (14:31 +0100)] 
test(runtime-core): test multi-root ref assignment (#1374)

5 years agotest: 100% vue packages coverage (#1371)
蜗牛老湿 [Mon, 15 Jun 2020 13:29:58 +0000 (21:29 +0800)] 
test: 100% vue packages coverage (#1371)

5 years agobuild(deps-dev): bump rollup from 2.15.0 to 2.16.1
dependabot-preview[bot] [Mon, 15 Jun 2020 08:59:25 +0000 (08:59 +0000)] 
build(deps-dev): bump rollup from 2.15.0 to 2.16.1

Bumps [rollup](https://github.com/rollup/rollup) from 2.15.0 to 2.16.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.15.0...v2.16.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agorelease: v3.0.0-beta.15 v3.0.0-beta.15
Evan You [Fri, 12 Jun 2020 22:09:05 +0000 (18:09 -0400)] 
release: v3.0.0-beta.15

5 years agoworkflow: update release script for dts tests
Evan You [Fri, 12 Jun 2020 22:03:51 +0000 (18:03 -0400)] 
workflow: update release script for dts tests

5 years agotest: fix hmr test
Evan You [Fri, 12 Jun 2020 21:17:01 +0000 (17:17 -0400)] 
test: fix hmr test

5 years agofix(runtime-core): track access to $attrs
Evan You [Fri, 12 Jun 2020 20:59:15 +0000 (16:59 -0400)] 
fix(runtime-core): track access to $attrs

fix #1346

5 years agochore: lint for unused arguments
Evan You [Fri, 12 Jun 2020 20:31:31 +0000 (16:31 -0400)] 
chore: lint for unused arguments

5 years agofix(compiler-core): support static slot names containing dots for 2.x compat
Evan You [Fri, 12 Jun 2020 20:09:27 +0000 (16:09 -0400)] 
fix(compiler-core): support static slot names containing dots for 2.x compat

close #1241

5 years agofix(compiler-core): fix parsing for directive with dynamic argument containing dots
Evan You [Fri, 12 Jun 2020 19:59:13 +0000 (15:59 -0400)] 
fix(compiler-core): fix parsing for directive with dynamic argument containing dots

5 years agoworkflow: disable lint restrictions in tests
Evan You [Fri, 12 Jun 2020 19:59:05 +0000 (15:59 -0400)] 
workflow: disable lint restrictions in tests

5 years agorefactor(hmr): simplify hmr force update check
Evan You [Fri, 12 Jun 2020 18:53:48 +0000 (14:53 -0400)] 
refactor(hmr): simplify hmr force update check

5 years agofix(hmr): force full update on nested child components (#1312)
Carlos Rodrigues [Fri, 12 Jun 2020 18:31:56 +0000 (19:31 +0100)] 
fix(hmr): force full update on nested child components (#1312)

5 years agofix: always treat spellcheck and draggable as attributes
Evan You [Fri, 12 Jun 2020 16:40:54 +0000 (12:40 -0400)] 
fix: always treat spellcheck and draggable as attributes

fix #1350

5 years agofix(runtime-core): mount children before setting element props
Evan You [Fri, 12 Jun 2020 16:14:39 +0000 (12:14 -0400)] 
fix(runtime-core): mount children before setting element props

fix #1318, close #1320

5 years agofix(runtime-core): should pass instance to patchProp on mount for event error handlin...
underfin [Fri, 12 Jun 2020 15:59:55 +0000 (23:59 +0800)] 
fix(runtime-core): should pass instance to patchProp on mount for event error handling (#1337)

fix #1336

5 years agofix(runtime-dom): compatibility for cases where event.timeStamp is 0 (#1328)
Aneryu [Fri, 12 Jun 2020 15:00:37 +0000 (23:00 +0800)] 
fix(runtime-dom): compatibility for cases where event.timeStamp is 0 (#1328)

close #1325

5 years agorefactor(types): improve typing (#1317)
Albert Liu [Fri, 12 Jun 2020 14:46:44 +0000 (22:46 +0800)] 
refactor(types): improve typing (#1317)

5 years agofix(types): add RawSlots in h signature (#1293)
Cédric Exbrayat [Fri, 12 Jun 2020 14:38:56 +0000 (16:38 +0200)] 
fix(types): add RawSlots in h signature (#1293)

5 years agoworkflow: cross platform vscode jest debugging (#414)
Cr [Fri, 12 Jun 2020 14:34:31 +0000 (22:34 +0800)] 
workflow: cross platform vscode jest debugging (#414)

remove no longer needed proxy script

5 years agotest(e2e): enhance and fix test of svg example (#560)
CodinCat [Fri, 12 Jun 2020 14:32:27 +0000 (23:32 +0900)] 
test(e2e): enhance and fix test of svg example (#560)

5 years agofix(ssr): fix unintended error on `Teleport` hydration mismatch (#1271)
underfin [Fri, 12 Jun 2020 14:01:56 +0000 (22:01 +0800)] 
fix(ssr): fix unintended error on `Teleport` hydration mismatch (#1271)

fix #1235

5 years agorefactor: improve base getter readability
Evan You [Fri, 12 Jun 2020 13:25:40 +0000 (09:25 -0400)] 
refactor: improve base getter readability

5 years agofix(reactivity): replaced ref in reactive object should be tracked (#1058)
Yang Mingshan [Fri, 12 Jun 2020 13:20:43 +0000 (21:20 +0800)] 
fix(reactivity): replaced ref in reactive object should be tracked (#1058)

5 years agofix(runtime-core): default value for function type prop (#1349)
tangjinzhou [Fri, 12 Jun 2020 13:06:28 +0000 (21:06 +0800)] 
fix(runtime-core): default value for function type prop (#1349)

fix #1348

5 years agotypes(props): fix typo on prototype (#1334)
Carlos Rodrigues [Thu, 11 Jun 2020 21:34:21 +0000 (22:34 +0100)] 
types(props): fix typo on prototype (#1334)

5 years agochore(reactivity): use ReactiveFlags instead of __v_ properties (#1313)
蜗牛老湿 [Thu, 11 Jun 2020 21:32:44 +0000 (05:32 +0800)] 
chore(reactivity): use ReactiveFlags instead of __v_ properties (#1313)

5 years agoperf: only patch string style when value has changed (#1310)
underfin [Thu, 11 Jun 2020 21:25:39 +0000 (05:25 +0800)] 
perf: only patch string style when value has changed (#1310)

fix #1309

5 years agoperf: optimize LRU access in keep-alive (#1316)
ysj16 [Thu, 11 Jun 2020 21:24:50 +0000 (05:24 +0800)] 
perf: optimize LRU access in keep-alive (#1316)

5 years agochore: better warning when remounting a mounted app (#1297)
underfin [Thu, 11 Jun 2020 21:20:38 +0000 (05:20 +0800)] 
chore: better warning when remounting a mounted app (#1297)

5 years agochore: ignore unreachable files from coverage
Evan You [Thu, 11 Jun 2020 20:58:11 +0000 (16:58 -0400)] 
chore: ignore unreachable files from coverage

5 years agotest(reactivity): 100% reactivity coverage (#1299)
蜗牛老湿 [Thu, 11 Jun 2020 20:55:56 +0000 (04:55 +0800)] 
test(reactivity): 100% reactivity coverage (#1299)

5 years agotypes(runtime-core): improve types for transition hook (#1009)
Evan You [Thu, 11 Jun 2020 20:39:18 +0000 (16:39 -0400)] 
types(runtime-core): improve types for transition hook (#1009)

* types(runtime-core): improve types for transition hook

fix #1000

* Update packages/runtime-core/src/components/BaseTransition.ts

Co-Authored-By: Carlos Rodrigues <david-181@hotmail.com>
* fix: run ci

Co-authored-by: Carlos Rodrigues <david-181@hotmail.com>
5 years agofeat(types): support typing directive value via generic argument (#1007)
underfin [Thu, 11 Jun 2020 20:37:14 +0000 (04:37 +0800)] 
feat(types): support typing directive value via generic argument (#1007)

close #998

5 years agofeat(compiler): better warning for invalid expressions in function/browser mode
Evan You [Thu, 11 Jun 2020 20:31:51 +0000 (16:31 -0400)] 
feat(compiler): better warning for invalid expressions in function/browser mode

fix #1266

5 years agofix(reactivity): fix toRaw for objects prototype inherting reactive
Evan You [Thu, 11 Jun 2020 19:12:57 +0000 (15:12 -0400)] 
fix(reactivity): fix toRaw for objects prototype inherting reactive

fix #1246

5 years agofix(compiler-core): fix prod whitespace/comment removal
Evan You [Thu, 11 Jun 2020 15:44:39 +0000 (11:44 -0400)] 
fix(compiler-core): fix prod whitespace/comment removal

fix #1256

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.10 to 7.8.11
dependabot-preview[bot] [Thu, 11 Jun 2020 08:42:36 +0000 (08:42 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.10 to 7.8.11

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.10 to 7.8.11.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.10...@microsoft/api-extractor_v7.8.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoworkflow: setup eslint for prohibited syntax and globals
Evan You [Wed, 10 Jun 2020 20:54:23 +0000 (16:54 -0400)] 
workflow: setup eslint for prohibited syntax and globals

fix #1285

5 years agofeat(types): adjust type exports for manual render function and tooling usage
Evan You [Wed, 10 Jun 2020 18:57:21 +0000 (14:57 -0400)] 
feat(types): adjust type exports for manual render function and tooling usage

- v-model and v-show directives are now exposed as public
- compiler-used runtime helpers are now exposed for TS tooling, but marked as @private

close #1329

5 years agofix: bail stringification for slots
Evan You [Wed, 10 Jun 2020 18:31:51 +0000 (14:31 -0400)] 
fix: bail stringification for slots

fix #1281, close #1286

5 years agofix(compiler-dom): add tfoot,caption,col element on bail stringification (#1333)
蜗牛老湿 [Wed, 10 Jun 2020 18:24:51 +0000 (02:24 +0800)] 
fix(compiler-dom): add tfoot,caption,col element on bail stringification (#1333)

5 years agochore: adjust yarn warning [ci skip]
Evan You [Tue, 9 Jun 2020 21:39:48 +0000 (17:39 -0400)] 
chore: adjust yarn warning [ci skip]

5 years agoworkflow: alert user working on repo if not using yarn (#1237)
limichange [Tue, 9 Jun 2020 21:36:45 +0000 (05:36 +0800)] 
workflow: alert user working on repo if not using yarn (#1237)

5 years agofix(compiler-core): allow multiline expression on v-model and v-on (#1234)
Carlos Rodrigues [Tue, 9 Jun 2020 21:24:48 +0000 (22:24 +0100)] 
fix(compiler-core): allow multiline expression on v-model and v-on (#1234)

5 years agofix(reactivity): shallowReactive collection to not-readonly (#1212)
Carlos Rodrigues [Tue, 9 Jun 2020 21:20:30 +0000 (22:20 +0100)] 
fix(reactivity): shallowReactive collection to not-readonly (#1212)

5 years agotest: test for table stringification bail
Evan You [Tue, 9 Jun 2020 21:10:07 +0000 (17:10 -0400)] 
test: test for table stringification bail

5 years agofix(compiler-dom): bail stringification on table elements
Evan You [Tue, 9 Jun 2020 21:02:27 +0000 (17:02 -0400)] 
fix(compiler-dom): bail stringification on table elements

close #1230, close #1268

5 years agofix(compiler-core): bail static stringfication even threshold is met (#1298)
Zardddddd60 [Tue, 9 Jun 2020 20:26:03 +0000 (04:26 +0800)] 
fix(compiler-core): bail static stringfication even threshold is met (#1298)

fix #1128

5 years agotest: test for mixin/extends props merging
Evan You [Tue, 9 Jun 2020 20:20:33 +0000 (16:20 -0400)] 
test: test for mixin/extends props merging

5 years agofix(runtime-core): respect props from mixins and extends
Evan You [Tue, 9 Jun 2020 15:27:40 +0000 (11:27 -0400)] 
fix(runtime-core): respect props from mixins and extends

fix #1236, close #1250

5 years agofix(build): retain main vue package side effect for compiler registration
Evan You [Tue, 9 Jun 2020 14:38:56 +0000 (10:38 -0400)] 
fix(build): retain main vue package side effect for compiler registration

fix #1263

5 years agofeat(types): mixins/extends support in TypeScript (#626)
doly mood [Tue, 9 Jun 2020 14:37:00 +0000 (22:37 +0800)] 
feat(types): mixins/extends support in TypeScript (#626)

5 years agofeat(types): update to Typescript 3.9 (#1106)
Carlos Rodrigues [Tue, 9 Jun 2020 14:17:42 +0000 (15:17 +0100)] 
feat(types): update to Typescript 3.9 (#1106)

5 years agobuild(deps): bump postcss from 7.0.30 to 7.0.32 (#1288)
dependabot-preview[bot] [Tue, 9 Jun 2020 14:01:04 +0000 (10:01 -0400)] 
build(deps): bump postcss from 7.0.30 to 7.0.32 (#1288)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agobuild(deps): bump @babel/parser from 7.9.6 to 7.10.2 (#1274)
dependabot-preview[bot] [Tue, 9 Jun 2020 14:00:52 +0000 (10:00 -0400)] 
build(deps): bump @babel/parser from 7.9.6 to 7.10.2 (#1274)

Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/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>
5 years agobuild(deps): bump @babel/types from 7.9.6 to 7.10.2 (#1272)
dependabot-preview[bot] [Tue, 9 Jun 2020 14:00:28 +0000 (10:00 -0400)] 
build(deps): bump @babel/types from 7.9.6 to 7.10.2 (#1272)

Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/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>
5 years agobuild(deps-dev): bump @rollup/plugin-json from 4.0.3 to 4.1.0
dependabot-preview[bot] [Mon, 8 Jun 2020 08:35:20 +0000 (08:35 +0000)] 
build(deps-dev): bump @rollup/plugin-json from 4.0.3 to 4.1.0

Bumps [@rollup/plugin-json](https://github.com/rollup/plugins) from 4.0.3 to 4.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/json-v4.0.3...json-v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @rollup/plugin-replace from 2.3.2 to 2.3.3
dependabot-preview[bot] [Mon, 8 Jun 2020 08:34:53 +0000 (08:34 +0000)] 
build(deps-dev): bump @rollup/plugin-replace from 2.3.2 to 2.3.3

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.3.2...replace-v2.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.13.1 to 2.15.0
dependabot-preview[bot] [Mon, 8 Jun 2020 08:34:36 +0000 (08:34 +0000)] 
build(deps-dev): bump rollup from 2.13.1 to 2.15.0

Bumps [rollup](https://github.com/rollup/rollup) from 2.13.1 to 2.15.0.
- [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.13.1...v2.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(runtime-core): use array destructuring instead of object for edge compat (#1302)
Alexandre Bonaventure Geissmann [Fri, 5 Jun 2020 14:57:44 +0000 (10:57 -0400)] 
fix(runtime-core): use array destructuring instead of object for edge compat (#1302)

fix #1294

5 years agobuild(deps-dev): bump serve from 11.3.1 to 11.3.2
dependabot-preview[bot] [Fri, 5 Jun 2020 08:09:47 +0000 (08:09 +0000)] 
build(deps-dev): bump serve from 11.3.1 to 11.3.2

Bumps [serve](https://github.com/zeit/serve) from 11.3.1 to 11.3.2.
- [Release notes](https://github.com/zeit/serve/releases)
- [Commits](https://github.com/zeit/serve/compare/11.3.1...11.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.12.1 to 2.13.1
dependabot-preview[bot] [Thu, 4 Jun 2020 08:24:48 +0000 (08:24 +0000)] 
build(deps-dev): bump rollup from 2.12.1 to 2.13.1

Bumps [rollup](https://github.com/rollup/rollup) from 2.12.1 to 2.13.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.12.1...v2.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.11.2 to 2.12.1
dependabot-preview[bot] [Wed, 3 Jun 2020 08:25:34 +0000 (08:25 +0000)] 
build(deps-dev): bump rollup from 2.11.2 to 2.12.1

Bumps [rollup](https://github.com/rollup/rollup) from 2.11.2 to 2.12.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.11.2...v2.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.8 to 7.8.10
dependabot-preview[bot] [Mon, 1 Jun 2020 08:58:46 +0000 (08:58 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.8 to 7.8.10

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.8 to 7.8.10.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.8...@microsoft/api-extractor_v7.8.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(hmr): force full update in child component on slot update
Evan You [Fri, 29 May 2020 14:50:01 +0000 (10:50 -0400)] 
fix(hmr): force full update in child component on slot update

5 years agofix(compiler-sfc): asset url transform should ignore direct hash urls
Evan You [Fri, 29 May 2020 14:20:57 +0000 (10:20 -0400)] 
fix(compiler-sfc): asset url transform should ignore direct hash urls

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.7 to 7.8.8
dependabot-preview[bot] [Thu, 28 May 2020 08:54:40 +0000 (08:54 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.7 to 7.8.8

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.7 to 7.8.8.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.7...@microsoft/api-extractor_v7.8.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.10.9 to 2.11.2
dependabot-preview[bot] [Thu, 28 May 2020 08:53:17 +0000 (08:53 +0000)] 
build(deps-dev): bump rollup from 2.10.9 to 2.11.2

Bumps [rollup](https://github.com/rollup/rollup) from 2.10.9 to 2.11.2.
- [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.10.9...v2.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.5 to 7.8.7
dependabot-preview[bot] [Wed, 27 May 2020 08:37:24 +0000 (08:37 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.5 to 7.8.7

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.5 to 7.8.7.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.5...@microsoft/api-extractor_v7.8.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(compiler-ssr): should escape template string interpolation chars in generated...
Evan You [Tue, 26 May 2020 18:27:01 +0000 (14:27 -0400)] 
fix(compiler-ssr): should escape template string interpolation chars in generated code

5 years agobuild(deps-dev): bump rollup from 2.10.5 to 2.10.9
dependabot-preview[bot] [Mon, 25 May 2020 08:39:13 +0000 (08:39 +0000)] 
build(deps-dev): bump rollup from 2.10.5 to 2.10.9

Bumps [rollup](https://github.com/rollup/rollup) from 2.10.5 to 2.10.9.
- [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.10.5...v2.10.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.4 to 7.8.5
dependabot-preview[bot] [Mon, 25 May 2020 08:38:51 +0000 (08:38 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.4 to 7.8.5

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.4 to 7.8.5.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.4...@microsoft/api-extractor_v7.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump serve from 11.3.0 to 11.3.1
dependabot-preview[bot] [Mon, 25 May 2020 08:38:43 +0000 (08:38 +0000)] 
build(deps-dev): bump serve from 11.3.0 to 11.3.1

Bumps [serve](https://github.com/zeit/serve) from 11.3.0 to 11.3.1.
- [Release notes](https://github.com/zeit/serve/releases)
- [Commits](https://github.com/zeit/serve/compare/11.3.0...11.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofeat(runtime-core): add inheritRef option + make <transition> & <keep-alive> inherit...
Evan You [Fri, 22 May 2020 14:26:02 +0000 (10:26 -0400)] 
feat(runtime-core): add inheritRef option + make <transition> & <keep-alive> inherit refs

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.2 to 7.8.4
dependabot-preview[bot] [Fri, 22 May 2020 08:25:07 +0000 (08:25 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.2 to 7.8.4

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.2 to 7.8.4.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.2...@microsoft/api-extractor_v7.8.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(ssr): should set ref on hydration
Evan You [Thu, 21 May 2020 21:37:23 +0000 (17:37 -0400)] 
fix(ssr): should set ref on hydration

5 years agochore: fix typo in comment (#1217)
zhangzhonghe [Thu, 21 May 2020 07:34:05 +0000 (15:34 +0800)] 
chore: fix typo in comment (#1217)

5 years agobuild(deps-dev): bump @types/puppeteer from 2.1.0 to 2.1.1
dependabot-preview[bot] [Wed, 20 May 2020 08:12:31 +0000 (08:12 +0000)] 
build(deps-dev): bump @types/puppeteer from 2.1.0 to 2.1.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.1 to 7.8.2
dependabot-preview[bot] [Wed, 20 May 2020 08:12:11 +0000 (08:12 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.1 to 7.8.2

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.1 to 7.8.2.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.1...@microsoft/api-extractor_v7.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.10.4 to 2.10.5
dependabot-preview[bot] [Wed, 20 May 2020 08:11:29 +0000 (08:11 +0000)] 
build(deps-dev): bump rollup from 2.10.4 to 2.10.5

Bumps [rollup](https://github.com/rollup/rollup) from 2.10.4 to 2.10.5.
- [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.10.4...v2.10.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.10.2 to 2.10.4
dependabot-preview[bot] [Tue, 19 May 2020 09:03:16 +0000 (09:03 +0000)] 
build(deps-dev): bump rollup from 2.10.2 to 2.10.4

Bumps [rollup](https://github.com/rollup/rollup) from 2.10.2 to 2.10.4.
- [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.10.2...v2.10.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @types/jest from 25.2.2 to 25.2.3
dependabot-preview[bot] [Tue, 19 May 2020 09:02:42 +0000 (09:02 +0000)] 
build(deps-dev): bump @types/jest from 25.2.2 to 25.2.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agorelease: v3.0.0-beta.14 v3.0.0-beta.14
Evan You [Mon, 18 May 2020 18:42:11 +0000 (14:42 -0400)] 
release: v3.0.0-beta.14

5 years agochore: improve comments
Evan You [Mon, 18 May 2020 14:20:24 +0000 (10:20 -0400)] 
chore: improve comments

5 years agofix(reactivity): shallowReactive for collections (#1204)
Carlos Rodrigues [Mon, 18 May 2020 15:17:37 +0000 (16:17 +0100)] 
fix(reactivity): shallowReactive for collections (#1204)

close #1202

5 years agofeat(watch): support directly watching reactive object in multiple sources with deep...
Yang Mingshan [Mon, 18 May 2020 15:02:51 +0000 (23:02 +0800)] 
feat(watch): support directly watching reactive object in multiple sources with deep default (#1201)

5 years agofix(v-model): should not trigger updates during input composition (#1183)
underfin [Mon, 18 May 2020 14:23:55 +0000 (22:23 +0800)] 
fix(v-model): should not trigger updates during input composition (#1183)

5 years agotest(runtime-core): add test case for `createBlock` with disableTracking (#1169)
underfin [Mon, 18 May 2020 14:20:05 +0000 (22:20 +0800)] 
test(runtime-core): add test case for `createBlock` with disableTracking (#1169)

5 years agotest(runtime-core): add test for `renderSlot` (#1160)
underfin [Mon, 18 May 2020 14:14:09 +0000 (22:14 +0800)] 
test(runtime-core): add test for `renderSlot` (#1160)

5 years agochore: merge imports (#1182)
zhangenming [Mon, 18 May 2020 14:12:14 +0000 (22:12 +0800)] 
chore: merge imports (#1182)

5 years agofix(runtime-dom): event handlers with modifiers should get all event arguments (...
Albert Kaaman [Mon, 18 May 2020 14:11:39 +0000 (16:11 +0200)] 
fix(runtime-dom): event handlers with modifiers should get all event arguments (#1193)

5 years agofix(Transition): fix validate duration (#1188)
underfin [Mon, 18 May 2020 14:09:10 +0000 (22:09 +0800)] 
fix(Transition): fix validate duration (#1188)

5 years agotypes(server-renderer): export SSRContext type (#1199)
Carlos Rodrigues [Mon, 18 May 2020 14:07:20 +0000 (15:07 +0100)] 
types(server-renderer): export SSRContext type (#1199)

5 years agochore: fix typo Stringiable -> Stringifiable (#1200)
Jian Zhang [Mon, 18 May 2020 14:06:57 +0000 (07:06 -0700)] 
chore: fix typo Stringiable -> Stringifiable (#1200)

5 years agobuild(deps): bump postcss from 7.0.29 to 7.0.30 (#1170)
dependabot-preview[bot] [Mon, 18 May 2020 14:04:48 +0000 (10:04 -0400)] 
build(deps): bump postcss from 7.0.29 to 7.0.30 (#1170)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agofix(compiler-dom): should bail stringification on runtime constant regardless of...
Evan You [Mon, 18 May 2020 14:04:03 +0000 (10:04 -0400)] 
fix(compiler-dom): should bail stringification on runtime constant regardless of position

ref: vuejs/vite#157

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.0 to 7.8.1
dependabot-preview[bot] [Mon, 18 May 2020 08:43:34 +0000 (08:43 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.8.0 to 7.8.1

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.0...@microsoft/api-extractor_v7.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agochore: typo in changelog (#1198)
Mohamed Nainar [Sun, 17 May 2020 09:03:04 +0000 (14:33 +0530)] 
chore: typo in changelog (#1198)