Skip to content

v4.0.0

Choose a tag to compare

@kdzwinel kdzwinel released this 26 Jul 21:39
· 34 commits to master since this release

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 ❤️
html-sketchapp
  • support for background-size - #17

before:

after:

  • plugin is again part of the npm package - #121
  • plugin now has an icon
  • calling .getSymbolInstance no longer requires you to provide width and height and defaults to the MasterSymbol size
  • add --file flag 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)