0.3.4

Released Released on March 18, 2015

Features:

  • .type() now causes the subject to receive focus event.

  • .type() now causes previously focused elements to receive blur event/

  • Typing {enter} now handles form submit logic as per the HTML spec.

    • Form with 1 input, no defaultButton.

    • Form with 2 inputs, no defaultButton.

    • Form with disabled defaultButton.

    • Form with multiple defaultButtons.

    • Correctly processes defaultButton click event, form submit event.

    • Intelligently handle defaultPrevented events from descendants.

Bugfixes:

Misc:

  • Updated bluebird to 2.9.14.