Changes for 3.0.14
- Added keyboard command bindings: Ctrl-Shift-Z for CommandHandler.redo, and Shift-F10 or Ctrl-Shift-\ (backslash) for CommandHandler.showContextMenu. (Use Command key instead of Ctrl on a Mac.)
- Fixed colors of Buttons whose actions change the button's Panel.isEnabled property.
- Added support for bindings on the RelinkingTool.fromHandleArchetype, RelinkingTool.toHandleArchetype, and RotatingTool.handleArchetype.
- Fixed the signature of Router.routeLinks because the second argument is never undefined.
- Fixes for clipping regions when using the SVG rendering context.