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]

@svgrid/grid

Added

Changed

Fixed

@svgrid/enterprise

Added

Fixed

@svgrid/grid-wc

Added

Fixed

Changed

Tooling & docs

Added

Changed

Fixed

[1.0.0] - 2026-06-16

Initial public release - the Svelte 5-native data grid: @svgrid/grid (MIT core) and @svgrid/enterprise (the paid feature pack).

@svgrid/grid

@svgrid/enterprise

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). As of 1.0, Stable APIs follow semver; Experimental APIs may still change in a minor release.