Releases: stitchesjs/stitches
v0.1.0-canary.4
Canary Release: 0.1.0-canary.4
🚀
yarn add @stitches/[email protected]
- Fixes issue where variants apply regardless #381
- Map
textDecorationColor
tocolors
scale #377 - Fixes correct how the react peerDependency should be written #364
- Fixes preserve props for variants named "as" #363
- Remove unused types in
css-types.ts
#369 (thanks @yenbekbay) - Fix type inferred from the creator function in
@stitches/react
#368 (thanks @yenbekbay)
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.3
Canary Release: 0.1.0-canary.1
🚀
yarn add @stitches/[email protected]
- Fixes an issue where responsive variants would only apply once! #362
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.2
Your feedback is awesome. Presenting another Canary Release: 0.1.0-canary.2
🚀
yarn add @stitches/[email protected]
- Made colors the default token type for border direction properties (
borderTop
,borderBlock
, etc). 🌈 - Fixed an issue where responsive variants could apply non-responsive styles anyway. 😅
- Added a named
createCss
export. 😎
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.1
Canary Release: 0.1.0-canary.1
🚀
yarn add @stitches/[email protected]
- Any direct reference to a className or selector of a Theme or Component will add its CSS to the StyleSheet.
- A string reference to a Theme will return its className instead of its selector; use
myTheme.selector
for its selector. - TypeScript: Fixed an issue where booleans with only "true" or "false" could be flagged by TypeScript. #353
- TypeScript: Added typing support for the legacy props
gridRowGap
andgridColumnGap
#355
Migrating from alpha to beta? Here’s a migration guide.
v0.1.0-canary.0
Canary Release: 0.1.0-canary.0
🚀
Here's the migration guide:
https://stitches-site-git-beta.modulz-deploys.com/blog/migrating-from-alpha-to-beta
v0.0.3-canary.4
v0.0.3-canary.3
Canary Release: 0.0.3-canary.3
🐛
yarn add @stitches/[email protected]
Apologies for another release, a sneaky regression crept in:
- Fix class names composition #258
Thanks, @afzalsayed96#4841 for reporting it.
v0.0.3-canary.2
Canary Release: 0.0.3-canary.2
🎉
yarn add @stitches/[email protected]
Fixes and improvements:
- Chores: improve testing and bundling
- Parse
flex
shorthand #246 - Fix WidthProperty typing 767eda6
- Fix FlexBaseProperty typing f7f5d92
- Parse
gap
shorthand 57cb8d2 - Fix allow
styled
function to be called with components from other libraries #235 - Fix numeric 0 value variant being falsy #23
- Fix comma separated rules #233
- Fix types for variant composition #218
v0.0.3-canary.1
Canary Release: 0.0.3-canary.1
yarn add @stitches/[email protected]
Fixes and Improvements:
- TS Typing improvement #166
- text-decoration shorthand #159
- Fix check against Deno #201
- Add CodeSandbox CI #198
- Fix bug with missing closing curly in keyframes #202
- Strict mode #206
- Fix Variant typing #218
💥 Breaking: