v2.15.0

Comfy-Org/ComfyUIv2.15.0Jul 3, 2026by tinchox5

AI Summary

This release focuses on fixing critical bugs related to capture element handling, specifically improving font embedding within iframes and ensuring XML serialization produces well-formed output by removing prefixed attributes. It also introduces two new contributors to the project.

Key Highlights

  • Fixed font embedding in capture elements within iframes
  • Improved XML serialization output by dropping prefixed attributes
  • Fixed child alignment in inline background images using nodeMap
  • Welcomed two new contributors to the project

New Features

  • Fixed capture element font embedding in iframes
  • Improved XMLSerializer output by removing prefixed attributes
  • Fixed source/clone child alignment in inlineBackgroundImages

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