Skip to content

v0.2.0-canary.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathantneal jonathantneal released this 31 May 17:32
· 309 commits to canary since this release

Canary Release: 0.2.0-canary.0 🤫

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