The latest version of Blockly includes new features and bug fixes for the keyboard navigation experience. Please also check out the @blockly/keyboard-navigation plugin at v2.0.0 which accompanies this release of Blockly.
What's Changed
New features ✨
feat: Add support for keyboard navigation into mutator workspaces. by @gonfunko in https://github.com/google/blockly/pull/9151
feat: Run keyboard plugin tests in CI by @BenHenning in https://github.com/google/blockly/pull/9135
feat: make comment editor separately focusable from comment itself by @maribethb in https://github.com/google/blockly/pull/9154
feat: Add support for keyboard navigation in/to workspace comments. by @gonfunko in https://github.com/google/blockly/pull/9182
feat: add copy api and paste into correct workspace by @maribethb in https://github.com/google/blockly/pull/9215
Bug fixes 🐛
fix: Fix navigation for blocks with multiple statement inputs. by @gonfunko in https://github.com/google/blockly/pull/9143
fix: Add isCopyable to the ICopyable interface and use it by @RoboErikG in https://github.com/google/blockly/pull/9134
fix: Dispatch keyboard events with the workspace they occurred on. by @gonfunko in https://github.com/google/blockly/pull/9137