GraphCompose v1.9.1 — inline-code no longer overflows its table column #317
DemchaAV
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The banner above is itself a GraphCompose document — rendered by the engine from the same DSL you'd use in your app.
GraphCompose v1.9.1 is out on Maven Central — a small patch on the "navigable" (v1.9) line, no breaking changes. This one fixes a real-document bug rather than adding features.
A long inline-code chip — a Maven coordinate, a fully-qualified class name, a URL like
org.junit.jupiter:junit-jupiter:5.10.2— used to spill out of its table column and draw over the neighbouring cell instead of wrapping. It now breaks inside the column: at readable.:/-seams first, character-split only when a token has no seam left, with the rounded chip fill intact on every wrapped line.auto()columns also grow to fit composed content instead of collapsing to zero.Install:
In the background, the bigger effort right now is a cleanup pass — tightening the internals and modularizing the engine toward a 2.0 line. More on that when it's ready.
Release notes: https://github.com/DemchaAV/GraphCompose/releases/tag/v1.9.1
Showcase: https://demchaav.github.io/GraphCompose/
As always — author intent, not coordinates.
Beta Was this translation helpful? Give feedback.
All reactions