Beta release fixes (#1850)

* Bump common packages to latest

* Turning on new features

* Fixing the offline-app page

* Bump minor version
This commit is contained in:
Richard Knoll
2019-02-26 15:46:40 -08:00
committed by Abhijith Chatra
parent e9c2763eaf
commit c1c5e816c6
4 changed files with 45 additions and 11 deletions

View File

@ -97,7 +97,8 @@
"pid": "0x0204"
}
],
"webUSB": true
"webUSB": true,
"useNewFunctions": true
},
"runtime": {
"mathBlocks": true,
@ -107,6 +108,9 @@
"textBlocks": true,
"listsBlocks": true,
"functionBlocks": true,
"functionsOptions": {
"useNewFunctions": true
},
"onStartColor": "#1E90FF",
"onStartNamespace": "basic",
"onStartWeight": 54
@ -435,6 +439,7 @@
},
"editorVersionPaths": {
"0": "v0"
}
},
"scriptManager": true
}
}