Skip to content

2.6.0 Release

Choose a tag to compare

@github-actions github-actions released this 10 Feb 00:00
· 43 commits to master since this release

Changes

  • [diagram] Fix overflow-behavior of command-palette #449
  • [i18n] Add missing translation messages for context menu labels #450
  • [diagram] Fix bugs with the export SVG feature #451
  • [diagram] Add support for nested nodes to NoOverlapMovementRestrictor #452
  • [api] Add optional viewport information to ComputedBoundsAction #460
  • [diagram] Update to codicon 0.0.44 -> new icons are available #465

Potentially Breaking Changes

  • [api] Refactor menu item API #450
    • Ensure that MenuItem is serializable
      • Use boolean flags instead of functions
    • Use ClientMenuItem instead of MenuItem on client-side
  • [api] Add support for asynchronous ActionHandler #457
    • Breaking changes in protected methods of GlspActionDispatcher (might affect adopter subclasses)

Full Changelog: v2.5.0...v2.6.0