Skip to content

Commit

Permalink
Bump 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Apr 3, 2021
1 parent 1b7b09d commit 5059981
Show file tree
Hide file tree
Showing 23 changed files with 2,044 additions and 6,760 deletions.
2 changes: 1 addition & 1 deletion designer/behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>behavior · system </title>
<!-- bootstrap -->
Expand Down
2 changes: 1 addition & 1 deletion designer/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systemsorm for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>component · system </title>
<!-- bootstrap -->
Expand Down
2 changes: 1 addition & 1 deletion designer/diagram.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>diagrams · system </title>
<!-- bootstrap -->
Expand Down
2 changes: 1 addition & 1 deletion designer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>System Designer</title>
<!-- bootstrap -->
Expand Down
10 changes: 5 additions & 5 deletions designer/lib/designer/vendor.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions designer/lib/diagram/vendor.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions designer/lib/editor/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion designer/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>model · system </title>
<!-- bootstrap -->
Expand Down
2 changes: 1 addition & 1 deletion designer/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systemsorm for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>schema · system </title>
<!-- bootstrap -->
Expand Down
2 changes: 1 addition & 1 deletion designer/scripts/diagram.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion designer/system.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>system</title>
<!-- bootstrap -->
Expand Down
2 changes: 1 addition & 1 deletion designer/type.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A low-code development platform for creating systemsorm for creating systems" />
<meta name="description" content="An IDE for designing systems" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>type · system </title>
<!-- bootstrap -->
Expand Down
8 changes: 6 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ function createWindow() {
click: () => {
let helpWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true
},
width: 1024,
height: 768
Expand Down Expand Up @@ -303,7 +305,9 @@ function createWindow() {

mainWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true
},
width: 1024,
height: 768
Expand Down
Loading

0 comments on commit 5059981

Please sign in to comment.