Skip to content

Releases: jquery-form/form

v4.3.0

07 Jun 04:06
Compare
Choose a tag to compare

New Features

  1. #566 Adds beforeFormUnbind callback

Bug Fixes

  1. #572 Updates default iframeSrc to be 'about:blank' for browsers other than IE

v4.2.2

09 Aug 20:59
Compare
Choose a tag to compare

Changes

  1. 0762c5b #530 Updates license to use "LGPLv2.1 (or later) or MIT"
    Clarifies that either LGPLv2.1 (or later) or MIT license may be used.

v4.2.1

29 Mar 13:24
Compare
Choose a tag to compare

Bug Fixes

  1. 12b358a #521 Replace serialized "+" with space
    This fixes/reverts a serious regression introduced by #262
    Thanks to @MarkCarver for the fix

v4.2.0

19 Mar 18:47
Compare
Choose a tag to compare

News

jQuery Form is confirmed to be compatible with jQuery 2 and 3! 🎉
If you see any incompatibilities, please report a bug or, preferrably, a pull request.

New Features

  1. 55fba84 #486 Adds method option for API compatibility with newer versions of jQuery

Bug Fixes

  1. 8434a5f #495 Makes ajaxSubmit with 'target' option compatible with jQuery>=1.12.1

v4.1.0

09 Mar 17:09
Compare
Choose a tag to compare

New Features

  1. #436 Allows formToArray and ajaxSubmit to work on non-form tags
  2. #158 #421 #516 #517 When serializing text, encode all line breaks as CRLF pairs per the
    application/x-www-form-urlencoded specification
  3. 76a0b2a #450 #502 Updates AMD definition and adds CommonJS support
  4. Moves documentation from malsup.com to GitHub Pages
  5. Adds automated testing using ESLint, Grunt, Mocha, Chai, and PhantomJS

Bug Fixes

  1. 76c7c90 #461 Outside fields bug fix prevents fields from being doubled in non-IE browsers
  2. #518 #258 IE fix if form is in a different document

v4.0.1

21 Feb 17:07
Compare
Choose a tag to compare

Bug Fixes

  1. 2d75614 Fixes issue where form data array was unavailable in beforeSubmit function

v4.0.0

20 Feb 23:15
Compare
Choose a tag to compare

News

  1. jQuery Form has a new home! The new canonical URL for the project is https://github.com/jquery-form/form
  2. The major version has been incremented to 4 due to the new home of project. Version 4
    is expected to be backward compatible with 3.51.0.

New Features

  1. aac6154 Contributor Code of Conduct
  2. #504 Changes functions 'bind' and 'unbind' to 'on' and 'off' for modern jQuery compatibility
  3. #193 Improve resetForm to work on individual elements and non-FORM tags
  4. #224 Adds a filtering function to remove some elements from being serialized
  5. #262 Added support for functions in 'data' option for ajaxForm and ajaxSubmit
  6. #400 Shorter plugin initialization and set reset/clear form options through data attributes
  7. #414 #463 options.success may be an array of callback functions
  8. #506 beforeSubmit event can abort the submit
  9. 0dc9b4e 2ea3e86 Updated compatibility with package managers
  10. aeb407d Grunt support

Bug Fixes

  1. #446 Array conversion in IE8
  2. #469 Sometimes submit button is not found
  3. #471 Forms without a submit button
  4. #511 Disabled selects are no longer serialized