Skip to content

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

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.