Skip to content

Releases: styled-components/styled-components

v6.1.8

08 Jan 21:29
22e8b7f
Compare
Choose a tag to compare

Revert adding peerDependencies from v6.1.7; apparently some package managers have differing behaviors around peerDependenciesMeta[package].optional which is causing issues. Will revisit at a later date if possible.

Full Changelog: v6.1.7...v6.1.8

v6.1.7

08 Jan 15:05
Compare
Choose a tag to compare

What's Changed

  • chore: add all missing peer dependency statements by @quantizor in #4243

    NOTE: this change may cause some installed dependency duplication until this NPM bug is addressed but yarn and pnpm have correct behavior. Bun also has a similar bug.

    Overall these changes ensure that styled-components is specifying a known working version of all utilized libraries, while instructing the client package manager that higher semver-compliant versions are permissible and should work, assuming the relevant libraries are compliant in practice.

Full Changelog: v6.1.6...v6.1.7

v6.1.6

27 Dec 20:19
Compare
Choose a tag to compare

What's Changed

  • fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors by @quantizor in #4245

Full Changelog: v6.1.5...v6.1.6

v6.1.5

27 Dec 15:22
Compare
Choose a tag to compare

What's Changed

  • fix: further constrain self-referencing to match v5 behavior by @quantizor in #4244

Full Changelog: v6.1.4...v6.1.5

v6.1.4

27 Dec 07:25
Compare
Choose a tag to compare

What's Changed

  • fix: allow using attrs to provide a custom theme prop to child components by @quantizor in #4242

Full Changelog: v6.1.3...v6.1.4

v6.1.3

22 Dec 13:38
162d209
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.2...v6.1.3

v6.1.2

20 Dec 05:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.1...v6.1.2

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