Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Releases: seek-oss/html-sketchapp-cli

v0.6.2

01 Oct 23:15
Compare
Choose a tag to compare

0.6.2 (2018-10-01)

Bug Fixes

  • puppeteer: Wait until networkidle2 for better dev server support (#63) (17f9663)

v0.6.1

26 Jul 23:52
Compare
Choose a tag to compare

0.6.1 (2018-07-26)

Bug Fixes

v0.6.0

02 Jul 23:24
Compare
Choose a tag to compare

0.6.0 (2018-07-02)

Features

  • middleware: Add 'symbolMiddleware' and 'symbolInstanceMiddleware' (#52) (5818868)

v0.5.3

28 Jun 01:44
fe80e6a
Compare
Choose a tag to compare

0.5.3 (2018-06-28)

Bug Fixes

  • install: Update install command to use new release URL format (#53) (fe80e6a)

v0.5.2

21 Jun 02:05
06ab34b
Compare
Choose a tag to compare

0.5.2 (2018-06-21)

Bug Fixes

  • serve: Use serve-handler instead of serve (#51) (06ab34b)

v0.5.1

14 May 23:52
a8b5288
Compare
Choose a tag to compare

0.5.1 (2018-05-14)

Bug Fixes

v0.5.0

14 May 04:57
Compare
Choose a tag to compare

0.5.0 (2018-05-14)

Features

  • middleware: Add 'symbolLayerMiddleware' API (#39) (4320452)
    You can now provide a symbolLayerMiddleware function which allows you to modify each layer before it's added to a symbol. Most notably, this will allow you to set resizing constraints via html-sketchapp's new setResizingConstraint API.

v0.4.2

14 May 04:33
Compare
Choose a tag to compare

0.4.2 (2018-05-14)

Bug Fixes

  • deps: Update html-sketchapp to v3.x (#38) (4d9547c)
    The install command now downloads the Sketch plugin from html-sketchapp's GitHub releases, since it's no longer published to npm.

v0.4.1

04 Apr 23:02
6d059c0
Compare
Choose a tag to compare

0.4.1 (2018-04-04)

Bug Fixes

  • deps: Always use latest version of html-sketchapp (#32) (6d059c0)

v0.4.0

28 Mar 01:07
Compare
Choose a tag to compare

0.4.0 (2018-03-28)

Features

  • debug: Add debug mode via '--debug' flag (#30) (da2359e)