Skip to content

Commit

Permalink
Bumped version 5.0.0 -> 6.0.0
Browse files Browse the repository at this point in the history
 - angular upgrade to version 6
  • Loading branch information
atu1kr committed May 16, 2018
1 parent 8356e90 commit 2ffca32
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 41 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Monaco Editor Component for Angular 2 and above.

- Angular <= 4: v3.x.x
- Angular >= 5: v5.x.x
- Angular 5: v5.x.x
- Angular 6: v6.x.x

Using this Module you can utilize the Monaco Editor as an Angular Component. Feel free to contribute, raise feature requests and make it better.

Expand All @@ -16,9 +17,9 @@ Install from npm repository:
npm install ngx-monaco-editor --save
```

For angular version 4 and lower use v3.x.x
For angular version 5 use v5.x.x
```
npm install ngx-monaco-editor@3.0.0 --save
npm install ngx-monaco-editor@5.0.0 --save
```

Add the glob to assets in .angular-cli.json (to make monaco-editor lib available to the app):
Expand Down
106 changes: 70 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "5.0.0",
"version": "6.0.0",
"description": "Monaco Code Editor For Angular",
"keywords": [
"angular",
Expand Down
1 change: 1 addition & 0 deletions scripts/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ gulp.task('rollup-code', '', function() {
'@angular/material': 'ng.material',

// Rxjs dependencies
'rxjs': 'Rxjs',
'rxjs/Subject': 'Rx',
'rxjs/add/observable/forkJoin': 'Rx.Observable',
'rxjs/observable/fromEvent': 'Rx.Observable',
Expand Down
2 changes: 1 addition & 1 deletion src/platform/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "5.0.0",
"version": "6.0.0",
"private": false,
"description": "Monaco Code Editor for Angular",
"main": "./editor.umd.js",
Expand Down

0 comments on commit 2ffca32

Please sign in to comment.