Skip to content

Commit

Permalink
Bump 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Apr 20, 2018
1 parent 1af8ce7 commit 34e2146
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 307 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="27000" id="com.ecarriou.systemdesignerios" version="2.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="27100" id="com.ecarriou.systemdesignerios" version="2.7.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>System Designer</name>
<description>
System Designer, an IDE for designing systems.
Expand Down Expand Up @@ -38,7 +38,7 @@
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<engine name="browser" spec="^5.0.3" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^7.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.ecarriou.systemdesignerios",
"version": "2.7.0",
"version": "2.7.1",
"displayName": "System Designer",
"cordova": {
"platforms": [
Expand All @@ -19,7 +19,7 @@
"cordova-android": "^7.1.0",
"cordova-browser": "^5.0.3",
"cordova-ios": "^4.5.4",
"cordova-plugin-inappbrowser": "^2.0.2",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-statusbar": "^2.4.1",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-wkwebview-engine": "^1.1.4"
Expand Down
6 changes: 3 additions & 3 deletions plugins/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"files": {}
},
"installed_plugins": {
"cordova-plugin-inappbrowser": {
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
},
"cordova-plugin-statusbar": {
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
},
Expand All @@ -18,6 +15,9 @@
},
"cordova-plugin-wkwebview-engine": {
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
},
"cordova-plugin-inappbrowser": {
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
}
},
"dependent_plugins": {}
Expand Down
2 changes: 1 addition & 1 deletion plugins/fetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cordova-plugin-inappbrowser": {
"source": {
"type": "registry",
"id": "cordova-plugin-inappbrowser@^2.0.2"
"id": "cordova-plugin-inappbrowser@latest"
},
"is_top_level": true,
"variables": {}
Expand Down
Binary file not shown.
288 changes: 0 additions & 288 deletions www/lib/bootstrap/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion www/lib/designer/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/lib/editor/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/lib/system-runtime/system-runtime.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/designer-runtime.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-behavior.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-component.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-model.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-schema.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-system.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-type.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/system-designer.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions www/styles/designer.css
Original file line number Diff line number Diff line change
Expand Up @@ -777,3 +777,8 @@ designer-spaces-components-header {
background-color: #fff;
border-color: #ccc;
}

.placeholder.designer-log > div > .panel-body {
max-height: 500px;
overflow: auto;
}

0 comments on commit 34e2146

Please sign in to comment.