Releases: eckig/graph-editor
Releases · eckig/graph-editor
Release list
24.0.9
24.0.8
- Fix GraphEditorGrid with zoom levels
Full Changelog: v24.0.7...v24.0.8
24.0.7
- API: make IntersectionFinder more accessible by introducing a simple interface.
Full Changelog: v24.0.6...v24.0.7
24.0.6
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
24.0.4
- Bugfix release, see notes for previous release.
Full Changelog: v24.0.3...v24.0.4
24.0.3
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-barremoved (look for the defaultscroll-bar). AutoScrollingWindowremoved. Got merged into thePanningWindow.
- styleclass
Full Changelog: v24.0.2...v24.0.3
24.0.2
What's Changed
- Bump io.github.eckig.grapheditor:grapheditor-core from 24.0.0 to 24.0.1 in /demo by @dependabot[bot] in #331
- fix: bounds calculation with correct zero offset
Full Changelog: v24.0.1...v24.0.2
24.0.1
What's Changed
- API: make
ConnectionLayout(renamed fromConnectionLayouter) 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
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