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-with
is not defined. - Enable remote on controls using the 'form' attribute.
- Links with
disabled
attribute set will not trigger AJAX. - Add support for
formaction
andformmethod
attributes in remote forms.
1.1.0
- Extract
$.rails.csrfToken
and$.rails.csrfParam
functions to allow external usage. - Treat exception in
$.rails.confirm
as a false answer. - Don't fire Ajax requests if
data-remote
isfalse
. - 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
pageshow
event.
1.0.1
confirm
is no longer called twice forbutton
elements inside aform
.button
or submit inputs using theform
attribute are properly bound.
First official release
Highlights
- Bower support