v2.1.0

zumerlab/snapdomv2.1.0Mar 10, 2026by tinchox5

AI Summary

This release focuses on bug fixes for CSS transforms, background images in shadow DOM, and font URL handling. It also introduces an automated triage feature for issues.

Key Highlights

  • Fix CSS transform double scale bug
  • Fix background-image inline in shadow DOM
  • Improve URL handling for fonts
  • Automated issue classification

New Features

  • Automated issue classification

Full Release Notes

## What's Changed
* Fix formatting in README_CN.md by @kohaiy in https://github.com/zumerlab/snapdom/pull/374
* fix: use nodeMap for source-clone alignment in inlinePseudoElements by @conql in https://github.com/zumerlab/snapdom/pull/381
* Update URL handling to use location.origin in fonts.js by @airamhr9 in https://github.com/zumerlab/snapdom/pull/380
* fix(background): inline background-image inside shadow DOM hosts by @karasHou in https://github.com/zumerlab/snapdom/pull/379
* feat: classify open issues by importance with priority labels and automated triage by @Copilot in https://github.com/zumerlab/snapdom/pull/382
* fix: CSS transform double scale bug by @FlavioLimaMindera in https://github.com/zumerlab/snapdom/pull/378
* fix: dynamic injected stylesheets with fonts by @ZiuChen in https://github.com/zumerlab/snapdom/pull/350
* Fix: Inherit root font-size in SVG output by @Amyuan23 in https://github.com/zumerlab/snapdom/pull/301

## New Contributors
* @conql made their first contribution in https://github.com/zumerlab/snapdom/pull/381
* @airamhr9 made their first contribution in https://github.com/zumerlab/snapdom/pull/380
* @karasHou made their first contribution in https://github.com/zumerlab/snapdom/pull/379
* @Copilot made their first contribution in https://github.com/zumerlab/snapdom/pull/382
* @FlavioLimaMindera made their first contribution in https://github.com/zumerlab/snapdom/pull/378
* @ZiuChen made their first contribution in https://github.com/zumerlab/snapdom/pull/350

**Full Changelog**: https://github.com/zumerlab/snapdom/compare/v2.0.2...v2.1.0