Skip to content

Commit ab9e728

Browse files
author
Evan Jacobs
committed
v7.0.7
1 parent c2f5620 commit ab9e728

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.7](https://github.com/styled-components/jest-styled-components/compare/v7.0.7...v7.0.7) - 2021-11-21
9+
10+
- Fix issue #317 (#319)
11+
12+
After the first render the node are marked with KEY property and calling rerender function of react-testing-library the test function will return false preventing the print to work as expected
13+
14+
- fix: incorrect negated assertion for rule existence check
15+
- Fix native toHaveStyleRule to work with object style props (#337)
16+
- Make the global installation [instructions] clearer (#323)
17+
- minor dependency updates
18+
819
## [7.0.6](https://github.com/styled-components/jest-styled-components/compare/v7.0.5...v7.0.6) - 2021-11-09
920

1021
- Fix false negative detection of some media queries by simplifying media query regex for stripping spaces (#379)

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.6",
3+
"version": "7.0.7",
44
"description": "Jest utilities for Styled Components",
55
"main": "./src/index.js",
66
"typings": "./typings/index.d.ts",

0 commit comments

Comments
 (0)