Skip to content

Commit 2eea3ce

Browse files
committed
docs(readme): flag the v1.8.0 fonts-split consumption change in the Latest-stable blurb
The "Latest stable: v1.8.0" status line said "zero breaking from v1.7", but the bundled Google fonts now ship as a separate graph-compose-fonts artifact — the engine API stays compatible, but consumers must add graph-compose-fonts (or graph-compose-bundle) to keep the fonts. Corrected the blurb and linked the migration note.
1 parent c43a621 commit 2eea3ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</p>
2020

2121
> **Release status** &mdash;
22-
> 🟢 **Latest stable**: [v1.8.0](https://github.com/DemchaAV/GraphCompose/releases/tag/v1.8.0) &mdash; codenamed **"illustrative"** (native vector charts — bar / line / pie + inline sparklines, monotone / smooth line interpolation, free-form `ShapeOutline.Path` clip, SVG path / icon import with native gradients; additive, zero breaking from v1.7)
22+
> 🟢 **Latest stable**: [v1.8.0](https://github.com/DemchaAV/GraphCompose/releases/tag/v1.8.0) &mdash; codenamed **"illustrative"** (native vector charts — bar / line / pie + inline sparklines, monotone / smooth line interpolation, free-form `ShapeOutline.Path` clip, SVG path / icon import with native gradients, and a leaner publication — the bundled Google fonts split into the separate `graph-compose-fonts` artifact. Engine APIs stay source- & binary-compatible with v1.7; one consumption change — add `graph-compose-fonts` or `graph-compose-bundle` to keep the bundled fonts, see the [migration note](./docs/migration/v1.8.0-fonts.md).)
2323
2424
> &nbsp;·&nbsp; 🟡 **In develop**: next cycle — open (see [CHANGELOG](./CHANGELOG.md))
2525
> &nbsp;·&nbsp; See [API stability policy](./docs/api-stability.md) for tier definitions.

0 commit comments

Comments
 (0)