Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 724 Bytes

File metadata and controls

25 lines (18 loc) · 724 Bytes

0.3.4

Released 03/19/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.