Open antiphp opened 8 years ago
As far as I see, v.0.2.1 required ~2.1.0
But since v.0.2.2 the requirement was changed to ^1.9.0
, that means [1.9.0-2.0.0)
. As far as I see it happened because of issue #35 and probably wrong treating of what ^1.9.0
constraint means indeed.
The constraint should be changed to something like >1.9.0
because plugin works just fine on the latest 2.2.4
as well as on the 2.1.4
, requested by @antiphp
@Craga89 could you merge #67 and bump a new release?
The repository seems to be abandoned.
Forked and released version 2.2.4 with correct jQuery requirements. https://github.com/hiqdev/jquery-resizable-columns/releases/tag/2.2.4
Available in bower via name hiqdev-jquery-resizable-columns
Hey,
could you upgrade the bower dependency for the jQuery version?
jQuery 1.9 is pretty old and at least the standard call $('table').resizableColumns() works with 2.1.4 without any problem. AFAIK jQuery 3.1.0 exists already ...
It would be sad if this good add-on would die because of a missing dependency update.
Cheers