Released 03/19/2015
Features:
.type()
now causes the subject to receivefocus
event..type()
now causes previouslyfocused
elements to receiveblur
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:
.clear()
now returns a promise.
Misc:
- Updated
bluebird
to2.9.14
.