From feba8d05a44efffeee9737a43e80c3d402b51af3 Mon Sep 17 00:00:00 2001 From: DemchaAV Date: Mon, 6 Jul 2026 12:06:40 +0100 Subject: [PATCH] fix: pick up GraphCompose 1.9.1 (inline-code column overflow) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Long inline-code with no spaces — package coordinates, FQCNs, URLs — overflowed its table cell or paragraph on the 1.9.0 engine, drawing over the neighbouring column or off the right page margin (graph-compose-markdown renders inline code through RichText.highlight, the exact path the engine fix repairs). Bump graphcompose.version 1.9.0 -> 1.9.1 so develop (and the eventual 0.4.0) carries the fix; the 0.3.x line ships it as 0.3.1. No source or public API change. --- CHANGELOG.md | 8 ++++++++ pom.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3d7f2..bc5dd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and the project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +### Build +- **GraphCompose engine bumped 1.9.0 → 1.9.1.** Long inline-code tokens with no spaces + (package coordinates, fully-qualified class names, URLs) now break *within* their table + cell or paragraph — at `.` `:` `/` `-` seams, char-splitting only as a last resort — instead + of overflowing the neighbouring column or the right page margin; `auto()` engine table + columns also grow to fit composed cell content. No public API change. (Also shipped as the + `0.3.1` patch on the 0.3.x line.) + ## v0.3.0 — 2026-07-04 ### Build diff --git a/pom.xml b/pom.xml index d9e3792..8295557 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 17 - 1.9.0 + 1.9.1 1.0.0 1.0.0 0.64.8