Releases: stitchesjs/stitches
Releases · stitchesjs/stitches
v1.2.8
- Fix Stitches compatability with TS 4.6 ( #982)
v1.2.7
- 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
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
- Fixed an issue where Stitches was throwing a "Converting circular structure to JSON" error. (#836)
v1.2.4
- Fixed TS
PropertyValue
and ScaleValue
types in the react package. (#835)
v1.2.3
- Fixed a TS regression with
PropertyValue
and ScaleValue
when declaration: true
. (#831)
v1.2.2
- 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
- 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
- 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
- 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)