Releases: seek-oss/html-sketchapp-cli
Releases · seek-oss/html-sketchapp-cli
v0.6.2
0.6.2 (2018-10-01)
Bug Fixes
- puppeteer: Wait until networkidle2 for better dev server support (#63) (17f9663)
v0.6.1
0.6.1 (2018-07-26)
Bug Fixes
v0.6.0
0.6.0 (2018-07-02)
Features
- middleware: Add 'symbolMiddleware' and 'symbolInstanceMiddleware' (#52) (5818868)
v0.5.3
0.5.3 (2018-06-28)
Bug Fixes
- install: Update install command to use new release URL format (#53) (fe80e6a)
v0.5.2
0.5.2 (2018-06-21)
Bug Fixes
- serve: Use serve-handler instead of serve (#51) (06ab34b)
v0.5.1
0.5.1 (2018-05-14)
Bug Fixes
v0.5.0
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
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
0.4.1 (2018-04-04)
Bug Fixes
- deps: Always use latest version of html-sketchapp (#32) (6d059c0)
v0.4.0
0.4.0 (2018-03-28)
Features
- debug: Add debug mode via '--debug' flag (#30) (da2359e)