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

Releases: Galooshi/happo

v0.0.14

09 Aug 20:04
Compare
Choose a tag to compare

Changes:

  • Add support for the done callback to better support asynchronus examples. 7ce9aa0

v0.0.13

31 Jul 07:51
Compare
Choose a tag to compare

Changes:

  • Surface js errors that happen during initialization c67feb2

v0.0.12

29 Jul 19:48
Compare
Choose a tag to compare

Changes:

  • Give viewports config reasonable defaults (large, medium, small)

v0.0.11

29 Jul 19:28
Compare
Choose a tag to compare

Changes:

  • Viewport widths are now configured through named viewports in the .likadan.yaml file
  • Errors thrown from the likadan runner thread are now propagated to the main thread and printed.

v0.0.10

27 Jul 17:32
Compare
Choose a tag to compare

Changes:

  • Bug fix for likadan clean when the folder was missing

v0.0.9

27 Jul 07:04
Compare
Choose a tag to compare

Changes:

  • likadan prune is now likadan clean

v0.0.8

25 Jul 19:10
Compare
Choose a tag to compare

Changes:

Bundle uploaded diffs in HTML file

v0.0.7

23 Jul 07:27
Compare
Choose a tag to compare

Changes:

  • You can now use likadan.fdefine to focus on a single example
  • Pointer events are now disabled when running the Likadan suite. This will prevent e.g. hover effects from resulting in diffs. (Thanks to @lencioni).

v0.0.6

21 Jul 20:32
Compare
Choose a tag to compare

Changelog:

  • Round percentages in comparison output to 1 decimal
  • Remove "Press Enter to exit..." after running likadan
  • Allow .likadan.yaml to contain ERB
  • Add likadan upload_diffs command line tool to upload diffs to Amazon S3
  • Allow loading a different configuration file (through env variable LIKADAN_CONFIG_FILE)
  • Allow configuration of webdriver so that you can try out e.g. :chrome
  • Add likadan prune command to recursively remove all snapshots

v0.0.5

23 Apr 13:44
Compare
Choose a tag to compare

Improved cropping