Skip to main content
VelinStyle v1.3.0
⌂ Home

Upgrading VelinStyle 1.2.2

Current target is 1.2.2. Follow semver and the CHANGELOG when bumping velinstyle in package.json or your CDN pin. Deutsch: Aktualisieren

Maturity: CSS / WC / runtime stay stable. Plan / review / agent meta are beta / foundation.

When to upgrade

When not

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

Legacy notes (0.7.0)

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

WCAG 2.2 AAA (0.9+)

Upgrading within 0.9.x

Upgrading within 1.0.x

Upgrading to 1.3.0

Patch release focused on the Production Builder and Showcase P0 primitives. CSS/WC APIs remain compatible.

Upgrading within 1.1 → 1.2.0 foundations

A minor release: no classes, tokens, or tags were removed, so an existing 1.0.x integration keeps working after the version bump. The deprecated velin-tooltip-wc and velin-stepper-wc aliases are still shipped.

Upgrading to 1.3.0

A minor foundation release: CSS, Web Components, and runtime remain stable. New Design Intelligence surfaces ship as beta / foundation — usable now, schemas and heuristics still expanding. Studio and the complete Utility Engine stay planned.

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