Skip to content

Releases: happo/happo.io

v1.1.0

26 Mar 20:29
Compare
Choose a tag to compare
  • Window dimensions are now mocked when rendering examples. Before, window.innerHeight (and related properties) would be 0. Now, it will be whatever width you set in the browser target's viewport setting.
  • The POST_INSTALL_CMD environment variable is now known as INSTALL_CMD. And instead of being executed after yarn install/npm install, it replaces it. This will allow better control for certain users.

v1.0.0

18 Mar 20:26
Compare
Choose a tag to compare

No major changes since v0.6.0, but I decided it's time to take this library off of pre-v1 versioning.

v0.6.0

15 Mar 13:34
Compare
Choose a tag to compare

Added happo-ci scripts.

v0.4.0

30 Nov 19:57
Compare
Choose a tag to compare
  • Expand the --only option to enable filtering for projects where happo examples are generated from a different source instead of being defined in separate -happo.jsx files. .

--only Foo works like before: only files with paths matching Foo will be included in the run
--only Bar#Foo will grab components named Foo inside files matching Bar.