Releases: happo/happo-e2e
v4.1.0
v4.0.0
This release adds some code to CSSStyleSheet.prototype
that aims to capture constructed styles correctly for screenshotting. We are considering it a potentially breaking change because if your code is calling CSSStyleSheet.prototype.replace
or CSSStyleSheet.prototype.replaceSync
followed by a call to CSSStyleSheet.prototype.insertRule
with an index or CSSStyleSheet.prototype.deleteRule
, we will show an error message. We believe this scenario is uncommon and this allows us to keep our implementation simpler.
If you encounter this, please reach out to [email protected] or open an issue.
What's Changed
Full Changelog: v3.4.1...v4.0.0
v3.4.1
v3.4.0
v3.3.4
What's Changed
- Move happo.io from devDependencies to dependencies, update for v12 by @lencioni in #65
- Assert asset package contents in createAssetPackage test by @lencioni in #67
- Refactor createAssetPackage to use happo.io's deterministicArchive by @lencioni in #68
- Refactor controller to use uploadAssets from happo.io package by @lencioni in #69
- Add engines property to package.json by @lencioni in #66
- Add test-results to .npmignore by @lencioni in #70
Full Changelog: v3.3.3...v3.3.4
v3.3.3
v3.3.2
This release fixes a bug with certain styles being missing from the Happo screenshot.
What's Changed
- Remove mkdirp dependency by @lencioni in #57
- Remove string.prototype.replaceall dependency by @lencioni in #56
- Improve warning message when failing to fetch CSS by @lencioni in #60
- Use node's built-in test runner by @lencioni in #59
- Use textContent of stylesheet if available by @trotzig in #61
Full Changelog: v3.3.1...v3.3.2