enzyme v3.5.1 Release Notes

  • ๐Ÿ›  Fixes

    • shallow/mount: containsMatchingElement: trim whitespace (commit, #636)
    • debug: inspect objects instead of showing them as <Component /> (commit)

    ๐Ÿ“š Documentation

    • โšก๏ธ mount: ref: Update docs to be consistent with v3 (#1242, @adam-golab)

    ๐Ÿ”จ Refactors

    • โœ… shallow/mount: make tests and method ordering more consistent (commit)
    • ๐Ÿšš RSTTraversal: remove unnecessary adapter truthiness check (commit)