Evan You
|
1b3b19491f
|
merge renderElement and renderElementWithChildren
|
9 years ago |
Evan You
|
cf8aeddc12
|
fix v-once with v-for and remove unused _t method (fix #3155)
|
9 years ago |
Evan You
|
3f91f6577f
|
fix id-resolved appear transition (fix #3157)
|
9 years ago |
Evan You
|
36e63c234a
|
coverage for new global mixin strategy
|
9 years ago |
Evan You
|
1d8f3a264e
|
better global mixin strategy
|
9 years ago |
Evan You
|
76d7809a11
|
config.errorHandler should capture user wathcer errors too (ref #3142)
|
9 years ago |
kazuya kawaguchi
|
194b20a9dc
|
fix transition spec typo (#3141)
|
9 years ago |
Evan You
|
ebd8d5fd59
|
fix transition active class application timing to avoid initial flash
|
9 years ago |
Evan You
|
3fe127b05a
|
fix v-model number conversion (fix #3140)
|
9 years ago |
Evan You
|
f0efa9aad2
|
rename _keyCode -> _k
|
9 years ago |
Evan You
|
4fe51a75a9
|
prohibit replacing Vue.config + support custom keyCodes
|
9 years ago |
Evan You
|
63da54ddee
|
fix v-on number keyCode support
|
9 years ago |
Evan You
|
9071dfd47a
|
test directive binding.expression
|
9 years ago |
Evan You
|
8d2ee3c1f8
|
expose expression on directive binding
|
9 years ago |
Evan You
|
9115291ccd
|
move sfc parser spec
|
9 years ago |
Evan You
|
2af9f68bd9
|
remove source-map generation from sfc parser
|
9 years ago |
kazuya kawaguchi
|
cf1a697710
|
fix v-model warning on component (#3102)
|
9 years ago |
Evan You
|
439ca63f9f
|
fix sfc-parser unary tags handling
|
9 years ago |
zigomir
|
27252928d3
|
Add failing test.
|
9 years ago |
Evan You
|
68a73cfd19
|
support dynamic refs
|
9 years ago |
Evan You
|
c949c74986
|
change ref to a built-in attribute
|
9 years ago |
Evan You
|
e3fb6fe834
|
remove <render> tag
|
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
|
cec833a9e8
|
implement new v-for iterator syntax (ref: #3073)
|
9 years ago |
Evan You
|
9842f3eb38
|
refactor sfc-parser to handle nested template tags
|
9 years ago |
Evan You
|
cccfda96da
|
test for config.optionMergeStrategies
|
9 years ago |
Evan You
|
34bcc02b77
|
remove preserveWhitespace config option
|
9 years ago |
Evan You
|
a5cd31ab6d
|
coverage for sfc-parser
|
9 years ago |
Evan You
|
f0a9e3d0f0
|
test padding and source map for sfc-parser
|
9 years ago |
Evan You
|
7503f8eb15
|
support _scopeId
|
9 years ago |
Evan You
|
3edfc4518d
|
support postTransform as well
|
9 years ago |
Evan You
|
3ddef0c53c
|
add preTransform option for compiler modules
|
9 years ago |
Evan You
|
8924e91abc
|
v-pre nodes should use staticAttrs
|
9 years ago |
Evan You
|
a53d54aa8a
|
fix whitespace vnode identity breaking patch (fix #3043)
|
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
|
b1ef7cf168
|
coverage for sfc-parser
|
9 years ago |
Evan You
|
e236f80fa0
|
parser for single-file components
|
9 years ago |
Evan You
|
b02b1e5ba4
|
better template compilation error warnings
|
9 years ago |
Evan You
|
e433032f8f
|
test for keep-alive teardown
|
9 years ago |
Evan You
|
8129e0c315
|
tests for keep-alive
|
9 years ago |
Evan You
|
15d650054c
|
tests for transition-mode
|
9 years ago |
Evan You
|
7a06a9df3b
|
prepare keep-alive and transition-mode tests
|
9 years ago |
Evan You
|
8015100d77
|
improve inline transition test (test merging with exsiting definition)
|
9 years ago |
Evan You
|
9adbe9c399
|
also test mounted for child component
|
9 years ago |