diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6ee043..1545fd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,13 @@ Housekeeping cycle plus the public pixel-level visual-regression API (Track N). baseline layout, and cross-platform tolerance calibration. - README "Which API should I use?" gains a pixel-level visual-regression row. +### Build + +- CI Javadoc validation (`maven-javadoc-plugin`, `doclint=all`) now covers the + public `com.demcha.compose.testing.*` helpers (`testing.layout` + `testing.visual`) + in addition to the canonical `document` API, so Javadoc regressions on the + testing surface fail fast in CI. No artifact or behaviour change. + ## v1.6.8 — 2026-06-01 **CV v2 migration completion + design-token expansion.** v1.6.8 diff --git a/pom.xml b/pom.xml index 033616cf..28b7ef6f 100644 --- a/pom.xml +++ b/pom.xml @@ -434,7 +434,7 @@ - + org.apache.maven.plugins maven-javadoc-plugin @@ -444,7 +444,7 @@ true public true - com.demcha.compose.document + com.demcha.compose.document:com.demcha.compose.testing