0.8.1
Released Released on June 29, 2015
Bugfixes:
.select()will now fire afocusevent on the<select>even if the window isn't in focus..click()has been upgraded to be more intelligent about firingfocusevents, and now takes into account the previously focused element..type()and.clear()will not issuechangeevents orfocusevents unnecessary when chaining together multiple actions which do not change the element or cause it to lose focus. Fixes #47.