Skip to content

v2.0.0

Choose a tag to compare

@kdzwinel kdzwinel released this 19 Mar 09:50
· 103 commits to master since this release

Breaking

  • nodeToSketchLayers is no longer async
  • built Sketch plugin is no longer part of the repo. Instead, it will be included with each release (and you can always build it yourself from sources)

Features

  • support for white-space CSS property by @KimDal-hyeong
  • support for external SVG (<img src='pizza.svg' />)
  • support for srcset (<img srcset=)
  • sketch plugin improvements:
    • show error dialog when some of the layers can't be imported
    • after import reset zoom and position to show whole page

Fixes

  • improved hidden node recognition
  • improved stability of nodeToSketchLayers (it was crashing for some svg nodes, now the error is being caught)
  • better bounding rect calculation on text by @KimDal-hyeong
  • update @skpm/build to avoid security vuln in one of its deps

Other

  • e2e test for nodeToSketchLayers
  • mention related projects/articles in the docs