Releases: rails/jquery-ujs
Releases · rails/jquery-ujs
1.2.2
1.2.1
- Prevent fieldsets from resulting in double data entries
- Fix bug in radio buttons with the required attribute.
1.2.0
- Do not run the validations if form has the attribute
formnovalidate. - Don't replace content if
data-disable-withis not defined. - Enable remote on controls using the 'form' attribute.
- Links with
disabledattribute set will not trigger AJAX. - Add support for
formactionandformmethodattributes in remote forms.
1.1.0
- Extract
$.rails.csrfTokenand$.rails.csrfParamfunctions to allow external usage. - Treat exception in
$.rails.confirmas a false answer. - Don't fire Ajax requests if
data-remoteisfalse. - Fix IE7 bug with the cross domain check.
- Ignore disabled file inputs when submitting the form.
1.0.4
-
Fix CSP bypass vulnerability.
1.0.3
- Replace deprecated
deferred.error()withfail().
1.0.2
- Re-enables buttons and links after going back through the
pageshowevent.
1.0.1
confirmis no longer called twice forbuttonelements inside aform.buttonor submit inputs using theformattribute are properly bound.
First official release
Highlights
- Bower support