Releases: Galooshi/happo
Releases · Galooshi/happo
v2.7.0
- Include all nodes in screenshots.
- Remove
snapshotEntireScreen
option.
- Remove need for examples to return reference to element.
- Replace hover caption with
title
attribute.
v2.6.0
- Disable nested scrollbars before taking screenshots.
v2.5.2
- Fix broken image uploads.
v2.5.0
- Break apart diff image into separate views.
- Add new "Swipe" diff view.
- Lock chunky_png at 1.3.6.
v2.4.0
- Set content-encoding to utf-8 for uploaded HTML
- Use React to render diffs page
v2.3.0
This version includes a few nice improvements to the diff review page:
- A favicon was added
- diffs/new examples are now linkable
- better looking UI (checkered background, better font stack, proper header, counts, etc)
v2.2.1
- Fix error for examples that render off-screen (to the left and/or top)
v2.2.0
- Include margin of topmost element in dimension calculations
v2.1.1
- Fix bug with
getFullRectRecursive
not being defined.
v2.1.0
- Get coordinates of all descendants when taking screenshots. This makes it so examples that contain some absolutely positioned descendants will be properly captured.