form v4.0.0 Release Notes

Release Date: 2017-02-20 // about 7 years ago
  • 🆕 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
    4. #414 #463 options.success may be an array of callback functions
    5. #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