RyanMullins / angular-hammer

Hammer.js v2 support for AngularJS
http://ryanmullins.github.io/angular-hammer/
MIT License
188 stars 55 forks source link

latest version in bower is only v2.1.10 #58

Open mikeadesign opened 8 years ago

mikeadesign commented 8 years ago

I recently installed via bower and it installed v2.1.10. This gave errors within my angular app regarding require() and noticed some commits regarding that issue.

It looks like github includes version(s) that are newer than what is currently available on bower. Is this an error, or are the newer versions such as v3 not released yet?

Thank you

Paul167 commented 8 years ago

There's a little mess regarding the versions in the repo at the moment. The Readme says it is v3.0-jsdw, in bower.json it is 2.2-jsdw (and the repo URL is different), but the latest available tag is v2.1.10.

@RyanMullins I wonder which of the versions should be treated as current stable.

RyanMullins commented 8 years ago

Whatever is published to NPM is what I would consider stable. At the moment that should be v2.1.10.

I have merged several PRs in the last couple months from folks that resulted in things being out of sync. I don't have much time to focus on this work right now due to role changes in my job, but I plan to take address these problems sometime in March. Expect an update around that time.

Paul167 commented 8 years ago

Thanks :)