Commit Graph

29 Commits

Author SHA1 Message Date
Evan You 3504d7f6d6 refactor: better solution for async edge case.
Revert event delegation related changes.
2019-01-10 14:21:31 -05:00
Evan You 3be1c5d67e feat(config): expose config.useEventDelegation and default to false 2019-01-09 20:09:50 -05:00
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.
2018-12-19 19:26:58 -05:00
Haoqun Jiang 850555d1fa fix: always use microtasks for nextTick (#8450)
fix #7109, #7546, #7707, #7834, #8109
reopen #6566
2018-12-19 13:29:00 -05:00
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
2018-10-24 13:07:40 -04:00
Tim d280937045 test(e2e): trigger click on .new-todo instead of footer (#7938) 2018-08-20 17:52:06 -04:00
Evan You 4e0c48511d fix: further adjust nextTick strategy
fix #6813
2017-10-13 15:37:52 -04:00
Evan You 6e41679a96 fix: use MessageChannel for nextTick
fix #6566, #6690
2017-10-05 00:52:47 -04:00
Evan You aa1356e83d test: e2e tests for basic renderer 2017-10-04 18:15:45 -04:00
YOU 61930e0cc6 chore(test): fix some typos (#5101) 2017-03-06 09:50:49 +01:00
Evan You 24604e70ea bump dependencies 2016-11-15 16:45:12 -05:00
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
2016-10-14 09:27:54 -04:00
Evan You 2b1a0b985c extend commits e2e wait period because GitHub is slow 2016-09-19 12:35:59 -04:00
Evan You 7b3cb27d8a update nightwatch-helpers 2016-07-28 20:30:38 -04:00
Evan You a5ccee3079 make modal e2e test more stable on CI 2016-06-15 10:40:40 -04:00
Evan You 22a4d77197 fix select2 e2e test in phantomjs 2016-06-13 18:14:44 -04:00
Evan You a53d54aa8a fix whitespace vnode identity breaking patch (fix #3043) 2016-06-08 13:28:55 -04:00
Evan You e649795596 improve linting 2016-04-25 12:58:37 -04:00
Evan You 6dd3d5b4c4 add a step to commits e2e test 2016-04-23 17:06:43 -04:00
Evan You d0c99b1cdb make modal test more stable in chrome (all e2e tests pass) 2016-04-21 19:29:35 -04:00
Evan You 5807adcf1f e2e test for todomvc 2016-04-21 19:23:13 -04:00
Evan You c942793b8c e2e tests for tree 2016-04-21 18:19:09 -04:00
Evan You 6170a55d15 e2e test for svg 2016-04-21 18:02:08 -04:00
Evan You b38b4b2907 fix watch in firefox again + e2e test for select2 2016-04-21 17:54:34 -04:00
Evan You f9c3d70526 modal e2e test 2016-04-21 17:33:51 -04:00
Evan You c403f5635b grid e2e test 2016-04-21 17:22:58 -04:00
Evan You 7b180cd01b commits e2e test 2016-04-21 17:10:54 -04:00
Evan You 04b8a7533c markdown test pass 2016-04-21 16:47:31 -04:00
Evan You 4d018cbe9f start switching to nightwatch 2016-04-21 16:20:29 -04:00