Xstyled Versions Save

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️

v3.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/styled-components/xstyled/compare/v3.7.5...v3.8.0

v3.7.5

1 year ago
  • feat: stricter color type; this will help avoid accidents like typos when trying to consume colors from the theme

Full Changelog: https://github.com/styled-components/xstyled/compare/v3.7.3...v3.7.5

v3.7.1

1 year ago

Features

  • types: re-enable deep autocomplete for colors by @probablyup in #394

Bug Fixes

  • types: export XStyled, X, XStyledSet by @yahor-ramanenka-op in #392

Documentation

  • docs: fix link to cache documentation by @theo-mesnil in #386
  • docs: fix doc examples by @gregberge in #387

New Contributors

Full Changelog: https://github.com/styled-components/xstyled/compare/v3.7.0...v3.7.1

v3.7.0

1 year ago

Bug Fixes

  • color-mode: fix clearing color mode (#385) (1bb5cb8)
  • fixed incomplete hex alpha value generation (#373) (fd0a097)
  • cache: fix object keys caching (#383) (879708c)
  • fixed contributing guide setup step documentation (9925f19)

Features

  • cache: add option to disable xstyled cache (#379) (738f882)

v3.6.0

2 years ago

Bug Fixes

  • move at-rules to end of nested responsive states (6c7528e), closes #288
  • core: add missing util (#362) (00ae8dc), closes #354
  • emotion: add missing createCss (#324) (f5eaa07)
  • types: add missing types to the borders system utility (#346) (c0c92b4)
  • types: fix missing values in types (#361) (01afa25), closes #355
  • types: remove deep path autocompletion (e01e8b3)
  • typing: Support any valid number for utility props that needs it (#357) (1fd72c6)

Features

  • add ability to customize spacing properties in "texts" (#351) (57304c2), closes #350
  • add outlineOffset property (#360) (4dac9a3)
  • added inline variants support (#334) (acfa364), closes #333
  • typing: infer automatically the typing of the generators used inside of the compose (#358) (ecbae73)

v3.5.1

2 years ago

Bug Fixes

v3.5.0

2 years ago

Bug Fixes

Features

  • add border positions style helpers (3bcaada)

v3.4.0

2 years ago

Features