Announcing Scala.js 1.8.0

Hello everyone,

We are excited to announce the release of Scala.js 1.8.0!

This release supports Node.js 17 out of the box. If you were previously using one of the workarounds described in this issue, you may remove it when upgrading to Scala.js 1.8.0.

It also introduces compiler warnings when using the default ExecutionContext.global. Read below for details about the reasons, replacements and ways to silence the warnings.

Finally, it introduces a few new language features, including support for the JavaScript metaproperty new.target.

Read the announcement on the Web for more details.

7 Likes