jest-emotion
11.0.0
Major Changes
b8476e08
#1675 Thanks @mitchellhamilton! - Renamejest-emotion
to@emotion/jest
. Please replace"snapshotSerializers": ["jest-emotion"]
with"snapshotSerializers": ["@emotion/jest/serializer"]
if you're using the snapshot serializer. Also replace any imports ofjest-emotion
with@emotion/jest
or use the@emotion/pkg-renaming
ESLint rule from@emotion/eslint-plugin
.
11.0.0-rc.0
Major Changes
11.0.0-next.10
Major Changes
b8476e08
#1600 Thanks @mitchellhamilton! - Renamejest-emotion
to@emotion/jest
. Please replace"snapshotSerializers": ["jest-emotion"]
with"snapshotSerializers": ["@emotion/jest"]
if you're using the snapshot serializer. Also replace any imports ofjest-emotion
with@emotion/jest
or use the@emotion/pkg-renaming
ESLint rule from@emotion/eslint-plugin
.
11.0.0-next.7
Patch Changes
- Updated dependencies [
5c55fd17
]:
11.0.0-next.4
Major Changes
702f3fd2
#973 Thanks @spudly! - Added theT
parameter to theMatchers
interface in the TypeScript definitions to make this module compatible with@types/jest@^24.0.20
.
Patch Changes
- Updated dependencies []:
11.0.0-next.3
Patch Changes
- Updated dependencies [
a085003d
]:
11.0.0-next.1
Patch Changes
e67a5be9
#967 Thanks @Andarist! - Take specificity into account when matching stylese67a5be9
#967 Thanks @Andarist! - Match rules in declarations with component used as a selector- Updated dependencies []:
11.0.0-next.0
Major Changes
302bdba1
#1600 Thanks @mitchellhamilton! - Ensure packages are major bumped so that pre-release versions of the linked packages are consistent in the major number
Patch Changes
- Updated dependencies [
302bdba1
]:
10.0.27
Patch Changes
10.0.25
Patch Changes
10.0.17
Patch Changes
- fa5ffa80 #1477 Thanks @liamcmitchell-sc! - Fixed snapshots when using Enzyme serializer and its deep mode in combination with fragments
10.0.14
Patch Changes
- c0eb604d #1419 Thanks @mitchellhamilton! - Update build tool