Skip to content

0.8.1

Choose a tag to compare

@bahmutov bahmutov released this 19 Jul 07:23

Released 06/30/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.