Skip to content

Releases: styled-components/styled-components

styled-components@6.1.19

12 Jun 17:50
8ba24d2
Compare
Choose a tag to compare

Patch Changes

  • aa997d8: fix for React Native >=0.79 crashes when using unsupported web-only CSS values (e.g., fit-content, min-content, max-content). The fix emits a warning and ignores the property using those values, instead of causing crashes.

styled-components@6.1.18

08 May 04:09
4cdb381
Compare
Choose a tag to compare

Patch Changes

  • 76b18a4: fix react 19 compatibility
  • bdac7af: Quickfix to support expo sdk >= 53 and react-native >=0.79.

styled-components@6.1.17

02 Apr 19:11
b0b50ba
Compare
Choose a tag to compare

Patch Changes

  • 47a4dcb: Fix for loose DefaultTheme type definition
  • a8c0f5b: fix: add info link to console

styled-components@6.1.16

17 Mar 19:45
ef548a2
Compare
Choose a tag to compare

Patch Changes

  • 246c77b: Resolve TS error related to ExoticComponentWithDisplayName API from React.
  • 4757191: Native typings weren't on the correct folder, which caused issues on React Native projects using this library

styled-components@6.1.15

05 Feb 16:23
44a31cb
Compare
Choose a tag to compare

Patch Changes

  • b9688ae: chore: update postcss to version 8.4.49 and nanoid to version 3.3.8

styled-components@6.1.14

04 Jan 04:07
8b9d66f
Compare
Choose a tag to compare

Patch Changes

  • 6908326: Add changesets for release management
  • 18ebf6d: Prevent styled() from injecting an undefined ref prop in React 19

v6.1.13

30 Aug 01:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.12...v6.1.13

v6.1.12

17 Jul 15:03
9a61fbc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.11...v6.1.12

v6.1.11

09 May 17:50
770d1fa
Compare
Choose a tag to compare

What's Changed

  • feat(types): add types to support third-party wrapping scenarios by @quantizor in #4307

Full Changelog: v6.1.10...v6.1.11

v6.1.10

07 May 20:36
4f52d16
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @quantizor in #4297
  • Export IStyledComponentBase interface by @akkadaya in #4300
  • revert type changes introduced in #4288 due to a large number of bug reports

New Contributors

Full Changelog: v6.1.9...v6.1.10