Skip to content

docs: alias prerelease versions in the maturity matrix#268

Merged
johnleider merged 1 commit into
masterfrom
worktree-maturity-since-alias
Jun 3, 2026
Merged

docs: alias prerelease versions in the maturity matrix#268
johnleider merged 1 commit into
masterfrom
worktree-maturity-since-alias

Conversation

@johnleider
Copy link
Copy Markdown
Member

Renders short release labels (alpha.N, beta.0) in the roadmap maturity matrix via a display-only alias map (RELEASE_ALIASES + releaseAlias in apps/docs/src/constants/releases.ts). The since field stays canonical semver, so the /releases deep-link and downstream semver consumers (MCP/CLI) keep working — only the rendered label changes.

Also backfills since: "1.0.0-beta.0" for createDataGrid, useTooltip, and Tooltip — they shipped in v1.0.0-beta.0 but the release commit left their since as null.

Render short release labels (alpha.N, beta.0) in the roadmap maturity
matrix via a display-only alias map (RELEASE_ALIASES + releaseAlias). The
since field stays canonical semver, so the /releases deep-link and
downstream semver consumers keep working — only the rendered label changes.

Also backfill since: "1.0.0-beta.0" for createDataGrid, useTooltip, and
Tooltip; they shipped in v1.0.0-beta.0 but the release commit left their
since as null.
@johnleider johnleider merged commit e841c48 into master Jun 3, 2026
5 checks passed
@johnleider johnleider deleted the worktree-maturity-since-alias branch June 3, 2026 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant