Evan You
8823fcc7a4
expose preserveWhitespace option in template compiler
8 years ago
Evan You
6e96a657d8
adjust component destroy logic (really fix #3882 )
8 years ago
Evan You
6ab10c0559
fix v-for list auto-keying with nested <template> ( fix #3913 )
8 years ago
Evan You
ea39d9f6b8
fix static node v-for nested check
8 years ago
Evan You
5d0999ac37
ensure v-model runtime metadata for all types
8 years ago
Evan You
e774ce2353
refactor: split vdom helpers into separate files
8 years ago
Evan You
ceab0b71d0
fix functional components that return string or nothing ( fix #3919 )
8 years ago
Evan You
7ca58b6cdf
small tweak
8 years ago
defcc
a9417e4e4f
select change event fix ( #3922 )
* if select binding not changed, then needRest should be set to false, and no change event should be emitted
* update code style
8 years ago
宋铄运
443ef1c26c
Update CONTRIBUTING.md's jdfiddle template, and vue's version inside ISSUE_TEMPLATE.md ( #3921 )
* Update CONTRIBUTING.md's jdfiddle template
* Update ISSUE_TEMPLATE.md
8 years ago
Evan You
70aee1c7f8
[release] 2.0.2
8 years ago
Evan You
617b9982e0
[build] 2.0.2
8 years ago
Evan You
864ef21a7d
fix deeply nested keep-alive components not being destroyed ( fix #3882 )
8 years ago
Evan You
03ea9f0b57
fix flow
8 years ago
Evan You
7570a3c566
test for directive refactor ( fix #3848 )
8 years ago
Evan You
1fa3844dc2
refactor directive update implementation
8 years ago
Evan You
4a74883864
improve mergeVNodeHook logic
8 years ago
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