Skip to content

Releases: neocotic/convert-svg

0.6.4

07 Jun 11:04
Compare
Choose a tag to compare
  • Retain only allowed attributes from SVG input #84 a43dffa

0.6.3

06 Jun 11:04
Compare
Choose a tag to compare
  • Retain only allowed attributes from SVG input #84 a43dffa

0.6.2

29 May 16:16
Compare
Choose a tag to compare
  • Add convert-svg-to-webp package 812ea66
  • Strip onload attribute from SVG input #81 7e6031a

0.6.1

29 Apr 12:41
Compare
Choose a tag to compare
  • Bump cheerio dependency to latest v1 RC avoid vulnerable dependency

0.6.0

28 Apr 15:27
c9e48d2
Compare
Choose a tag to compare
  • Breaking Change: All packages now require Node.js version 12.20.0 or newer
  • Support UTF-8 characters in SVG
  • Support SVG dimensions (width, height) that use pt units
  • Add rounding API and CLI option to control how dimensions are rounded (defaults to "round")
  • Fix CVE-2021-23631 by improving input validation
  • quality CLI option for JPEG not passed correctly #65
  • Bump dependencies (incl. major for Puppeteer)
  • Bump devDependencies
  • Skip inconsistent tests

0.5.0

23 Nov 10:52
361ef32
Compare
Choose a tag to compare
  • moved from !ninja to neocotic ad5aa55
  • modified CI to now target Node.js 8, 10, and 11 63fcb27
  • bump dependencies 6daedb1
  • bumped devDependenices 3a8ae85
  • fixed linting errors 96e7e06
  • fixed broken tests by regenerating expected fixtures bf34770
  • preventing lerna breaking build when calling "npm ci" on bootstrap 1391071

0.4.0

05 Feb 17:00
6a2a023
Compare
Choose a tag to compare
  • Bump Puppeteer to v1 #32
  • Replace chai with assert #34

0.3.3

08 Dec 23:49
2e1dfc7
Compare
Choose a tag to compare
  • Add puppeteer.launch options available into CLI #29

0.3.2

21 Nov 11:46
c1cd433
Compare
Choose a tag to compare
  • Error being thrown caused by lost context for CLI #24
  • Pass custom arguments to puppeteer #25 #27
  • Bump puppeteer to v0.13.0 #26

0.3.1

03 Nov 17:28
5c2360f
Compare
Choose a tag to compare
  • Error thrown as context is lost for API methods when using destructuring imports #22