Skip to content

Releases: styled-components/xstyled

v3.5.0

10 Jan 08:40
1682732
Compare
Choose a tag to compare

Bug Fixes

Features

  • add border positions style helpers (3bcaada)

v3.4.0

22 Dec 08:09
af57842
Compare
Choose a tag to compare

Features

v3.3.0

22 Dec 07:50
8446dbd
Compare
Choose a tag to compare

Features

v3.2.0

22 Dec 07:37
36f8bdb
Compare
Choose a tag to compare

Bug Fixes

  • FlexboxesProps missing FlexBasisProps (#332) (dbc531b)

Features

  • export styled as a named export (410cd67)

v3.1.2

05 Nov 10:28
7966ffb
Compare
Choose a tag to compare

Bug Fixes

  • system: fix caching issue with value with different types (4a6ded3)

v3.1.1

30 Oct 09:12
af10d59
Compare
Choose a tag to compare

Bug Fixes

  • types: fix emotion createGlobalStyle type def (95667bc)
  • allow numeric values for systemprops (efdefe1)
  • boolean or string for transform property type (1498d86)
  • color prop missing responsive support (65f532b)
  • ensure the number is one of the keys (c2f71fd)
  • more correct synthesized type that allows number keys (c31c6b1)
  • move typography color fix to proper file (5c635b0)
  • transform prop type should be string not boolean (50c847e)

v3.1.0

02 Oct 08:23
da2f0f2
Compare
Choose a tag to compare

Bug Fixes

  • fix for Prototype Pollution (#304) (34ed147)
  • docs: added a missing paren in the code example (#303) (901755b)
  • types: fix wrong type for ThemeVariants (#301) (b69619e)

Features

  • emotion: add importMap to the babel plugin (#293) (657f7fe)
  • system: add aria-disabled to the disabled state (#297) (d28cf38)
  • typings: assemble deep paths for autocompletion (#310) (9867158)

v3.0.3

25 Jun 07:07
46145a6
Compare
Choose a tag to compare

Bug Fixes

v3.0.2

18 Jun 08:52
2f74a07
Compare
Choose a tag to compare

Bug Fixes

  • breakpoints: add _ into breakpoints (bcfda4b), closes #277
  • emotion: fix color prop (4d88c18), closes #276
  • system: fix rpx transformers (339f7fc), closes #274
  • move away from mjs extension to work in more environments (9098b83)

v3.0.1

02 Jun 21:51
dfdddc0
Compare
Choose a tag to compare

Bug Fixes

  • optional chaining syntax in dist module (cacaf6a), closes #265