Evan You
|
eef040ebd0
|
vdom: teardown stale directives on patch (fix #3491)
|
8 years ago |
Evan You
|
6bdb577d4a
|
fix name warning when instantiating extended components (fix #3472)
|
8 years ago |
Evan You
|
e08d6b9193
|
fix unnecessary child watcher calls on parent re-render (fix #3453)
|
8 years ago |
Evan You
|
efb603570e
|
fix patch modules error on empty component root
|
8 years ago |
Evan You
|
6e1597cf0b
|
fix quote decoding for templates retrieved from innerHTML (fix #3403)
|
8 years ago |
Evan You
|
b5b963f51d
|
wip: refactor children resolution (remove thunk mechanism)
|
8 years ago |
Chris Fritz
|
d9d4e7f196
|
prevent nested thunk children from failing (#3367)
|
8 years ago |
Evan You
|
e84a1a43be
|
fix attribute decode reggression (fix #3327)
|
8 years ago |
Evan You
|
23a22cbb44
|
support slots in functional components
|
8 years ago |
Evan You
|
8401852484
|
ensure child components insert hook invoke timing
|
8 years ago |
Evan You
|
d164cf537a
|
directive: always call update + ensure modifiers
|
9 years ago |
Evan You
|
42889ff87a
|
fix global directive function shorthand (fix #3243)
|
9 years ago |
Evan You
|
9b94176530
|
fix functional test
|
9 years ago |
Evan You
|
03621ee245
|
adjust render fn + fix props validation for functional components
|
9 years ago |
Evan You
|
579ff4ddbc
|
fix nested svg namespaces
|
9 years ago |
kazuya kawaguchi
|
c665a682d2
|
pass vnode raw data in functional component (#3168)
|
9 years ago |
Evan You
|
7827593972
|
custom directive: postupdate -> componentUpdated (ref #3172)
|
9 years ago |
Evan You
|
8c86973198
|
rename: init -> beforeCreate
|
9 years ago |
Evan You
|
9071dfd47a
|
test directive binding.expression
|
9 years ago |
Evan You
|
c949c74986
|
change ref to a built-in attribute
|
9 years ago |
Evan You
|
d398023ad1
|
functional components
|
9 years ago |
Evan You
|
41e46476a5
|
pass createElement into render functions
|
9 years ago |
Evan You
|
2bb15044d1
|
prohibit replacing $data
|
9 years ago |
Evan You
|
cfe745e9d2
|
apply scopeId to slot contents too
|
9 years ago |
Evan You
|
d76bf8cac8
|
improve template error detector
|
9 years ago |
Evan You
|
000433c878
|
get tests passing on all suacelab browsers
|
9 years ago |
Evan You
|
d9ce1306e1
|
fix tests for global name override
|
9 years ago |
Evan You
|
02d5330e50
|
detect and warn against using keywords as property names
|
9 years ago |
Evan You
|
b02b1e5ba4
|
better template compilation error warnings
|
9 years ago |
Evan You
|
9adbe9c399
|
also test mounted for child component
|
9 years ago |
Evan You
|
03e0dab1f4
|
add prop mutation warning
|
9 years ago |
Evan You
|
eca4ad8203
|
more tests/fixes
|
9 years ago |
Evan You
|
ff9c6b09bb
|
fix svg parsing in IE
|
9 years ago |
Evan You
|
6a48b35473
|
props tests
|
9 years ago |
Evan You
|
4179ba0b1c
|
small coverage tweaks
|
9 years ago |
Evan You
|
818faa7d58
|
options watch tests
|
9 years ago |
Evan You
|
26bc0002d7
|
options computed test
|
9 years ago |
Evan You
|
563cdba11e
|
improve coverage
|
9 years ago |
Evan You
|
7913a96ccb
|
fix test in phantomjs
|
9 years ago |
Evan You
|
2a09188e01
|
options propsData tests
|
9 years ago |
Evan You
|
ed10dcf293
|
add asset resolution warning tests
|
9 years ago |
Evan You
|
2f79bd26a4
|
options data tests
|
9 years ago |
Evan You
|
0abbdd98c6
|
more filter tests
|
9 years ago |
Evan You
|
5b18542eea
|
option extends tests
|
9 years ago |
Evan You
|
7bb5234074
|
options filters tests
|
9 years ago |
Evan You
|
1e90fd6a52
|
component option tests
|
9 years ago |
Evan You
|
d62eacd1da
|
directive option tests
|
9 years ago |
Evan You
|
5aeb7f5eef
|
lifecycle hook tests
|
9 years ago |
kazuya kawaguchi
|
f5bc3e584f
|
add options render tests (#2966)
ref: #2872
|
9 years ago |
kazuya kawaguchi
|
d91eda8556
|
add options el tests (#2967)
* add options el tests
ref: #2872
* fix error at phantomjs env
|
9 years ago |