scala-js-dom v2.8.0 is the ninth release in the 2.x series. It is binary-compatible with previous 2.x releases, although there are minor source-breaking changes, and is published for Scala 2.11, 2.12, 2.13, and 3.1+ with Scala.js 1.7+.
If you are upgrading from scala-js-dom 1.x, please find the migration guide in #627. CrossVersion.for3Use2_13
from your build.
What's Changed
- Add
BroadcastChannel
by @armanbilge in #817 Performance
API improvements by @cquiroz in #709- Fix type of
ImageData#data
by @armanbilge in #818
New Contributors
Full Changelog: v2.7.0...v2.8.0