]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
dependabot-preview[bot] [Tue, 30 Jun 2020 08:01:43 +0000 (08:01 +0000)]
build(deps-dev): bump rollup from 2.18.0 to 2.18.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.18.0 to 2.18.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.18.0...v2.18.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jian Zhang [Mon, 29 Jun 2020 22:52:44 +0000 (06:52 +0800)]
chore: avoid unnecessary function call (#1464)
Evan You [Mon, 29 Jun 2020 22:50:00 +0000 (18:50 -0400)]
chore: readme update status [ci skip]
Evan You [Mon, 29 Jun 2020 22:34:50 +0000 (18:34 -0400)]
release: v3.0.0-beta.16
Evan You [Mon, 29 Jun 2020 22:15:53 +0000 (18:15 -0400)]
fix(transition-group): vue 2 compatible handling of transition-group w/ multiple v-for children
fix #1126
Evan You [Mon, 29 Jun 2020 21:46:16 +0000 (17:46 -0400)]
chore: add display names for dom transition components
蜗牛老湿 [Mon, 29 Jun 2020 17:19:31 +0000 (01:19 +0800)]
refactor(runtime-dom): insertBefore anchor null equals appendChild (#1463)
Evan You [Mon, 29 Jun 2020 16:26:28 +0000 (12:26 -0400)]
fix(types): should unwrap array -> object -> ref
Pick [Mon, 29 Jun 2020 16:10:29 +0000 (00:10 +0800)]
test(reactivity): adjust ref unwrap test inside arrays (#1457)
underfin [Mon, 29 Jun 2020 16:04:28 +0000 (00:04 +0800)]
fix(BaseTransition): collect correct children with slot passthrough in `Transition` (#1456)
fix #1455
Evan You [Sat, 27 Jun 2020 04:25:07 +0000 (00:25 -0400)]
fix(ssr): fix ssr scopeId on component root
Evan You [Sat, 27 Jun 2020 02:28:55 +0000 (22:28 -0400)]
fix(runtime-core): fix scopeId inheritance for component inside slots
Evan You [Fri, 26 Jun 2020 22:05:53 +0000 (18:05 -0400)]
fix(runtime-core): handle patch flag de-op from cloned vnode
close #1426
Evan You [Fri, 26 Jun 2020 21:54:44 +0000 (17:54 -0400)]
fix(runtime-core): component root should inherit scopeId from vnode
fix #1399
Evan You [Fri, 26 Jun 2020 21:18:39 +0000 (17:18 -0400)]
fix(slots): filter out compiler marker from resolved slots
fix #1451
Evan You [Fri, 26 Jun 2020 21:00:50 +0000 (17:00 -0400)]
chore: fix missed snapshots
Evan You [Fri, 26 Jun 2020 18:23:50 +0000 (14:23 -0400)]
fix(ssr): handle fallthrough attrs in ssr compile output
Evan You [Fri, 26 Jun 2020 15:10:30 +0000 (11:10 -0400)]
perf(ssr): avoid unnecessary await ticks when unrolling sync buffers
Stanislav Lashmanov [Fri, 26 Jun 2020 15:09:47 +0000 (18:09 +0300)]
feat(ssr): renderToStream (#1197)
Evan You [Fri, 26 Jun 2020 14:19:07 +0000 (10:19 -0400)]
fix(runtime-core): always check props presence in public instance proxy
When the there are props merged from mixins or extends, the component itself
may not have a props property.
fix #1236 where merged props are not exposed in production
Evan You [Fri, 26 Jun 2020 14:07:07 +0000 (10:07 -0400)]
chore: fix types
edison [Fri, 26 Jun 2020 13:32:09 +0000 (21:32 +0800)]
chore(reactivity): use consistent naming for ReactiveFlags enum (#1428)
Evan You [Fri, 26 Jun 2020 13:28:15 +0000 (09:28 -0400)]
fix(runtime-core): fix component name inference in warnings
Should not pollute component definition name property
fix #1418
underfin [Fri, 26 Jun 2020 13:16:06 +0000 (21:16 +0800)]
fix(runtime-core): should remove no longer present camelCase props (#1413)
fix #1412
Evan You [Fri, 26 Jun 2020 13:03:55 +0000 (09:03 -0400)]
feat(runtime-core): expose version on app instance
close #1449
Evan You [Thu, 25 Jun 2020 21:56:36 +0000 (17:56 -0400)]
fix(transition): enter/leave hook timing consistency with v2
close #1145
Evan You [Thu, 25 Jun 2020 21:40:49 +0000 (17:40 -0400)]
fix(transition): fix css:false with hooks with no explicit done callback
close #1149
underfin [Thu, 25 Jun 2020 21:00:19 +0000 (05:00 +0800)]
fix(BaseTransition): fix `BaseTransition` delayed leave with mode `in-out` (#1404)
fix #1400
underfin [Thu, 25 Jun 2020 20:38:22 +0000 (04:38 +0800)]
test(TransitionGroup): test for `TransitionGroup` (#1269)
Evan You [Thu, 25 Jun 2020 20:02:28 +0000 (16:02 -0400)]
fix(transition): fix appear hooks handling
Evan You [Thu, 25 Jun 2020 19:00:59 +0000 (15:00 -0400)]
fix(transition): fix dom transition cancel hooks not being called
underfin [Thu, 25 Jun 2020 18:04:23 +0000 (02:04 +0800)]
test(Transition): more complete transition e2e tests (#1151)
Pick [Thu, 25 Jun 2020 16:04:14 +0000 (00:04 +0800)]
refactor(types): simplify UnwrapRef + specify iterable method return type (#1444)
underfin [Thu, 25 Jun 2020 15:40:49 +0000 (23:40 +0800)]
perf(reactivity): should not track `__v_isRef` (#1392)
Albert Liu [Thu, 25 Jun 2020 15:05:39 +0000 (23:05 +0800)]
refactor(types): remove unnecessary as any (#1411)
Bener [Thu, 25 Jun 2020 15:03:59 +0000 (23:03 +0800)]
chore: fix markdown example with overflowing content (#1410) [ci skip]
underfin [Thu, 25 Jun 2020 14:58:31 +0000 (22:58 +0800)]
fix(v-show): fix v-show unmount with falsy value (#1403)
fix #1401
dependabot-preview[bot] [Thu, 25 Jun 2020 12:26:35 +0000 (12:26 +0000)]
build(deps-dev): bump @microsoft/api-extractor from 7.8.14 to 7.8.15
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.14 to 7.8.15.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.14...@microsoft/api-extractor_v7.8.15)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 25 Jun 2020 12:25:17 +0000 (12:25 +0000)]
build(deps-dev): bump @types/jest from 26.0.2 to 26.0.3
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.2 to 26.0.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>
dependabot-preview[bot] [Wed, 24 Jun 2020 13:41:38 +0000 (13:41 +0000)]
build(deps-dev): bump @microsoft/api-extractor from 7.8.12 to 7.8.14
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.12 to 7.8.14.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.12...@microsoft/api-extractor_v7.8.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 24 Jun 2020 13:40:40 +0000 (13:40 +0000)]
build(deps-dev): bump @types/jest from 26.0.0 to 26.0.2
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.2.
- [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>
dependabot-preview[bot] [Wed, 24 Jun 2020 01:46:52 +0000 (21:46 -0400)]
build(deps): bump @babel/parser from 7.10.2 to 7.10.3 (#1421)
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.10.2 to 7.10.3.
- [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.10.3/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] [Wed, 24 Jun 2020 01:46:45 +0000 (21:46 -0400)]
build(deps): bump @babel/types from 7.10.2 to 7.10.3 (#1419)
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.10.2 to 7.10.3.
- [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.10.3/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>
underfin [Wed, 24 Jun 2020 01:46:18 +0000 (09:46 +0800)]
fix(compiler-sfc): transformAssetUrl should ignore inline data url (#1431)
Evan You [Tue, 23 Jun 2020 15:34:02 +0000 (11:34 -0400)]
build(deps): bump postcss-modules
dependabot-preview[bot] [Tue, 23 Jun 2020 15:26:22 +0000 (15:26 +0000)]
build(deps-dev): bump @typescript-eslint/parser from 3.3.0 to 3.4.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.3.0 to 3.4.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.4.0/packages/parser)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 23 Jun 2020 15:25:56 +0000 (15:25 +0000)]
build(deps-dev): bump @rollup/plugin-node-resolve from 8.0.1 to 8.1.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.0.1...node-resolve-v8.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 23 Jun 2020 15:25:40 +0000 (15:25 +0000)]
build(deps-dev): bump jest from 26.0.1 to 26.1.0
Bumps [jest](https://github.com/facebook/jest) from 26.0.1 to 26.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.0.1...v26.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 23 Jun 2020 15:25:08 +0000 (15:25 +0000)]
build(deps-dev): bump eslint from 7.3.0 to 7.3.1
Bumps [eslint](https://github.com/eslint/eslint) from 7.3.0 to 7.3.1.
- [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.3.0...v7.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 22 Jun 2020 09:41:32 +0000 (09:41 +0000)]
build(deps-dev): bump eslint from 7.2.0 to 7.3.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.2.0 to 7.3.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.2.0...v7.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 22 Jun 2020 09:41:02 +0000 (09:41 +0000)]
build(deps-dev): bump ts-jest from 26.1.0 to 26.1.1
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.0 to 26.1.1.
- [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.1.0...v26.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 22 Jun 2020 09:39:51 +0000 (09:39 +0000)]
build(deps-dev): bump rollup from 2.17.1 to 2.18.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.17.1 to 2.18.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.17.1...v2.18.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Fri, 19 Jun 2020 08:31:17 +0000 (08:31 +0000)]
build(deps-dev): bump rollup from 2.17.0 to 2.17.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.17.0 to 2.17.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.17.0...v2.17.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 18 Jun 2020 08:09:59 +0000 (08:09 +0000)]
build(deps-dev): bump lint-staged from 10.2.10 to 10.2.11
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.10 to 10.2.11.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.10...v10.2.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 18 Jun 2020 08:09:28 +0000 (08:09 +0000)]
build(deps-dev): bump rollup from 2.16.1 to 2.17.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.16.1 to 2.17.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.16.1...v2.17.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
HcySunYang [Wed, 17 Jun 2020 20:13:14 +0000 (04:13 +0800)]
perf(compiler-core): treat v-for with constant exp as a stable fragment (#1394)
Pick [Wed, 17 Jun 2020 20:06:55 +0000 (04:06 +0800)]
refactor(types): simplified UnwrapRef (#1390)
57code [Wed, 17 Jun 2020 20:01:35 +0000 (04:01 +0800)]
test(vue): test mount with a selector (#1391)
Joseph Xia [Wed, 17 Jun 2020 20:01:12 +0000 (04:01 +0800)]
test(compiler-core): add v-if with comments test case (#1389)
hanmingyang [Wed, 17 Jun 2020 19:57:26 +0000 (03:57 +0800)]
test(compiler-sfc):test isRelativeUrl (#1377)
Evan You [Tue, 16 Jun 2020 16:11:51 +0000 (12:11 -0400)]
test: bump jest
Evan You [Tue, 16 Jun 2020 16:09:20 +0000 (12:09 -0400)]
build(deps): bump build deps
Evan You [Tue, 16 Jun 2020 16:00:08 +0000 (12:00 -0400)]
workflow: eslint ignore unused args that start with _
Evan You [Tue, 16 Jun 2020 15:59:43 +0000 (11:59 -0400)]
fix(types): ensure correct public props interface for defineComponent instance type
fix #1385
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)