Skip to content

Releases: scala-js/scala-js-env-jsdom-nodejs

v1.1.1

09 Oct 14:36
1bef3ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

scalajs-env-jsdom-nodejs 1.1.0

06 May 13:57
Compare
Choose a tag to compare

This release drops support for jsdom 9.x, and fixes an incompatibility with React.js' error boundaries mechanism (#42).

Breaking changes

  • Drop support for jsdom 9.x.

Bug fixes

  • #42 Fixed an incompatibility between the jsdom JS env and error boundaries in React.js' development mode.