Evan You
9fbca0dc79
remove unused, fix type
8 years ago
Evan You
5b58526a52
it actually works
8 years ago
Evan You
8efa3a2b22
it renders!
8 years ago
Evan You
08f843f201
progress
8 years ago
Evan You
852ae102d4
progress
8 years ago
Evan You
85e24b3b31
progress
8 years ago
Evan You
a00e4d3cbf
progress
8 years ago
Evan You
26953f5cac
add semis to flow decls for better syntax highlighting
8 years ago
Evan You
303780acd2
make function compilation reusable
8 years ago
Evan You
4461b4c399
rename entries
8 years ago
Evan You
af12d3ff7f
progress
8 years ago
Evan You
579653a6ac
refactor codegen: pass state via arguments
8 years ago
Evan You
7694c85564
fix static tree optimization for v-else(-if) conditions
8 years ago
Evan You
da1db7af31
experiment
8 years ago
Maciej Kasprzyk
d6bd667e1a
Warn when component option should be an object, but is not ( #5605 ) ( #5642 )
* warn when component should be an object, but is not
* remarks
* remarks
* remarks
* rename to checkOptionType and guard production
* typo
* Update state.js
* Update test-object-option.js
8 years ago
Melvin Lee
92d61922e9
Add TypeScript definition for ssrContext ( #5654 )
8 years ago
Evan You
8c34f225a0
update backers
8 years ago
AchillesJ
e3ffa109b3
make vm.$watch api consistent with watch option ( #5645 )
8 years ago
Evan You
8d56a498f3
[release] 2.3.3
8 years ago
Evan You
6bdaeb0444
[build] 2.3.3
8 years ago
chengchao
aaad7334d9
improve scoped slot test case ( #5640 )
8 years ago
Evan You
e70f191b56
no need to test composition events on Android
8 years ago
Evan You
38759a6957
fix test case in IE
8 years ago
Evan You
8d54aecdd0
async components: timeout should not trigger if already resolved ( fix #5635 )
8 years ago
Evan You
3139605bb1
ignore ssr getter
8 years ago
Evan You
0ccefff794
support v-for on scoped slots ( fix #5615 )
8 years ago
Evan You
dc00590bc5
comments
8 years ago
Evan You
ec70b44c28
tweak noramlizeArrayChildren
8 years ago
laoxiong
f2bd882073
Fix: nested child elements can not be updated correctly, fix #5618 ( #5627 )
* fix:nested elements can not be updated correctly
* add tests
* ensure nestedIndex is always passed down
8 years ago
pengchongfu
5d965d5b3b
clone `isComment` when cloneVNode ( #5633 )
8 years ago
chengchao
b5b1ac373a
improve mutli-line `&&` coding style to keep consistence ( #5625 )
8 years ago
狼族小狈
1c40e32706
Fix use mixin API feat continuous operation ( #5610 )
* Update use.js
fix:use feat continuous operation
* Update mixin.js
fix:mixin feat continuous operation
8 years ago
Evan You
ca02043194
avoid using native as identifier ( close #5623 )
8 years ago
Eduardo San Martin Morote
d52a4991bd
Prevent unecessary input trigger with v-model ( #5589 )
* Prevent unecessary input trigger with v-model
Fix #5586
* Add test for compositionend on v-model + @input
* [skip ci] Rename tests for compositionend
8 years ago
Herrington Darkholme
9ac4c4188d
fix #5591 : keep ssr template interpolation whitespace-insensitive ( #5597 )
8 years ago
laoxiong
5c0c8c8865
improve: optimize the performance of scheduler ( #5607 )
8 years ago
maggiehe
a8da4fb051
fix #5592 : comment vnode should not be merged into text vnode. ( #5593 )
* comment vnode should not be merged into text vnode.
* add isFalse helper
* delete trailing spaces
8 years ago
Evan You
b977c77d34
[release] 2.3.2
8 years ago
Evan You
60291f2752
[build] 2.3.2
8 years ago
Evan You
8dc4215994
improvements for handling vue-loader functional components with style injections
8 years ago
Evan You
8d7ad197c3
expose $ssrContext
8 years ago
Evan You
6b4f3da51d
[release] 2.3.1
8 years ago
Evan You
2355318f0f
[build] 2.3.1
8 years ago
Evan You
ebd0338d5a
introduce previous behavior as runInNewContext:"once"
8 years ago
Evan You
cab1b151e2
avoid swallowing webpack error when entry is not found ( fix #5553 )
8 years ago
Evan You
2a1f79dfbe
run bundle in the same global context when runInNewContext is false ( fix #5559 )
8 years ago
kazuya kawaguchi
9478fde8c9
tweak type definition layouting ( #5564 )
8 years ago
Evan You
228f0f8f3b
remove unnecessary :any castings due to improved flow checks
8 years ago
laoxiong
3b426efe60
Fix when functional component render method retrun null ( fix #5536 ) ( #5539 )
* fix:create empty vnode when functional component return null
* add test
* use isDef
8 years ago
Herrington Darkholme
bb7c543fc2
fix #5539 : improve `isDef` type definition ( #5549 )
* fix #5539 : improve flow type coverage
* skip unnecessary object creation
* use flow internal syntax to enable predicate type
8 years ago