0.3.4
Released 03/19/2015
Features:
- .type() now causes the subject to receive
focusevent. - .type() now causes previously
focusedelements to receiveblurevent/ - 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
bluebirdto2.9.14.