From 934bde2e1926ae4adc8b7f18da9e37d7ff48925f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Tue, 12 Nov 2024 13:34:16 +0100 Subject: [PATCH] prepared v10.2.3 patch --- HISTORY.md | 3 +++ snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0b77b3690..a797899c8 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Snap! (BYOB) History ## in development: + +## 10.2.3: * **New Features:** * expose a copy of the custom block as "caller" to input slot reaction scripts inside custom block definitions * new "input slots" menu option for custom block input slots @@ -20,6 +22,7 @@ * metaprogramming library: new "expand (input) to (n) slots" command * blocks: hide variadic input arrows in case the number of slots is fixed * blocks: expand variadic inputs to their initial slots amount (if any is specified) when restoring them (i.e. when removing an embedded reporter block) +* prepared v10.2.3 patch ### 2024-11-11 * threads: expose a copy of the custom block as "caller" to input slot reaction scripts inside custom block definitions diff --git a/snap.html b/snap.html index a1557a6d8..654a0aebd 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 35fb535cb..7cfe1f58d 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ HatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-November-10'; +modules.gui = '2024-November-12'; // Declarations -var SnapVersion = '10.2.2'; +var SnapVersion = '10.2.3'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 67ecc6bea..f3d3472ac 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /*global self, caches*/ /*jshint esversion: 6*/ -var snapVersion = '10.2.2', +var snapVersion = '10.2.3', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',