v2.5.0
scala-js-dom v2.5.0 is the sixth 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. ⚠️
What's Changed
Blob#slicedoc fix by @faveoled in https://github.com/scala-js/scala-js-dom/pull/768- add Path2D and related methods by @buntec in https://github.com/scala-js/scala-js-dom/pull/769
- Fix
WebSocket#onerrorby @armanbilge in https://github.com/scala-js/scala-js-dom/pull/773 - Remove attributes members from Node class by @zetashift in https://github.com/scala-js/scala-js-dom/pull/775
- Add
HTMLElement.focus(options)by @buntec in https://github.com/scala-js/scala-js-dom/pull/776
New Contributors
- @faveoled made their first contribution in https://github.com/scala-js/scala-js-dom/pull/768
- @buntec made their first contribution in https://github.com/scala-js/scala-js-dom/pull/769
Full Changelog: https://github.com/scala-js/scala-js-dom/compare/v2.4.0...v2.5.0