v2.7.0
scala-js-dom v2.7.0 is the eighth 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.
Thank you to the many new contributors to this release, we appreciate your efforts!
What's Changed
- Fix doc in
HTMLAnchorElement
by @faveoled in #783 - Add
HTMLAnchorElement#download
by @faveoled in #784 - add
DateTimeFormatOptions#fractionalSecondDigits
by @mraulim in #787 - Allow
MediaSource
to be passed in toURL.createObjectURL
by @yilinwei in #794 - Add
options
parameter toDocument#createElement
by @alfonso-landin in #788 - Mention preference for overloads in contrib doc by @armanbilge in #795
- Update dom/form data by @G-yhlee in #800
- Add Compression APIs by @armanbilge in #796
- Add
XMLDocument
by @armanbilge in #804 - Add facade for Intersection Observer API by @lindholc in #805
- Add Navigator's ProtocolHandler methods by @FabioPinheiro in #808
New Contributors
- @mraulim made their first contribution in #787
- @yilinwei made their first contribution in #794
- @alfonso-landin made their first contribution in #788
- @G-yhlee made their first contribution in #800
- @lindholc made their first contribution in #805
Full Changelog: v2.6.0...v2.7.0