]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
dependabot-preview[bot] [Tue, 16 Jun 2020 12:14:07 +0000 (12:14 +0000)]
build(deps-dev): bump @typescript-eslint/parser from 3.2.0 to 3.3.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.2.0 to 3.3.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/v3.3.0/packages/parser)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 16 Jun 2020 12:13:58 +0000 (12:13 +0000)]
build(deps-dev): bump @microsoft/api-extractor from 7.8.11 to 7.8.12
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.11 to 7.8.12.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.11...@microsoft/api-extractor_v7.8.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
underfin [Mon, 15 Jun 2020 20:46:29 +0000 (04:46 +0800)]
fix(runtime-core): fix parent el update on nested HOC self-update (#1360)
fix #1357
Evan You [Mon, 15 Jun 2020 19:57:37 +0000 (15:57 -0400)]
fix(runtime-core): cloneVNode should preserve correct ctx instance when normalizing ref
fix #1311
Evan You [Mon, 15 Jun 2020 19:24:46 +0000 (15:24 -0400)]
refactor: only inject rest args for member expression handlers + fix tests
Cathrine Vaage [Mon, 15 Jun 2020 19:04:03 +0000 (21:04 +0200)]
fix(compiler-core/v-on): pass noninitial arguments in cached event handlers (#1265)
underfin [Mon, 15 Jun 2020 15:20:00 +0000 (23:20 +0800)]
fix(compiler-core): should not prefix object method (#1375)
Cédric Exbrayat [Mon, 15 Jun 2020 15:13:00 +0000 (17:13 +0200)]
fix(types): export ComponentOptionsMixin (#1361)
The newly introduced `ComponentOptionsMixin` was not re-exported.
Cathrine Vaage [Mon, 15 Jun 2020 15:12:08 +0000 (17:12 +0200)]
fix(runtime-core): properly capitalize v-on object keys (#1358)
Evan You [Mon, 15 Jun 2020 15:08:55 +0000 (11:08 -0400)]
fix(compiler-core): ignore comment nodes in transition children
fix #1352
Evan You [Mon, 15 Jun 2020 14:59:03 +0000 (10:59 -0400)]
fix(compiler-core): skip empty expressions when validating expressions in browser mode
Evan You [Mon, 15 Jun 2020 14:51:56 +0000 (10:51 -0400)]
chore: fix changelog [ci skip]
Carlos Rodrigues [Mon, 15 Jun 2020 13:31:14 +0000 (14:31 +0100)]
test(runtime-core): test multi-root ref assignment (#1374)
蜗牛老湿 [Mon, 15 Jun 2020 13:29:58 +0000 (21:29 +0800)]
test: 100% vue packages coverage (#1371)
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>
Evan You [Fri, 12 Jun 2020 22:09:05 +0000 (18:09 -0400)]
release: v3.0.0-beta.15
Evan You [Fri, 12 Jun 2020 22:03:51 +0000 (18:03 -0400)]
workflow: update release script for dts tests
Evan You [Fri, 12 Jun 2020 21:17:01 +0000 (17:17 -0400)]
test: fix hmr test
Evan You [Fri, 12 Jun 2020 20:59:15 +0000 (16:59 -0400)]
fix(runtime-core): track access to $attrs
fix #1346
Evan You [Fri, 12 Jun 2020 20:31:31 +0000 (16:31 -0400)]
chore: lint for unused arguments
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
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
Evan You [Fri, 12 Jun 2020 19:59:05 +0000 (15:59 -0400)]
workflow: disable lint restrictions in tests
Evan You [Fri, 12 Jun 2020 18:53:48 +0000 (14:53 -0400)]
refactor(hmr): simplify hmr force update check
Carlos Rodrigues [Fri, 12 Jun 2020 18:31:56 +0000 (19:31 +0100)]
fix(hmr): force full update on nested child components (#1312)
Evan You [Fri, 12 Jun 2020 16:40:54 +0000 (12:40 -0400)]
fix: always treat spellcheck and draggable as attributes
fix #1350
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
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
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
Albert Liu [Fri, 12 Jun 2020 14:46:44 +0000 (22:46 +0800)]
refactor(types): improve typing (#1317)
Cédric Exbrayat [Fri, 12 Jun 2020 14:38:56 +0000 (16:38 +0200)]
fix(types): add RawSlots in h signature (#1293)
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
CodinCat [Fri, 12 Jun 2020 14:32:27 +0000 (23:32 +0900)]
test(e2e): enhance and fix test of svg example (#560)
underfin [Fri, 12 Jun 2020 14:01:56 +0000 (22:01 +0800)]
fix(ssr): fix unintended error on `Teleport` hydration mismatch (#1271)
fix #1235
Evan You [Fri, 12 Jun 2020 13:25:40 +0000 (09:25 -0400)]
refactor: improve base getter readability
Yang Mingshan [Fri, 12 Jun 2020 13:20:43 +0000 (21:20 +0800)]
fix(reactivity): replaced ref in reactive object should be tracked (#1058)
tangjinzhou [Fri, 12 Jun 2020 13:06:28 +0000 (21:06 +0800)]
fix(runtime-core): default value for function type prop (#1349)
fix #1348
Carlos Rodrigues [Thu, 11 Jun 2020 21:34:21 +0000 (22:34 +0100)]
types(props): fix typo on prototype (#1334)
蜗牛老湿 [Thu, 11 Jun 2020 21:32:44 +0000 (05:32 +0800)]
chore(reactivity): use ReactiveFlags instead of __v_ properties (#1313)
underfin [Thu, 11 Jun 2020 21:25:39 +0000 (05:25 +0800)]
perf: only patch string style when value has changed (#1310)
fix #1309
ysj16 [Thu, 11 Jun 2020 21:24:50 +0000 (05:24 +0800)]
perf: optimize LRU access in keep-alive (#1316)
underfin [Thu, 11 Jun 2020 21:20:38 +0000 (05:20 +0800)]
chore: better warning when remounting a mounted app (#1297)
Evan You [Thu, 11 Jun 2020 20:58:11 +0000 (16:58 -0400)]
chore: ignore unreachable files from coverage
蜗牛老湿 [Thu, 11 Jun 2020 20:55:56 +0000 (04:55 +0800)]
test(reactivity): 100% reactivity coverage (#1299)
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>
underfin [Thu, 11 Jun 2020 20:37:14 +0000 (04:37 +0800)]
feat(types): support typing directive value via generic argument (#1007)
close #998
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
Evan You [Thu, 11 Jun 2020 19:12:57 +0000 (15:12 -0400)]
fix(reactivity): fix toRaw for objects prototype inherting reactive
fix #1246
Evan You [Thu, 11 Jun 2020 15:44:39 +0000 (11:44 -0400)]
fix(compiler-core): fix prod whitespace/comment removal
fix #1256
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>
Evan You [Wed, 10 Jun 2020 20:54:23 +0000 (16:54 -0400)]
workflow: setup eslint for prohibited syntax and globals
fix #1285
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
Evan You [Wed, 10 Jun 2020 18:31:51 +0000 (14:31 -0400)]
fix: bail stringification for slots
fix #1281, close #1286
蜗牛老湿 [Wed, 10 Jun 2020 18:24:51 +0000 (02:24 +0800)]
fix(compiler-dom): add tfoot,caption,col element on bail stringification (#1333)
Evan You [Tue, 9 Jun 2020 21:39:48 +0000 (17:39 -0400)]
chore: adjust yarn warning [ci skip]
limichange [Tue, 9 Jun 2020 21:36:45 +0000 (05:36 +0800)]
workflow: alert user working on repo if not using yarn (#1237)
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)
Carlos Rodrigues [Tue, 9 Jun 2020 21:20:30 +0000 (22:20 +0100)]
fix(reactivity): shallowReactive collection to not-readonly (#1212)
Evan You [Tue, 9 Jun 2020 21:10:07 +0000 (17:10 -0400)]
test: test for table stringification bail
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
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
Evan You [Tue, 9 Jun 2020 20:20:33 +0000 (16:20 -0400)]
test: test for mixin/extends props merging
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
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
doly mood [Tue, 9 Jun 2020 14:37:00 +0000 (22:37 +0800)]
feat(types): mixins/extends support in TypeScript (#626)
Carlos Rodrigues [Tue, 9 Jun 2020 14:17:42 +0000 (15:17 +0100)]
feat(types): update to Typescript 3.9 (#1106)
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
Evan You [Fri, 29 May 2020 14:50:01 +0000 (10:50 -0400)]
fix(hmr): force full update in child component on slot update
Evan You [Fri, 29 May 2020 14:20:57 +0000 (10:20 -0400)]
fix(compiler-sfc): asset url transform should ignore direct hash urls
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>
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>
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>
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
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>
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>
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>
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
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>
Evan You [Thu, 21 May 2020 21:37:23 +0000 (17:37 -0400)]
fix(ssr): should set ref on hydration
zhangzhonghe [Thu, 21 May 2020 07:34:05 +0000 (15:34 +0800)]
chore: fix typo in comment (#1217)
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>
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>
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>
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>
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>
Evan You [Mon, 18 May 2020 18:42:11 +0000 (14:42 -0400)]
release: v3.0.0-beta.14
Evan You [Mon, 18 May 2020 14:20:24 +0000 (10:20 -0400)]
chore: improve comments
Carlos Rodrigues [Mon, 18 May 2020 15:17:37 +0000 (16:17 +0100)]
fix(reactivity): shallowReactive for collections (#1204)
close #1202
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)
underfin [Mon, 18 May 2020 14:23:55 +0000 (22:23 +0800)]
fix(v-model): should not trigger updates during input composition (#1183)