- update jquery to 3.7.0
- update jquery to 3.6.1
- update jquery-ujs to 1.2.3
- update jquery to 3.6.0
- update jquery to 3.5.1 (note: 3.5.0 contains important security updates)
- unescape dollar signs and backticks in
assert_select_jquery
to match Rails updated behavior.
- update jquery to 3.4.1
- update jquery to 3.4.0
- update jquery to 3.3.1
- update jquery to 3.3.0
- Add possibility to test HTML: all, attribute prefix, attribute contains, attribute ends with, child, and class selectors
- Fix matching multiple calls for the same selector/function exception
- update jquery to 3.2.1
- update jquery to 3.2.0
- Add possibility to test HTML attribute selectors
- update jquery to 3.1.1
- update jquery to 3.1.0
- Support jQuery 3.x
- Update jquery-ujs to 1.2.2
- Update jQuery to 1.12.4 and 2.2.4
- Update jQuery to 1.12.1 and 2.2.1
- Update jquery-ujs to 1.2.1
- Update jQuery to 1.12.0 and 2.2.0
- Update jquery-ujs to 1.2.0
- Specify that Ruby version 1.9.3+ is required
- Test on Ruby 2.2
- Update jquery-ujs from 1.0.4 to 1.1.0
- Fix CSP bypass vulnerability. CVE-2015-1840
- Fix RubyGems permission problem.
- Minimum dependency set to Rails 4.2
- Updated to jquery-ujs 1.0.2
- Support jQuery 1.x and 2.x
- Fix CSP bypass vulnerability. CVE-2015-1840
- Updated to jquery-ujs 1.0.1
- Updated to jQuery 1.11.1
- Updated to jquery-ujs 1.0.0
- Updated to jQuery 1.11.0
- Updated to latest jquery-ujs
- Added development rake task for updating jQuery
- Fixed jQuery source map
- Updated to jQuery 1.10.2
- Updated to latest jquery-ujs
- Updated to jQuery 1.10.1
- Removed jQuery UI from generator
- Removed jQuery UI
- Updated to jQuery 1.10.0
- Updated to jQuery UI 1.10.3
- Updated to latest jquery-ujs
- Updated to jQuery 1.9.1
- Updated to latest jquery-ujs
- Updated to jQuery 1.9.0
- Updated to latest jquery-ujs
- Updated to jQuery 1.8.3
- Updated to jQuery UI 1.9.2
- Rails 4 compatibility
- Rails 3.1 compatibility (without asset pipeline)
- Rails 3.0 compatibility
- Updated to latest jquery-ujs
- Updated to jQuery 1.8.2
- Updated to latest jquery-ujs
- required radio bugfix
- Updated to jQuery 1.8.1
- Updated to latest jquery-ujs
- ajax:aborted:file bugfixes
- Updated to latest jquery-ujs
- jQuery 1.8.0 compatibility
- Updated to jQuery 1.8.0
- Updated to jQuery UI 1.8.23
- Updated to latest jquery-ujs
- created
rails:attachBindings
to allow for customization of $.rails object settings - created
ajax:send
event to provide access to jqXHR object from ajax requests - added support for
data-with-credentials
- created
- Updated to jQuery 1.7.2
- Updated to jQuery UI 1.8.18
- Updated to latest jquery-ujs
- Override provided for obtaining
href
- Edit
crossDomain
anddataType
fromajax:before
event
- Override provided for obtaining
- Fixed Rails 3.2 dependency issue
- Minimum dependency set to Rails 3.2
- Updated to jQuery 1.7.1
- Updated to latest jquery-ujs
- Fixed disabled links to re-enable when
ajax:before
orajax:beforeSend
are canceled - Switched from deprecated
live
todelegate
- Fixed disabled links to re-enable when
- Updated to latest jquery-ujs
- Fixed event parameter for form submit event handlers in IE for jQuery 1.6.x
- Fixed form submit event handlers for jQuery 1.7
- Updated to jQuery 1.7
- Updated to latest jquery-ujs
- Moved file comment above function so it won't be included in compressed version
- Updated to jQuery 1.6.4
- Updated to jQuery UI 1.8.16
- Updated to latest jquery-ujs
- Fixed formInputClickSelector
button[type]
for IE7 - Copy target attribute to generated form for
a[data-method]
links - Return true (abort ajax) for ctrl- and meta-clicks on remote links
- Use jQuery
.prop()
for disabling/enabling elements
- Fixed formInputClickSelector
- Updated to latest jquery-ujs
- Added
disable-with
support for links - minor bug fixes
- Added
data-remote
support for change events of all input types
- Added
- Added install generator for Rails 3.1 with instructional message
- Updated to latest jquery-ujs with
novalidate
support - No more support for jquery older than v1.6
- Updated to latest jquery-ujs with 'blank form action' and data-remote support for select elements
- Updated to latest jqueyr-ujs with cross-domain support
See jquery-ujs issue 167 for relevant discussion
- Updated to latest jqueyr-ujs with bug fixes
- Merged with new rails repo (3.1 fix)
- Updated to latest jquery-ujs with
[disabled][required]
fix
- Fix assert_select_jquery's bad call to unescape_rjs
- Updated to latest jquery-ujs with
data-params
support
- Updated to latest jquery-ujs
- Remove old rails.js in Rails 3.0 generator
- Fix exception in Rails 3.0 generator
- Update to jQuery 1.6.1
- Remove useless --version generator option
- Fix Rails 3.0 now that rails.js is named jquery_ujs.js
- Stop downloading rails.js from GitHub
- Vendor jQuery UI for those who want it
- Fix assert_select_jquery now that Rails 3.1 has no RJS at all
- Fix rails dependency to just be railties
- Rails 3.1 asset pipeline edition
- Removes generators and railties
- Just provides jquery.js and jquery_ujs.js
- Still compatible with Rails 3.0 via the old generator code
- Updated to use jQuery 1.5 by default
Feature:
- Updated to use jQuery 1.4.4 by default
Bugfix:
- Download JQuery Rails UJS via HTTPS since Github is now HTTPS only
Features:
- Updated to use the new jQuery 1.4.3 by default, with the IE .live() bug fixed
- Always download the newest 1.x release of jQuery UI
- Try to install unknown versions of jQuery, with fallback to the default
- Print informative messages in the correct Generator style
Features:
- Support Edge Rails 3.1 by depending on Rails ~>3.0
- Add Sam Ruby's assert_select_jquery test helper method
- Use jquery.min only in production (and not in the test env)
Feature:
- Depend on Rails >=3.0 && <4.0 for edge Rails compatibility
Bugfix:
- Default to jQuery 1.4.1 as recommended by jQuery-ujs due to a bug in 1.4.2 (http://jsbin.com/uboxu3/7/)
Features:
- Allow specifying which version of jQuery to install
- Add generator tests (thanks, Louis T.)
- Automatically use non-minified JS in development mode
Bugfix:
- allow javascript :defaults tag to be overridden
Bugfix:
- check for jQueryUI in the right place
Bugfix:
- fix generator by resolving namespace conflict between Jquery::Rails and ::Rails