Skip to content

Commit e6ecb8e

Browse files
chore(release): 2.0.0-spork.5 [skip ci]
# [2.0.0-spork.5](v2.0.0-spork.4...v2.0.0-spork.5) (2025-08-26) ### Bug Fixes * **deps:** use blockly 12.3 beta ([76981e1](76981e1)) * fix bug that could cause the wrong toolbox category to appear selected ([#232](#232)) ([ec918e2](ec918e2)) * fix bug that could clear the values of procedure block caller arguments ([#247](#247)) ([611e440](611e440)) * fix bug that prevented moving block comments ([#248](#248)) ([dc17159](dc17159)) * fix deserialization of local/cloud variables ([#245](#245)) ([09bb237](09bb237)) * fix ephemeral focus handling for `FieldAngle` and `FieldNote` ([#244](#244)) ([8b758db](8b758db)) * fix positioning of block comments in RTL mode ([#249](#249)) ([9f1da96](9f1da96)) * improve styling, especially in high contrast mode ([#246](#246)) ([abd9a40](abd9a40)) * make Duplicate context menu item duplicate subsequent blocks ([#250](#250)) ([3a43e6b](3a43e6b)) * make insertion markers reflect the actual size of the block ([#251](#251)) ([c824cc1](c824cc1)) * prevent toolbox categories from becoming unselected ([#233](#233)) ([af66069](af66069))
1 parent 76981e1 commit e6ecb8e

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-spork.5](https://github.com/scratchfoundation/scratch-blocks/compare/v2.0.0-spork.4...v2.0.0-spork.5) (2025-08-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** use blockly 12.3 beta ([76981e1](https://github.com/scratchfoundation/scratch-blocks/commit/76981e1bc22ba3de6e234885bfcee97ca202b7f5))
12+
* fix bug that could cause the wrong toolbox category to appear selected ([#232](https://github.com/scratchfoundation/scratch-blocks/issues/232)) ([ec918e2](https://github.com/scratchfoundation/scratch-blocks/commit/ec918e2b7c1f8ac05cfe1c93bf37b458bb4767b1))
13+
* fix bug that could clear the values of procedure block caller arguments ([#247](https://github.com/scratchfoundation/scratch-blocks/issues/247)) ([611e440](https://github.com/scratchfoundation/scratch-blocks/commit/611e44066daa3e2a1201856503b868ced6a2bb1f))
14+
* fix bug that prevented moving block comments ([#248](https://github.com/scratchfoundation/scratch-blocks/issues/248)) ([dc17159](https://github.com/scratchfoundation/scratch-blocks/commit/dc171596aed0b248086d9110ec08370ed026bf4a))
15+
* fix deserialization of local/cloud variables ([#245](https://github.com/scratchfoundation/scratch-blocks/issues/245)) ([09bb237](https://github.com/scratchfoundation/scratch-blocks/commit/09bb2379318d107ca473bf7f3cdb797b69c5c42c))
16+
* fix ephemeral focus handling for `FieldAngle` and `FieldNote` ([#244](https://github.com/scratchfoundation/scratch-blocks/issues/244)) ([8b758db](https://github.com/scratchfoundation/scratch-blocks/commit/8b758db2c4cde80dd977bec05207f855a9d2f742))
17+
* fix positioning of block comments in RTL mode ([#249](https://github.com/scratchfoundation/scratch-blocks/issues/249)) ([9f1da96](https://github.com/scratchfoundation/scratch-blocks/commit/9f1da96cb250374a367ae4005512b7717a292e9a))
18+
* improve styling, especially in high contrast mode ([#246](https://github.com/scratchfoundation/scratch-blocks/issues/246)) ([abd9a40](https://github.com/scratchfoundation/scratch-blocks/commit/abd9a40709f615e1a737bddb3906cdf4744b4389))
19+
* make Duplicate context menu item duplicate subsequent blocks ([#250](https://github.com/scratchfoundation/scratch-blocks/issues/250)) ([3a43e6b](https://github.com/scratchfoundation/scratch-blocks/commit/3a43e6b47b8f7d3cfe99a02eb0e3a6b5d6f59503))
20+
* make insertion markers reflect the actual size of the block ([#251](https://github.com/scratchfoundation/scratch-blocks/issues/251)) ([c824cc1](https://github.com/scratchfoundation/scratch-blocks/commit/c824cc12617337680d40214c89bf622089da46ac))
21+
* prevent toolbox categories from becoming unselected ([#233](https://github.com/scratchfoundation/scratch-blocks/issues/233)) ([af66069](https://github.com/scratchfoundation/scratch-blocks/commit/af66069493bea8b17658cf1221d42c71fb2531b3))
22+
623
# [2.0.0-spork.4](https://github.com/scratchfoundation/scratch-blocks/compare/v2.0.0-spork.3...v2.0.0-spork.4) (2025-02-11)
724

825

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-blocks",
3-
"version": "2.0.0-spork.4",
3+
"version": "2.0.0-spork.5",
44
"description": "Scratch Blocks is a library for building creative computing interfaces.",
55
"author": "Massachusetts Institute of Technology",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)