v2.2.0
scala-js-dom v2.2.0 is the third release in the 2.x series. It is fully binary-compatible with v2.0.0 and v2.1.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
- Fix
dom.crypto.getRandomValues
by @AlexITC & @armanbilge in #669 - Add
EventListenerOptions#signal
by @armanbilge in #686 - Add
WorkerOptions
to Worker constructors by @armanbilge in #691 - Add Façade Types to Support
ResizeObserver
by @chrisshafer in #694 - Partial façade for Shadow DOM APIs by @peter-jerry-ye in #697
- Add
reportValidity
facade method by @987Nabil in #700
New Contributors
- @AlexITC made their first contribution in #667
- @chrisshafer made their first contribution in #694
- @peter-jerry-ye made their first contribution in #697
- @987Nabil made their first contribution in #700
Thank you wonderful contributors!
Full Changelog: v2.1.0...v2.2.0