Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

Bower package seems to be a different, older version #71

Closed joshchua closed 8 years ago

joshchua commented 8 years ago

The contextMenu.js from Bower doesnt have contextMenuOn that is here on the GitHub repo

saulo2 commented 8 years ago

I am facing the same problem. When do you plan to releage a new version?

Templarian commented 8 years ago

Oh yea, always forget about this project... yes. I'll do a code check this week and try and get bower/npm updated with a new version.

AOlkar commented 8 years ago

This still is the same older version off Bower.

beauraines commented 8 years ago

This is not a long term solution...

You can grab master by putting this line in your bower.json instead of the version that is specified

    "angular-bootstrap-contextmenu": "https://github.com/Templarian/ui.bootstrap.contextMenu.git#master"
``
saulo2 commented 8 years ago

A slightly better option is to indicate an specifi commit:

"https://github.com/Templarian/ui.bootstrap.contextMenu.git#12b9eef"

guicoma commented 8 years ago

Yes, ran into this issue when I saw that on Firefox nested menus didn't look quite right. Will use the specific commit for now. Thanks!

Templarian commented 8 years ago

Updated to v0.9.8, sorry been really busy. Will try to not ignore this project from now on.

saulo2 commented 8 years ago

Hi Templarian, I am glad you managed to find some time to work in the project again. It is a wonderful component. Thanks a lot. Keep the good work!

josetaira commented 8 years ago

@Templarian, if you could inform me on the procedures on how to put the latest version into bower, I'd be able to update it when you're too busy.

Templarian commented 8 years ago

@josetaira Bower is simply updating the bower.json version and git tagging. Same with NPM's package file, but to do a NPM publish I need to add you as a user.