pull/95/head v6.3.4
jmoenig 2020-11-18 17:45:10 +01:00
rodzic f496c3ffd6
commit 7e877f7526
3 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -2,6 +2,7 @@
## in development:
## 6.3.4
* **Notable Changes:**
* added "postMessage" mechanism to the api for communicating with Snap! inside an iFrame, thanks, Bernat!
* **Documentation Updates:**
@ -14,6 +15,8 @@
* new dev version
* objects: fixed updating cells showing sprites or costumes inside list watchers
* objects: fixed a project loading bug (for watchers showing costumes)
* api: new postMessage mechanism, thanks, Bernat!
* prepared patch
## 6.3.3
* **Notable Changes:**

Wyświetl plik

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Snap! 6.3.4 - dev - Build Your Own Blocks</title>
<title>Snap! 6.3.4 Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico">
<script src="src/morphic.js?version=2020-11-12"></script>
<script src="src/symbols.js?version=2020-10-07"></script>

Wyświetl plik

@ -4007,7 +4007,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 6.3.4 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 6.3.4\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'