Skip to content

scalajs-env-jsdom-nodejs 1.1.0

Latest
Compare
Choose a tag to compare
@sjrd sjrd released this 06 May 13:57

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.