]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
Evan You [Mon, 14 Oct 2019 19:07:43 +0000 (15:07 -0400)]
chore: lint + include tsx files for lint
fisker Cheung [Mon, 14 Oct 2019 18:51:39 +0000 (02:51 +0800)]
ci: add step name (#279)
fisker Cheung [Mon, 14 Oct 2019 18:50:51 +0000 (02:50 +0800)]
chore: fix yarn lint failure on windows (#278)
Evan You [Mon, 14 Oct 2019 16:15:09 +0000 (12:15 -0400)]
fix(watch): type inference for computed refs
Cr [Mon, 14 Oct 2019 15:56:02 +0000 (23:56 +0800)]
test: add test for resolveAsset (#273)
Evan You [Mon, 14 Oct 2019 15:21:09 +0000 (11:21 -0400)]
test: test unwrapping computed refs
Jooger [Mon, 14 Oct 2019 15:02:49 +0000 (23:02 +0800)]
types(ref): improve UnwrapRef types (#266)
Cr [Mon, 14 Oct 2019 06:15:31 +0000 (14:15 +0800)]
feat(apiOptions): warn invalid computed options (#225)
Evan You [Mon, 14 Oct 2019 05:08:00 +0000 (01:08 -0400)]
build: further shave off runtime compile only code
宋铄运 [Mon, 14 Oct 2019 04:33:23 +0000 (12:33 +0800)]
feat(dom): transform + runtime for v-on (#213)
Jooger [Mon, 14 Oct 2019 04:32:01 +0000 (12:32 +0800)]
refactor(scheduler): replace try catch with callWithErrorHandling (#264)
fisker Cheung [Mon, 14 Oct 2019 03:18:34 +0000 (11:18 +0800)]
refactor(runtime-core): programmatically create lifecycle APIs for DRYness (#246)
fisker Cheung [Mon, 14 Oct 2019 03:17:36 +0000 (11:17 +0800)]
build: use `ES module` format `rollup.config.js` (#259)
fisker Cheung [Mon, 14 Oct 2019 02:57:12 +0000 (10:57 +0800)]
ci: frozen-lockfile (#260)
Dmitry Sharshakov [Mon, 14 Oct 2019 02:41:23 +0000 (05:41 +0300)]
refactor(scheduler): minor refactors (#240)
Dmitry Sharshakov [Mon, 14 Oct 2019 02:40:29 +0000 (05:40 +0300)]
types: improve directive typing (#253)
Evan You [Sun, 13 Oct 2019 02:52:11 +0000 (22:52 -0400)]
Revert "chore: remove useless else (#245)" (#257)
This reverts commit
971cebc61c8724875826658cb4801d1d72a35c4a.
fisker Cheung [Sun, 13 Oct 2019 00:12:09 +0000 (08:12 +0800)]
chore: remove useless else (#245)
likui [Sat, 12 Oct 2019 23:49:23 +0000 (07:49 +0800)]
feat(compiler-core/runtime-core): show codeframe in runtime compile errors (#220)
Dmitry Sharshakov [Sat, 12 Oct 2019 23:44:30 +0000 (02:44 +0300)]
refactor(componentProxy): simplify proxy handling (#214)
Natalia Tepluhina [Sat, 12 Oct 2019 23:43:36 +0000 (02:43 +0300)]
chore: use `name` const consistently (#249)
fisker Cheung [Sat, 12 Oct 2019 23:34:22 +0000 (07:34 +0800)]
refactor(runtime-core): use `Array.from` instead of loop over `iterable` (#250)
Sangeeth Sudheer [Sat, 12 Oct 2019 23:33:48 +0000 (05:03 +0530)]
types: remove unnecessary types (#234)
fisker Cheung [Sat, 12 Oct 2019 23:32:47 +0000 (07:32 +0800)]
refactor(runtime-dom): use `findIndex` instead of loop (#244)
Evan You [Sat, 12 Oct 2019 23:25:04 +0000 (19:25 -0400)]
refactor(runtime-dom): remove xlink support since it's been deprecated
Jooger [Sat, 12 Oct 2019 15:05:34 +0000 (23:05 +0800)]
types(reactivity): fix ref typing (#239)
Sharvilak [Sat, 12 Oct 2019 15:00:29 +0000 (20:30 +0530)]
refactor(runetime-core): removed unnecessary condition check (#237)
Sharvilak [Sat, 12 Oct 2019 14:59:44 +0000 (20:29 +0530)]
chore: fix typo in errorHandling.spec.ts (#232)
Cong Min [Sat, 12 Oct 2019 14:55:35 +0000 (22:55 +0800)]
chore: use Boolean to filter empty (#228)
Cr [Sat, 12 Oct 2019 14:46:10 +0000 (22:46 +0800)]
chore: remove redundant type cast (#230)
wubaiqing (琉璃) [Sat, 12 Oct 2019 14:44:17 +0000 (22:44 +0800)]
chore: format vscode.json (#227)
HcySunYang [Sat, 12 Oct 2019 14:30:39 +0000 (22:30 +0800)]
chore: consistent call to the newline function (#222)
Cr [Sat, 12 Oct 2019 14:30:21 +0000 (22:30 +0800)]
types: add missing properties to ComponentPublicInstance interface (#218)
朱金濠 [Sat, 12 Oct 2019 03:28:20 +0000 (11:28 +0800)]
chore(scripts): remove useless requires (#219)
Chester [Sat, 12 Oct 2019 02:04:33 +0000 (10:04 +0800)]
chore: use '' instead of undefined (#205)
Evan You [Sat, 12 Oct 2019 00:35:25 +0000 (20:35 -0400)]
feat(v-model): number/trim modifier + array checkbox support
Evan You [Sat, 12 Oct 2019 00:35:01 +0000 (20:35 -0400)]
fix(compiler-core): fix directive args with empty holes
Evan You [Fri, 11 Oct 2019 22:59:39 +0000 (18:59 -0400)]
fix(runtime-dom): cast to true for boolean props
Evan You [Fri, 11 Oct 2019 22:07:18 +0000 (18:07 -0400)]
chore: improve formatting
Evan You [Fri, 11 Oct 2019 22:06:24 +0000 (18:06 -0400)]
perf: avoid parentNode call when dynamic child is not a Fragment
Evan You [Fri, 11 Oct 2019 21:55:20 +0000 (17:55 -0400)]
feat(runtime-dom): v-model directive runtime
Leonardo Piccioni de Almeida [Fri, 11 Oct 2019 19:09:57 +0000 (16:09 -0300)]
chore: fix typo (#216)
Illya Klymov [Fri, 11 Oct 2019 19:09:37 +0000 (22:09 +0300)]
fix(runtime-core): support object syntax for class (#215)
Evan You [Fri, 11 Oct 2019 15:48:20 +0000 (11:48 -0400)]
test(vnode): tests for shapeFlag and cloneVNode
Evan You [Fri, 11 Oct 2019 15:41:28 +0000 (11:41 -0400)]
test(vnode): tests for normlaizeVNode
Evan You [Fri, 11 Oct 2019 15:22:41 +0000 (11:22 -0400)]
workflow: remove non-existent commit script from verifyCommit message
Evan You [Fri, 11 Oct 2019 15:16:20 +0000 (11:16 -0400)]
feat: log on the fly template compilation error
Francois Hendriks [Fri, 11 Oct 2019 15:06:21 +0000 (17:06 +0200)]
workflow: use prettier for vscode formatting (#207)
Illya Klymov [Fri, 11 Oct 2019 15:04:56 +0000 (18:04 +0300)]
fix(compiler): update v-if directive to use Comment instead of Empty (#208)
Evan You [Fri, 11 Oct 2019 14:49:35 +0000 (10:49 -0400)]
chore: remove duplicate helperNameMap entry
Evan You [Fri, 11 Oct 2019 14:47:59 +0000 (10:47 -0400)]
fix(compiler): export COMMENT instead EMPTY runtime helper
Carlos Rodrigues [Fri, 11 Oct 2019 14:13:55 +0000 (15:13 +0100)]
test(compiler-dom): add DOM compiler integration compile test (#189)
Cr [Fri, 11 Oct 2019 14:13:04 +0000 (22:13 +0800)]
test: add array of objects class test case for mergeProps (#201)
herochen [Fri, 11 Oct 2019 13:59:52 +0000 (21:59 +0800)]
chore: typo (#198)
Evan You [Fri, 11 Oct 2019 02:11:44 +0000 (22:11 -0400)]
chore: mention coverage and template-explorer in contribution guide
Evan You [Fri, 11 Oct 2019 02:02:41 +0000 (22:02 -0400)]
test: make dom events spec more stable
Evan You [Fri, 11 Oct 2019 02:02:20 +0000 (22:02 -0400)]
test: exclude template-explorer from coverage
Dmitry Sharshakov [Fri, 11 Oct 2019 01:53:15 +0000 (04:53 +0300)]
test(runtime-test): add more tests (#194)
二当家的 [Fri, 11 Oct 2019 01:48:52 +0000 (09:48 +0800)]
chore: typo isBunlderESMBuild in rollup.config.js (#195)
Evan You [Thu, 10 Oct 2019 22:05:43 +0000 (18:05 -0400)]
test(compiler): test for DirectiveTransform returning needRuntime: Symbol
Evan You [Thu, 10 Oct 2019 22:02:51 +0000 (18:02 -0400)]
wip(compiler-dom): v-model runtime
Evan You [Thu, 10 Oct 2019 19:37:17 +0000 (15:37 -0400)]
chore: remove debugger
Adam Dorling [Thu, 10 Oct 2019 18:54:50 +0000 (19:54 +0100)]
chore: remove copy-paste comment from v-cloak (#193)
月迷津渡 [Thu, 10 Oct 2019 18:54:06 +0000 (02:54 +0800)]
feat(compiler): add isNativeTag option for determining element type (#139)
Evan You [Thu, 10 Oct 2019 18:49:35 +0000 (14:49 -0400)]
fix(runtime-core): use correct parentNode when patching dynamicChildren (close #98)
Evan You [Thu, 10 Oct 2019 16:11:14 +0000 (12:11 -0400)]
workflow: persist template explorer state via localStorage
Dmitry Sharshakov [Thu, 10 Oct 2019 18:08:12 +0000 (21:08 +0300)]
types: improve writable computed types (#192)
月迷津渡 [Thu, 10 Oct 2019 17:55:26 +0000 (01:55 +0800)]
fix(compiler-core): assest id (#190)
* fix(compile-core): asset id
* test(compile-core): asset id
Cédric Exbrayat [Thu, 10 Oct 2019 17:54:22 +0000 (19:54 +0200)]
test(compiler): fix copy paste in v-once spec (#191)
相学长 [Thu, 10 Oct 2019 15:34:42 +0000 (23:34 +0800)]
feat(reactivity): ref(Ref) should return Ref (#180)
Illya Klymov [Thu, 10 Oct 2019 15:19:17 +0000 (18:19 +0300)]
fix(compiler): do not hoist element with dynamic key (#187)
Evan You [Thu, 10 Oct 2019 15:15:24 +0000 (11:15 -0400)]
refactor(compiler): improve member expression check for v-on & v-model
Rahul Kadyan [Thu, 10 Oct 2019 14:33:58 +0000 (20:03 +0530)]
feat(compiler-core): create transform for v-model (#146)
二当家的 [Thu, 10 Oct 2019 14:26:03 +0000 (22:26 +0800)]
chore: correct typo (#188)
Carlos Rodrigues [Thu, 10 Oct 2019 14:18:19 +0000 (15:18 +0100)]
feat: added transformVText to directiveTransform (#182)
terencez [Thu, 10 Oct 2019 14:17:16 +0000 (22:17 +0800)]
refactor(runtime-core): make h() support single vnode child (#181)
唐道海 [Thu, 10 Oct 2019 14:12:27 +0000 (22:12 +0800)]
test(reactivity/effect): add test for lazy option (#179)
Cr [Thu, 10 Oct 2019 14:02:55 +0000 (22:02 +0800)]
test: add more complete test for componentProxy (#174)
dependabot-preview[bot] [Thu, 10 Oct 2019 10:18:01 +0000 (10:18 +0000)]
build(deps-dev): bump execa from 2.0.5 to 2.1.0
Bumps [execa](https://github.com/sindresorhus/execa) from 2.0.5 to 2.1.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v2.0.5...v2.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 10 Oct 2019 10:18:28 +0000 (10:18 +0000)]
build(deps-dev): bump typescript from 3.6.3 to 3.6.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.6.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 10 Oct 2019 10:17:36 +0000 (10:17 +0000)]
build(deps-dev): bump lerna from 3.16.5 to 3.17.0
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.16.5 to 3.17.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.17.0/core/lerna)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Evan You [Thu, 10 Oct 2019 02:31:27 +0000 (22:31 -0400)]
refactor: use early return style in v-for
Evan You [Wed, 9 Oct 2019 21:34:22 +0000 (17:34 -0400)]
chore: update readme status
Evan You [Wed, 9 Oct 2019 21:32:58 +0000 (17:32 -0400)]
feat: v-once
Note: only compiler transform is tested - integration with runtime
still needs to be tested.
Evan You [Wed, 9 Oct 2019 20:00:08 +0000 (16:00 -0400)]
feat(compiler): implement support for v-pre
Stanislav Lashmanov [Wed, 9 Oct 2019 19:05:21 +0000 (22:05 +0300)]
feat(runtime-dom): support event options (#149)
Evan You [Wed, 9 Oct 2019 18:16:11 +0000 (14:16 -0400)]
chore: format globals whitelist
Tim van den Eijnden [Wed, 9 Oct 2019 18:03:21 +0000 (20:03 +0200)]
fix: add warnings (#82)
* fix: add warnings
- invalid watch handler path
- attempting to mutate readonly computed value
- attempt of mutating public property
- attempt of mutating prop
* fix: more descriptive warnings + details
* fix: test apiOptions warnings
* fix: update warning in componentProxy
* fix: update warnings in componentProxy & apiOptions
* fix: update warning in componentProxy
* fix: implemented tests for componentProxy
* fix: remove comment + small refactor
扩散性百万甜面包 [Wed, 9 Oct 2019 18:01:53 +0000 (02:01 +0800)]
type: improve typing (#177)
Evan You [Wed, 9 Oct 2019 16:22:08 +0000 (12:22 -0400)]
refactor(reactivity): use NOOP for readonly computed setter in production
Dmitry Sharshakov [Wed, 9 Oct 2019 16:20:53 +0000 (19:20 +0300)]
feat(computed): warn if trying to set a readonly computed (#161)
terencez [Wed, 9 Oct 2019 16:17:42 +0000 (00:17 +0800)]
types(runtime-core): simplify types in createComponentInstance() (#170)
terencez [Wed, 9 Oct 2019 16:16:29 +0000 (00:16 +0800)]
refactor(reactivity): prefer to use effect symbol and add isEffect() (#169)
碎碎酱 [Wed, 9 Oct 2019 16:13:54 +0000 (00:13 +0800)]
chore: add the yarn error log file to git ignore (#150)
terencez [Wed, 9 Oct 2019 15:55:57 +0000 (23:55 +0800)]
fix(reactivity): avoid triggering effect when deleting property returns false (#168)
Cr [Wed, 9 Oct 2019 15:49:23 +0000 (23:49 +0800)]
refactor(reactivity): use function isSymbol instead of typeof (#155)
Evan You [Wed, 9 Oct 2019 15:30:56 +0000 (11:30 -0400)]
types: fix error inference for public compile method
蓝色的秋风 [Wed, 9 Oct 2019 15:28:52 +0000 (23:28 +0800)]
refactor(shared): use Array literal instead of split for global whitelist Set creation (#173)
Evan You [Wed, 9 Oct 2019 15:13:13 +0000 (11:13 -0400)]
feat(compiler): v-text transform + move dom-specific errros codes to compiler-dom
Adam Dorling [Wed, 9 Oct 2019 14:41:31 +0000 (15:41 +0100)]
feat(compiler-dom): v-cloak transform (#141)