Skip to content

Releases: stitchesjs/stitches

v0.2.0-canary.3

09 Jun 05:47
Compare
Choose a tag to compare
v0.2.0-canary.3 Pre-release
Pre-release

Canary Release: 0.2.0-canary.3 🤫

yarn add @stitches/react@0.2.0-canary.3
  • Fixed an issue where singular and compound variants may not render in the right order.
  • Fixed an issue where reading a stylesheet from another domain would throw an error.
  • Added the variant name to the singular variant class name.

v0.2.0-canary.2

02 Jun 10:49
Compare
Choose a tag to compare
v0.2.0-canary.2 Pre-release
Pre-release

Canary Release: 0.2.0-canary.2 🤫

yarn add @stitches/react@0.2.0-canary.2
  • Fixed an issue where certain boolean variants were not being compared correctly.

v0.2.0-canary.1

02 Jun 10:48
Compare
Choose a tag to compare
v0.2.0-canary.1 Pre-release
Pre-release

Canary Release: 0.2.0-canary.1 🤫

yarn add @stitches/react@0.2.0-canary.1
  • Fixed an issue importing the package in NextJS environments.

v0.2.0-canary.0

31 May 17:32
Compare
Choose a tag to compare
v0.2.0-canary.0 Pre-release
Pre-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)

v0.1.9

23 Apr 18:09
Compare
Choose a tag to compare

Beta Release: 0.1.9 🚀

  • Fixes an issue where tokens without a prefix were not serialized correctly. (#581)

v0.1.8

22 Apr 21:03
Compare
Choose a tag to compare

Beta Release: 0.1.8 🚀

  • Adds a prefix to the backdrop-filter property. (#572)
  • Omits the default prefix from tokens. Custom prefixes are unaffected. (#576)
  • Adds scroll-padding types. (#559)

v0.1.7

13 Apr 23:09
Compare
Choose a tag to compare

Beta Release: 0.1.7 🚀

  • Adds several performance optimizations that affect all CSS generation. (#554)
  • Fixes an issue where non-string className prop values were ignored. (#556)

v0.1.6

12 Apr 19:08
Compare
Choose a tag to compare

Beta Release: 0.1.6 🚀

  • Fixes a regression with insertionMethod, and ensures the config prop is consistent. (#502)
  • Supports autocompletion of the CSS z-index property. (#551) (Thanks, @fmal 👋)

v0.1.5

10 Apr 14:08
Compare
Choose a tag to compare

Beta Release: 0.1.5 🚀

yarn add @stitches/react@0.1.5
  • The CSS outline property maps to colors tokens. (#502)
  • Any CSS size properties polyfill fit-content and stretch values. (#503)
  • Author utilities override internal utilities, instead of applying before them. (#504)
  • Passing undefined to className does not add "undefined". (#538) (Thanks, @flozia! 👋 )
  • Token objects can be used as CSS values. (#544) (Thanks, @wellguimaraes! 👋 )
  • Token custom properties include the configuration prefix. (#546) (Thanks, @dylanklohr! 👋)

Migrating from alpha to beta? Here’s a migration guide.

v0.1.4

25 Mar 17:56
Compare
Choose a tag to compare

Beta Release: 0.1.4 🚀

yarn add @stitches/react@0.1.4
  • Fixed an issue using locally scoped tokens multiple times on the same kind of property.
  • Improved how SSR styles are updated by regenerated styles.

Migrating from alpha to beta? Here’s a migration guide.