Skip to content

Releases: department-stockholm/svgsus

Fixed svg-dimens helper

02 Apr 10:32
Compare
Choose a tag to compare

It had a broken import to parseXmlString.

Updated pdf.js and browser builds

01 Apr 19:48
Compare
Choose a tag to compare

Better VectorDrawable

01 Apr 11:07
Compare
Choose a tag to compare

Fixed an issue with VectorDrawable which caused black default fills and strokes.

Leaner and better

03 Oct 15:34
Compare
Choose a tag to compare
  • Added Swift 3 support
  • Replaced 2 large dependencies, cheerio and xmldoc, with some custom svgo plugins.
  • Improved error messages
  • Code base now uses standard

Now with SVG symbols

13 Sep 13:41
Compare
Choose a tag to compare
  • Adds support for generating SVG symbol sheets
  • Fixes issue with resolving refs

(v0.20.0 was missing proper documentation)

Added charset option to css format

07 Sep 10:53
Compare
Choose a tag to compare
  • Add a charset-option to the CSS format
  • Rewrote indentation from an in-format feature to post-format feature
  • Fixes some tests that had to be run serially

New naming of convertAll output

02 Sep 09:48
Compare
Choose a tag to compare
  • Changed the default naming of the output file from convertAll() to be <first-svg-name>+<number-of-files-1>.<extension>.
  • Fixed an issue with double . for the uibezierpath format.
  • Better tests!

Added tests to npmignore

01 Sep 15:49
Compare
Choose a tag to compare
  • Added tests to npmignore for a smaller package

Added CSS background format

01 Sep 15:46
Compare
Choose a tag to compare
  • Adds CSS background (using data-uri) format

New convertAll() method

01 Sep 13:49
Compare
Choose a tag to compare
  • Added a format.convertAll() (see #2 for more information)
  • Use process.stdin instead of /dev/stdin for cross platform support