Poltergeist v1.2.0 Release Notes

  • 🔋 Features

    • 🏁 Support for Windows hosted Poltergeist (Aaron Tull).
    • 👍 Capybara 2.1 support

    🐛 Bug fixes

    • ⏪ Reverted the "native" implementation for filling in form fields, which was introduced in 1.0. This implementation caused various bugs and in general doesn't seem to be worth the trouble at the moment. It can be reconsidered in the future when PhantomJS has upgraded its WebKit version. [Issue #176, #223]
    • Run phantomjs in a new process group so C doesn't trigger a DeadClient error [Issue #252]