Skip to content

Commit 0b638ed

Browse files
committed
doc: Point to ngx-contextmenu for upgrades
1 parent 1111412 commit 0b638ed

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.8.2"></a>
2+
# [0.8.2](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.8.1...v0.8.2) (2017-03-31)
3+
4+
5+
### Documentation
6+
7+
* **doc:** Point to ngx-contextmenu for upgrades.
8+
9+
10+
111
<a name="0.8.1"></a>
212
# [0.8.1](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.8.0...v0.8.1) (2017-02-28)
313

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# angular2-contextmenu
22

3+
**This library is being moved to [ngx-contextmenu](https://github.com/isaacplmann/ngx-contextmenu). With the name change comes support for Angular 4 and removal of the old imperative syntax.**
4+
35
A context menu built with Angular 2 inspired by [ui.bootstrap.contextMenu](https://github.com/Templarian/ui.bootstrap.contextMenu). Bootstrap classes are included in the markup, but there is no explicit dependency on Bootstrap. [Demo](http://plnkr.co/edit/wpJXpEh4zNZ4uCxTURx2?p=preview)
46

57
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-contextmenu",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "An Angular 2 component to show a context menu on an arbitrary component",
55
"main": "angular2-contextmenu.js",
66
"scripts": {

0 commit comments

Comments
 (0)