v4.0.0
Breaking
Default blur of inner shadow was changed from 1px to 0 - #119 . If you were depending on the default value be sure to update all .addInnerShadow({…}) calls to .addInnerShadow({…, blur: 1}).
Improvements
- new logo by Patrycja Rozmus ❤️
- support for
background-size- #17
- super handy ‘Paste’ command in the plugin - #124 by @markdalgleish
- plugin is again part of the npm package - #121
- plugin now has an icon
- calling
.getSymbolInstanceno longer requires you to provide width and height and defaults to the MasterSymbol size - add
--fileflag to e2e test, so that it's easier to run single tests
Fixes
- plugin: if SVG layer or Text layer import fails it doesn't break the whole import (broken layers are skipped instead)



