Skip to content

Bump org.graphper:graph-support from 1.4.0 to 1.5.3 - #1012

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/org.graphper-graph-support-1.5.3
Open

Bump org.graphper:graph-support from 1.4.0 to 1.5.3#1012
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/org.graphper-graph-support-1.5.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps org.graphper:graph-support from 1.4.0 to 1.5.3.

Release notes

Sourced from org.graphper:graph-support's releases.

Release 1.5.3

Highlights

Rich labels and record nodes

  • Added the structured RecordTag Java API for nested record cells, rich text, and stable port IDs.
  • Added rich HTML-like record labels in DOT with bold, italic, underline, color, font, subscript, superscript, multiline text, and nested cells.
  • Kept quoted record labels compatible while unifying their geometry with the structured implementation.
  • Added Graphviz-compatible \l, \r, and \n line alignment for node, record, graph, cluster, edge, and floating labels.

Desktop DOT Studio

  • Added an optional Swing desktop editor with live SVG preview.
  • Includes DOT syntax highlighting, completion, snippets, bracket pairing, smart indentation, inline syntax-error squiggles, open/save, SVG/PNG export, pan, zoom, Fit, and live zoom percentage.
  • Launch from the CLI JAR with java -jar graph-support-cli.jar ui.

SVG and Graphviz compatibility

  • Added transparent SVG/PNG backgrounds through bgcolor="transparent", style="transparent", or Color.TRANSPARENT.
  • Added readable, indented SVG output and semantic CSS classes for graphs, clusters, nodes, edges, shapes, labels, paths, curves, arrowheads, and backgrounds.
  • Tightened SVG canvases for explicit margin="0,0" while preserving a small antialiasing safety edge.

Stability

  • Fixed NetworkSimplex rank balancing failures for minlen=0 edges.
  • Fixed a min-cross transpose oscillation that could loop indefinitely.
  • Added deterministic geometry, round-trip, fuzz, rendering, and regression coverage.

Compatibility

  • Java 8+ remains supported.
  • Existing Java and quoted DOT record labels remain compatible.
  • No native Graphviz installation is required.

Maven Central

<dependency>
  <groupId>org.graphper</groupId>
  <artifactId>graph-support-core</artifactId>
  <version>1.5.3</version>
</dependency>

Also available: graph-support-dot, graph-support-ui, and graph-support-cli.

Validation

... (truncated)

Commits
  • 20cb874 feat: add rich record labels and DOT studio
  • 59adac2 Revert "feat: add rich record labels and DOT studio"
  • 3e3ac7f feat: add rich record labels and DOT studio
  • 2184789 Merge pull request #19 from jamisonjiang/jamisonjiang-patch-1
  • 222ef46 Fix wrong message in README
  • 1061dac Optimize warnings
  • 7d913e3 Fix warnings
  • 0b8a6d1 Remove the redundant plugin
  • 9cafe64 Merge release
  • 0e92801 Merge branch 'release'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.graphper:graph-support](https://github.com/jamisonjiang/graph-support) from 1.4.0 to 1.5.3.
- [Release notes](https://github.com/jamisonjiang/graph-support/releases)
- [Commits](jamisonjiang/graph-support@1.4.0...v1.5.3)

---
updated-dependencies:
- dependency-name: org.graphper:graph-support
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants