Skip to content

Commit

Permalink
chore: Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Oct 24, 2017
1 parent 498827e commit 3751623
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 118 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.0.0-beta.1"></a>
# [2.0.0-beta.1](https://github.com/isaacplmann/ngx-contextmenu) (2017-10-24)


### BREAKING CHANGES

* **dependencies:** Using @angular/cdk for creating and positioning the contextmenu
* **dependencies:** Support angular 4.x and 5.x


<a name="1.3.5"></a>
# [1.3.5](https://github.com/isaacplmann/ngx-contextmenu) (2017-08-09)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ngx-contextmenu

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](https://isaacplmann.github.io/ngx-contextmenu/)
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](https://isaacplmann.github.io/ngx-contextmenu/)

## Installation

- `npm install ngx-contextmenu`
- `npm install ngx-contextmenu @angular/cdk@2.0.0-beta.12`
- import ContextMenuModule into your app module

## Usage
Expand Down

0 comments on commit 3751623

Please sign in to comment.