npm jasmine-enzyme 7.0.0

latest releases: 7.1.2, 7.1.1, 7.1.0...
5 years ago

🛑 Breaking

  • Renamed toHaveTagName to toHaveDisplayName (GreenGremlin)
    • This was done because Tag name indicates an HTML entity, but the matcher works with React Components which uses an internalProp displayName
    • When updating to 7.0.0 you should be able to just do a simple search and replace for this matcher across your codebase.

🍾 Improvements

  • Add support for unboxed properties for toMatchElement. (@blainekasten)
  • Improve documentation for the entire repo. (@blainekasten)
  • Improve internal tests.

Don't miss a new jasmine-enzyme release

NewReleases is sending notifications on new releases.