This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
Releases: L2jLiga/xd2svg
Releases · L2jLiga/xd2svg
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.0
Added
- support for ellipse shape
Changed
- Improve font styles parser
Fixed
clip-path
property doesn't applied- Pattern applied incorrect when
scaleBehavior
iscover
Breaking changes
- CLI was updated
xd2svg-cli InputFile.xd [options] options: --output - specify output path (default FileName directory or FileName.svg) --format - specify output format: svg, html (default: svg) --single - specify does output should be single file with all artboards or directory with separated each other (default: true)
v0.4.2
v0.4.1
Added
.editorconfig
- Message when unsupported style
- Message when unsupported shape
- Clip-path support
Changed
- Renamed all files to dash case
- Updated devDependencies
- Minimal Node.js version 8.6.0 (was 8.9.4)
- tsconfig target now
es2016
(wases2015
) - Cleanup dist before publish
Removed
- Dead code