Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery support for at least 2.1.4? #61

Open
antiphp opened this issue Aug 4, 2016 · 2 comments
Open

jQuery support for at least 2.1.4? #61

antiphp opened this issue Aug 4, 2016 · 2 comments

Comments

@antiphp
Copy link

antiphp commented Aug 4, 2016

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
Copy link

SilverFire commented Jan 5, 2017

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants