]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
6 years agotypes(reactivity): fix ref typing (#239)
Jooger [Sat, 12 Oct 2019 15:05:34 +0000 (23:05 +0800)] 
types(reactivity): fix ref typing (#239)

6 years agorefactor(runetime-core): removed unnecessary condition check (#237)
Sharvilak [Sat, 12 Oct 2019 15:00:29 +0000 (20:30 +0530)] 
refactor(runetime-core): removed unnecessary condition check (#237)

6 years agochore: fix typo in errorHandling.spec.ts (#232)
Sharvilak [Sat, 12 Oct 2019 14:59:44 +0000 (20:29 +0530)] 
chore: fix typo in errorHandling.spec.ts (#232)

6 years agochore: use Boolean to filter empty (#228)
Cong Min [Sat, 12 Oct 2019 14:55:35 +0000 (22:55 +0800)] 
chore: use Boolean to filter empty (#228)

6 years agochore: remove redundant type cast (#230)
Cr [Sat, 12 Oct 2019 14:46:10 +0000 (22:46 +0800)] 
chore: remove redundant type cast (#230)

6 years agochore: format vscode.json (#227)
wubaiqing (琉璃) [Sat, 12 Oct 2019 14:44:17 +0000 (22:44 +0800)] 
chore: format vscode.json (#227)

6 years agochore: consistent call to the newline function (#222)
HcySunYang [Sat, 12 Oct 2019 14:30:39 +0000 (22:30 +0800)] 
chore: consistent call to the newline function (#222)

6 years agotypes: add missing properties to ComponentPublicInstance interface (#218)
Cr [Sat, 12 Oct 2019 14:30:21 +0000 (22:30 +0800)] 
types: add missing properties to ComponentPublicInstance interface (#218)

6 years agochore(scripts): remove useless requires (#219)
朱金濠 [Sat, 12 Oct 2019 03:28:20 +0000 (11:28 +0800)] 
chore(scripts): remove useless requires (#219)

6 years agochore: use '' instead of undefined (#205)
Chester [Sat, 12 Oct 2019 02:04:33 +0000 (10:04 +0800)] 
chore: use '' instead of undefined (#205)

6 years agofeat(v-model): number/trim modifier + array checkbox support
Evan You [Sat, 12 Oct 2019 00:35:25 +0000 (20:35 -0400)] 
feat(v-model): number/trim modifier + array checkbox support

6 years agofix(compiler-core): fix directive args with empty holes
Evan You [Sat, 12 Oct 2019 00:35:01 +0000 (20:35 -0400)] 
fix(compiler-core): fix directive args with empty holes

6 years agofix(runtime-dom): cast to true for boolean props
Evan You [Fri, 11 Oct 2019 22:59:39 +0000 (18:59 -0400)] 
fix(runtime-dom): cast  to true for boolean props

6 years agochore: improve formatting
Evan You [Fri, 11 Oct 2019 22:07:18 +0000 (18:07 -0400)] 
chore: improve formatting

6 years agoperf: avoid parentNode call when dynamic child is not a Fragment
Evan You [Fri, 11 Oct 2019 22:06:24 +0000 (18:06 -0400)] 
perf: avoid parentNode call when dynamic child is not a Fragment

6 years agofeat(runtime-dom): v-model directive runtime
Evan You [Fri, 11 Oct 2019 21:55:20 +0000 (17:55 -0400)] 
feat(runtime-dom): v-model directive runtime

6 years agochore: fix typo (#216)
Leonardo Piccioni de Almeida [Fri, 11 Oct 2019 19:09:57 +0000 (16:09 -0300)] 
chore: fix typo (#216)

6 years agofix(runtime-core): support object syntax for class (#215)
Illya Klymov [Fri, 11 Oct 2019 19:09:37 +0000 (22:09 +0300)] 
fix(runtime-core): support object syntax for class (#215)

6 years agotest(vnode): tests for shapeFlag and cloneVNode
Evan You [Fri, 11 Oct 2019 15:48:20 +0000 (11:48 -0400)] 
test(vnode): tests for shapeFlag and cloneVNode

6 years agotest(vnode): tests for normlaizeVNode
Evan You [Fri, 11 Oct 2019 15:41:28 +0000 (11:41 -0400)] 
test(vnode): tests for normlaizeVNode

6 years agoworkflow: remove non-existent commit script from verifyCommit message
Evan You [Fri, 11 Oct 2019 15:22:41 +0000 (11:22 -0400)] 
workflow: remove non-existent commit script from verifyCommit message

6 years agofeat: log on the fly template compilation error
Evan You [Fri, 11 Oct 2019 15:16:20 +0000 (11:16 -0400)] 
feat: log on the fly template compilation error

6 years agoworkflow: use prettier for vscode formatting (#207)
Francois Hendriks [Fri, 11 Oct 2019 15:06:21 +0000 (17:06 +0200)] 
workflow: use prettier for vscode formatting (#207)

6 years agofix(compiler): update v-if directive to use Comment instead of Empty (#208)
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)

6 years agochore: remove duplicate helperNameMap entry
Evan You [Fri, 11 Oct 2019 14:49:35 +0000 (10:49 -0400)] 
chore: remove duplicate helperNameMap entry

6 years agofix(compiler): export COMMENT instead EMPTY runtime helper
Evan You [Fri, 11 Oct 2019 14:47:59 +0000 (10:47 -0400)] 
fix(compiler): export COMMENT instead EMPTY runtime helper

6 years agotest(compiler-dom): add DOM compiler integration compile test (#189)
Carlos Rodrigues [Fri, 11 Oct 2019 14:13:55 +0000 (15:13 +0100)] 
test(compiler-dom): add DOM compiler integration compile test (#189)

6 years agotest: add array of objects class test case for mergeProps (#201)
Cr [Fri, 11 Oct 2019 14:13:04 +0000 (22:13 +0800)] 
test: add array of objects class test case for mergeProps (#201)

6 years agochore: typo (#198)
herochen [Fri, 11 Oct 2019 13:59:52 +0000 (21:59 +0800)] 
chore: typo (#198)

6 years agochore: mention coverage and template-explorer in contribution guide
Evan You [Fri, 11 Oct 2019 02:11:44 +0000 (22:11 -0400)] 
chore: mention coverage and template-explorer in contribution guide

6 years agotest: make dom events spec more stable
Evan You [Fri, 11 Oct 2019 02:02:41 +0000 (22:02 -0400)] 
test: make dom events spec more stable

6 years agotest: exclude template-explorer from coverage
Evan You [Fri, 11 Oct 2019 02:02:20 +0000 (22:02 -0400)] 
test: exclude template-explorer from coverage

6 years agotest(runtime-test): add more tests (#194)
Dmitry Sharshakov [Fri, 11 Oct 2019 01:53:15 +0000 (04:53 +0300)] 
test(runtime-test): add more tests (#194)

6 years agochore: typo isBunlderESMBuild in rollup.config.js (#195)
二当家的 [Fri, 11 Oct 2019 01:48:52 +0000 (09:48 +0800)] 
chore: typo isBunlderESMBuild in rollup.config.js (#195)

6 years agotest(compiler): test for DirectiveTransform returning needRuntime: Symbol
Evan You [Thu, 10 Oct 2019 22:05:43 +0000 (18:05 -0400)] 
test(compiler): test for DirectiveTransform returning needRuntime: Symbol

6 years agowip(compiler-dom): v-model runtime
Evan You [Thu, 10 Oct 2019 22:02:51 +0000 (18:02 -0400)] 
wip(compiler-dom): v-model runtime

6 years agochore: remove debugger
Evan You [Thu, 10 Oct 2019 19:37:17 +0000 (15:37 -0400)] 
chore: remove debugger

6 years agochore: remove copy-paste comment from v-cloak (#193)
Adam Dorling [Thu, 10 Oct 2019 18:54:50 +0000 (19:54 +0100)] 
chore: remove copy-paste comment from v-cloak (#193)

6 years agofeat(compiler): add isNativeTag option for determining element type (#139)
月迷津渡 [Thu, 10 Oct 2019 18:54:06 +0000 (02:54 +0800)] 
feat(compiler): add isNativeTag option for determining element type (#139)

6 years agofix(runtime-core): use correct parentNode when patching dynamicChildren (close #98)
Evan You [Thu, 10 Oct 2019 18:49:35 +0000 (14:49 -0400)] 
fix(runtime-core): use correct parentNode when patching dynamicChildren (close #98)

6 years agoworkflow: persist template explorer state via localStorage
Evan You [Thu, 10 Oct 2019 16:11:14 +0000 (12:11 -0400)] 
workflow: persist template explorer state via localStorage

6 years agotypes: improve writable computed types (#192)
Dmitry Sharshakov [Thu, 10 Oct 2019 18:08:12 +0000 (21:08 +0300)] 
types: improve writable computed types (#192)

6 years agofix(compiler-core): assest id (#190)
月迷津渡 [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

6 years agotest(compiler): fix copy paste in v-once spec (#191)
Cédric Exbrayat [Thu, 10 Oct 2019 17:54:22 +0000 (19:54 +0200)] 
test(compiler): fix copy paste in v-once spec (#191)

6 years agofeat(reactivity): ref(Ref) should return Ref (#180)
相学长 [Thu, 10 Oct 2019 15:34:42 +0000 (23:34 +0800)] 
feat(reactivity): ref(Ref) should return Ref (#180)

6 years agofix(compiler): do not hoist element with dynamic key (#187)
Illya Klymov [Thu, 10 Oct 2019 15:19:17 +0000 (18:19 +0300)] 
fix(compiler): do not hoist element with dynamic key (#187)

6 years agorefactor(compiler): improve member expression check for v-on & v-model
Evan You [Thu, 10 Oct 2019 15:15:24 +0000 (11:15 -0400)] 
refactor(compiler): improve member expression check for v-on & v-model

6 years agofeat(compiler-core): create transform for v-model (#146)
Rahul Kadyan [Thu, 10 Oct 2019 14:33:58 +0000 (20:03 +0530)] 
feat(compiler-core): create transform for v-model (#146)

6 years agochore: correct typo (#188)
二当家的 [Thu, 10 Oct 2019 14:26:03 +0000 (22:26 +0800)] 
chore: correct typo (#188)

6 years agofeat: added transformVText to directiveTransform (#182)
Carlos Rodrigues [Thu, 10 Oct 2019 14:18:19 +0000 (15:18 +0100)] 
feat: added transformVText to directiveTransform (#182)

6 years agorefactor(runtime-core): make h() support single vnode child (#181)
terencez [Thu, 10 Oct 2019 14:17:16 +0000 (22:17 +0800)] 
refactor(runtime-core): make h() support single vnode child (#181)

6 years agotest(reactivity/effect): add test for lazy option (#179)
唐道海 [Thu, 10 Oct 2019 14:12:27 +0000 (22:12 +0800)] 
test(reactivity/effect): add test for lazy option (#179)

6 years agotest: add more complete test for componentProxy (#174)
Cr [Thu, 10 Oct 2019 14:02:55 +0000 (22:02 +0800)] 
test: add more complete test for componentProxy (#174)

6 years agobuild(deps-dev): bump execa from 2.0.5 to 2.1.0
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>
6 years agobuild(deps-dev): bump typescript from 3.6.3 to 3.6.4
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>
6 years agobuild(deps-dev): bump lerna from 3.16.5 to 3.17.0
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>
6 years agorefactor: use early return style in v-for
Evan You [Thu, 10 Oct 2019 02:31:27 +0000 (22:31 -0400)] 
refactor: use early return style in v-for

6 years agochore: update readme status
Evan You [Wed, 9 Oct 2019 21:34:22 +0000 (17:34 -0400)] 
chore: update readme status

6 years agofeat: v-once
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.

6 years agofeat(compiler): implement support for v-pre
Evan You [Wed, 9 Oct 2019 20:00:08 +0000 (16:00 -0400)] 
feat(compiler): implement support for v-pre

6 years agofeat(runtime-dom): support event options (#149)
Stanislav Lashmanov [Wed, 9 Oct 2019 19:05:21 +0000 (22:05 +0300)] 
feat(runtime-dom): support event options (#149)

6 years agochore: format globals whitelist
Evan You [Wed, 9 Oct 2019 18:16:11 +0000 (14:16 -0400)] 
chore: format globals whitelist

6 years agofix: add warnings (#82)
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

6 years agotype: improve typing (#177)
扩散性百万甜面包 [Wed, 9 Oct 2019 18:01:53 +0000 (02:01 +0800)] 
type: improve typing (#177)

6 years agorefactor(reactivity): use NOOP for readonly computed setter in production
Evan You [Wed, 9 Oct 2019 16:22:08 +0000 (12:22 -0400)] 
refactor(reactivity): use NOOP for readonly computed setter in production

6 years agofeat(computed): warn if trying to set a readonly computed (#161)
Dmitry Sharshakov [Wed, 9 Oct 2019 16:20:53 +0000 (19:20 +0300)] 
feat(computed): warn if trying to set a readonly computed (#161)

6 years agotypes(runtime-core): simplify types in createComponentInstance() (#170)
terencez [Wed, 9 Oct 2019 16:17:42 +0000 (00:17 +0800)] 
types(runtime-core): simplify types in createComponentInstance() (#170)

6 years agorefactor(reactivity): prefer to use effect symbol and add isEffect() (#169)
terencez [Wed, 9 Oct 2019 16:16:29 +0000 (00:16 +0800)] 
refactor(reactivity): prefer to use effect symbol and add isEffect() (#169)

6 years agochore: add the yarn error log file to git ignore (#150)
碎碎酱 [Wed, 9 Oct 2019 16:13:54 +0000 (00:13 +0800)] 
chore: add the yarn error log file to git ignore (#150)

6 years agofix(reactivity): avoid triggering effect when deleting property returns false (#168)
terencez [Wed, 9 Oct 2019 15:55:57 +0000 (23:55 +0800)] 
fix(reactivity): avoid triggering effect when deleting property returns false (#168)

6 years agorefactor(reactivity): use function isSymbol instead of typeof (#155)
Cr [Wed, 9 Oct 2019 15:49:23 +0000 (23:49 +0800)] 
refactor(reactivity): use function isSymbol instead of typeof (#155)

6 years agotypes: fix error inference for public compile method
Evan You [Wed, 9 Oct 2019 15:30:56 +0000 (11:30 -0400)] 
types: fix error inference for public compile method

6 years agorefactor(shared): use Array literal instead of split for global whitelist Set creatio...
蓝色的秋风 [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)

6 years agofeat(compiler): v-text transform + move dom-specific errros codes to compiler-dom
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

6 years agofeat(compiler-dom): v-cloak transform (#141)
Adam Dorling [Wed, 9 Oct 2019 14:41:31 +0000 (15:41 +0100)] 
feat(compiler-dom): v-cloak transform (#141)

6 years agotest(vnode): partial tests for vnode creation (#116)
Tim van den Eijnden [Wed, 9 Oct 2019 14:28:43 +0000 (16:28 +0200)] 
test(vnode): partial tests for vnode creation (#116)

6 years agorefactor(compiler-core): use directive name in error code identifier (#163)
Rahul Kadyan [Wed, 9 Oct 2019 14:27:24 +0000 (19:57 +0530)] 
refactor(compiler-core): use directive name in error code identifier (#163)

6 years agoworkflow: make template-explorer error tolerant
Evan You [Tue, 8 Oct 2019 21:31:22 +0000 (17:31 -0400)] 
workflow: make template-explorer error tolerant

6 years agorefactor(compiler): flush transform onExit in reverse
Evan You [Tue, 8 Oct 2019 20:53:26 +0000 (16:53 -0400)] 
refactor(compiler): flush transform onExit in reverse

6 years agochore: remove unnecessary type cast
Evan You [Tue, 8 Oct 2019 19:58:35 +0000 (15:58 -0400)] 
chore: remove unnecessary type cast

6 years agofeat(compiler-dom): transform for v-html
Evan You [Tue, 8 Oct 2019 19:35:57 +0000 (15:35 -0400)] 
feat(compiler-dom): transform for v-html

6 years agochore(jest): ignore node_modules from watched files (#162)
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:

6 years agotypes: improve type 'ReactiveEffect' with generics (#99)
扩散性百万甜面包 [Tue, 8 Oct 2019 17:48:13 +0000 (01:48 +0800)] 
types: improve type 'ReactiveEffect' with generics (#99)

6 years agotypes: improve typing
Evan You [Tue, 8 Oct 2019 16:43:13 +0000 (12:43 -0400)] 
types: improve typing

6 years agotypes: move scopeIds into PrefixMeta
Evan You [Tue, 8 Oct 2019 16:09:22 +0000 (12:09 -0400)] 
types: move scopeIds into PrefixMeta

6 years agotest: test expression transform for reserved literals
Evan You [Tue, 8 Oct 2019 15:27:48 +0000 (11:27 -0400)] 
test: test expression transform for reserved literals

6 years agofix(compiler): should not prefix reserved literals (close #142)
Evan You [Tue, 8 Oct 2019 15:25:24 +0000 (11:25 -0400)] 
fix(compiler): should not prefix reserved literals (close #142)

6 years agobuild: sepecify yarn in lerna config (#154)
meteorlxy [Tue, 8 Oct 2019 15:01:04 +0000 (23:01 +0800)] 
build: sepecify yarn in lerna config (#154)

6 years agotest(reactivity): check for key in entries iteration (#152)
夜宴 [Tue, 8 Oct 2019 15:00:20 +0000 (10:00 -0500)] 
test(reactivity): check for key in entries iteration (#152)

6 years agofix(compiler): handle block nodes with custom directives + improve ast types
Evan You [Tue, 8 Oct 2019 14:50:00 +0000 (10:50 -0400)] 
fix(compiler): handle block nodes with custom directives + improve ast types

6 years agotypes: improve typing
Evan You [Tue, 8 Oct 2019 13:26:09 +0000 (09:26 -0400)] 
types: improve typing

6 years agotypes: improve type for WatchHandler (#160)
扩散性百万甜面包 [Tue, 8 Oct 2019 14:48:24 +0000 (22:48 +0800)] 
types: improve type for WatchHandler (#160)

6 years agobuild(deps-dev): bump lerna from 3.16.4 to 3.16.5
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>
6 years agobuild(deps-dev): bump lint-staged from 9.4.1 to 9.4.2
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>
6 years agotest: tests for hoistStatic
Evan You [Mon, 7 Oct 2019 21:12:22 +0000 (17:12 -0400)] 
test: tests for hoistStatic

6 years agorefactor: give runtimeHelper symbols more readable names during dev
Evan You [Mon, 7 Oct 2019 17:32:29 +0000 (13:32 -0400)] 
refactor: give runtimeHelper symbols more readable names during dev

6 years agofix(compiler/v-if): avoid incorrect transform application on v-else/else-if branch...
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

6 years agorefactor(runtime-dom/events): use more explicit variable name to avoid shadowing
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

6 years agofix(runtime-dom/events): fix wrong scope for event value (#117)
Stanislav Lashmanov [Mon, 7 Oct 2019 14:56:24 +0000 (17:56 +0300)] 
fix(runtime-dom/events): fix wrong scope for event value (#117)

6 years agobuild(deps-dev): bump execa from 2.0.4 to 2.0.5
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>