Evan You
|
1bcc571739
|
Revert "fix #4041, warn overriding Vue's internal methods (#4111)"
This reverts commit 4078ce9c58 .
|
8 years ago |
Evan You
|
c67a710b3c
|
avoid triggering watcher on unchanged default props (fix #4090) (26 seconds ago)
|
8 years ago |
jingsam
|
c23c5c5d70
|
keep consistency in dev and prod env (#4093)
* keep consistency in dev and prod env
* Update extend.js
* delete name=null
* fixup
* Update name.spec.js
|
8 years ago |
(´・ω・`)
|
4078ce9c58
|
fix #4041, warn overriding Vue's internal methods (#4111)
* fix #4041, warn overriding Vue's internal methods
* prefer concise warning message
|
8 years ago |
Evan You
|
7570a3c566
|
test for directive refactor (fix #3848)
|
8 years ago |
Evan You
|
32383e5fa3
|
remove name option warning during instantiation
|
8 years ago |
Evan You
|
1bb7cba0e0
|
improve event warning with component information (close #3831)
|
8 years ago |
Evan You
|
be6e050b89
|
fix `mounted` not called for manually mounted instance with parent (fix #3898)
|
8 years ago |
Evan You
|
d6a7568891
|
improve v-bind implementation and make it work on components (fix #3670)
|
8 years ago |
Evan You
|
45ff6218c1
|
handle multiline atribute value parsing in IE (fix #3663)
|
8 years ago |
Evan You
|
d0c13c7e66
|
test undefined method warning
|
8 years ago |
Ivan Agafonov
|
b47d773c58
|
support short prop declaration as prop: true (#3643)
|
8 years ago |
Evan You
|
ada90e5e37
|
revert directive bind invocation timing, add inserted hook for directives
|
8 years ago |
Evan You
|
638d1820c2
|
bump dev deps
|
8 years ago |
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 |