Evan You
|
6e471ea2ee
|
fix v-show transition on child component root (fix #3354)
|
8 years ago |
Evan You
|
d7ae39044d
|
fix class updates if new vnode doesnt contain any class data
|
8 years ago |
Evan You
|
35ee5b105e
|
remove staticAttrs
|
8 years ago |
Chris Fritz
|
3e06c575cb
|
Allow 2 root nodes with v-if and v-else (#3329)
* allow 2 root nodes with v-if and v-else
* apply root constraints to 2nd root element with v-else
|
8 years ago |
Evan You
|
7b3cb27d8a
|
update nightwatch-helpers
|
8 years ago |
Evan You
|
04e2b53cd7
|
properly perserve whitespace in <pre> (fix #3341)
|
8 years ago |
Evan You
|
40e37f17d2
|
remove transition text node warn spec
|
8 years ago |
katashin
|
bbc07afd15
|
allow to initialize value attribute to 0 (#3334)
|
8 years ago |
Evan You
|
998ea85b3e
|
support explicit transition type
|
8 years ago |
Evan You
|
bee95f8c08
|
Revert "remove parser pre/post transforms (not used)"
This reverts commit 2e7a792308 .
|
8 years ago |
Evan You
|
74f8b98509
|
handle static vnodes properly during patch (fix #3325)
|
8 years ago |
Evan You
|
e84a1a43be
|
fix attribute decode reggression (fix #3327)
|
8 years ago |
Evan You
|
097889fdac
|
proper fix for attribute decode in PhantomJS
|
8 years ago |
Evan You
|
d83088ab07
|
extract nightwatch-helpers into npm package
|
8 years ago |
Evan You
|
2c6930adfc
|
further improve scheduler
|
8 years ago |
Evan You
|
609054ef10
|
remove bind.prop shorthand
|
8 years ago |
Evan You
|
23a22cbb44
|
support slots in functional components
|
8 years ago |
Evan You
|
154e17abae
|
support binding DOM properties with .prop modifier and :: shorthand
|
8 years ago |
Evan You
|
472b8975ed
|
adjust scheduler: call user watchers before component updates
|
8 years ago |
Evan You
|
ea9c6c37c3
|
support v-on .native modifier on components
|
8 years ago |
Evan You
|
2e7a792308
|
remove parser pre/post transforms (not used)
|
8 years ago |
Evan You
|
69ecdcb05e
|
rename vnode.data.props -> domProps
|
8 years ago |
Evan You
|
593cf3929e
|
fix move test case
|
8 years ago |
Evan You
|
6f7ec7f04d
|
add computed property ssr test case
|
8 years ago |
Evan You
|
2732fec59e
|
tweak error handling
|
8 years ago |
Evan You
|
d867b9e2e4
|
test observed vnode data warning
|
8 years ago |
Evan You
|
6f4601ceeb
|
test transition-group
|
8 years ago |
Evan You
|
210a3a22b0
|
test in-out early cancel with keep-alive
|
8 years ago |
Evan You
|
ccf3a61532
|
improve transition coverage
|
8 years ago |
Evan You
|
70e531a3f3
|
test removing stale leaving elements
|
8 years ago |
Evan You
|
cf133365d5
|
test transition HOC
|
8 years ago |
Evan You
|
05ef502c8a
|
coverage for nested SVG vnode namespace
|
8 years ago |
Evan You
|
45a489ba81
|
support move transitions in transition-group
|
8 years ago |
Evan You
|
6672481b58
|
fix transition test in phantomjs
|
8 years ago |
Evan You
|
e94ad1437e
|
remove vm argument in transition hooks
|
8 years ago |
Evan You
|
ef311931a3
|
all tests pass for new transition API
|
8 years ago |
Evan You
|
bb3fe8e68b
|
update transition mode specs
|
8 years ago |
Evan You
|
39bcd60a33
|
remove no longer necessary specs
|
8 years ago |
Evan You
|
fcb1e38b13
|
update transition tests for new syntax
|
8 years ago |
Evan You
|
afc414976c
|
fix svg component children
|
8 years ago |
Evan You
|
d0482a0fae
|
should not keep slot name when passed further down (fix #3259)
|
8 years ago |
Evan You
|
8401852484
|
ensure child components insert hook invoke timing
|
8 years ago |
Evan You
|
e3f624e42e
|
add assertion for enter hook timing
|
8 years ago |
Evan You
|
0764ae252e
|
ensure unique key for elements with transition (fix #3247)
|
9 years ago |
Evan You
|
a06a2d00e3
|
tune scheduler to ensure update order for late-pushed watchers
|
9 years ago |
Evan You
|
d164cf537a
|
directive: always call update + ensure modifiers
|
9 years ago |
Evan You
|
2c4fe07704
|
skip unknown element test on Android 4.2
|
9 years ago |
Evan You
|
42889ff87a
|
fix global directive function shorthand (fix #3243)
|
9 years ago |
Evan You
|
dffeb1d1c2
|
fix HOC root node replace updates
|
9 years ago |
Evan You
|
751b0c87a4
|
fix watcher tests
|
9 years ago |