v2.0.0

zumerlab/snapdomv2.0.0Nov 18, 2025by tinchox5

AI Summary

Major V2 release of snapdom, a DOM snapshotting library. This release includes significant improvements to CSS parsing, placeholder handling, and adds internationalization support.

Key Highlights

  • V2 major release
  • Improved CSS src property parsing in font faces
  • Fixed placeholder dimensions when image loading fails
  • Added Chinese translation (readme_cn.md)
  • Modified examples to use overlayFilterPlugin

New Features

  • Improved CSS font face src property parsing
  • Placeholder dimension fixes for failed image loads
  • Chinese README translation
  • overlayFilterPlugin integration in examples

Full Release Notes

## What's Changed
* Fix typo in the website by @mon-jai in https://github.com/zumerlab/snapdom/pull/280
* fix: improve CSS src property parsing in font faces by @Amyuan23 in https://github.com/zumerlab/snapdom/pull/293
* Modify example to use overlayFilterPlugin by @jswhisperer in https://github.com/zumerlab/snapdom/pull/296
* Add Chinese translation of README.md (readme_cn.md) by @harshasiddartha in https://github.com/zumerlab/snapdom/pull/299
* Dev by @tinchox5 in https://github.com/zumerlab/snapdom/pull/300
* Fix placeholder dimensions when image loading fails by @Amyuan23 in https://github.com/zumerlab/snapdom/pull/308
* V2 release!! by @tinchox5 in https://github.com/zumerlab/snapdom/pull/319

## New Contributors
* @mon-jai made their first contribution in https://github.com/zumerlab/snapdom/pull/280
* @Amyuan23 made their first contribution in https://github.com/zumerlab/snapdom/pull/293
* @harshasiddartha made their first contribution in https://github.com/zumerlab/snapdom/pull/299

**Full Changelog**: https://github.com/zumerlab/snapdom/compare/v1.9.14...v2.0.0