Xd2svg Versions Save

Utility for converting Adobe eXperience Design files into SVG

v2.0.1

4 years ago

Republish 2.0.0 as far as there were issues with releasing 2.0.0 ?

v2.0.0

4 years ago

Added

  • type property into package.json to specify that package use CommonJS modules (ref)

Changed

  • Updated all dependencies to latest versions
  • Built with TypeScript 3.7 and ES2018 target
  • Code clean-ups

Fixed

  • Several typos

Removed

  • Node 8 support

v1.1.3

4 years ago

Changed

  • Updated xmlbuilder to latest version
  • Updated tmp to latest version

Fixed

  • Incorrect man page field in package.json

v1.1.2

5 years ago

Changed

  • Updated dependencies

v1.1.1

5 years ago

Fixed

  • Process crash on node 8.x

v1.1.0

5 years ago

Added

  • Support for multiple files input
  • List of unsuccessful files when process exited with error

Fixed

  • No output when absolute path give

v1.0.3

5 years ago

Added

  • Added support for stroke dasharray, linecap and linejoin

Changed

  • Improved support for text styles

v1.0.2

5 years ago

Added

  • Option to set pretty printed output

Changed

  • Prettify style attribute
  • Fixed mistakes in docs

v1.0.1

5 years ago

Added

  • Warning message when unknown fill/stroke/shape property given
  • Support for specific border for each rectangle side

Changed

  • Reduced possible threshold in tests
  • Performance improvements
  • Typing improvements

Fixed

  • Raster graphic had incorrect size
  • Incorrect empty space in text elements
  • Typos in logger

Removed

  • SVGO optimizations

v1.0.0

5 years ago

Fix

  • gradients may start from incorrect place