]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
5 years agotest: wip tests for BaseTransition
Evan You [Tue, 26 Nov 2019 23:07:05 +0000 (18:07 -0500)] 
test: wip tests for BaseTransition

5 years agotest: improve events module test stability
Evan You [Tue, 26 Nov 2019 23:06:55 +0000 (18:06 -0500)] 
test: improve events module test stability

5 years agofeat(core): respect $stable slots flag per RFC
Evan You [Tue, 26 Nov 2019 15:03:36 +0000 (10:03 -0500)] 
feat(core): respect $stable slots flag per RFC

5 years agoperf(compiler-core): set simple expression outside map (#485)
Gabriel Loiácono [Tue, 26 Nov 2019 14:02:22 +0000 (11:02 -0300)] 
perf(compiler-core): set simple expression outside map (#485)

5 years agochore: fix warn typo (#496)
JiZhi [Tue, 26 Nov 2019 08:27:51 +0000 (16:27 +0800)] 
chore: fix warn typo (#496)

5 years agochore: fix comment typo (#499)
Rustin [Tue, 26 Nov 2019 08:26:03 +0000 (16:26 +0800)] 
chore: fix comment typo (#499)

* chore(typo): fix comment typo

* chore(typo): fix comment typo of KeepAlive

5 years agofeat(transition): compat with keep-alive
Evan You [Mon, 25 Nov 2019 22:34:28 +0000 (17:34 -0500)] 
feat(transition): compat with keep-alive

5 years agotest: fix resolveDyanmicComponent test
Evan You [Mon, 25 Nov 2019 17:51:57 +0000 (12:51 -0500)] 
test: fix resolveDyanmicComponent test

5 years agofix: resolveDynamicComponent should use context instance
Evan You [Mon, 25 Nov 2019 15:04:40 +0000 (10:04 -0500)] 
fix: resolveDynamicComponent should use context instance

5 years agofeat(transition): warn non-animatable component root node
Evan You [Mon, 25 Nov 2019 15:04:00 +0000 (10:04 -0500)] 
feat(transition): warn non-animatable component root node

5 years agobuild(deps-dev): bump ts-jest from 24.1.0 to 24.2.0
dependabot-preview[bot] [Mon, 25 Nov 2019 07:53:22 +0000 (07:53 +0000)] 
build(deps-dev): bump ts-jest from 24.1.0 to 24.2.0

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.1.0 to 24.2.0.
- [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/v24.1.0...v24.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.6.1 to 7.6.2
dependabot-preview[bot] [Mon, 25 Nov 2019 07:52:58 +0000 (07:52 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.6.1 to 7.6.2

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.6.1 to 7.6.2.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 1.27.4 to 1.27.5
dependabot-preview[bot] [Mon, 25 Nov 2019 07:52:29 +0000 (07:52 +0000)] 
build(deps-dev): bump rollup from 1.27.4 to 1.27.5

Bumps [rollup](https://github.com/rollup/rollup) from 1.27.4 to 1.27.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/v1.27.4...v1.27.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agochore(compiler-dom): changed function to arrow function (#487)
Gabriel Loiácono [Mon, 25 Nov 2019 03:11:15 +0000 (00:11 -0300)] 
chore(compiler-dom): changed function to arrow function (#487)

5 years agochore: update readme
Evan You [Mon, 25 Nov 2019 03:09:31 +0000 (22:09 -0500)] 
chore: update readme

5 years agofeat(core): support v-show directive (#310)
likui [Mon, 25 Nov 2019 03:04:26 +0000 (11:04 +0800)] 
feat(core): support v-show directive (#310)

5 years agofeat(transition): support in templates
Evan You [Sun, 24 Nov 2019 23:37:59 +0000 (18:37 -0500)] 
feat(transition): support in templates

5 years agorefactor: rename transition components
Evan You [Sun, 24 Nov 2019 21:00:46 +0000 (16:00 -0500)] 
refactor: rename transition components

5 years agorefactor: adjust warning for fn props and component with many props
Evan You [Sun, 24 Nov 2019 03:17:46 +0000 (22:17 -0500)] 
refactor: adjust warning for fn props and component with many props

5 years agobuild(deps-dev): bump lerna from 3.18.5 to 3.19.0
dependabot-preview[bot] [Sat, 23 Nov 2019 05:00:30 +0000 (05:00 +0000)] 
build(deps-dev): bump lerna from 3.18.5 to 3.19.0

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.18.5 to 3.19.0.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.19.0/core/lerna)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agorefactor(transition): avoid repeated code (#483)
Gabriel Loiácono [Sat, 23 Nov 2019 05:02:39 +0000 (02:02 -0300)] 
refactor(transition):  avoid repeated code (#483)

5 years agobuild(deps): bump postcss from 7.0.21 to 7.0.23 (#470)
dependabot-preview[bot] [Sat, 23 Nov 2019 04:58:42 +0000 (23:58 -0500)] 
build(deps): bump postcss from 7.0.21 to 7.0.23 (#470)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.21 to 7.0.23.
- [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.21...7.0.23)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 (#469)
dependabot-preview[bot] [Sat, 23 Nov 2019 04:58:20 +0000 (23:58 -0500)] 
build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 (#469)

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. **This update includes security fixes.**
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(transition): handle errors in CSSTransition onEnter & onLeave
Evan You [Sat, 23 Nov 2019 04:42:04 +0000 (23:42 -0500)] 
fix(transition): handle errors in CSSTransition onEnter & onLeave

5 years agorefactor: tweaks
Evan You [Sat, 23 Nov 2019 04:32:53 +0000 (23:32 -0500)] 
refactor: tweaks

5 years agofeat(transition): handle persisted mode
Evan You [Sat, 23 Nov 2019 04:21:39 +0000 (23:21 -0500)] 
feat(transition): handle persisted mode

5 years agobuild(deps-dev): bump rollup from 1.27.2 to 1.27.4
dependabot-preview[bot] [Fri, 22 Nov 2019 23:11:45 +0000 (23:11 +0000)] 
build(deps-dev): bump rollup from 1.27.2 to 1.27.4

Bumps [rollup](https://github.com/rollup/rollup) from 1.27.2 to 1.27.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/v1.27.2...v1.27.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agotypes: fix dts
Evan You [Fri, 22 Nov 2019 23:09:26 +0000 (18:09 -0500)] 
types: fix dts

5 years agofeat(transition): handle cancel hooks
Evan You [Fri, 22 Nov 2019 22:10:17 +0000 (17:10 -0500)] 
feat(transition): handle cancel hooks

5 years agochore: remove unnecessary type annotations
Evan You [Fri, 22 Nov 2019 20:35:32 +0000 (15:35 -0500)] 
chore: remove unnecessary type annotations

5 years agofeat(transition): handle transition classes when patching classes
Evan You [Fri, 22 Nov 2019 20:31:55 +0000 (15:31 -0500)] 
feat(transition): handle transition classes when patching classes

5 years agofeat(transition): CSS transition for runtime-dom
Evan You [Fri, 22 Nov 2019 18:15:59 +0000 (13:15 -0500)] 
feat(transition): CSS transition for runtime-dom

5 years agochore: remove unused parameter type definitions (#481)
ztplz [Fri, 22 Nov 2019 20:35:58 +0000 (04:35 +0800)] 
chore: remove unused parameter type definitions (#481)

5 years agotypes: fix Transition exported typing
Evan You [Thu, 21 Nov 2019 15:21:09 +0000 (10:21 -0500)] 
types: fix Transition exported typing

5 years agofeat(transition): support component child
Evan You [Thu, 21 Nov 2019 02:56:17 +0000 (21:56 -0500)] 
feat(transition): support component child

5 years agofeat(transition): base transition component
Evan You [Wed, 20 Nov 2019 23:04:44 +0000 (18:04 -0500)] 
feat(transition): base transition component

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.6.0 to 7.6.1
dependabot-preview[bot] [Wed, 20 Nov 2019 07:39:39 +0000 (07:39 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.6.0 to 7.6.1

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.6.0...@microsoft/api-extractor_v7.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump lerna from 3.18.4 to 3.18.5
dependabot-preview[bot] [Wed, 20 Nov 2019 07:38:53 +0000 (07:38 +0000)] 
build(deps-dev): bump lerna from 3.18.4 to 3.18.5

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.18.4 to 3.18.5.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.18.5/core/lerna)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild: mark maxCRNameLength computation as pure
Evan You [Wed, 20 Nov 2019 00:04:59 +0000 (19:04 -0500)] 
build: mark maxCRNameLength computation as pure

5 years agofix(compiler-sfc): should ignore nodes with no children (#464)
likui [Tue, 19 Nov 2019 14:10:59 +0000 (22:10 +0800)] 
fix(compiler-sfc): should ignore nodes with no children (#464)

5 years agobuild(deps-dev): use rollup plugins from the new official repo (#468)
Yida [Tue, 19 Nov 2019 14:02:46 +0000 (22:02 +0800)] 
build(deps-dev): use rollup plugins from the new official repo (#468)

5 years agobuild(deps-dev): bump rollup from 1.27.0 to 1.27.2
dependabot-preview[bot] [Tue, 19 Nov 2019 07:16:35 +0000 (07:16 +0000)] 
build(deps-dev): bump rollup from 1.27.0 to 1.27.2

Bumps [rollup](https://github.com/rollup/rollup) from 1.27.0 to 1.27.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/v1.27.0...v1.27.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofeat(compiler-sfc): add cache for parsing sfc (#453)
QuincyChen [Mon, 18 Nov 2019 18:29:04 +0000 (02:29 +0800)] 
feat(compiler-sfc): add cache for parsing sfc (#453)

5 years agotest: update snapshots
Evan You [Mon, 18 Nov 2019 02:29:12 +0000 (21:29 -0500)] 
test: update snapshots

5 years agofix(compiler): include createTextVNode helper for hoisted static content (fix #465)
Evan You [Mon, 18 Nov 2019 02:26:25 +0000 (21:26 -0500)] 
fix(compiler): include createTextVNode helper for hoisted static content (fix #465)

5 years agotest(runtime-core): add tests for scheduler (#462)
JiZhi [Sat, 16 Nov 2019 21:32:06 +0000 (05:32 +0800)] 
test(runtime-core): add tests for scheduler (#462)

5 years agoperf(compiler): pre-compute maxCRNameLength for perf
Evan You [Sat, 16 Nov 2019 21:19:47 +0000 (16:19 -0500)] 
perf(compiler): pre-compute maxCRNameLength for perf

6 years agoperf(compiler-core): add perf optimization to parseText (#458)
Gabriel Loiácono [Fri, 15 Nov 2019 22:48:01 +0000 (19:48 -0300)] 
perf(compiler-core): add perf optimization to parseText (#458)

6 years agoperf(compiler): should only perform assertions during tests
Evan You [Fri, 15 Nov 2019 22:29:08 +0000 (17:29 -0500)] 
perf(compiler): should only perform assertions during tests

Compiler assertions are made to ensure implementation correctness,
but they have performance costs that should not affect users
during development.

6 years agoperf(compiler): minor perf tweaks
Evan You [Fri, 15 Nov 2019 21:47:55 +0000 (16:47 -0500)] 
perf(compiler): minor perf tweaks

6 years agoperf(compiler): improve perf of parseTextData
Evan You [Fri, 15 Nov 2019 21:17:52 +0000 (16:17 -0500)] 
perf(compiler): improve perf of parseTextData

6 years agoperf(compiler-dom): generate modifiers in a function (#459)
Gabriel Loiácono [Fri, 15 Nov 2019 20:37:02 +0000 (17:37 -0300)] 
perf(compiler-dom): generate modifiers in a function (#459)

6 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.5.6 to 7.6.0
dependabot-preview[bot] [Fri, 15 Nov 2019 07:37:40 +0000 (07:37 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.5.6 to 7.6.0

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.5.6 to 7.6.0.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.5.6...@microsoft/api-extractor_v7.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agofix(scheduler): warn recursive updates in postFlushCbs as well (#456)
JiZhi [Thu, 14 Nov 2019 17:06:23 +0000 (01:06 +0800)] 
fix(scheduler): warn recursive updates in postFlushCbs as well (#456)

6 years agofix: handle empty lines in codeframe
Evan You [Thu, 14 Nov 2019 16:50:16 +0000 (11:50 -0500)] 
fix: handle empty lines in codeframe

6 years agofeat(compiler-sfc): warn duplicate block (#451)
likui [Thu, 14 Nov 2019 16:50:13 +0000 (00:50 +0800)] 
feat(compiler-sfc): warn duplicate block (#451)

6 years agorefactor(runtime-dom): avoid unnecessary checks in patchDOMProp (#452)
Cédric Exbrayat [Thu, 14 Nov 2019 16:27:23 +0000 (17:27 +0100)] 
refactor(runtime-dom): avoid unnecessary checks in patchDOMProp (#452)

6 years agochore: remove useless code (#447)
ztplz [Thu, 14 Nov 2019 16:23:04 +0000 (00:23 +0800)] 
chore:  remove useless code (#447)

6 years agobuild(deps-dev): bump lint-staged from 9.4.2 to 9.4.3
dependabot-preview[bot] [Thu, 14 Nov 2019 07:31:12 +0000 (07:31 +0000)] 
build(deps-dev): bump lint-staged from 9.4.2 to 9.4.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.4.2 to 9.4.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.4.2...v9.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump rollup from 1.26.5 to 1.27.0
dependabot-preview[bot] [Wed, 13 Nov 2019 07:32:54 +0000 (07:32 +0000)] 
build(deps-dev): bump rollup from 1.26.5 to 1.27.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.26.5 to 1.27.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/v1.26.5...v1.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump @types/jest from 24.0.22 to 24.0.23
dependabot-preview[bot] [Wed, 13 Nov 2019 07:32:22 +0000 (07:32 +0000)] 
build(deps-dev): bump @types/jest from 24.0.22 to 24.0.23

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.22 to 24.0.23.
- [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>
6 years agofeat(vModel): handle true-value and false-value for checkbox (#449)
Cédric Exbrayat [Tue, 12 Nov 2019 21:24:39 +0000 (22:24 +0100)] 
feat(vModel): handle true-value and false-value for checkbox (#449)

6 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.5.5 to 7.5.6
dependabot-preview[bot] [Tue, 12 Nov 2019 07:26:32 +0000 (07:26 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.5.5 to 7.5.6

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.5.5 to 7.5.6.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.5.5...@microsoft/api-extractor_v7.5.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump rollup from 1.26.3 to 1.26.5
dependabot-preview[bot] [Mon, 11 Nov 2019 10:50:44 +0000 (10:50 +0000)] 
build(deps-dev): bump rollup from 1.26.3 to 1.26.5

Bumps [rollup](https://github.com/rollup/rollup) from 1.26.3 to 1.26.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/v1.26.3...v1.26.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agotypes: ensure props are readonly
Evan You [Sat, 9 Nov 2019 23:40:25 +0000 (18:40 -0500)] 
types: ensure props are readonly

6 years agotest(types): assert props are readonly
Evan You [Sat, 9 Nov 2019 15:03:58 +0000 (10:03 -0500)] 
test(types): assert props are readonly

6 years agochore: fix typo (#439)
张晨成 [Sat, 9 Nov 2019 03:41:55 +0000 (11:41 +0800)] 
chore: fix typo (#439)

6 years agobuild: include compiler-sfc in aliases and tsconfig paths (#435)
likui [Sat, 9 Nov 2019 03:39:22 +0000 (11:39 +0800)] 
build: include compiler-sfc in aliases and tsconfig paths (#435)

6 years agofeat(runtime-dom/style): support CSS variables and auto prefixing
Evan You [Sat, 9 Nov 2019 03:38:04 +0000 (22:38 -0500)] 
feat(runtime-dom/style): support CSS variables and auto prefixing

6 years agofeat(runtime-dom): support !important for patchStyle. (#422)
Cr [Sat, 9 Nov 2019 03:06:53 +0000 (11:06 +0800)] 
feat(runtime-dom): support !important for patchStyle. (#422)

6 years agochore: improve type (#438)
ztplz [Sat, 9 Nov 2019 02:32:22 +0000 (10:32 +0800)] 
chore:  improve type (#438)

6 years agofeat(v-on): adjust key modifier behavior to match 2.x
Evan You [Fri, 8 Nov 2019 22:50:59 +0000 (17:50 -0500)] 
feat(v-on): adjust key modifier behavior to match 2.x

6 years agotypes(reactivity): ref type should not expose _isRef
Evan You [Fri, 8 Nov 2019 18:29:43 +0000 (13:29 -0500)] 
types(reactivity): ref type should not expose _isRef

6 years agotypes(reactivity): add support for tuples in ref unwrapping (#436)
Carlos Rodrigues [Fri, 8 Nov 2019 17:52:24 +0000 (17:52 +0000)] 
types(reactivity): add support for tuples in ref unwrapping (#436)

6 years agorefactor: use isArray function from shared (#441)
QuincyChen [Fri, 8 Nov 2019 14:52:24 +0000 (22:52 +0800)] 
refactor: use isArray function from shared (#441)

6 years agobuild(deps-dev): bump lerna from 3.18.3 to 3.18.4
dependabot-preview[bot] [Fri, 8 Nov 2019 07:29:45 +0000 (07:29 +0000)] 
build(deps-dev): bump lerna from 3.18.3 to 3.18.4

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.18.3 to 3.18.4.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.18.4/core/lerna)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agochore: use const instead of let (#437)
ztplz [Fri, 8 Nov 2019 04:35:22 +0000 (12:35 +0800)] 
chore:  use const instead of let (#437)

6 years agofix(v-model): generate separate modifiers for v-model with args
Evan You [Thu, 7 Nov 2019 14:40:34 +0000 (09:40 -0500)] 
fix(v-model): generate separate modifiers for v-model with args

6 years agotest(reactivity): Add check if the child array gets unwrap (#434)
Carlos Rodrigues [Thu, 7 Nov 2019 14:28:49 +0000 (14:28 +0000)] 
test(reactivity): Add check if the child array gets unwrap (#434)

6 years agochore: fix typo (#432)
ztplz [Thu, 7 Nov 2019 08:53:32 +0000 (16:53 +0800)] 
chore: fix typo (#432)

6 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.5.4 to 7.5.5
dependabot-preview[bot] [Thu, 7 Nov 2019 07:35:59 +0000 (07:35 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.5.4 to 7.5.5

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.5.4 to 7.5.5.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor-model_v7.5.4...@microsoft/api-extractor_v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agochore: remove useless type [ci skip]
Evan You [Thu, 7 Nov 2019 03:35:56 +0000 (22:35 -0500)] 
chore: remove useless type [ci skip]

6 years agorefactor: rename files
Evan You [Thu, 7 Nov 2019 03:27:19 +0000 (22:27 -0500)] 
refactor: rename files

6 years agofeat: (wip) setup compiler-sfc
Evan You [Thu, 7 Nov 2019 02:58:15 +0000 (21:58 -0500)] 
feat: (wip) setup compiler-sfc

6 years agofix(compiler-core): should not condense whitespace in RAWTEXT mode
Evan You [Thu, 7 Nov 2019 01:52:19 +0000 (20:52 -0500)] 
fix(compiler-core): should not condense whitespace in RAWTEXT mode

6 years agobuild: disable live external bindings for cjs build
Evan You [Wed, 6 Nov 2019 20:47:01 +0000 (15:47 -0500)] 
build: disable live external bindings for cjs build

6 years agobuild: only remove dist directory when building all formats
Evan You [Wed, 6 Nov 2019 20:23:50 +0000 (15:23 -0500)] 
build: only remove dist directory when building all formats

6 years agorefactor: move dom tag config to shared
Evan You [Wed, 6 Nov 2019 20:22:46 +0000 (15:22 -0500)] 
refactor: move dom tag config to shared

Otherwise runtime-dom cjs & esm builds will import compiler-dom

6 years agorefactor: move codeframe to @vue/shared
Evan You [Wed, 6 Nov 2019 20:13:15 +0000 (15:13 -0500)] 
refactor: move codeframe to @vue/shared

6 years agofeat(core): allow passing explicit refs via props
Evan You [Wed, 6 Nov 2019 17:51:06 +0000 (12:51 -0500)] 
feat(core): allow passing explicit refs via props

6 years agofeat(inject): allow usage in functional components
Evan You [Wed, 6 Nov 2019 03:35:24 +0000 (22:35 -0500)] 
feat(inject): allow usage in functional components

6 years agobuild(deps-dev): bump @types/jest from 24.0.21 to 24.0.22
dependabot-preview[bot] [Wed, 6 Nov 2019 07:27:16 +0000 (07:27 +0000)] 
build(deps-dev): bump @types/jest from 24.0.21 to 24.0.22

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.21 to 24.0.22.
- [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>
6 years agobuild(deps-dev): bump TS to 3.7
Evan You [Tue, 5 Nov 2019 22:37:16 +0000 (17:37 -0500)] 
build(deps-dev): bump TS to 3.7

6 years agofeat: warn duplicate plugin installations
Evan You [Tue, 5 Nov 2019 15:49:00 +0000 (10:49 -0500)] 
feat: warn duplicate plugin installations

6 years agorefactor: skip destructuring when use with (#425)
Chester [Tue, 5 Nov 2019 15:45:04 +0000 (23:45 +0800)] 
refactor: skip destructuring when use with (#425)

6 years agofeat: warn when toRefs() receives non-reactive object (#430)
Junyan [Tue, 5 Nov 2019 15:44:28 +0000 (23:44 +0800)] 
feat: warn when toRefs() receives non-reactive object (#430)

6 years agofeat(compiler): support keep-alive in templates
Evan You [Tue, 5 Nov 2019 15:26:36 +0000 (10:26 -0500)] 
feat(compiler): support keep-alive in templates

6 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.5.2 to 7.5.4
dependabot-preview[bot] [Tue, 5 Nov 2019 08:46:11 +0000 (08:46 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.5.2 to 7.5.4

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.5.2 to 7.5.4.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor-model_v7.5.2...@microsoft/api-extractor-model_v7.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump rollup from 1.26.0 to 1.26.3
dependabot-preview[bot] [Tue, 5 Nov 2019 08:46:14 +0000 (08:46 +0000)] 
build(deps-dev): bump rollup from 1.26.0 to 1.26.3

Bumps [rollup](https://github.com/rollup/rollup) from 1.26.0 to 1.26.3.
- [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/v1.26.0...v1.26.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agochore: ignore test utils in coverage
Evan You [Mon, 4 Nov 2019 23:41:40 +0000 (18:41 -0500)] 
chore: ignore test utils in coverage