File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
22
## [ 7.0.4] ( https://github.com/styled-components/jest-styled-components/compare/v7.0.3...v7.0.4 ) - 2021-04-18
9
23
10
24
- support styled-components v6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-styled-components" ,
3
- "version" : " 7.0.5 " ,
3
+ "version" : " 7.0.6 " ,
4
4
"description" : " Jest utilities for Styled Components" ,
5
5
"main" : " ./src/index.js" ,
6
6
"typings" : " ./typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments