Releases: stitchesjs/stitches
Releases · stitchesjs/stitches
v0.2.0-canary.3
Canary Release: 0.2.0-canary.3
🤫
yarn add @stitches/[email protected]
- 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
Canary Release: 0.2.0-canary.2
🤫
yarn add @stitches/[email protected]
- Fixed an issue where certain boolean variants were not being compared correctly.
v0.2.0-canary.1
Canary Release: 0.2.0-canary.1
🤫
yarn add @stitches/[email protected]
- Fixed an issue importing the package in NextJS environments.
v0.2.0-canary.0
Canary Release: 0.2.0-canary.0
🤫
yarn add @stitches/[email protected]
- Replaced DOM insertion method with CSSOM insertion method.
- Removed
insertionMethod
API. - Fixed
backdropFilter
not transforming locally-scoped tokens incss()
. (# 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
v0.1.8
v0.1.7
v0.1.6
v0.1.5
Beta Release: 0.1.5
🚀
yarn add @stitches/[email protected]
- The CSS
outline
property maps tocolors
tokens. (#502) - Any CSS size properties polyfill
fit-content
andstretch
values. (#503) - Author utilities override internal utilities, instead of applying before them. (#504)
- Passing
undefined
toclassName
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
Beta Release: 0.1.4
🚀
yarn add @stitches/[email protected]
- 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.