Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanhyder committed Feb 20, 2017
1 parent 6405f20 commit 2257a49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# angular-right-click changelog

## v0.1.1 (02-20-2017)
- Fixed issue with `ng-strict-di`

## v0.1.0 (04-15-2016)
- Support for callback only usage (no context menu, only callback on right click) with `ng-right-click='callback'`. The intent is to make it more natural and compatible like `ng-click`.
- Supports context menu after passing menu options with `menu-items` attribute, along with callback.
- Support for custom menu styling using `menu-class` attribute.
- Support for custom menu styling using `menu-class` attribute.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-right-click",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/zeeshanhyder/angular-right-click",
"authors": [
"Zeeshan <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-right-click",
"version": "0.1.0",
"version": "0.1.1",
"description": "angular right click and context menu library. No external dependencies",
"main": "dist/ng-right-click-module.js",
"scripts": {
Expand Down

0 comments on commit 2257a49

Please sign in to comment.