What's Changed
New features ✨
- feat: Add keyboard navigation support for icons. by @gonfunko in #9072
- feat: Add more ephemeral overrides for drop-downs. by @BenHenning in #9086
Bug fixes 🐛
- fix: Ensure
FieldImage
is clickable when appropriate by @BenHenning in #9063 - fix: When moving to a field, scroll the field's block into view by @RoboErikG in #9071
- fix: Skip hidden fields when navigating by @RoboErikG in #9070
- fix: Limit
LineCursor
& focus syncing by @BenHenning in #9062 - fix: Fix browser tests PART 1 by @RoboErikG in #9064
- fix: focus something after deleting a block by @maribethb in #9073
- fix: focus after drag and deleting comments by @maribethb in #9074
- fix: Visit all nodes in getNextSibling and getPreviousSibling by @RoboErikG in #9080
- fix: Update
focusNode
to self correct focus by @BenHenning in #9082
Full Changelog: blockly-v12.0.0...blockly-v12.0.1-beta.1