Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

v0.2.0

Choose a tag to compare

@jonathantneal jonathantneal released this 14 Jun 19:09
· 315 commits to canary since this release

Beta Release: 0.2.0 馃殌

yarn add @stitches/react@0.2.0

Changes from 0.1.9

  • Updated performance considerably.
  • Replaced DOM insertion method with CSSOM insertion method.
  • Removed insertionMethod API.
  • Fixed specificity issue with inherited variants & variants leaking as DOM attributes. (#473)
  • Fixed specificity issue when components would share the same style. (#474)
  • Fixed responsive variants not respecting usage order. (#483)
  • Fixed default variants being ignored when responsively applying variants. (#492)
  • Fixed flash of unstyled content after upgrading from alpha to beta. (#523)
  • Fixed variant props being passed down to DOM elements. (#532)
  • Fixed performance degradation after migrating from alpha to beta. (#535)
  • Fixed resulting CSS from custom theme / globals not appending if parameters were the same. (#563)
  • Fixed inconsistent use of prefix. (#586)
  • Fixed backdropFilter not transforming locally-scoped tokens in css(). (#588)
  • Fixed ability to set new default variants when composing components. (#622)