Skip to content

Releases: stitchesjs/stitches

v1.2.8

25 Apr 04:16
Compare
Choose a tag to compare
  • Fix Stitches compatability with TS 4.6 ( #982)

v1.2.7

25 Feb 21:53
Compare
Choose a tag to compare
  • Fixed issue with ThemeTokens typing (#893)
  • Improves compatibility with inconsistent CSSOM behavior of older browsers (#929)
  • Fix: Specify missing exception identifier in addApplyToGroup (#934)
  • Fix for #908: toString in hydrated group sheet (#930)
  • TS error when using as + variant with composed components (#954)

v1.2.6

02 Dec 15:40
Compare
Choose a tag to compare

Bug fixes:

  • @initial overriding other responsive variant values #737
  • Multiple of the same variants didn't applied properly on responsive styles #725
  • Incorrect style order when extending React components #671
  • Assert that accessing cssRules will not throw errors in some cases #756

v1.2.5

07 Oct 14:21
Compare
Choose a tag to compare
  • Fixed an issue where Stitches was throwing a "Converting circular structure to JSON" error. (#836)

v1.2.4

06 Oct 18:53
Compare
Choose a tag to compare
  • Fixed TS PropertyValue and ScaleValue types in the react package. (#835)

v1.2.3

06 Oct 13:03
Compare
Choose a tag to compare
  • Fixed a TS regression with PropertyValue and ScaleValue when declaration: true. (#831)

v1.2.2

05 Oct 15:33
Compare
Choose a tag to compare
  • Fixed a TypeScript issue with distributive condition (used with Radix). (#822)
  • Fixed an issue with utils named like selectors. (#828)
  • Updated PropertyValue and ScaleValue types to support config. (#829)

v1.2.1

23 Sep 22:23
Compare
Choose a tag to compare
  • Fixed a TypeScript issue using arrays with @font-face or @import rules in globalCss. (#809)
  • Fixed a TypeScript issue accessing className and selector from the default theme. (#811)
  • Fixed a TypeScript issue where compoundVariants.css could not accept tokens. (#812)

v1.2.0

17 Sep 17:13
Compare
Choose a tag to compare
  • Added a polyfill for the mask-size property. (#795)
  • Fixed an internal documentation issue with compoundVariants. (#784)
  • Fixed a TypeScript issue using multiple parameters with globalCss. (#793)
  • Fixed a TypeScript issue using VariantProps in @stitches/react. (#777)

v1.1.0

09 Sep 11:44
Compare
Choose a tag to compare
  • Fixes a typing issue with using string arrays for at-rules. (#752)
  • Fixes a typing issue with the return type for createTheme. (#713)
  • Fixes a typing issue with VariantProps erroring about a symbol. (#754)
  • Fixes a typing issue with TypeScript 4.4 not suggesting CSS properties. (#759)
  • Adds support for multiple styles passed into globalCss. (#758)
  • Adds borderImage to defaultThemeMap to support colors. (#744)