0000-00-00
- Support for Knobs integration 🎉 (#35)
- @jessepinho, Thank you for feature proposal !!
- NOTE: Angular is unsupported until Issue here is resolved.
- Knobs integration frameworks
- React
- Vue.js
- Parallelize shooting of chunked Stories.
- Update dependencies & devDependencies.
2018-03-14
- Log when something is wrong. (Thanks @kogai !!)
2018-01-11
First major release 🎉
- Support for Vue.js 🎉 🎉
- Change interface of
initScreenshot()
.- Changed to function execution in order to avoid destructive change when it came to receive options as with withScreenshot in the future.
- Change output format capture in CI environment.
2018-01-07
- Switch to TypeScript from Babel.
- Update dependencies & devDependencies.
- package structure.
- Refactoring.
- It is easy to deal with various frameworks.
- We plan support to Vue.js in the future.
- Add unit testing.
- Add E2E testing. #24 Thank you @Quramy !!
- Fix document.
- Update output format.
2018-01-03
- Fix puppeteer launch on Linux based CI. Thank you @Quramy !!
2018-01-03
- Angular Support 🎉 Thank you @Quramy !
2017-12-29
- Fix crash bug with storybook v3.3.x
2017-12-22
- Broken storybook ... #12
- Revert feature
module
in package.json.
- Revert feature
2017-12-10
- Add
initScreenshot
API. #14
2017-12-06
- Add module entry to
package.json
. (#12)- Thank you @marcobiedermann !
2017-10-18
- Fixed a bug that screenshot was not taken when using
addDecorator
. (#10)
2017-09-28
- Add parallel CLI options. (#7)
--parallel
- By launching multiple Page instances of Puppeteer, you can expect a slight improvement in performance.
- Add injection scripts CLI options. (#8)
--inject-files
- You can now inject any script you like when shooting screenshots.
- Add source maps to production build. (#9)
2017-09-10
- Add filter CLI options. (#4)
--filter-kind
--filter-story
- Use RegExp to narrow down the stories to shoot.
- Add support for multiple viewport. (#5)
- Allowed
array
as the value ofviewport
.
- Allowed
- Add error report when using addDecorator illegally. (#6)
- Shooting stops when
isMobile
orhasTouch
is specified.
2017-09-04
- Add support for
addDecorator()
. (#3)
Thanks for @gcazaciuc.
2017-09-03
- Add
--debug
CLI options.- In debug mode, browser console, stdsrr, contents being processed are output.
2017-08-31
- Add
--browser-timeout
CLI Options. (#1)
Thanks for @gcazaciuc.
- Fix bug that processes will remain when an error occurs. (#1)
2017-08-29
- Add
setScreenshotOptions()
. - Add
getScreenshotOptions()
. - Please refer to the docs for details.
2017-08-25
First release 🎉