From ab9e728e4f59e21f85a7b378941241a60ec5d169 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Sun, 21 Nov 2021 10:07:45 -0500 Subject: [PATCH] v7.0.7 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a247c45..acddcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7b81053..146c108 100644 --- a/package.json +++ b/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",