File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 7.0.3] ( https://github.com/styled-components/jest-styled-components/compare/v7.0.2...v7.0.3 ) - 2020-08-19
9+
10+ - Strip static class names from jest snapshot results (#320 ) thanks @blnoonan
11+ - Fix get styled className from children components (#313 ) thanks @vxcamiloxv
12+
813## [ 7.0.2] ( https://github.com/styled-components/jest-styled-components/compare/v7.0.1...v7.0.2 ) - 2020-04-09
914
1015Fix toHaveStyleRule support classes with displayName prefix (#302 ) thanks @vxcamiloxv
Original file line number Diff line number Diff line change 11{
22 "name" : " jest-styled-components" ,
3- "version" : " 7.0.2 " ,
3+ "version" : " 7.0.3 " ,
44 "description" : " Jest utilities for Styled Components" ,
55 "main" : " ./src/index.js" ,
66 "typings" : " ./typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments