Skip to main content
VelinStyle v0.8.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 0.7.0

0.7.0 is an accessibility-focused minor release (WCAG 2.2 AA, optional AAA contrast).

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).

Theme wählen