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

29
docfiles/indexhead.html Normal file
View File

@ -0,0 +1,29 @@
<meta name="msvalidate.01" content="C458ADC671C51F222A0F655F66596649" />
<meta property="og:title" content="Microsoft MakeCode" />
<meta property="og:site_name" content="Microsoft MakeCode" />
<meta property="og:url" content="https://www.makecode.com">
<meta property="og:type" content="website" />
<meta property="og:description" content="Microsoft MakeCode is a free, open-source Block and JavaScript learn-to-code editor that promotes a more inclusive approach to computing education." />
<meta property="og:image" content="/static/logo/logo-card.png">
<meta property="fb:app_id" content=""/>
<meta name="msapplication-config" content="/static/logo/favicons/browserconfig.xml">
<meta name="msapplication-TileImage" content="/static/logo/favicons/mstile-310x310.png">
<meta name="msapplication-TileColor" content="#b4009e">
<meta name="application-name" content="MakeCode">
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48" href="/static/logo/favicons/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/static/logo/favicons/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/logo/favicons/apple-touch-icon.png">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Microsoft MakeCode">
<meta name="twitter:description" content="Microsoft MakeCode is a free, open-source Block and JavaScript learn-to-code editor that promotes a more inclusive approach to computing education.">
<meta name="twitter:site" content="@MSMakeCode">
<meta name="twitter:creator" content="@MSMakeCode">
<meta name="twitter:image" content="/static/logo/logo-card.png"/>
<link rel="stylesheet" href="/doccdn/semantic.css" />
<link rel="stylesheet" href="/docfiles/index.css" />
<script src="/doccdn/jquery.js"></script>
<script src="/static/semantic/semantic.min.js"></script>
<script src="/docfiles/index.js"></script>

View File

@ -368,7 +368,7 @@
</style>
<script>
$(document).ready(function () {
document.addEventListener("DOMContentLoaded", function () {
tickEvent = function (id, data) {
if (!pxt.aiTrackEvent) return;
if (!data) pxt.aiTrackEvent(id);
@ -462,11 +462,11 @@
<span class="c5 c1">3.</span>
<span class="c1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<span class="c5 c1">ASSOCIATED ONLINE SERVICES.</span>
<span class="c1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Some features of the software provide access
to, or rely on, online services to provide you information about updates to the software or extensions,
or to enable you to retrieve content, collaborate with others, or otherwise supplement your development
experience. As used throughout these license terms, the term <q>software</q> includes these online
services and features. By using these online services and features you consent to the to the
<span class="c1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Some features of the software provide access
to, or rely on, online services to provide you information about updates to the software or extensions,
or to enable you to retrieve content, collaborate with others, or otherwise supplement your development
experience. As used throughout these license terms, the term <q>software</q> includes these online
services and features. By using these online services and features you consent to the to the
transmission of information as described in Section 5, DATA.
</span>
</p>
@ -741,7 +741,7 @@
<span class="c3 c1">&nbsp;</span>
</p>
<p class="c11">
<span class="c3 c1">Micro:bit and micro:bit logo are trademarks and/ or copyrights of the Micro:bit
<span class="c3 c1">Micro:bit and micro:bit logo are trademarks and/ or copyrights of the Micro:bit
Educational Foundation. &copy;Micro:bit Educational Foundation. All rights reserved.
</span>
</p>

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "1.2.19",
"version": "1.3.0",
"description": "micro:bit target for Microsoft MakeCode (PXT)",
"keywords": [
"JavaScript",
@ -42,7 +42,7 @@
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-common-packages": "6.3.3",
"pxt-common-packages": "6.4.5",
"pxt-core": "5.5.13"
}
}

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
}
}