| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| asketch2sketch-4-3-0.sketchplugin.zip | 2019-08-23 | 126.5 kB | |
| README.md | 2019-08-23 | 584 Bytes | |
| v4.3.0.tar.gz | 2019-08-23 | 243.2 kB | |
| v4.3.0.zip | 2019-08-23 | 301.3 kB | |
| Totals: 4 Items | 671.6 kB | 0 | |
Fixes
- Project dependency updates by @burakukula ⚒
- Absolutely positioned nodes are now correctly sorted by their
z-index(by @jostermanAtPEW)
API Improvements
-
ability to create layer styles by @daynekilheffer
:::js const doc = new Document(); const boxNode = document.querySelector('box'); const boxLayer = nodeToSketchLayers(boxNode)[0];
boxLayer.setName('Box'); doc.addLayerStyle(boxLayer); // 🆕
-
when using
asketch2sketchdirectly, you can now specify not to clear the page and shared styles (by @KimDal-hyeong)