Skip to content

Commit

Permalink
v7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Nov 21, 2021
1 parent c2f5620 commit ab9e728
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.0.7](https://github.com/styled-components/jest-styled-components/compare/v7.0.7...v7.0.7) - 2021-11-21

- Fix issue #317 (#319)

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

- fix: incorrect negated assertion for rule existence check
- Fix native toHaveStyleRule to work with object style props (#337)
- Make the global installation [instructions] clearer (#323)
- minor dependency updates

## [7.0.6](https://github.com/styled-components/jest-styled-components/compare/v7.0.5...v7.0.6) - 2021-11-09

- Fix false negative detection of some media queries by simplifying media query regex for stripping spaces (#379)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jest-styled-components",
"version": "7.0.6",
"version": "7.0.7",
"description": "Jest utilities for Styled Components",
"main": "./src/index.js",
"typings": "./typings/index.d.ts",
Expand Down

0 comments on commit ab9e728

Please sign in to comment.