Conversation
* chore: Bump Blockly dependency to v13 beta * fix: Fix builds
* fix: Fix keyboard navigation for the continuous toolbox * fix: Fix docstrings
* fix: Improve accessibility of `FieldAngle` * chore: Fix lint
* chore!: Bump Blockly dependency to v13 * fix: Update missed Blockly dependency
* fix!: Add ARIA labels for block-plus-minus * fix: Remove use of deprecated methods * fix: Fix tests * refactor!: Make alt text for plus and minus buttons mandatory
* fix: Fix block-test under v13 * chore: Fix lint * fix: Revert drags for all clonable blocks
* chore(deps): Update dependencies to their latest versions * chore: Remove errantly included files * chore: Format files * fix: Fix the lint config * fix: Fix lint errors * chore: Run formatter * fix: Fix tests
* chore: Remove codelabs * chore: Remove references to codelabs * chore: Remove further vestiges of codelabs
* fix: Fix error when running `npm run start` * chore: Add generated test typings to gitignore
* fix: Improve accessibility of grid and colour fields * chore: Run formatter * fix: Improve field readout and resolution of color names * chore: Run formatter
…2729) * feat!: make keyboard compatible and add hint ui * fix: rename private stuff without underscores * fix: show the focus ring * chore: format * chore: fix lint and allow static readonly class properties to be const case * chore: format * chore: fix tests and comments
* feat: fix keyboard nav for minimap * chore: rename confusing wrapper names
* chore(deps): Update to Blockly v13.1.0 * chore: Fix tests * fix: Assert against the workspace's restored focusable node
…ack (#2731) * fix: Improve the keyboard and screenreader accessibility of the backpack * fix: Use localizable strings from core * refactor: Use named variables instead of ints
gonfunko
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The basics
The details
This PR merges changes from the
v13branch intomainin preparation to release the v13-compatible versions of plugins.All plugins aside from field-bitmap and field-hsv-colour-slider are now compatible with blockly v13, keyboard navigation, and have at least basic screenreader support.
Merge this PR, don't squash it