Skip to content

Releases: eckig/graph-editor

24.0.9

Choose a tag to compare

@eckig eckig released this 15 Jun 12:34
  • More fixes for PanningWindow

Full Changelog: v24.0.8...v24.0.9

24.0.8

Choose a tag to compare

@eckig eckig released this 12 Jun 11:08
  • Fix GraphEditorGrid with zoom levels

Full Changelog: v24.0.7...v24.0.8

24.0.7

Choose a tag to compare

@eckig eckig released this 12 Jun 08:06
  • API: make IntersectionFinder more accessible by introducing a simple interface.

Full Changelog: v24.0.6...v24.0.7

24.0.6

Choose a tag to compare

@eckig eckig released this 12 Jun 07:34

What's Changed

  • API: properly seperate connection layout logic
  • More Bugfixes for PanningWindow
  • Bump io.github.eckig.grapheditor:grapheditor-core from 24.0.4 to 24.0.5 in /demo by @dependabot[bot] in #334

Full Changelog: v24.0.5...v24.0.6

24.0.5

Choose a tag to compare

@eckig eckig released this 05 Jun 14:30
  • Fix GraphEditorGrid not rendering after recent changes.

24.0.4

Choose a tag to compare

@eckig eckig released this 03 Jun 14:29
  • Bugfix release, see notes for previous release.

Full Changelog: v24.0.3...v24.0.4

24.0.3

Choose a tag to compare

@eckig eckig released this 03 Jun 13:47

What's Changed

  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 by @dependabot[bot] in #332
  • Fix ScrollBars in PanningWindow by switching to the default ScrollPane:
    • styleclass graph-editor-scroll-bar removed (look for the default scroll-bar).
    • AutoScrollingWindow removed. Got merged into the PanningWindow.

Full Changelog: v24.0.2...v24.0.3

24.0.2

Choose a tag to compare

@eckig eckig released this 27 May 09:20

What's Changed

Full Changelog: v24.0.1...v24.0.2

24.0.1

Choose a tag to compare

@eckig eckig released this 26 May 09:09

What's Changed

  • API: make ConnectionLayout (renamed from ConnectionLayouter) interchangeable
  • fix: use EventFilter to always apply correct resize cursor
  • Bump io.github.eckig.grapheditor:grapheditor-core from 21.1.2 to 24.0.0 in /demo by @dependabot[bot] in #325
  • Bump org.openjfx:javafx-controls from 26 to 26.0.1 by @dependabot[bot] in #326
  • Bump org.openjfx:javafx-fxml from 26 to 26.0.1 in /demo by @dependabot[bot] in #327
  • Bump org.jreleaser:jreleaser-maven-plugin from 1.23.0 to 1.24.0 by @dependabot[bot] in #328
  • Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 by @dependabot[bot] in #329

Full Changelog: v24.0.0...v24.0.1

v24.0.0

Choose a tag to compare

@eckig eckig released this 20 Mar 07:12

What's Changed

  • Set language level to Java24
  • Update to JavaFX 26
  • The model no longer has a predefined size, instead a dynamic size has been implemented.

Full Changelog: v21.1.2...v24.0.0