Closed snamor closed 8 years ago
I don't know about what Bower says, but we use Semver and ^1.6
means this package uses only jQuery 1.x (where it is > 1.6). The upcoming v5 of Uniform will support jQuery v2 and v3. I haven't started working on it yet, but if you are willing to assist with that, please let me know, I will create initial branch to start work on. If that becomes a case, please be advised that v5 of Uniform will require cleaning up it's codebase from Legacy workarounds and deprecated practices - it's not about bumping jQuery version alone. Closing this merge.
I also would like to add that I realize this version lock may create problems for you with Bower when you have to use jQuery 1+ (due to contradicting versions). For that reason, I actually plan dumping Bower altogether in favor of NPM-only solution. I am not going to debate the wisdom of that decision here (feel free to google the "bower is evil" topic and do your own research, this is a good starting point).
Fix the fact that this plugin should work with jQuery 1.6+, but the bower.json claims that it only works in versions between >=1.6 & < 2.0.