]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
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)
Tim van den Eijnden [Wed, 9 Oct 2019 14:28:43 +0000 (16:28 +0200)]
test(vnode): partial tests for vnode creation (#116)
Rahul Kadyan [Wed, 9 Oct 2019 14:27:24 +0000 (19:57 +0530)]
refactor(compiler-core): use directive name in error code identifier (#163)
Evan You [Tue, 8 Oct 2019 21:31:22 +0000 (17:31 -0400)]
workflow: make template-explorer error tolerant
Evan You [Tue, 8 Oct 2019 20:53:26 +0000 (16:53 -0400)]
refactor(compiler): flush transform onExit in reverse
Evan You [Tue, 8 Oct 2019 19:58:35 +0000 (15:58 -0400)]
chore: remove unnecessary type cast
Evan You [Tue, 8 Oct 2019 19:35:57 +0000 (15:35 -0400)]
feat(compiler-dom): transform for v-html
Rahul Kadyan [Tue, 8 Oct 2019 18:37:31 +0000 (00:07 +0530)]
chore(jest): ignore node_modules from watched files (#162)
`jest --watch` fails with open file limit reached:
扩散性百万甜面包 [Tue, 8 Oct 2019 17:48:13 +0000 (01:48 +0800)]
types: improve type 'ReactiveEffect' with generics (#99)
Evan You [Tue, 8 Oct 2019 16:43:13 +0000 (12:43 -0400)]
types: improve typing
Evan You [Tue, 8 Oct 2019 16:09:22 +0000 (12:09 -0400)]
types: move scopeIds into PrefixMeta
Evan You [Tue, 8 Oct 2019 15:27:48 +0000 (11:27 -0400)]
test: test expression transform for reserved literals
Evan You [Tue, 8 Oct 2019 15:25:24 +0000 (11:25 -0400)]
fix(compiler): should not prefix reserved literals (close #142)
meteorlxy [Tue, 8 Oct 2019 15:01:04 +0000 (23:01 +0800)]
build: sepecify yarn in lerna config (#154)
夜宴 [Tue, 8 Oct 2019 15:00:20 +0000 (10:00 -0500)]
test(reactivity): check for key in entries iteration (#152)
Evan You [Tue, 8 Oct 2019 14:50:00 +0000 (10:50 -0400)]
fix(compiler): handle block nodes with custom directives + improve ast types
Evan You [Tue, 8 Oct 2019 13:26:09 +0000 (09:26 -0400)]
types: improve typing
扩散性百万甜面包 [Tue, 8 Oct 2019 14:48:24 +0000 (22:48 +0800)]
types: improve type for WatchHandler (#160)
dependabot-preview[bot] [Tue, 8 Oct 2019 09:41:52 +0000 (09:41 +0000)]
build(deps-dev): bump lerna from 3.16.4 to 3.16.5
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.16.4 to 3.16.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.16.5/core/lerna)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 8 Oct 2019 09:41:24 +0000 (09:41 +0000)]
build(deps-dev): bump lint-staged from 9.4.1 to 9.4.2
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.4.1 to 9.4.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.4.1...v9.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Evan You [Mon, 7 Oct 2019 21:12:22 +0000 (17:12 -0400)]
test: tests for hoistStatic
Evan You [Mon, 7 Oct 2019 17:32:29 +0000 (13:32 -0400)]
refactor: give runtimeHelper symbols more readable names during dev
Evan You [Mon, 7 Oct 2019 16:48:43 +0000 (12:48 -0400)]
fix(compiler/v-if): avoid incorrect transform application on v-else/else-if branch children
Evan You [Mon, 7 Oct 2019 14:57:35 +0000 (10:57 -0400)]
refactor(runtime-dom/events): use more explicit variable name to avoid shadowing
Stanislav Lashmanov [Mon, 7 Oct 2019 14:56:24 +0000 (17:56 +0300)]
fix(runtime-dom/events): fix wrong scope for event value (#117)
dependabot-preview[bot] [Mon, 7 Oct 2019 07:55:50 +0000 (07:55 +0000)]
build(deps-dev): bump execa from 2.0.4 to 2.0.5
Bumps [execa](https://github.com/sindresorhus/execa) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v2.0.4...v2.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 7 Oct 2019 07:55:44 +0000 (07:55 +0000)]
build(deps-dev): bump rollup from 1.23.0 to 1.23.1
Bumps [rollup](https://github.com/rollup/rollup) from 1.23.0 to 1.23.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/v1.23.0...v1.23.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 7 Oct 2019 07:55:35 +0000 (07:55 +0000)]
build(deps-dev): bump @microsoft/api-extractor from 7.4.7 to 7.5.0
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.4.7 to 7.5.0.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Kyle Hall [Mon, 7 Oct 2019 00:19:44 +0000 (19:19 -0500)]
test(runtime-core): createSlots method (#119)
Alexander Zibert [Mon, 7 Oct 2019 00:18:47 +0000 (02:18 +0200)]
test(reactivity): fixed small copy & paste error (#140)
Andrew / Kana [Mon, 7 Oct 2019 00:11:52 +0000 (03:11 +0300)]
types: use recursion for unwrapping refs (#137)
月迷津渡 [Sun, 6 Oct 2019 15:55:23 +0000 (23:55 +0800)]
workflow(template-explorer): improve types (#128)
Carlos Rodrigues [Sun, 6 Oct 2019 15:46:09 +0000 (16:46 +0100)]
refactor(reactivity): change _isRef to use refSymbol as key (#124)
Evan You [Sun, 6 Oct 2019 15:39:20 +0000 (11:39 -0400)]
chore: remove no longer necessary global Vue
Stanislav Lashmanov [Sun, 6 Oct 2019 15:38:05 +0000 (18:38 +0300)]
fix: expose Vue to compiled template (#120)
This removes the reliance on `Vue` being exposed as a global.
Yida [Sun, 6 Oct 2019 15:31:44 +0000 (23:31 +0800)]
chore: fix typo in rollup.config.js (#122)
扩散性百万甜面包 [Sun, 6 Oct 2019 15:27:09 +0000 (23:27 +0800)]
refactor: rename param on function watch (#134)
月迷津渡 [Sun, 6 Oct 2019 15:26:33 +0000 (23:26 +0800)]
fix(reactivity): explicitly do type conversions in warning strings (#129)
Carlos Rodrigues [Sun, 6 Oct 2019 15:22:32 +0000 (16:22 +0100)]
types: cleanup some unnecessary typing in reactivity (#126)