@robotical/martyblocksjr 3.5.17 → 3.5.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.5.17",
3
+ "version": "3.5.19",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
package/REPORT.md DELETED
@@ -1,17 +0,0 @@
1
- # Marty Colour Sensed Event Block
2
-
3
- ## Completed Work
4
- - Added `martycoloursensed` block definition with argument options in `src/editor/blocks/BlockSpecs.js`.
5
- - Surface block documentation entry with title, image placeholder, and description container in `editions/free/src/inapp/blocks.html`.
6
- - Added temporary English localisation strings (`BLOCK_DESC_MARTY_ON_COLOUR_SENSED*`) in `editions/free/src/localizations/en.json`.
7
- - Wired runtime behaviour by delegating Marty colour sensor events through `Prims.OnMartyEvent` and `MartyBlocks` subscriptions.
8
-
9
- ## Outstanding Items
10
- - Provide the `images/marty_colour_sensed.png` asset (currently referenced by the in-app guide but not present in the tree).
11
- - Extend localisations beyond English (other locale JSON files still miss the new strings).
12
- - Follow-up feature work: add `martyobstaclesensed` (two options) and `martyLightSensed` blocks per the roadmap.
13
-
14
- ## Open Questions / Observations
15
- - The new guide markup in `blocks.html` needs closing `</div>` tags for the `block-wrapper-right` and its parent to match the surrounding structure.
16
- - `Prims.OnMartyEvent` mirrors `OnCogEvent`, including the zero millisecond debounce guard; confirm whether additional throttling or deduplication is required once hardware behaviour is validated.
17
- - No automated tests or runtime verification performed yet; integration should be exercised on-device when ready.