v2.1.0
scala-js-dom v2.1.0 is the second release in the 2.x series. It is fully binary-compatible with v2.0.0, although there are minor source-breaking changes, and is published for Scala 2.11, 2.12, 2.13, and 3.0+ with Scala.js 1.5+.
If you are upgrading from scala-js-dom 1.x, please find the migration guide in #627. CrossVersion.for3Use2_13
from your build.
User-facing PRs
- Add Code of Conduct by @armanbilge in #623
- Fetch request body as ReadableStream by @ptrdom in #628
- Change ReadableStream#pipeTo to return js.Promise[Unit] by @matil019 in #639
- Always use
var
andundefined
fornew
-based constructors by @armanbilge in #657
New Contributors
Thank you both!
Full Changelog: v2.0.0...v2.1.0