Changelog

The user-facing log of what shipped. Format follows Keep a Changelog 1.1.0; versioning follows Semantic Versioning.

Every release has up to six sections:

Pre-release entries live under ## [Unreleased]. They graduate to a dated heading on publish via pnpm changeset version (see .changeset/README.md).

For machine-readable releases, fetch /changelog.json - same content, parseable shape.

[Unreleased]

sv-grid-community

sv-grid-pro

Docs

How we version

Tier What it means
Major (1.x) Breaking change to a Stable API. Includes prop / method renames, type-narrowing, default-behaviour changes.
Minor New Stable API. New Experimental API. New demo. Doc rewrites that touch the public-facing claims.
Patch Bug fixes. Type-only fixes. Internal refactors with no public surface change. Doc typo fixes.

The API stability page annotates each export with its current tier (Stable, Experimental, Internal). Until 1.0, treat anything not flagged Stable as subject to change.