jquery-ui-rails / jquery-ui-rails

jQuery UI for the Rails asset pipeline
Other
1.13k stars 238 forks source link

Upgrading to v1.12.0 #103

Closed firefly21 closed 7 years ago

firefly21 commented 8 years ago

Please add this version to the gem. I'd like to use jQuery 3, which has a bug with v1.11.4 in the tooltip. This is fixed in v1.12.0

scratchoo commented 7 years ago

I also had an error with selectMenu using jQuery 3 so I went back to an old jQuery version, at the same I am not sure the new jquery-ui version will break any of my existing code so I would like to upgrade slowly but surely

obfuscoder commented 7 years ago

I'd like to have this update as well. There are known incompatibility issues with JQueryUI 1.11.4 and JQuery 3.0.0.

See https://github.com/jquery/jquery/issues/3181

The README of jquery-ui-rails states that we ought to use jquery-rails in version 3.0.0, but due to this issue, this is not possible.