Commit 71ef280
committed
docs(release): prep v1.6.8 — feature summary + migration table (PR-1.6.8)
Final pre-cut PR for v1.6.8. Replaces the placeholder "Scope being
assembled" intro with a three-paragraph release summary (what
shipped / zero-breaking status / migration), mirroring the
structure of v1.6.7 release-prep (#114) and v1.6.6 release-prep
(#100).
Headline narrative: CV v2 migration completion (hyperlink-aware
project / entry titles via [label](url) inline-Markdown) + four
contemporary BusinessTheme presets (nordic/editorial/cinematic/
monochrome) + senior-review follow-ups (registry entry-point
symmetry, Dependabot target-branch fix, logback CVE-2026-9828
patch via the deps-sync cherry-pick from #115).
Migration table calls out the one semantic shift that surfaced
via the CvV2ComponentUtilityTest pin: ProjectLabel.parse no
longer strips inline-Markdown from title() — callers that need
the legacy plain-text projection can wrap with
MarkdownInline.plainText(title), or route through the
MarkdownInline.append path that ProjectRenderer itself now uses
to get emphasis / link rendering "for free".
README release-status block + install snippets are intentionally
not touched here — the post-release-of-1.6.7 commit (9e47443)
already flipped them to the right pre-1.6.8-cut shape (latest
stable v1.6.7 / in develop v1.6.8 / planned v1.7.0). pom version
flip in install snippets is part of cut-release.ps1 at release
time, not this PR.
Verification: ./mvnw test -pl .
-Dtest=VersionConsistencyGuardTest,DocumentationCoverageTest,DocumentationExamplesTest
- 22 tests, 0 failures. The full ./mvnw verify -P japicmp suite
was green at 31cacc7 (the J-bundle merge that closed the
feature scope) and this PR touches only CHANGELOG prose.1 parent b8e775f commit 71ef280
1 file changed
Lines changed: 55 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
17 | 63 | | |
18 | 64 | | |
19 | 65 | | |
| |||
0 commit comments