Skip to content

Latest commit

History

History
227 lines (98 loc) 路 6.38 KB

CHANGELOG.md

File metadata and controls

227 lines (98 loc) 路 6.38 KB

1.7.1 (2020-11-16)

Bug Fixes

  • address skipped layers by updating html-sketchapp to 4.4.1 (8ab4dc7)

1.7.0 (2019-09-17)

Bug Fixes

  • fix a bug where storybook without any stories runs forever (1ff355e)

Features

  • upgrade to html-sketchapp@4.3.0 (a453cda)
  • use dynamic thread count for concurrency (fbe3d79)

1.6.1 (2019-07-12)

Bug Fixes

  • handle replacing multiple spaces and slashes within a story name (9b58e3d)

1.6.0 (2019-05-20)

Features

  • upgrade to html-sketchapp@4.2.0 (4db4157)

1.5.0 (2019-04-22)

Bug Fixes

  • correct logs when outputting by group (bb67cd1)
  • ensure outputBy param works correctly (11fd7f4)

Features

  • add support for grouping by symbols by "group" key (f2a9ee0)
  • add support for outputting multiple files by kind, or laying out stories by kind (6290cae)

1.4.0 (2018-12-03)

Features

  • add opt-in fix for pseudo-elements (b1eb6a5)
  • remove iframe body margin by default (5a4b1e9)

1.3.1 (2018-10-15)

Bug Fixes

  • ensure preview is object with getStorybook() for storybook@3 (1fe6409)

1.3.0 (2018-08-08)

Features

  • update to html-sketchapp@4.0.0 (cfcf827)

1.2.0 (2018-08-08)

Features

  • add forward compatibility for storybook@4 (fc39738)
  • add support for puppeteer.launch options (66a8e57)
  • upgrade to html-sketchapp@3.3.1 (51ef691)

1.1.0 (2018-06-19)

Features

  • add better error handling if story doesn't exist (54bdfc1)
  • upgrade to html-sketchapp@3.2.0 (61be07b)

1.0.1 (2018-05-09)

Bug Fixes

  • order symbols correctly when using concurrency (758f0da)

1.0.0 (2018-05-01)

Bug Fixes

  • add missing babel-runtime dependency (6f9155f)
  • use and document correct querySelector default (c879c0b)

Features

  • add "viewport" config for totally custom viewports (6d42d50)
  • upgrade to html-sketchapp@3.1.0 (637aab9)

BREAKING CHANGES

  • remove narrowViewport and standardViewport configuration options. Use viewports instead.

0.3.0 (2018-04-24)

Features

  • generate layer name based on id, class or node type (008dd16)
  • group Sketch layers based on DOM tree (0c3947d)
  • upgrade to html-sketchapp@3.0.2 (07375cb)

0.2.1 (2018-03-26)

Bug Fixes

  • ensure standard viewport output uses correct emoji (fb4ab18)

0.2.0 (2018-03-26)

Features

  • upgrade html-sketchapp to 2.0 (23001fe)

0.1.4 (2018-01-25)

Bug Fixes

  • ensure prod dependencies are installed when using npm (ad27893)

0.1.3 (2018-01-25)

Bug Fixes

  • ensure lib is correctly published (93e7b7a)

0.1.2 (2018-01-24)

Bug Fixes

  • fix behaviour without configuring package.json (f45eb3f)

0.1.1 (2018-01-24)

0.1.0 (2018-01-24)

Features

  • add initial code, squashed as one commit (cae6d38)