v2.0.0
·
44 commits
to main
since this release
The only breaking change in this release is that you must update to Blockly v12.2.0 at the same time.
What's Changed
- feat: Allow passing HTML elements to display in toasts. by @gonfunko in #588
- fix: Don't use human-readable names for move shortcuts. by @gonfunko in #587
- fix: Fix method signature of setCurNode. by @gonfunko in #593
- feat: Render keyboard shortcuts nicely in menus. by @gonfunko in #594
- fix: context menu CSS is always needed by @microbit-matt-hillsdon in #596
- fix: Handle shortcuts being triggered on non-main workspace. by @gonfunko in #598
- fix: scroll into view used the wrong position by @microbit-matt-hillsdon in #604
- fix: Allow some things to handle the enter key on read only workspaces by @RoboErikG in #597
- fix: Fix bug that prevented navigating into and within flyouts. by @gonfunko in #606
- fix: Allow enter to be handled on blocks by @RoboErikG in #608
- chore: Fix lint warnings. by @gonfunko in #609
- fix(mover): Pass drag delta to
dragger.onDragin pixels by @cpcallen in #599 - fix: Fix bug that prevented triggering flyout buttons. by @gonfunko in #607
- Ensure black on white for move indicator. by @microbit-matt-hillsdon in #612
- chore: Clean up unused fields in mover.ts. by @gonfunko in #605
- feat: Add support for navigating in mutator workspaces. by @gonfunko in #600
- fix: Fix display of workspace focus ring in move mode. by @gonfunko in #610
- test: allow testing of workspace comments by @microbit-matt-hillsdon in #613
- fix: account for ephemeral focus in enter precondition by @microbit-matt-hillsdon in #619
- test: add scenario with workspace and block comments by @microbit-matt-hillsdon in #620
- fix: default stationary node when inserting a block by @microbit-matt-hillsdon in #633
- fix: remove undo and redo shortcuts in favor of those in core by @maribethb in #628
- fix: prevent enter on icons moving to next icon/field by @microbit-matt-hillsdon in #638
- feat: Add support for acting on workspace comments and icons. by @gonfunko in #625
- fix: insert then cancel with workspace selected by @microbit-matt-hillsdon in #626
- fix: dont publish test directory, update ghpages by @maribethb in #631
- feat: duplicate shortcut for blocks and comments by @microbit-matt-hillsdon in #642
- fix: Allow workspace comments to be moved in constrained mode. by @gonfunko in #646
- refactor(CSS): move plugin styling to a static method in index.ts by @rachel-fenichel in #650
- fix: update field editing focus outline style by @microbit-matt-hillsdon in #643
- feat: navigation between stacks via n/b by @microbit-matt-hillsdon in #652
- test: move registerCommentOptions before plugin by @microbit-matt-hillsdon in #651
- feat: paste into correct workspace, allow cross-workspace pasting by @maribethb in #655
- chore: update readme with style instructions by @maribethb in #656
- feat!: use blockly v12.2.0 by @maribethb in #657
Full Changelog: https://github.com/google/blockly-keyboard-experimentation/compare/@blockly/[email protected]