This repository was archived by the owner on Apr 25, 2026. It is now read-only.
v0.2.0
Beta Release: 0.2.0 馃殌
yarn add @stitches/react@0.2.0Changes from 0.1.9
- Updated performance considerably.
- Replaced DOM insertion method with CSSOM insertion method.
- Removed
insertionMethodAPI. - 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/globalsnot appending if parameters were the same. (#563) - Fixed inconsistent use of
prefix. (#586) - Fixed
backdropFilternot transforming locally-scoped tokens incss(). (#588) - Fixed ability to set new default variants when composing components. (#622)