Skip to content

Releases: robotical/scratchjr

v4.0.5

30 Apr 10:20

Choose a tag to compare

v4.0.4

22 Apr 17:44

Choose a tag to compare

Release @robotical/martyblocksjr v4.0.4 with the BlocksJR lobby host return button fix.

v4.0.3

22 Apr 17:38

Choose a tag to compare

Fixes project deletion from the lobby by restoring long-press delete mode for saved project cards.

v4.0.2

22 Apr 09:14

Choose a tag to compare

Add accessible label to project name field
Fix Blocks Jr serious accessibility issues
Fix Blocks Jr reference icon layout
Fix Blocks Jr moderate accessibility issues

v4.0.1

21 Apr 19:52

Choose a tag to compare

Removed the portrait view

v4.0.0

20 Apr 11:02

Choose a tag to compare

Added within platform tutorials navigation
WCAG accessibility

v3.5.34

15 Apr 15:31

Choose a tag to compare

Fixed marty mode direction blocks wording

v3.5.33

14 Apr 12:12

Choose a tag to compare

This release adds a built-in tutorials browser inside BlocksJr, available from the Book section, so users can access BlocksJr activities and tutorials without relying on the host app.

Included in this release:

Added a new Tutorials tab under Book in BlocksJr home.
Added an in-app tutorials page that lists all built-in BlocksJr tutorials.
Fixed tutorial launch flow for standalone and host-entry usage.
Changed tutorial close behavior so it always returns to the BlocksJr tutorials page.
Fixed tutorial title localization issues that were showing String missing.
Added numbering to Marty and Cog tutorial titles.
Adjusted the Book footer UI to support the extra Tutorials tab cleanly.
Added test coverage for tutorial fetching and tutorial open/close navigation flows.

v3.5.32

14 Apr 11:51

Choose a tag to compare

This release adds a built-in tutorials browser inside BlocksJr, available from the Book section, so users can access BlocksJr activities and tutorials without relying on the host app.

Included in this release:

Added a new Tutorials tab under Book in BlocksJr home.
Added an in-app tutorials page that lists all built-in BlocksJr tutorials.
Fixed tutorial launch flow for standalone and host-entry usage.
Changed tutorial close behavior so it always returns to the BlocksJr tutorials page.
Fixed tutorial title localization issues that were showing String missing.
Added numbering to Marty and Cog tutorial titles.
Adjusted the Book footer UI to support the extra Tutorials tab cleanly.
Added test coverage for tutorial fetching and tutorial open/close navigation flows.

v3.5.30

02 Mar 11:39

Choose a tag to compare

Added startup mode selection so entering the editor now defaults to Marty mode when a Marty is already connected, and sprite mode otherwise.

Fixed Marty side-step block description wiring so martyStepRight/martyStepLeft use Marty-specific left/right description keys (instead of incorrect forward/back behavior caused by previous overrides).

Updated English localization text for Marty side-step descriptions to proper title case and correct direction wording:

BLOCK_DESC_MOVE_MARTY_RIGHT: Move Right
BLOCK_DESC_MOVE_MARTY_LEFT: Move Left

Kept mode stable when adding a new page: creating a page in Marty mode no longer reverts to sprite mode.