]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
GCA [Mon, 9 Dec 2019 19:23:57 +0000 (03:23 +0800)]
chore: fix typo (#530) [ci skip]
Evan You [Mon, 9 Dec 2019 19:23:01 +0000 (14:23 -0500)]
test: fix warning
CodinCat [Mon, 9 Dec 2019 19:20:56 +0000 (04:20 +0900)]
test(e2e): add e2e test for tree example (#529)
Pocho [Mon, 9 Dec 2019 19:19:39 +0000 (03:19 +0800)]
types(compiler-sfc): use specific preprocessLang instead of string (#528)
CodinCat [Mon, 9 Dec 2019 19:16:44 +0000 (04:16 +0900)]
chore: fix debounce of markdown example (#525) [ci skip]
Cédric Exbrayat [Mon, 9 Dec 2019 19:16:21 +0000 (20:16 +0100)]
chore: fix grid composition example (#519) [ci skip]
Commit
27a72bd8f150be956a7931b64590cf3867bb4803 fixed the example but introduced a useless import.
Evan You [Mon, 9 Dec 2019 19:06:21 +0000 (14:06 -0500)]
feat(runtime-core): warn incorrect root props value (close #375)
Evan You [Mon, 9 Dec 2019 19:03:10 +0000 (14:03 -0500)]
chore: update readme
dependabot-preview[bot] [Mon, 9 Dec 2019 15:25:56 +0000 (10:25 -0500)]
build(deps): bump postcss from 7.0.23 to 7.0.24 (#531)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.23 to 7.0.24.
- [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.23...7.0.24)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Dec 2019 07:39:04 +0000 (07:39 +0000)]
build(deps-dev): bump rollup from 1.27.8 to 1.27.9
Bumps [rollup](https://github.com/rollup/rollup) from 1.27.8 to 1.27.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/v1.27.8...v1.27.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
ztplz [Thu, 5 Dec 2019 23:10:06 +0000 (07:10 +0800)]
chore: use const instead of let (#524)
dependabot-preview[bot] [Thu, 5 Dec 2019 07:40:16 +0000 (07:40 +0000)]
build(deps-dev): bump typescript from 3.7.2 to 3.7.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v3.7.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
meteorlxy [Wed, 4 Dec 2019 17:28:52 +0000 (01:28 +0800)]
fix(core): use String to convert primitive types (#518)
Evan You [Wed, 4 Dec 2019 11:13:00 +0000 (12:13 +0100)]
test(e2e): extract e2eUtils + test both api styles of todomvc
Evan You [Tue, 3 Dec 2019 22:36:45 +0000 (17:36 -0500)]
chore: fix example
CodinCat [Wed, 4 Dec 2019 10:53:51 +0000 (19:53 +0900)]
test(e2e): complete e2e test for todomvc (#517)
Evan You [Tue, 3 Dec 2019 16:30:24 +0000 (11:30 -0500)]
refactor(reactivity): separate track and trigger operation types
hujiulong [Tue, 3 Dec 2019 15:12:54 +0000 (23:12 +0800)]
types(transition): props should be declared by generic (#514)
dependabot-preview[bot] [Tue, 3 Dec 2019 07:51:53 +0000 (07:51 +0000)]
build(deps-dev): bump @microsoft/api-extractor from 7.6.2 to 7.7.0
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.6.2 to 7.7.0.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Gabriel Loiácono [Tue, 3 Dec 2019 04:08:52 +0000 (01:08 -0300)]
refactor(compiler-sfc): changed string typeof to isString util (#513)
likui [Tue, 3 Dec 2019 04:06:14 +0000 (12:06 +0800)]
feat(compiler-sfc): transform srcset (#501)
Evan You [Mon, 2 Dec 2019 23:18:02 +0000 (18:18 -0500)]
test(e2e): wip e2e test for todomvc
Evan You [Mon, 2 Dec 2019 20:49:59 +0000 (15:49 -0500)]
test: skip optimizing single text root
Evan You [Mon, 2 Dec 2019 20:22:04 +0000 (15:22 -0500)]
chore: more examples
Evan You [Mon, 2 Dec 2019 20:17:30 +0000 (15:17 -0500)]
fix(core): should not warn extraneous props when root is toggled
Evan You [Mon, 2 Dec 2019 20:17:00 +0000 (15:17 -0500)]
fix(compiler-core): should pre-convert text nodes in all non-element cases
Evan You [Mon, 2 Dec 2019 19:11:12 +0000 (14:11 -0500)]
fix(core): propsProxy should not convert non-reactive nested values
Rustin [Mon, 2 Dec 2019 16:45:33 +0000 (00:45 +0800)]
docs: add more details about automatic validation and formatting (#472)
likui [Mon, 2 Dec 2019 15:43:30 +0000 (23:43 +0800)]
feat(compiler-sfc): handle pad option (#509)
hujiulong [Mon, 2 Dec 2019 14:40:42 +0000 (22:40 +0800)]
chore: remove jsx.d.ts from package.files (#512)
dependabot-preview[bot] [Mon, 2 Dec 2019 08:02:46 +0000 (08:02 +0000)]
build(deps-dev): bump rollup from 1.27.5 to 1.27.8
Bumps [rollup](https://github.com/rollup/rollup) from 1.27.5 to 1.27.8.
- [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.5...v1.27.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Evan You [Mon, 2 Dec 2019 04:54:32 +0000 (23:54 -0500)]
chore: add a few 2.x examples
Evan You [Mon, 2 Dec 2019 04:42:14 +0000 (23:42 -0500)]
fix(core): use correct parent for v-if toggle
Evan You [Mon, 2 Dec 2019 04:17:00 +0000 (23:17 -0500)]
feat(core): support recursively resolving self component by name
Evan You [Mon, 2 Dec 2019 04:09:34 +0000 (23:09 -0500)]
feat(vue): handle template querySelector
JiZhi [Sun, 1 Dec 2019 17:03:26 +0000 (01:03 +0800)]
chore: typo (#488) [ci skip]
likui [Sun, 1 Dec 2019 17:02:53 +0000 (01:02 +0800)]
feat(compiler-sfc): transform asset url (#500)
Evan You [Fri, 29 Nov 2019 22:38:29 +0000 (17:38 -0500)]
chore: default transition css prop to true
Evan You [Fri, 29 Nov 2019 21:47:41 +0000 (16:47 -0500)]
feat(transition): add runtime props validation for TransitionGroup
Evan You [Fri, 29 Nov 2019 17:42:04 +0000 (12:42 -0500)]
feat(transition): properly handle transition & transition-group in compiler
Evan You [Fri, 29 Nov 2019 17:13:49 +0000 (12:13 -0500)]
feat(compiler-core): options.isBuiltInComponent
Evan You [Fri, 29 Nov 2019 17:02:31 +0000 (12:02 -0500)]
fix(compiler-core): handle base-transition
Evan You [Fri, 29 Nov 2019 16:53:54 +0000 (11:53 -0500)]
types: fix class module transition class typing
Evan You [Thu, 28 Nov 2019 23:41:01 +0000 (18:41 -0500)]
feat(transition): TransitionGroup
Evan You [Thu, 28 Nov 2019 20:22:30 +0000 (15:22 -0500)]
chore: todos
likui [Thu, 28 Nov 2019 20:21:02 +0000 (04:21 +0800)]
feat(compiler-sfc): gen source map for style and script block (#497)
Evan You [Thu, 28 Nov 2019 19:43:12 +0000 (14:43 -0500)]
chore: update readme for runtime-test
Evan You [Thu, 28 Nov 2019 17:16:42 +0000 (12:16 -0500)]
test(transition): test usage with KeepAlive
Gabriel Loiácono [Thu, 28 Nov 2019 15:49:39 +0000 (12:49 -0300)]
style(compiler): changed object-assign to spread (#507)
fisker Cheung [Thu, 28 Nov 2019 15:45:49 +0000 (23:45 +0800)]
style(runtime-core): remove a unnecessary continue (#505)
fisker Cheung [Thu, 28 Nov 2019 09:01:53 +0000 (17:01 +0800)]
chore: comment typo (#506)
Evan You [Wed, 27 Nov 2019 22:54:41 +0000 (17:54 -0500)]
test(transition): in-out, appear & persisted
Evan You [Wed, 27 Nov 2019 20:25:18 +0000 (15:25 -0500)]
test(transition): test for mode: out-in
Evan You [Wed, 27 Nov 2019 17:17:16 +0000 (12:17 -0500)]
test: wip more tests for BaseTransition
Gabriel Loiácono [Wed, 27 Nov 2019 14:18:03 +0000 (11:18 -0300)]
fix(runtime-core): fix error when passed plugin is undefined (#502)
dependabot-preview[bot] [Wed, 27 Nov 2019 07:41:22 +0000 (07:41 +0000)]
build(deps-dev): bump lint-staged from 9.4.3 to 9.5.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.4.3 to 9.5.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.4.3...v9.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Gabriel Loiácono [Wed, 27 Nov 2019 02:00:32 +0000 (23:00 -0300)]
fix(runtime-core): renderList with default value when source is undefined (#498)
Evan You [Tue, 26 Nov 2019 23:07:05 +0000 (18:07 -0500)]
test: wip tests for BaseTransition
Evan You [Tue, 26 Nov 2019 23:06:55 +0000 (18:06 -0500)]
test: improve events module test stability
Evan You [Tue, 26 Nov 2019 15:03:36 +0000 (10:03 -0500)]
feat(core): respect $stable slots flag per RFC
Gabriel Loiácono [Tue, 26 Nov 2019 14:02:22 +0000 (11:02 -0300)]
perf(compiler-core): set simple expression outside map (#485)
JiZhi [Tue, 26 Nov 2019 08:27:51 +0000 (16:27 +0800)]
chore: fix warn typo (#496)
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
Evan You [Mon, 25 Nov 2019 22:34:28 +0000 (17:34 -0500)]
feat(transition): compat with keep-alive
Evan You [Mon, 25 Nov 2019 17:51:57 +0000 (12:51 -0500)]
test: fix resolveDyanmicComponent test
Evan You [Mon, 25 Nov 2019 15:04:40 +0000 (10:04 -0500)]
fix: resolveDynamicComponent should use context instance
Evan You [Mon, 25 Nov 2019 15:04:00 +0000 (10:04 -0500)]
feat(transition): warn non-animatable component root node
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>
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>
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>
Gabriel Loiácono [Mon, 25 Nov 2019 03:11:15 +0000 (00:11 -0300)]
chore(compiler-dom): changed function to arrow function (#487)
Evan You [Mon, 25 Nov 2019 03:09:31 +0000 (22:09 -0500)]
chore: update readme
likui [Mon, 25 Nov 2019 03:04:26 +0000 (11:04 +0800)]
feat(core): support v-show directive (#310)
Evan You [Sun, 24 Nov 2019 23:37:59 +0000 (18:37 -0500)]
feat(transition): support in templates
Evan You [Sun, 24 Nov 2019 21:00:46 +0000 (16:00 -0500)]
refactor: rename transition components
Evan You [Sun, 24 Nov 2019 03:17:46 +0000 (22:17 -0500)]
refactor: adjust warning for fn props and component with many props
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>
Gabriel Loiácono [Sat, 23 Nov 2019 05:02:39 +0000 (02:02 -0300)]
refactor(transition): avoid repeated code (#483)
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>
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>
Evan You [Sat, 23 Nov 2019 04:42:04 +0000 (23:42 -0500)]
fix(transition): handle errors in CSSTransition onEnter & onLeave
Evan You [Sat, 23 Nov 2019 04:32:53 +0000 (23:32 -0500)]
refactor: tweaks
Evan You [Sat, 23 Nov 2019 04:21:39 +0000 (23:21 -0500)]
feat(transition): handle persisted mode
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>
Evan You [Fri, 22 Nov 2019 23:09:26 +0000 (18:09 -0500)]
types: fix dts
Evan You [Fri, 22 Nov 2019 22:10:17 +0000 (17:10 -0500)]
feat(transition): handle cancel hooks
Evan You [Fri, 22 Nov 2019 20:35:32 +0000 (15:35 -0500)]
chore: remove unnecessary type annotations
Evan You [Fri, 22 Nov 2019 20:31:55 +0000 (15:31 -0500)]
feat(transition): handle transition classes when patching classes
Evan You [Fri, 22 Nov 2019 18:15:59 +0000 (13:15 -0500)]
feat(transition): CSS transition for runtime-dom
ztplz [Fri, 22 Nov 2019 20:35:58 +0000 (04:35 +0800)]
chore: remove unused parameter type definitions (#481)
Evan You [Thu, 21 Nov 2019 15:21:09 +0000 (10:21 -0500)]
types: fix Transition exported typing
Evan You [Thu, 21 Nov 2019 02:56:17 +0000 (21:56 -0500)]
feat(transition): support component child
Evan You [Wed, 20 Nov 2019 23:04:44 +0000 (18:04 -0500)]
feat(transition): base transition component
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>
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>
Evan You [Wed, 20 Nov 2019 00:04:59 +0000 (19:04 -0500)]
build: mark maxCRNameLength computation as pure
likui [Tue, 19 Nov 2019 14:10:59 +0000 (22:10 +0800)]
fix(compiler-sfc): should ignore nodes with no children (#464)
Yida [Tue, 19 Nov 2019 14:02:46 +0000 (22:02 +0800)]
build(deps-dev): use rollup plugins from the new official repo (#468)
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>
QuincyChen [Mon, 18 Nov 2019 18:29:04 +0000 (02:29 +0800)]
feat(compiler-sfc): add cache for parsing sfc (#453)