All Versions
63
Latest Version
Avg Release Cycle
100 days
Latest Release
1827 days ago

Changelog History
Page 5

  • v1.15.2

    December 19, 2019
  • v1.15.1

    October 11, 2019
  • v1.15.0

    October 09, 2019
  • v1.14.0

    June 03, 2019
  • v1.13.2

    May 26, 2019
  • v1.13.1

    May 19, 2019
  • v1.13.0

    May 11, 2019
  • v1.12.1

    October 10, 2019
  • v1.6.0 Changes

    February 10, 2016

    Minor Changes

    • ➕ add option for childContextTypes of ReactWrapper (#171)

    Patches

    • Prevent null or false nodes from being passed into tree traversal (#174)

    • setProps no longer swallows exceptions (#170)

    • .type() and .props() should not fail on null now (#162)

  • v1.5.0 Changes

    February 02, 2016

    Minor Changes

    • ➕ Add attachTo option to mount to mount to a specific element (#160)

    • ➕ Add .debug() method to ReactWrapper (#158)

    • ➕ Add .mount() and .unmount() APIs to ReactWrapper (#155)

    • ➕ Add .render() method to ReactWrapper (#156)

    • 👍 Allow .contains() to accept an array of nodes (#154)

    • ➕ Add .context() method to ReactWrapper and ShallowWrapper (#152)

    Patches

    • 🛠 Fixed some behavior with .contains() matching on strings (#148)

    • 🛠 Fixed .debug()'s output for numeric children (#149)

    • 📚 Documentation fixes

    • ⚡️ Update versions of dependencies