]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
5 years agotest(reactivity): adjust ref unwrap test inside arrays (#1457)
Pick [Mon, 29 Jun 2020 16:10:29 +0000 (00:10 +0800)] 
test(reactivity): adjust ref unwrap test inside arrays (#1457)

5 years agofix(BaseTransition): collect correct children with slot passthrough in `Transition...
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

5 years agofix(ssr): fix ssr scopeId on component root
Evan You [Sat, 27 Jun 2020 04:25:07 +0000 (00:25 -0400)] 
fix(ssr): fix ssr scopeId on component root

5 years agofix(runtime-core): fix scopeId inheritance for component inside slots
Evan You [Sat, 27 Jun 2020 02:28:55 +0000 (22:28 -0400)] 
fix(runtime-core): fix scopeId inheritance for component inside slots

5 years agofix(runtime-core): handle patch flag de-op from cloned vnode
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

5 years agofix(runtime-core): component root should inherit scopeId from vnode
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

5 years agofix(slots): filter out compiler marker from resolved slots
Evan You [Fri, 26 Jun 2020 21:18:39 +0000 (17:18 -0400)] 
fix(slots): filter out compiler marker from resolved slots

fix #1451

5 years agochore: fix missed snapshots
Evan You [Fri, 26 Jun 2020 21:00:50 +0000 (17:00 -0400)] 
chore: fix missed snapshots

5 years agofix(ssr): handle fallthrough attrs in ssr compile output
Evan You [Fri, 26 Jun 2020 18:23:50 +0000 (14:23 -0400)] 
fix(ssr): handle fallthrough attrs in ssr compile output

5 years agoperf(ssr): avoid unnecessary await ticks when unrolling sync buffers
Evan You [Fri, 26 Jun 2020 15:10:30 +0000 (11:10 -0400)] 
perf(ssr): avoid unnecessary await ticks when unrolling sync buffers

5 years agofeat(ssr): renderToStream (#1197)
Stanislav Lashmanov [Fri, 26 Jun 2020 15:09:47 +0000 (18:09 +0300)] 
feat(ssr): renderToStream (#1197)

5 years agofix(runtime-core): always check props presence in public instance proxy
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

5 years agochore: fix types
Evan You [Fri, 26 Jun 2020 14:07:07 +0000 (10:07 -0400)] 
chore: fix types

5 years agochore(reactivity): use consistent naming for ReactiveFlags enum (#1428)
edison [Fri, 26 Jun 2020 13:32:09 +0000 (21:32 +0800)] 
chore(reactivity): use consistent naming for ReactiveFlags enum (#1428)

5 years agofix(runtime-core): fix component name inference in warnings
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

5 years agofix(runtime-core): should remove no longer present camelCase props (#1413)
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

5 years agofeat(runtime-core): expose version on app instance
Evan You [Fri, 26 Jun 2020 13:03:55 +0000 (09:03 -0400)] 
feat(runtime-core): expose version on app instance

close #1449

5 years agofix(transition): enter/leave hook timing consistency with v2
Evan You [Thu, 25 Jun 2020 21:56:36 +0000 (17:56 -0400)] 
fix(transition): enter/leave hook timing consistency with v2

close #1145

5 years agofix(transition): fix css:false with hooks with no explicit done callback
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

5 years agofix(BaseTransition): fix `BaseTransition` delayed leave with mode `in-out` (#1404)
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

5 years agotest(TransitionGroup): test for `TransitionGroup` (#1269)
underfin [Thu, 25 Jun 2020 20:38:22 +0000 (04:38 +0800)] 
test(TransitionGroup): test for `TransitionGroup` (#1269)

5 years agofix(transition): fix appear hooks handling
Evan You [Thu, 25 Jun 2020 20:02:28 +0000 (16:02 -0400)] 
fix(transition): fix appear hooks handling

5 years agofix(transition): fix dom transition cancel hooks not being called
Evan You [Thu, 25 Jun 2020 19:00:59 +0000 (15:00 -0400)] 
fix(transition): fix dom transition cancel hooks not being called

5 years agotest(Transition): more complete transition e2e tests (#1151)
underfin [Thu, 25 Jun 2020 18:04:23 +0000 (02:04 +0800)] 
test(Transition): more complete transition e2e tests (#1151)

5 years agorefactor(types): simplify UnwrapRef + specify iterable method return type (#1444)
Pick [Thu, 25 Jun 2020 16:04:14 +0000 (00:04 +0800)] 
refactor(types): simplify UnwrapRef + specify iterable method return type (#1444)

5 years agoperf(reactivity): should not track `__v_isRef` (#1392)
underfin [Thu, 25 Jun 2020 15:40:49 +0000 (23:40 +0800)] 
perf(reactivity): should not track `__v_isRef` (#1392)

5 years agorefactor(types): remove unnecessary as any (#1411)
Albert Liu [Thu, 25 Jun 2020 15:05:39 +0000 (23:05 +0800)] 
refactor(types): remove unnecessary as any (#1411)

5 years agochore: fix markdown example with overflowing content (#1410) [ci skip]
Bener [Thu, 25 Jun 2020 15:03:59 +0000 (23:03 +0800)] 
chore: fix markdown example with overflowing content (#1410) [ci skip]

5 years agofix(v-show): fix v-show unmount with falsy value (#1403)
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

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.14 to 7.8.15
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>
5 years agobuild(deps-dev): bump @types/jest from 26.0.2 to 26.0.3
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>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.12 to 7.8.14
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>
5 years agobuild(deps-dev): bump @types/jest from 26.0.0 to 26.0.2
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>
5 years agobuild(deps): bump @babel/parser from 7.10.2 to 7.10.3 (#1421)
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>
5 years agobuild(deps): bump @babel/types from 7.10.2 to 7.10.3 (#1419)
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>
5 years agofix(compiler-sfc): transformAssetUrl should ignore inline data url (#1431)
underfin [Wed, 24 Jun 2020 01:46:18 +0000 (09:46 +0800)] 
fix(compiler-sfc): transformAssetUrl should ignore inline data url (#1431)

5 years agobuild(deps): bump postcss-modules
Evan You [Tue, 23 Jun 2020 15:34:02 +0000 (11:34 -0400)] 
build(deps): bump postcss-modules

5 years agobuild(deps-dev): bump @typescript-eslint/parser from 3.3.0 to 3.4.0
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>
5 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 8.0.1 to 8.1.0
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>
5 years agobuild(deps-dev): bump jest from 26.0.1 to 26.1.0
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>
5 years agobuild(deps-dev): bump eslint from 7.3.0 to 7.3.1
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>
5 years agobuild(deps-dev): bump eslint from 7.2.0 to 7.3.0
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>
5 years agobuild(deps-dev): bump ts-jest from 26.1.0 to 26.1.1
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>
5 years agobuild(deps-dev): bump rollup from 2.17.1 to 2.18.0
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>
5 years agobuild(deps-dev): bump rollup from 2.17.0 to 2.17.1
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>
5 years agobuild(deps-dev): bump lint-staged from 10.2.10 to 10.2.11
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>
5 years agobuild(deps-dev): bump rollup from 2.16.1 to 2.17.0
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>
5 years agoperf(compiler-core): treat v-for with constant exp as a stable fragment (#1394)
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)

5 years agorefactor(types): simplified UnwrapRef (#1390)
Pick [Wed, 17 Jun 2020 20:06:55 +0000 (04:06 +0800)] 
refactor(types): simplified UnwrapRef (#1390)

5 years agotest(vue): test mount with a selector (#1391)
57code [Wed, 17 Jun 2020 20:01:35 +0000 (04:01 +0800)] 
test(vue): test mount with a selector (#1391)

5 years agotest(compiler-core): add v-if with comments test case (#1389)
Joseph Xia [Wed, 17 Jun 2020 20:01:12 +0000 (04:01 +0800)] 
test(compiler-core): add v-if with comments test case (#1389)

5 years agotest(compiler-sfc):test isRelativeUrl (#1377)
hanmingyang [Wed, 17 Jun 2020 19:57:26 +0000 (03:57 +0800)] 
test(compiler-sfc):test isRelativeUrl (#1377)

5 years agotest: bump jest
Evan You [Tue, 16 Jun 2020 16:11:51 +0000 (12:11 -0400)] 
test: bump jest

5 years agobuild(deps): bump build deps
Evan You [Tue, 16 Jun 2020 16:09:20 +0000 (12:09 -0400)] 
build(deps): bump build deps

5 years agoworkflow: eslint ignore unused args that start with _
Evan You [Tue, 16 Jun 2020 16:00:08 +0000 (12:00 -0400)] 
workflow: eslint ignore unused args that start with _

5 years agofix(types): ensure correct public props interface for defineComponent instance type
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

5 years agobuild(deps-dev): bump @typescript-eslint/parser from 3.2.0 to 3.3.0
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>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.8.11 to 7.8.12
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>
5 years agofix(runtime-core): fix parent el update on nested HOC self-update (#1360)
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

5 years agofix(runtime-core): cloneVNode should preserve correct ctx instance when normalizing ref
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

5 years agorefactor: only inject rest args for member expression handlers + fix tests
Evan You [Mon, 15 Jun 2020 19:24:46 +0000 (15:24 -0400)] 
refactor: only inject rest args for member expression handlers + fix tests

5 years agofix(compiler-core/v-on): pass noninitial arguments in cached event handlers (#1265)
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)

5 years agofix(compiler-core): should not prefix object method (#1375)
underfin [Mon, 15 Jun 2020 15:20:00 +0000 (23:20 +0800)] 
fix(compiler-core): should not prefix object method (#1375)

5 years agofix(types): export ComponentOptionsMixin (#1361)
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.

5 years agofix(runtime-core): properly capitalize v-on object keys (#1358)
Cathrine Vaage [Mon, 15 Jun 2020 15:12:08 +0000 (17:12 +0200)] 
fix(runtime-core): properly capitalize v-on object keys (#1358)

5 years agofix(compiler-core): ignore comment nodes in transition children
Evan You [Mon, 15 Jun 2020 15:08:55 +0000 (11:08 -0400)] 
fix(compiler-core): ignore comment nodes in transition children

fix #1352

5 years agofix(compiler-core): skip empty expressions when validating expressions in browser...
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

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)