Evan You
b7f7f27569
feat: use event delegation when possible
This also fixes async edge case #6566 where events propagate too slow
and incorrectly trigger handlers post-patch.
6 years ago
Haoqun Jiang
850555d1fa
fix: always use microtasks for nextTick ( #8450 )
fix #7109 , #7546 , #7707 , #7834 , #8109
reopen #6566
6 years ago
Sam Lichlyter
5489339a30
refactor(core): Replace "var" ( #8299 )
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
6 years ago
Evan You
76fd45c9fd
build: upgrade eslint and use only non-stylistic rules
6 years ago
Tim
d280937045
test(e2e): trigger click on .new-todo instead of footer ( #7938 )
6 years ago
Evan You
4e0c48511d
fix: further adjust nextTick strategy
fix #6813
7 years ago
Evan You
6e41679a96
fix: use MessageChannel for nextTick
fix #6566 , #6690
7 years ago
Evan You
aa1356e83d
test: e2e tests for basic renderer
7 years ago
Evan You
610d1aabe9
build: move test config files into /test
8 years ago
YOU
61930e0cc6
chore(test): fix some typos ( #5101 )
8 years ago
Evan You
24604e70ea
bump dependencies
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
Evan You
2b1a0b985c
extend commits e2e wait period because GitHub is slow
8 years ago
Evan You
7b3cb27d8a
update nightwatch-helpers
8 years ago
Evan You
d83088ab07
extract nightwatch-helpers into npm package
8 years ago
Evan You
9e14146fb2
temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47
9 years ago
Evan You
a5ccee3079
make modal e2e test more stable on CI
9 years ago
Evan You
d1a5298372
adjust build setup
9 years ago
Evan You
22a4d77197
fix select2 e2e test in phantomjs
9 years ago
Evan You
bd71c06b6f
tweak e2e script to allow passing in more flags to npm task
9 years ago
Evan You
a53d54aa8a
fix whitespace vnode identity breaking patch ( fix #3043 )
9 years ago
Evan You
e649795596
improve linting
9 years ago
Evan You
6dd3d5b4c4
add a step to commits e2e test
9 years ago
Evan You
d0c99b1cdb
make modal test more stable in chrome (all e2e tests pass)
9 years ago
Evan You
a9fbc0b738
remove old e2e tests
9 years ago
Evan You
5807adcf1f
e2e test for todomvc
9 years ago
Evan You
c942793b8c
e2e tests for tree
9 years ago
Evan You
6170a55d15
e2e test for svg
9 years ago
Evan You
b38b4b2907
fix watch in firefox again + e2e test for select2
9 years ago
Evan You
f9c3d70526
modal e2e test
9 years ago
Evan You
c403f5635b
grid e2e test
9 years ago
Evan You
7b180cd01b
commits e2e test
9 years ago
Evan You
0220fc310e
allow runner to run sub tests
9 years ago
Evan You
04b8a7533c
markdown test pass
9 years ago
Evan You
4d018cbe9f
start switching to nightwatch
9 years ago
Evan You
da42ca8203
add e2e test for modal
9 years ago
Evan You
2ef8d1028b
add e2e test for select2
9 years ago
Evan You
ceab86d9df
add e2e tests
9 years ago