updated history and version dates

upd4.1
Jens Mönig 2017-09-19 09:06:06 +02:00
rodzic 643cf9072f
commit c532ac1f02
4 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -148,7 +148,7 @@ CustomCommandBlockMorph, SymbolMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.blocks = '2017-September-18';
modules.blocks = '2017-September-19';
var SyntaxElementMorph;
var BlockMorph;

4
gui.js
Wyświetl plik

@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2017-September-14';
modules.gui = '2017-September-19';
// Declarations
@ -4222,7 +4222,7 @@ IDE_Morph.prototype.saveFileAs = function (
var blobIsSupported = false,
world = this.world(),
fileExt,
dataURI, dialog;
dialog;
// fileType is a <kind>/<ext>;<charset> format.
fileExt = fileType.split('/')[1].split(';')[0];

Wyświetl plik

@ -3636,6 +3636,7 @@ Fixes:
170919
------
* BYOB: added “inherited” option to inheritable method templates context menu in the palette
* fixes for exporting resources, thanks, Michael!
v4.1 Features:

Wyświetl plik

@ -82,7 +82,7 @@ SpeechBubbleMorph, RingMorph, isNil, FileReader, TableDialogMorph,
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph*/
modules.objects = '2017-September-15';
modules.objects = '2017-September-19';
var SpriteMorph;
var StageMorph;