Skip to content

Releases: scratchfoundation/scratch-blocks

v2.1.19

Choose a tag to compare

@github-actions github-actions released this 28 Apr 16:47

2.1.19 (2026-04-28)

Bug Fixes

  • clear angle field event wrappers (3416849)

v2.1.18

Choose a tag to compare

@github-actions github-actions released this 27 Apr 17:16

2.1.18 (2026-04-27)

Bug Fixes

  • prevent stripIds from mutating original block's shadow state (d7d6b76), closes #533

v2.1.17

Choose a tag to compare

@github-actions github-actions released this 21 Apr 16:29

2.1.17 (2026-04-21)

Bug Fixes

  • strip IDs when duplicating/pasting blocks too (c669994)

v2.1.16

Choose a tag to compare

@github-actions github-actions released this 20 Apr 21:08

2.1.16 (2026-04-20)

Bug Fixes

  • recover shadow inputs dropped by Blockly's blockToDom (353b38f)
  • strip all IDs when copying blocks from the flyout (34d3126)

v2.1.15

Choose a tag to compare

@github-actions github-actions released this 20 Apr 16:09

2.1.15 (2026-04-20)

Bug Fixes

  • allow forever blocks to offer wrap insertion during drag (581f9e7), closes #3494
  • handle C-blocks without a bottom connector in insertion marker cleanup (b21407f)

v2.1.14

Choose a tag to compare

@github-actions github-actions released this 17 Apr 01:37

2.1.14 (2026-04-17)

Bug Fixes

  • tolerate real-world mutation attribute values on procedure blocks (5508f6e), closes #3547

v2.1.13

Choose a tag to compare

@github-actions github-actions released this 16 Apr 21:08

2.1.13 (2026-04-16)

Bug Fixes

  • preserve dropdown values that are not in the current options list (5314b87)

v2.1.12

Choose a tag to compare

@github-actions github-actions released this 16 Apr 20:30

2.1.12 (2026-04-16)

Bug Fixes

v2.1.11

Choose a tag to compare

@github-actions github-actions released this 14 Apr 22:51

2.1.11 (2026-04-14)

Bug Fixes

  • improve error diagnostics and cleanup in clearWorkspaceAndLoadFromXml (904cd6b)

v2.1.10

Choose a tag to compare

@github-actions github-actions released this 11 Apr 01:53

2.1.10 (2026-04-11)

Bug Fixes

  • prevent drag surface from interfering with hover targets (9fca7b4)