Evan You
e9bf5d1cd9
add warning for using v-model on v-for alias
8 years ago
Evan You
32383e5fa3
remove name option warning during instantiation
8 years ago
Evan You
4740597b66
include component file location in warning if available
8 years ago
Evan You
1bb7cba0e0
improve event warning with component information ( close #3831 )
8 years ago
defcc
2ee6ef205d
replace special terminators chars ( #3903 )
8 years ago
Evan You
5300ef7819
fix style module removing styles with value 0 on update ( fix #3905 )
8 years ago
Evan You
d0cfd549ba
Revert "fix select multiple first option auto-selected in Chrome/FF ( fix #3852 )"
This reverts commit f9bef75a34
.
8 years ago
defcc
8bb1e58df0
fix multiple select render ( #3908 )
* fix multiple select render. The mutliple attribute of select dosen't apply at first, so the mutli selected option dosen't work when patching
* keep the vnode.data the same as before
8 years ago
Evan You
71ef9d68f2
update backers
8 years ago
Evan You
cc4c066989
fix coverage
8 years ago
Evan You
484e538df8
fix lint
8 years ago
Evan You
5b4b9269a5
avoid updating input value during IME composition ( fix #3894 )
8 years ago
Evan You
be6e050b89
fix `mounted` not called for manually mounted instance with parent ( fix #3898 )
8 years ago
Evan You
86f0d114ec
fix dependency collection for multi-nested arrays ( fix #3883 )
8 years ago
Evan You
3446d1485d
support functional components as named slot ( fix #3872 )
8 years ago
Evan You
5925ad3bd2
tweak select IE fix to reduce duplicate call
8 years ago
Evan You
f9bef75a34
fix select multiple first option auto-selected in Chrome/FF ( fix #3852 )
8 years ago
Evan You
74e4e11b44
fix v-on handler with whitespaces ( fix #3893 )
8 years ago
defcc
8d2fc8e8ac
add getTypeList to process mutli-type prop ( #3885 )
* add getTypeList to process mutli-type prop
* update arrow function
* refactor to isBooleanType for performance
* update isBoolean check
8 years ago
Chris Fritz
de199f9bbd
allow 2 root nodes with v-if and v-else ( #3887 )
* allow 2 root nodes with v-if and v-else
* fix compiler-options test with less specific text
8 years ago
defcc
f59e903d0b
setTimeout fallback update ( #3868 )
* - update setTimeout fallback
- reset cachedWrite.cacheBuffer with .length = 0 for better efficient
* update style
* revert cacheBuffer
* update to arrow function
8 years ago
katashin
6643cb8c23
Update typings ( #3876 )
* ensure `this` in methods is vue component
* update createElement type and expose it
8 years ago
Evan You
f35f7e35cd
add v-model dynamic type warning
8 years ago
Evan You
addb461e3c
fix ssr bundle renderer error on commonjs exports ( fix #3867 )
8 years ago
Phan An
adae5caaee
Make forAlias regex lazy ( fixes #3846 ) ( #3859 )
The current forAliasRE has the first rule greedy (`.*?`), which will
attempt to match whatever it can. This exposes a bug (#3846 ), where the
regex fails if the template happens to have " in " or " of " in its last
group. For instance, with the template `for key in [{body: 'Hey in
body'}]`, current regex will capture the last group as `body'}]` instead
of `[{body: 'Hey in body'}]`. This commit aims to fix this issue by
making the first rule lazy instead.
8 years ago
Vincent Klaiber
463c9c9e08
Switch to https ( #3864 )
Replaced all http vuejs.org links with https instead.
8 years ago
Eduardo San Martin Morote
c2e6bf8637
Fix links to docs in Readme ( #3858 )
* Fix links to docs in Readme
Fix #3857
* Rename reactivity system link to docs in readme
8 years ago
Sebastian Schweizer
6541e68aaa
add license information to vue.common.js ( #3835 )
8 years ago
Eduardo San Martin Morote
c835ce57ff
Allow text nodes on static templates in components ( #3826 )
Fix #3824
8 years ago
Evan You
e6d224c3c5
[release] 2.0.1
8 years ago
Evan You
d69b64f01f
[build] 2.0.1
8 years ago
Evan You
1c79c56a3e
revert npm main field (fix SSR externalization)
8 years ago
Evan You
156cfb9892
[release] 2.0.0
8 years ago
Evan You
3ad68b96e2
[build] 2.0.0
8 years ago
Evan You
89adabf0a5
remove --next tag in release script
8 years ago
Evan You
8ef603b7c3
test <template> key warning, fix coverage
8 years ago
Evan You
51aa3e594a
comment
8 years ago
Evan You
99ea0f8229
adjust named slot resolve check ( fix #3819 )
8 years ago
Evan You
b8369e802b
fix test template typo
8 years ago
Kaorun343
ef6945932f
Fix $createElement and Vue.extend ( #3818 )
* Fix $createElement and extend
* Add AsyncComponent
8 years ago
Evan You
47ee6abfc6
remove codegen v-for truthiness check ( fix #3817 )
8 years ago
Evan You
6d4bdb5ff1
fix style binding for falsy numbers ( fix #3816 )
8 years ago
Evan You
8298323108
add <template> key warning
8 years ago
Evan You
f1e37f6002
do not add list key to text nodes ( fix #3810 )
8 years ago
Evan You
b5595476f1
change npm main
8 years ago
Hendrik Leppelsack
e29b711cb5
fix reference to backers.md ( #3808 )
8 years ago
Evan You
e468ba078e
fix coverage
8 years ago
Evan You
f7e878c808
update badges
8 years ago
Evan You
ae93d2bef8
update github links
8 years ago
Evan You
e5a6beb804
bump rollup
8 years ago