Skip to content

Releases: enzymejs/enzyme-matchers

3.5.3

13 Jul 14:24
Compare
Choose a tag to compare

3.5.2

13 Jul 13:29
Compare
Choose a tag to compare
  • Add the missing export of the toMatchElement assertion (@vkrol)

3.5.1

12 Jul 12:39
Compare
Choose a tag to compare
  • Fix the TS definition for toContainReact (@pselden)

3.5.0

11 Jul 19:33
Compare
Choose a tag to compare
  • Include TS definitions in exported library (@Dean177)
  • Fix a bug that can occur when you are mocking console.error in your tests. (@juanca)
  • [internal] Use babel-preset-env (@pascalduez)
  • [internal] Improve flowtype usage (@pascalduez)

3.4.0

28 Jun 04:03
Compare
Choose a tag to compare
  • Add toMatchElement TS Declaration (@pascalduez)
  • Prevented toHaveProps from mutating arguments (@moredip)
  • Ensure flowtypes are published as part of the packages (@pascalduez)

3.3.0

21 Jun 17:47
Compare
Choose a tag to compare
  • Fix typescript return types (@Dean177)
  • Fix Flowtype integration by not publishing src/ files (@SBoudrias)
  • NEW! Added toMatchElement(reactInstance) matcher (@finnigantime)

3.2.0

25 May 12:20
Compare
Choose a tag to compare
  • Publish types for Flow integration support
  • Fix an issue where console may not be available in certain environments
  • Expose matchers directly for jasmine-enzyme
    • This is particularily benefecial for jasmine v1 users
    • Access if found at jasmineEnzyme.enzymeMatchers
  • Fix an issue with using shallow wrappers when running tests in IE

🎉 Thanks to @finnigantime for all the hard work! 🎉

3.1.1

13 May 18:51
Compare
Choose a tag to compare
  • Fix a bug when running tests in IE

3.1.0

03 May 19:41
Compare
Choose a tag to compare
  • Add Typescript definitions

3.0.1

03 May 19:40
Compare
Choose a tag to compare
  • Fix a failed version publish