Skip to content

Commit 38feca1

Browse files
committed
Bump 4.1.1
1 parent e88b657 commit 38feca1

File tree

16 files changed

+44
-45
lines changed

16 files changed

+44
-45
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="41000" id="com.ecarriou.systemdesignerios" version="4.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="41100" id="com.ecarriou.systemdesignerios" version="4.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>System Designer</name>
44
<description>
55
System Designer, an IDE for designing systems.

merges/ios/styles/mobile.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ span.glyphicon.glyphicon-menu-left {
5252
user-select: none;
5353
}
5454

55+
#designer-message {
56+
width: 300px!important;
57+
}
58+
59+
.log-number {
60+
position: absolute;
61+
right: -20px;
62+
}
63+
5564
/* iPhone 5 / 5S / SE */
5665
@media only screen
5766
and (max-width: 600px)
@@ -77,10 +86,6 @@ span.glyphicon.glyphicon-menu-left {
7786
#designer-toolbar-item-extension {
7887
display: none;
7988
}
80-
.log-number {
81-
position: absolute;
82-
right: -20px;
83-
}
8489
}
8590

8691
/* iPhone 6 / 7 / 8 */
@@ -115,10 +120,6 @@ span.glyphicon.glyphicon-menu-left {
115120
#designer-toolbar-item-extension {
116121
display: none;
117122
}
118-
.log-number {
119-
position: absolute;
120-
right: -20px;
121-
}
122123
}
123124

124125
/* iPhone 6+ / 7+ / 8+ */

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

plugins/ios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"cordova-plugin-whitelist": {
1717
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
1818
},
19-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-wkkeyboardfix": {
2020
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
2121
},
22-
"cordova-plugin-wkkeyboardfix": {
22+
"cordova-plugin-wkwebview-engine": {
2323
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
2424
}
2525
},

www/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// System Designer - Copyright 2019 Erwan Carriou
22
// Licensed under the Apache License, Version 2.0 (the "License")
33

4-
const version = 'v4.1.0';
4+
const version = 'v4.1.1';
55

66
const clearCaches = () => {
77
return caches.keys().then(keys => {

www/lib/designer/vendor.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-behavior.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-component.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-model.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)