zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
163 stars 127 forks source link

Update dependence rails-jquery-ui version to 6.0+ #62

Closed Sammael1106 closed 7 years ago

zorab47 commented 7 years ago

What's the reason behind this change, another dependent gem requirement? It does not seem to be backward compatible with the required path change (e.g. #= require jquery-ui/widgets/sortable).

Is there a backward compatible solution that allows jquery-ui-rails >= 5.0 and < 7.0 ??

Sammael1106 commented 7 years ago

This allows to use jquery-ui 1.12+ on the project. Gem jquery-ui-rails was locked on 5.0 version (1.11 jquery-ui) in dependencies. So it was unavailable to update and use latest versions

zorab47 commented 7 years ago

Released a v1.0.0 allowing jquery-ui-rails >= 5.0 and support for Rails 4.2, 5.0, and 5.1. Thanks for the PR! :smile: