Skip to content

Commit

Permalink
Merge pull request #155 from 1000TurquoisePogs/bugfix/isolate-monaco
Browse files Browse the repository at this point in the history
No more ngx-monaco
  • Loading branch information
DivergentEuropeans authored Jun 17, 2020
2 parents e7592c6 + d2c30e2 commit f73c568
Show file tree
Hide file tree
Showing 16 changed files with 5,871 additions and 3,908 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Zlux Editor Changelog

## `2.2.0`

- Removed use of node-sass, so that native compilation is not required
- Updated to typescript 3.7
- Updated to monaco 0.20
- Removed ngx-monaco, which was causing an issue where you could not open the editor more than twice
3 changes: 1 addition & 2 deletions pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier": "org.zowe.editor",
"apiVersion": "1.0.0",
"pluginVersion": "2.1.1",
"pluginVersion": "2.2.0",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/zlux-editor",
Expand All @@ -15,7 +15,6 @@
},
"descriptionKey": "MyPluginDescription",
"descriptionDefault": "Zowe Editor",
"isSingleWindowApp": true,
"defaultWindowStyle": {
"width": 1200,
"height": 600
Expand Down
Loading

0 comments on commit f73c568

Please sign in to comment.