Releases: styled-components/jest-styled-components
Releases Β· styled-components/jest-styled-components
v7.2.0
What's Changed
- styled-components v6 support by @probablyup in #438
- Update outdated LICENSE year by @Serjobas in #421
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #427
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #437
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #436
- Bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #435
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #434
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #433
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #426
- Bump @adobe/css-tools from 4.0.1 to 4.3.1 by @dependabot in #432
New Contributors
Full Changelog: v7.1.1...v7.2.0
v7.1.1
What's Changed
- Fix diff on unchanged by @cincodenada in #419
New Contributors
- @cincodenada made their first contribution in #419
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- Use @adobe/css-tools (maintained) instead of css (unmaintained) by @holblin in #416
- perf(utils): only extract HTML once during while loop by @me4502 in #413
- Bump plist from 3.0.4 to 3.0.6 by @dependabot in #418
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #417
- Bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #411
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #408
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #409
- Bump node-fetch from 2.6.6 to 2.6.7 by @dependabot in #412
- Fix issue #403 with snake case filenames by @kamaltmo in #404
- fix: use correct repository syntax by @dunklesToast in #402
- Bump simple-plist from 1.3.0 to 1.3.1 by @dependabot in #410
New Contributors
- @holblin made their first contribution in #416
- @me4502 made their first contribution in #413
- @kamaltmo made their first contribution in #404
- @dunklesToast made their first contribution in #402
Full Changelog: v7.0.8...v7.1.0
v7.0.8
v7.0.7
What's Changed
- Fix issue #317 by @marcosvega91 in #319
- fix: incorrect negated assertion for rule existence check by @noahnu in #345
- Fix native toHaveStyleRule to work with object style props by @sayav in #337
- Make the global installation clearer by @RobinKnipe in #323
New Contributors
- @marcosvega91 made their first contribution in #319
- @noahnu made their first contribution in #345
- @sayav made their first contribution in #337
- @RobinKnipe made their first contribution in #323
Full Changelog: v7.0.6...v7.0.7
v7.0.6
- Fix false negative detection of some media queries by simplifying media query regex for stripping spaces (#379)
- Improve test and memory utilization by removing sc style nodes on cleanup (#382)
- Add snapshot options to customize what CSS is included in jest snapshots (#375)
- Fix type error when using css ttl with "modifier" option (#367)
- Add example of how to handle override styles to README.md (#372)