dobtco / jquery-resizable-columns

Resizable table columns for jQuery.
http://dobtco.github.io/jquery-resizable-columns
535 stars 170 forks source link

jQuery support for at least 2.1.4? #61

Open antiphp opened 8 years ago

antiphp commented 8 years ago

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

SilverFire commented 7 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?

SilverFire commented 7 years ago

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