defcc
3105661662
v-model binding with array. (fix #3958,#3979) ( #3988 )
* fix v-model with array binding
* add mutli selects test case
* add test case. v-bind with array
* add comments
* code refactor
8 years ago
Steve Shreeve
5f8ae401d4
minor typos ( #4011 )
8 years ago
peisong
9c91190b40
Fix typos. ( #3956 )
8 years ago
AlexandreBonneau
1a8720d6ea
Fix typo in 'component' ( #3978 )
8 years ago
AchillesJ
6d31ed255d
typo fix ( #3963 )
8 years ago
Evan You
7c9575bffe
improve attr interpolation warning
8 years ago
leon lau
341d0a0357
fixed #3942 ( #3947 )
* fixed #3942
* fixed #3942
8 years ago
Guido Bouman
8ba420c359
Fix using one delay to control all transitions. ( #3932 )
* Fix using one delay to control all transitions.
Vue transitions have wrong timing when having CSS like the following:
```
.[transition-name]-enter-active, .[transition-name]-leave-active {
transition: opacity 0.8s ease, transform 0.7s ease;
transition-delay: 0.4s;
}
```
Which in turn bubbles errors to the console.
* Fix linting.
8 years ago
Chris Fritz
4f5a47d750
fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage ( #3943 )
* fix root v-else not rendering in production and switched examples to minified vue for better prod coverage
* add dev build comment to examples
* convert tabs to spaces in todomvc example for consistency
8 years ago
defcc
95bf0c000e
Add guide for PR title ( #3936 )
* update PR guide for a better release log
* detail on pr title. and fix typo
8 years ago
Evan You
3bbac7e9f5
[release] 2.0.3
8 years ago
Evan You
1e6a8f568b
[build] 2.0.3
8 years ago
Evan You
3f8fa43819
fix duplicate attribute test case in IE
8 years ago
Evan You
d362d64633
update entities encoding/decoding ( fix #3899 )
8 years ago
Evan You
a675221bb6
should not generate children for "is" component with inline-template ( fix #3931 )
8 years ago
Evan You
30bd34e965
disable duplicate attribute warning in IE ( close #3929 )
8 years ago
Evan You
ff178ccc7e
fix directive rawName generation for raw render functions ( fix #3930 )
8 years ago
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