Skip to content

Releases: stitchesjs/stitches

v0.1.0-canary.4

16 Feb 07:59
Compare
Choose a tag to compare
v0.1.0-canary.4 Pre-release
Pre-release

Canary Release: 0.1.0-canary.4 🚀

yarn add @stitches/[email protected]
  • Fixes issue where variants apply regardless #381
  • Map textDecorationColor to colors 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

14 Feb 00:53
Compare
Choose a tag to compare
v0.1.0-canary.3 Pre-release
Pre-release

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

13 Feb 19:44
Compare
Choose a tag to compare
v0.1.0-canary.2 Pre-release
Pre-release

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

13 Feb 02:39
Compare
Choose a tag to compare
v0.1.0-canary.1 Pre-release
Pre-release

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 and gridColumnGap #355

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

v0.1.0-canary.0

12 Feb 17:51
Compare
Choose a tag to compare
v0.1.0-canary.0 Pre-release
Pre-release

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

14 Oct 14:35
Compare
Choose a tag to compare
v0.0.3-canary.4 Pre-release
Pre-release

Canary Release: 0.0.3-canary.4 🚀

yarn add @stitches/[email protected]
  • Expose StitchesProps type to extract props from a Stitches Component #264
  • Expose StitchesVariants type to extract variants from a Stitches Component #264
  • Update warnings #275
  • Fix Event Types #43
  • Fix Custom Properties #268

v0.0.3-canary.3

02 Oct 15:44
Compare
Choose a tag to compare
v0.0.3-canary.3 Pre-release
Pre-release

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

01 Oct 15:07
Compare
Choose a tag to compare
v0.0.3-canary.2 Pre-release
Pre-release

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

22 Sep 10:05
Compare
Choose a tag to compare
v0.0.3-canary.1 Pre-release
Pre-release

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:

  • Simplify Util api #209
  • Fix global and keyframes style injection #208

Demo: https://codesandbox.io/s/stitches-003-canary1-vdudm

v0.0.2

14 Oct 15:07
Compare
Choose a tag to compare
v0.0.2