Releases: stitchesjs/stitches
v0.1.3
Beta Release: 0.1.3
🚀
yarn add @stitches/[email protected]
- Adjusts the insertion method to reduce DOM writes
Migrating from alpha to beta? Here’s a migration guide.
v0.1.2
Beta Release: 0.1.2
🚀
yarn add @stitches/[email protected]
- Polyfills the vendor-prefixed sizing values
stretch
andfit-content
. - Maps the
outline
property to thecolor
theme token. - Run utilities for properties instead of polyfills, instead of running them beforehand.
- Update the DOM even more sparingly.
Migrating from alpha to beta? Here’s a migration guide.
v0.1.1
Beta Release: 0.1.1
🚀
yarn add @stitches/[email protected]
- Polyfills the vendor-prefixed sizing values
stretch
andfit-content
. - Maps the
outline
property to thecolor
theme token. - Run utilities for properties instead of polyfills, instead of running them beforehand.
- Update the DOM even more sparingly.
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.21
- Added polyfills for vendor-prefixed properties and logical shorthands.
- Removed default exports from
@stitches/core
and@stitches/react
. - Replaced
when
responsive property container with the ability to insert breakpoints alongside properties like@bp1
. - Renamed
conditions
tomedia
, changing its values from strings like"@media (min-width: 640px)"
to"(min-width: 640px)"
. - Renamed
insertMethod
option toinsertionMethod
. - Reduced TSC issues by half.
v0.1.0-canary.20
Canary Release: 0.1.0-canary.20
🚀
yarn add @stitches/[email protected]
- Reduced DOM writes by up to 100%. ("Nothing to write home about.")
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.19
Canary Release: 0.1.0-canary.19
🚀
yarn add @stitches/[email protected]
- Fixed an issue where certain property number values were wrongly not converted to px ("Sorry, wrong number.")
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.18
Canary Release: 0.1.0-canary.18
🚀
yarn add @stitches/[email protected]
- Fixed an issue where certain property number values were wrongly converted to px ("Mad props" or "Strength in numbers")
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.17
Canary Release: 0.1.0-canary.17
🚀
yarn add @stitches/[email protected]
- Fixed an issue where empty responsive variants rendered nesting incorrectly. ("Empty nesters now welcome.")
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.16
Canary Release: 0.1.0-canary.16
🚀
yarn add @stitches/[email protected]
- Fixed an issue where
React.forwardRef
components were not handled correctly. ("And for reference, I was looking forward to that.")
And another thanks to @arempe93 for contributing to the diagnosis and solution. ✨
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.15
Canary Release: 0.1.0-canary.15
🚀
yarn add @stitches/[email protected]
- Fixed an issue where
@keyframes
rules were no longer committed to CSS. ("Hey, where’d my keys go?") - Fixed an issue where numeric properties were not correctly transforming into or avoiding px units. ("Px or it didn't happen.")
- Fixed an issue where
insertMethod
appeared required. ("You’re just not my type." or "Well, that’s one way to promote adoption.")
A big thanks to @arempe93 for flagging the issue with numeric properties and also submitting a fix!