Skip to content

Commit 2340376

Browse files
author
Evan Jacobs
committed
v7.0.6
1 parent 8115798 commit 2340376

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [7.0.6](https://github.com/styled-components/jest-styled-components/compare/v7.0.5...v7.0.6) - 2021-11-09
9+
10+
- Fix false negative detection of some media queries by simplifying media query regex for stripping spaces (#379)
11+
- Improve test and memory utilization by removing sc style nodes on cleanup (#382)
12+
- Add snapshot options to customize what CSS is included in jest snapshots (#375)
13+
- Fix type error when using css ttl with "modifier" option (#367)
14+
- Add example of how to handle override styles to README.md (#372)
15+
16+
## [7.0.5](https://github.com/styled-components/jest-styled-components/compare/v7.0.4...v7.0.5) - 2021-07-09
17+
18+
- Add setStyleSheetSerializerOptions to control snapshot output
19+
- Strip styled components referenced in css by not used in the render (#351)
20+
- Set minimum node engine version to v12 (current minimum maintenance version)
21+
822
## [7.0.4](https://github.com/styled-components/jest-styled-components/compare/v7.0.3...v7.0.4) - 2021-04-18
923

1024
- support styled-components v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-styled-components",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "Jest utilities for Styled Components",
55
"main": "./src/index.js",
66
"typings": "./typings/index.d.ts",

0 commit comments

Comments
 (0)