0.8.1

Released Released on June 29, 2015

Bugfixes:

  • .select() will now fire a focus event on the <select> even if the window isn't in focus.

  • .click() has been upgraded to be more intelligent about firing focus events, and now takes into account the previously focused element.

  • .type() and .clear() will not issue change events or focus events unnecessary when chaining together multiple actions which do not change the element or cause it to lose focus. Fixes #47.