v2.6.0
scala-js-dom v2.6.0 is the seventh 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 https://github.com/scala-js/scala-js-dom/discussions/627. ⚠️ Make sure to remove CrossVersion.for3Use2_13 from your build. ⚠️
This release fixes a regression introduced in v2.5.0. We apologize for the inconvenience.
What's Changed
- Fix
WebSocket#onerror... again ... by @armanbilge in https://github.com/scala-js/scala-js-dom/pull/777
Full Changelog: https://github.com/scala-js/scala-js-dom/compare/v2.5.0...v2.6.0