Skip to content

Commit f4738ed

Browse files
chore(release): 13.8.0-UEPR-297-accessibility-improvements.1 [skip ci]
# [13.8.0-UEPR-297-accessibility-improvements.1](v13.7.2...v13.8.0-UEPR-297-accessibility-improvements.1) (2026-05-22) ### Bug Fixes * **deps:** update dependency scratch-l10n to v6.1.81 ([efafb10](efafb10), [b0eb0fa](b0eb0fa), [bfbee82](bfbee82), [015aa6a](015aa6a), [695442f](695442f), [cdc84e3](cdc84e3), [4292446](4292446), [f1caca9](f1caca9), [d70ef73](d70ef73)), closes [#538](#538) * address review points ([184ac49](184ac49)) * use rems and make outline similar in style to other outlines ([489403b](489403b)) * **add-repo:** use explicit marker for publish.yml insert point ([3448c2c](3448c2c)) * **add-repo:** strip husky v9 prepare script on import ([3fc01b3](3fc01b3)) * typo and queue cleanup ([968446e](968446e)) * utilize wistia js api onReady functionfor focusing the video when ready ([7b36b18](7b36b18)) * **deps:** update dependency scratch-paint to v4.2.2 ([4cc8d82](4cc8d82), [f3ebad2](f3ebad2), [affa366](affa366)) * fixed global outline color and tab outline ([9b870c4](9b870c4)) * always focuses directly on the video play button now ([11de356](11de356)) * remove redundant cursor: pointer from save-now-button ([ca999eb](ca999eb)) * failing test ([c54c6b6](c54c6b6)) * allow keyboard events to propagate to blocks when a menu/modal is closed ([605c0b2](605c0b2)) * dispatch onClickSave fn in the menu-bar, instead of file-menu ([af2914a](af2914a)) * make save now button focusable and applu consistent styling with the rest of the menu buttons ([f4826f5](f4826f5)) * pass the onClickRemix method through the dispatch props ([56bfd7c](56bfd7c)) * **paint:** update scratch-paint to v4.1.52 ([cd98015](cd98015)) * **vm:** normalize displayed names for refs resolved by id during reconciliation ([da628df](da628df)) * **vm:** coalesce same-name dangling references in reconciliation ([1b44f2c](1b44f2c)) * **vm:** repair missing variable and broadcast definitions on project load ([946bfb8](946bfb8)), closes [#554](#554) [#533](#533) * **vm:** create missing variable and broadcast definitions on import ([673e355](673e355)), closes [#533](#533) * **deps:** update dependency scratch-blocks to v2.1.19 ([cb7947c](cb7947c), [7e62102](7e62102)) * onsuccess and onerror added to the saveprojectthumbnail ([76a7919](76a7919)) ### Features * **add-repo:** strip semantic-release artifacts on import ([39d7ed2](39d7ed2)) * **deps:** update dependency scratch-paint to v4.2.0 ([0bd2972](0bd2972)) * combine add-repo.sh and CI generator from [#434](#434) and [#505](#505) ([3fdfd68](3fdfd68)), closes [npm/cli#8845](npm/cli#8845) * added keyboard movement logic inside debug modal ([13d9220](13d9220)) * initial accessibility improvements - popover close and modal tab limitations ([99f5428](99f5428)) * reimplemented algorithm for finding inner menus via HTML tag BFS ([f80c5d7](f80c5d7)) * more dropdowns in new files and stuff ([9914e61](9914e61)) * refactored dropdown menu logic ([1c05d24](1c05d24)) * added some accessability with arrow logic ([06d2d62](06d2d62))
1 parent 3fbe9c0 commit f4738ed

8 files changed

Lines changed: 29 additions & 29 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 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-editor",
3-
"version": "13.7.4-svg",
3+
"version": "13.8.0-UEPR-297-accessibility-improvements.1",
44
"private": "true",
55
"description": "Scratch editor mono-repository",
66
"keywords": [],

packages/scratch-gui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-gui",
3-
"version": "13.7.4-svg",
3+
"version": "13.8.0-UEPR-297-accessibility-improvements.1",
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-gui#readme",
@@ -126,9 +126,9 @@
126126
"@mediapipe/face_detection": "0.4.1646425229",
127127
"@microbit/microbit-universal-hex": "0.2.2",
128128
"@radix-ui/react-context-menu": "2.2.16",
129-
"@scratch/scratch-render": "13.7.4-svg",
130-
"@scratch/scratch-svg-renderer": "13.7.4-svg",
131-
"@scratch/scratch-vm": "13.7.4-svg",
129+
"@scratch/scratch-render": "13.8.0-UEPR-297-accessibility-improvements.1",
130+
"@scratch/scratch-svg-renderer": "13.8.0-UEPR-297-accessibility-improvements.1",
131+
"@scratch/scratch-vm": "13.8.0-UEPR-297-accessibility-improvements.1",
132132
"@tensorflow-models/face-detection": "1.0.3",
133133
"@tensorflow/tfjs": "4.22.0",
134134
"@testing-library/user-event": "14.6.1",

packages/scratch-media-lib-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-media-lib-scripts",
3-
"version": "13.7.4-svg",
3+
"version": "13.8.0-UEPR-297-accessibility-improvements.1",
44
"description": "Build scripts for Scratch media library assets",
55
"main": "index.js",
66
"bin": {

packages/scratch-render/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-render",
3-
"version": "13.7.4-svg",
3+
"version": "13.8.0-UEPR-297-accessibility-improvements.1",
44
"description": "WebGL Renderer for Scratch 3.0",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-render#readme",
@@ -54,7 +54,7 @@
5454
"allow-incomplete-coverage": true
5555
},
5656
"dependencies": {
57-
"@scratch/scratch-svg-renderer": "13.7.4-svg",
57+
"@scratch/scratch-svg-renderer": "13.8.0-UEPR-297-accessibility-improvements.1",
5858
"grapheme-breaker": "0.3.2",
5959
"hull.js": "0.2.10",
6060
"ify-loader": "1.1.0",
@@ -67,7 +67,7 @@
6767
"@babel/core": "7.29.0",
6868
"@babel/polyfill": "7.12.1",
6969
"@babel/preset-env": "7.29.5",
70-
"@scratch/scratch-vm": "13.7.4-svg",
70+
"@scratch/scratch-vm": "13.8.0-UEPR-297-accessibility-improvements.1",
7171
"babel-loader": "9.2.1",
7272
"copy-webpack-plugin": "6.4.1",
7373
"docdash": "0.4.0",

packages/scratch-svg-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-svg-renderer",
3-
"version": "13.7.4-svg",
3+
"version": "13.8.0-UEPR-297-accessibility-improvements.1",
44
"description": "SVG renderer for Scratch",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-svg-renderer#readme",

packages/scratch-vm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-vm",
3-
"version": "13.7.4-svg",
3+
"version": "13.8.0-UEPR-297-accessibility-improvements.1",
44
"description": "Virtual Machine for Scratch 3.0",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-vm#readme",
@@ -60,8 +60,8 @@
6060
"allow-incomplete-coverage": true
6161
},
6262
"dependencies": {
63-
"@scratch/scratch-render": "13.7.4-svg",
64-
"@scratch/scratch-svg-renderer": "13.7.4-svg",
63+
"@scratch/scratch-render": "13.8.0-UEPR-297-accessibility-improvements.1",
64+
"@scratch/scratch-svg-renderer": "13.8.0-UEPR-297-accessibility-improvements.1",
6565
"@vernier/godirect": "1.8.3",
6666
"arraybuffer-loader": "1.0.8",
6767
"atob": "2.1.2",

packages/task-herder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/task-herder",
3-
"version": "13.7.4-svg",
3+
"version": "13.8.0-UEPR-297-accessibility-improvements.1",
44
"description": "An asynchronous task runner with configurable rate limiting / throttling and concurrency control.",
55
"keywords": [
66
"rate limit",

0 commit comments

Comments
 (0)