Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Releases: Galooshi/happo

v2.7.0

05 Sep 21:21
Compare
Choose a tag to compare
  • 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

02 Sep 17:16
Compare
Choose a tag to compare
  • Disable nested scrollbars before taking screenshots.

v2.5.2

01 Sep 18:15
Compare
Choose a tag to compare
  • Fix broken image uploads.

v2.5.0

01 Sep 17:07
Compare
Choose a tag to compare
  • Break apart diff image into separate views.
  • Add new "Swipe" diff view.
  • Lock chunky_png at 1.3.6.

v2.4.0

29 Aug 17:14
Compare
Choose a tag to compare
  • Set content-encoding to utf-8 for uploaded HTML
  • Use React to render diffs page

v2.3.0

29 Aug 03:50
Compare
Choose a tag to compare

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

18 Aug 15:48
Compare
Choose a tag to compare
  • Fix error for examples that render off-screen (to the left and/or top)

v2.2.0

16 Aug 15:22
Compare
Choose a tag to compare
  • Include margin of topmost element in dimension calculations

v2.1.1

09 Aug 17:42
Compare
Choose a tag to compare
  • Fix bug with getFullRectRecursive not being defined.

v2.1.0

09 Aug 17:25
Compare
Choose a tag to compare
  • Get coordinates of all descendants when taking screenshots. This makes it so examples that contain some absolutely positioned descendants will be properly captured.