scala-js / scala-js-env-jsdom-nodejs

Node.js with jsdom environment for Scala.js
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

FF ONLY Version 1.0.0-RC3. #35

Closed sjrd closed 4 years ago

sjrd commented 4 years ago

This provides a quickly released fix to the fact that 1.0.0-RC2 does not support jsdom >= 12 at all.

Releasing such a 1.0.0-RC3, that is still built against Scala.js 1.0.0-RC2, is not fundamentally problematic (the version numbers don't have to match), but it will introduce a shift in the version numbers in case we publish more RCs for Scala.js. Given that further RCs are pretty unlikely at this point, I believe this is the best way to unblock codebases that need jsdom to be tested and published for Scala.js 1.0.0-RC2.