Skip to main content
VelinStyle v1.0.0
⌂ Home

Upgrading VelinStyle

Follow semver and the CHANGELOG when bumping velinstyle in package.json or your CDN pin.

Semver

Patch — bug fixes, safe to upgrade. Minor — new utilities or components, backward compatible. Major — breaking class or token renames; use the migration notes in GitHub releases.

Checklist

  1. Read the release notes on GitHub Releases
  2. Update npm: npm install @birdapi/velinstyle@latest or pin a version
  3. Re-run visual tests and npx velinstyle scan on templates
  4. Compare token changes in CSS Variables

Upgrading to 1.0.0

0.7.0 added WCAG-oriented CSS modules (focus-not-obscured, target size, optional enhanced contrast).

WCAG 2.2 AAA (0.9+, Unreleased)

Upgrading within 0.9.x

Upgrading within 1.0.x

Changelog

The canonical changelog lives in the CHANGELOG.md file in the framework repository.

Migrating from Tailwind or Bootstrap? See the Migration Guide (different from version upgrades).