New
v2.8.1
What's Changed
- Add support for Web NFC API by @FabioPinheiro in https://github.com/scala-js/scala-js-dom/pull/806
- Add
hasPointerCapture/releasePointerCapture/setPointerCapturetoElementby @updraft0 in https://github.com/scala-js/scala-js-dom/pull/822 - fix:
NDEFReadingEventInit.serialNumberreturns a string by @zetashift in https://github.com/scala-js/scala-js-dom/pull/825 - Feature/complete text metrics by @buntec in https://github.com/scala-js/scala-js-dom/pull/827
- Fix URLSearchParams constructor parameters by @steinybot in https://github.com/scala-js/scala-js-dom/pull/835
- Generic error event for EventSource by @cornerman in https://github.com/scala-js/scala-js-dom/pull/832
- Added Canvas 2D filter property by @daniel-ciocirlan in https://github.com/scala-js/scala-js-dom/pull/840
- Add composition related handlers and field by @nineclue in https://github.com/scala-js/scala-js-dom/pull/839
- Added missing constructors to ImageData facade. by @dragonfly-ai in https://github.com/scala-js/scala-js-dom/pull/829
- URL constructor for Worker by @JPonte in https://github.com/scala-js/scala-js-dom/pull/857
- Proposal for MathML base class by @Quafadas in https://github.com/scala-js/scala-js-dom/pull/858
- Tidy Mathml element by @Quafadas in https://github.com/scala-js/scala-js-dom/pull/869
- Make dom.URL.searchParams readonly (val) by @raquo in https://github.com/scala-js/scala-js-dom/pull/871
New Contributors
- @updraft0 made their first contribution in https://github.com/scala-js/scala-js-dom/pull/822
- @steinybot made their first contribution in https://github.com/scala-js/scala-js-dom/pull/835
- @daniel-ciocirlan made their first contribution in https://github.com/scala-js/scala-js-dom/pull/840
- @nineclue made their first contribution in https://github.com/scala-js/scala-js-dom/pull/839
- @dragonfly-ai made their first contribution in https://github.com/scala-js/scala-js-dom/pull/829
- @JPonte made their first contribution in https://github.com/scala-js/scala-js-dom/pull/857
- @Quafadas made their first contribution in https://github.com/scala-js/scala-js-dom/pull/858
Full Changelog: https://github.com/scala-js/scala-js-dom/compare/v2.8.0...v2.8.1