Commit Graph

1685 Commits

Author SHA1 Message Date
Evan You 46490ac1a5 chore: more examples 2019-12-02 15:22:04 -05:00
Evan You a58da63f16 fix(core): should not warn extraneous props when root is toggled 2019-12-02 15:17:30 -05:00
Evan You 42f3f9e832 fix(compiler-core): should pre-convert text nodes in all non-element cases 2019-12-02 15:17:00 -05:00
Evan You 57bbbb227c fix(core): propsProxy should not convert non-reactive nested values 2019-12-02 14:11:12 -05:00
Rustin ac51f129ea docs: add more details about automatic validation and formatting (#472) 2019-12-02 11:45:33 -05:00
likui ef2786151e feat(compiler-sfc): handle pad option (#509) 2019-12-02 10:43:30 -05:00
hujiulong 08a1de5e29 chore: remove jsx.d.ts from package.files (#512) 2019-12-02 09:40:42 -05:00
dependabot-preview[bot] 57d30d7dad 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>
2019-12-02 08:05:38 +00:00
Evan You e0a9cf5ace chore: add a few 2.x examples 2019-12-01 23:54:32 -05:00
Evan You 24f6d63c6a fix(core): use correct parent for v-if toggle 2019-12-01 23:42:14 -05:00
Evan You f5f2dca132 feat(core): support recursively resolving self component by name 2019-12-01 23:17:00 -05:00
Evan You c8895e7cb9 feat(vue): handle template querySelector 2019-12-01 23:09:34 -05:00
JiZhi ec2feeafad chore: typo (#488) [ci skip] 2019-12-01 12:03:26 -05:00
likui 810b3a3e2a feat(compiler-sfc): transform asset url (#500) 2019-12-01 12:02:53 -05:00
Evan You 22957436e8 chore: default transition css prop to true 2019-11-29 17:38:29 -05:00
Evan You 6d254da532 feat(transition): add runtime props validation for TransitionGroup 2019-11-29 16:47:41 -05:00
Evan You 0e3e07079a feat(transition): properly handle transition & transition-group in compiler 2019-11-29 12:42:04 -05:00
Evan You 4e8d57bdfb feat(compiler-core): options.isBuiltInComponent 2019-11-29 12:13:49 -05:00
Evan You 52134a88d0 fix(compiler-core): handle base-transition 2019-11-29 12:02:31 -05:00
Evan You 52239d137c types: fix class module transition class typing 2019-11-29 11:53:54 -05:00
Evan You 800b0f0e7a feat(transition): TransitionGroup 2019-11-28 18:41:01 -05:00
Evan You 020e109abd chore: todos 2019-11-28 15:22:30 -05:00
likui 65118327ff feat(compiler-sfc): gen source map for style and script block (#497) 2019-11-28 15:21:02 -05:00
Evan You dcfac07431 chore: update readme for runtime-test 2019-11-28 14:43:12 -05:00
Evan You a758540b6a test(transition): test usage with KeepAlive 2019-11-28 12:16:42 -05:00
Gabriel Loiácono 812a0626ce style(compiler): changed object-assign to spread (#507) 2019-11-28 10:49:39 -05:00
fisker Cheung b87c05159b style(runtime-core): remove a unnecessary continue (#505) 2019-11-28 10:45:48 -05:00
fisker Cheung 92b02dc48f chore: comment typo (#506) 2019-11-28 10:01:53 +01:00
Evan You 32602ccee1 test(transition): in-out, appear & persisted 2019-11-27 17:54:41 -05:00
Evan You 7aac3418c0 test(transition): test for mode: out-in 2019-11-27 15:25:18 -05:00
Evan You 7209fb66c2 test: wip more tests for BaseTransition 2019-11-27 12:17:16 -05:00
Gabriel Loiácono fbcc47841b fix(runtime-core): fix error when passed plugin is undefined (#502) 2019-11-27 09:18:03 -05:00
dependabot-preview[bot] cfa7efe4e8 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>
2019-11-27 07:44:28 +00:00
Gabriel Loiácono d4f4c7c4d4 fix(runtime-core): renderList with default value when source is undefined (#498) 2019-11-26 21:00:32 -05:00
Evan You bb39910e8e test: wip tests for BaseTransition 2019-11-26 18:07:05 -05:00
Evan You 460b053f74 test: improve events module test stability 2019-11-26 18:06:55 -05:00
Evan You 43097987cf feat(core): respect $stable slots flag per RFC 2019-11-26 10:03:36 -05:00
Gabriel Loiácono 009dc80674 perf(compiler-core): set simple expression outside map (#485) 2019-11-26 09:02:22 -05:00
JiZhi fc28a677bc chore: fix warn typo (#496) 2019-11-26 09:27:51 +01:00
Rustin d5f4cc9c42 chore: fix comment typo (#499)
* chore(typo): fix comment typo

* chore(typo): fix comment typo of KeepAlive
2019-11-26 09:26:03 +01:00
Evan You c6fb506fc0 feat(transition): compat with keep-alive 2019-11-25 17:35:15 -05:00
Evan You 16ea2993d6 test: fix resolveDyanmicComponent test 2019-11-25 12:51:57 -05:00
Evan You 08a3d95e52 fix: resolveDynamicComponent should use context instance 2019-11-25 11:41:28 -05:00
Evan You 01eb3c12e9 feat(transition): warn non-animatable component root node 2019-11-25 11:41:28 -05:00
dependabot-preview[bot] e83984d7fc 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>
2019-11-25 07:56:04 +00:00
dependabot-preview[bot] 28826d8e61 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>
2019-11-25 07:55:30 +00:00
dependabot-preview[bot] 6da536d327 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>
2019-11-25 07:55:06 +00:00
Gabriel Loiácono be4c22e423 chore(compiler-dom): changed function to arrow function (#487) 2019-11-24 22:11:15 -05:00
Evan You c9d709cdf3 chore: update readme 2019-11-24 22:09:31 -05:00
likui 00857ac816 feat(core): support v-show directive (#310) 2019-11-24 22:04:26 -05:00