Releases: robotical/scratchjr
v4.0.5
Full Changelog: v4.0.4...v4.0.5
v4.0.4
Release @robotical/martyblocksjr v4.0.4 with the BlocksJR lobby host return button fix.
v4.0.3
Fixes project deletion from the lobby by restoring long-press delete mode for saved project cards.
v4.0.2
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
Removed the portrait view
v4.0.0
Added within platform tutorials navigation
WCAG accessibility
v3.5.34
Fixed marty mode direction blocks wording
v3.5.33
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
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
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.