Changes for 3.0.7
- Added InputEvent.commandKey, which returns a normalized key string based on the InputEvent.key and InputEvent.code. This is convenient to use in CommandHandler.doKeyDown or Tool.doKeyDown and their overrides.
- Fixed keyboard shortcuts for QWERTZ-layout keyboards.
Changes for 3.0.6
- Added another work-around for Babel transpilation bug.
- Fixed the Robot to handle “Delete” key events.
- Fixed GridLayout when GridLayout.alignment is Position for Parts that have non-zero GraphObject.margin on the left or top sides. Fixed other built-in Layouts that use LayoutNetworks when Nodes have non-zero GraphObject.margin on the left or top sides.