Skip to content

Releases: rails/jquery-ujs

1.2.2

19 Aug 16:28
v1.2.2
a4da3b4
Compare
Choose a tag to compare
  • Ignore file input fields without name attribute.
  • Remove Ruby files from npm package.

1.2.1

10 Mar 02:36
Compare
Choose a tag to compare
  • Prevent fieldsets from resulting in double data entries
  • Fix bug in radio buttons with the required attribute.

1.2.0

12 Jan 23:30
Compare
Choose a tag to compare
  • 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 and formmethod attributes in remote forms.

1.1.0

01 Sep 05:22
Compare
Choose a tag to compare
  • 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 is false.
  • Fix IE7 bug with the cross domain check.
  • Ignore disabled file inputs when submitting the form.

1.0.4

01 Sep 05:23
Compare
Choose a tag to compare

1.0.3

01 Sep 05:23
Compare
Choose a tag to compare
  • Replace deprecated deferred.error() with fail().

1.0.2

01 Sep 05:23
Compare
Choose a tag to compare
  • Re-enables buttons and links after going back through the pageshow event.

1.0.1

01 Sep 05:24
Compare
Choose a tag to compare
  • confirm is no longer called twice for button elements inside a form.
  • button or submit inputs using the form attribute are properly bound.

First official release

18 Jun 14:19
Compare
Choose a tag to compare

Highlights

  • Bower support