v2.3.0
scala-js-dom v2.3.0 is the fourth 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.
User-facing PRs
- Add
ServiceWorkerRegistrationOptions
by @armanbilge in #704 - Add
EventSourceInit
by @armanbilge in #703 - IDB cursor result types were incorrectly abstract by @japgolly in #705
- Add
InputEvent
,StaticRange
,AbstractRange
by @armanbilge in #695 - Update Index.scalatex to use version 2.2.0 by @felher in #710
- Create
HTMLDialogElement
by @Lasering in #708 - Add
URLSearchParams
toBodyInit
by @zetashift in #722 - Add
History#scrollRestoration
by @zetashift in #718 - Add
RequestInit#duplex
by @zetashift in #719 - Add
Element#replaceWith
by @zetashift in #720 - Fixup
Blob
andFile
APIs by @zetashift in #721 - Update to Scala.js 1.7.1, Scala 2.12.15, 3.1.3 by @armanbilge in #723
New Contributors
- @felher made their first contribution in #710
- @Lasering made their first contribution in #708
- @zetashift made their first contribution in #722
Thank you wonderful contributors!
Full Changelog: v2.2.0...v2.3.0