Releases: happo/happo.io
Releases · happo/happo.io
v1.1.0
- Window dimensions are now mocked when rendering examples. Before,
window.innerHeight
(and related properties) would be0
. Now, it will be whatever width you set in the browser target'sviewport
setting. - The
POST_INSTALL_CMD
environment variable is now known asINSTALL_CMD
. And instead of being executed afteryarn install
/npm install
, it replaces it. This will allow better control for certain users.
v1.0.0
v0.6.0
v0.4.0
- 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
.