diagram-js-code-editor/CHANGELOG.md

2.8 KiB
Executable File

Changelog

All notable changes to diagram-js-minimap are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

2.0.4

  • FIX: translate toggle button content (#43)

2.0.3

Re-released v2.0.2.

2.0.2

  • FIX: do not log graphics not found (#38)

2.0.1

  • FIX: prevent minimap from crashing on mouse move (#36)

2.0.0

  • CHORE: provide pre-packaged distribution
  • CHORE: bump to diagram-js@4
  • FIX: only update viewbox on valid bounds

1.3.0

  • CHORE: bump to diagram-js@3

1.2.2

Republish with updated changelog.

1.2.0

  • FEAT: zoom on CTRL key only (a1848cf8)
  • FEAT: center & drag on SVG mouse down (5585f871)
  • FIX: change title attribute depending on open/closed (5bc0e04a)

1.1.2

  • FIX: use svgClasses for IE 11 compatibility (#25)

1.1.1

  • FIX: export Minimap as ES module

1.1.0

  • FEAT: align minimap to canvas (0, 0) if possible (#17)
  • FIX: make close handle always clickable (#18)
  • FIX: correct stepping when zooming out (#19)
  • FIX: use same zoom directions like diagram-js ZoomScroll

1.0.0

Breaking Changes

  • CHORE: migrate to ES modules

Other Improvements

  • FEAT: improved minimap UX (#4)
  • FEAT: add more intuitive open / close controls (#5)
  • FIX: disallow minimap zoom outside of minimap (153093be)
  • FIX: ignore canvas.resized events if not present in DOM (24614f86)
  • FIX: correct wheel / click interaction (#12)
  • FIX: properly cleanup global event listeners (#16)

...

Check git log for earlier history.