Merge branch 'master' into scenes

snap7
jmoenig 2021-05-04 18:58:16 +02:00
commit 298cd574f2
4 zmienionych plików z 14 dodań i 4 usunięć

Wyświetl plik

@ -57,6 +57,15 @@
## in development:
## 6.8.1
* **Notable Fixes:**
* fixed peeling off niladic custom block instances from prototype templates
### 2021-05-04
* new dev version
* gui: fixed "peeling off" niladic custom block instances from prototype templates
* prepared patch
## 6.8.0
* **New Features:**
* first-class colors, sorta, in the new "Colors" library, thanks, Brian!

Wyświetl plik

@ -12,10 +12,10 @@
<script src="src/threads.js?version=2021-04-17"></script>
<script src="src/objects.js?version=2021-04-23"></script>
<script src="src/scenes.js?version=2021-04-23"></script>
<script src="src/gui.js?version=2021-05-03"></script>
<script src="src/gui.js?version=2021-05-04"></script>
<script src="src/paint.js?version=2021-03-17"></script>
<script src="src/lists.js?version=2021-03-15"></script>
<script src="src/byob.js?version=2021-04-20"></script>
<script src="src/byob.js?version=2021-05-04"></script>
<script src="src/tables.js?version=2021-03-05"></script>
<script src="src/sketch.js?version=2021-03-17"></script>
<script src="src/video.js?version=2019-06-27"></script>

Wyświetl plik

@ -106,7 +106,7 @@ WatcherMorph, XML_Serializer, SnapTranslator*/
// Global stuff ////////////////////////////////////////////////////////
modules.byob = '2021-April-20';
modules.byob = '2021-May-04';
// Declarations
@ -663,6 +663,7 @@ CustomCommandBlockMorph.prototype.reactToTemplateCopy = function () {
if (this.isPrototype) {
def = this.definition;
this.isPrototype = false;
this.setSpec(' ');
this.refresh();
this.refreshDefaults(def);
}

Wyświetl plik

@ -83,7 +83,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Project, ZERO, BLACK*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2021-May-03';
modules.gui = '2021-May-04';
// Declarations