Skip to content

Releases: kentcdodds/jest-glamor-react

v4.3.1

03 Jul 20:37
Compare
Choose a tag to compare

4.3.1 (2018-07-03)

Bug Fixes

  • TypeError: Cannot read property 'className' of undefined (#38) (61cb3d0)

v4.3.0

23 Apr 03:01
Compare
Choose a tag to compare

4.3.0 (2018-04-23)

Features

  • matchers: support asymmetric matchers (#37) (a2bec88)

v4.2.1

21 Mar 13:27
Compare
Choose a tag to compare

4.2.1 (2018-03-21)

Bug Fixes

  • fromDOMNode: do not append the given div (21fdeff)

v4.2.0

16 Mar 20:43
Compare
Choose a tag to compare

4.2.0 (2018-03-16)

Features

  • fromDOMNode: improved snapshot formatting for diffing (ae25541)

v4.1.0

16 Mar 20:02
Compare
Choose a tag to compare

4.1.0 (2018-03-16)

Features

  • allow snapshotting HTML strings and show example of snapshot-diff integration (0d5b746)

v4.0.0

16 Mar 18:19
c145d6b
Compare
Choose a tag to compare

4.0.0 (2018-03-16)

Features

  • lib: upgrade pretty much everything and support DOM nodes (#34) (c145d6b)

BREAKING CHANGES

  • lib: Custom replacer no longer supported
  • lib: The replacer was modified and improved, but snapshots will break

v3.3.0

17 Jan 14:09
20f9e1b
Compare
Choose a tag to compare

<a name"3.3.0">

3.3.0 (2018-01-17)

Features

  • release: manually release a patch version (20f9e1b7)

v3.2.2

21 Nov 19:08
Compare
Choose a tag to compare

<a name"3.2.2">

3.2.2 (2017-11-21)

Bug Fixes

  • serializer: Added a filter to remove child selectors from the end of the baseSelector (#25) (e36d2e2f, closes #24)

v3.2.1

06 Nov 02:41
Compare
Choose a tag to compare

<a name"3.2.1">

3.2.1 (2017-11-06)

Bug Fixes

  • processing rules with additional appended classes, i.e. &.someclass (#22) (5abdf6e3)

v3.2.0

06 Nov 02:40
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2017-11-06)

Features

  • allow to pass custom class name replacer to serialize() (#23) (a567f0e1)