Skip to content

Latest commit

 

History

History
250 lines (140 loc) · 5.1 KB

CHANGELOG.md

File metadata and controls

250 lines (140 loc) · 5.1 KB

1.1.0

0000-00-00

New features

  • 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

Minor changes

  • Parallelize shooting of chunked Stories.
  • Update dependencies & devDependencies.

1.0.1

2018-03-14

Minor changes

  • Log when something is wrong. (Thanks @kogai !!)

1.0.0

2018-01-11

First major release 🎉

New features

  • Support for Vue.js 🎉 🎉

Breaking changes

  • 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.

Minor changes

  • Change output format capture in CI environment.

0.10.0

2018-01-07

Minor changes

  • 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.

0.9.0

2018-01-03

Bugfix

  • Fix puppeteer launch on Linux based CI. Thank you @Quramy !!

0.9.0

2018-01-03

  • Angular Support 🎉 Thank you @Quramy !

0.8.2

2017-12-29

Bugfix

  • Fix crash bug with storybook v3.3.x

0.8.1

2017-12-22

Bugfix

  • Broken storybook ... #12
    • Revert feature module in package.json.

0.8.0

2017-12-10

New features

  • Add initScreenshot API. #14

Bugfix

  • Fix capturing process in the big projects #14, #10

Big thanks

0.7.0

2017-12-06

New features

0.6.1

2017-10-18

Bugfix

  • Fixed a bug that screenshot was not taken when using addDecorator. (#10)

0.6.0

2017-09-28

New features

  • 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.

Minor changes

  • Add source maps to production build. (#9)

0.5.0

2017-09-10

New features

  • 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 of viewport.

Minor changes

  • Add error report when using addDecorator illegally. (#6)

Bugfix

  • Shooting stops when isMobile or hasTouch is specified.

Big thanks

0.4.0

2017-09-04

New features

  • Add support for addDecorator(). (#3)
    Thanks for @gcazaciuc.

0.3.0

2017-09-03

New features

  • Add --debug CLI options.
    • In debug mode, browser console, stdsrr, contents being processed are output.

0.2.0

2017-08-31

New features

  • Add --browser-timeout CLI Options. (#1)
    Thanks for @gcazaciuc.

Bugfix

  • Fix bug that processes will remain when an error occurs. (#1)

0.1.0

2017-08-29

New features

  • Add setScreenshotOptions().
  • Add getScreenshotOptions().
  • Please refer to the docs for details.

0.0.1

2017-08-25

First release 🎉