Skip to content

Releases: styled-components/styled-components

v6.1.1

08 Nov 05:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

14 Oct 03:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.9...v6.1.0

v6.0.9

12 Oct 15:24
Compare
Choose a tag to compare

fix bundling to not hardcode window (should fix some testing use cases that were incorrectly assuming a server environment when JSDOM and similar are in use)

Full Changelog: v6.0.8...v6.0.9

v6.0.8

13 Sep 15:09
Compare
Choose a tag to compare

What's Changed

  • feat(native): add toStyleSheet function by @krudos in #4124
  • fix: prevent StyleSheetManager updating context on every render by @keeganstreet in #4159
  • fix(types): ensure typing for static properties defined on third-party components wrapped by styled-components by @MartinPELCAT in #4141
  • fix: production mode inconsistent CSS rendering when dynamic property values are the same but property names are different by @bcole808 in #4132
  • fix(types): decrease type complexity by moving off of JSX.IntrinsicElements for the supported element list by @RJWadley in #4149
  • fix(types): adopt ref typing from forwardedAs by @probablyup in #4163
  • chore: update typescript reference on issue template by @chilled-capybara in #4150
  • chore(types): add type exports for StyleFunction, Interpolation by @bcole808 in #4140
  • chore: updated Contributing guide benchmark instructions by @bcole808 in #4137
  • chore(types): add missing types CSSProperties, CSSObject, CSSPseudos and CSSKeyframes by @takurinton in #4117

New Contributors

Full Changelog: v6.0.7...v6.0.8

v6.0.7

03 Aug 12:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.6...v6.0.7

v6.0.6

02 Aug 04:02
Compare
Choose a tag to compare

What's Changed

  • fix(types): issues with StyleFunctions and StyledObjects by @bcole808 in #4107

New Contributors

Full Changelog: v6.0.5...v6.0.6

v6.0.5

21 Jul 17:03
5273d7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.4...v6.0.5

v6.0.4

13 Jul 03:21
Compare
Choose a tag to compare

What's Changed

  • refactor: dev warning on unknown props retargeted specifically toward HTML targets rather than other React components by @woodreamz in #4084
  • fix: untyped event handler callbacks by @ziolekjj in #4086

New Contributors

Full Changelog: v6.0.3...v6.0.4

v6.0.3

07 Jul 19:25
0c63d7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.0.3

v6.0.2

03 Jul 03:21
Compare
Choose a tag to compare

What's Changed

  • fix: StyleSheetManager must accept undefined props by @gineika in #4069
  • fix: replace slow Omit type by @gineika in #4068
  • drop displayName in production to save bytes, it's already present in the static className if you're using the babel plugin or equivalent
  • refactor use of flatMap and at with ES5-compliant variants

New Contributors

Full Changelog: v6.0.1...v6.0.2