v2.15.0
datalab-to/markerv2.15.0Jul 3, 2026by tinchox5
AI Summary
This release contains several bug fixes for snapdom/zumerlab repository. Key improvements include better font embedding in iframes and fixing XML serialization issues with prefixed attributes.
Key Highlights
- Fixed inline background images alignment using nodeMap
- Improved font embedding by scanning capture element's ownerDocument
- Fixed XML serialization to drop *-prefixed attributes
- Two new contributors joined the project
Full Release Notes
## What's Changed * fix: use nodeMap for source/clone child alignment in inlineBackgroundImages by @FlavioLimaMindera in https://github.com/zumerlab/snapdom/pull/440 * fix(fonts): scan the capture element's ownerDocument so iframe fonts embed (#441) by @stefanofa in https://github.com/zumerlab/snapdom/pull/442 * fix(capture): drop *-prefixed attributes to keep XMLSerializer output well-formed by @venkateshwarreddyr in https://github.com/zumerlab/snapdom/pull/445 ## New Contributors * @stefanofa made their first contribution in https://github.com/zumerlab/snapdom/pull/442 * @venkateshwarreddyr made their first contribution in https://github.com/zumerlab/snapdom/pull/445 **Full Changelog**: https://github.com/zumerlab/snapdom/compare/v2.12.9...v2.15.0