Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 4.71 KB

CHANGES.md

File metadata and controls

77 lines (52 loc) · 4.71 KB

Version 0.6.4, 2022.06.07

  • Convert only first SVG element from input #86 2bbc498

Version 0.6.3, 2022.06.06

  • Retain only allowed attributes from SVG input #84 a43dffa

Version 0.6.2, 2022.05.29

  • Add convert-svg-to-webp package 812ea66
  • Strip onload attribute from SVG input #81 7e6031a

Version 0.6.1, 2022.04.29

  • Bump cheerio dependency to latest v1 RC avoid vulnerable dependency

Version 0.6.0, 2022.04.28

  • 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

Version 0.5.0, 2018.11.23

  • 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
  • skipped tests that were causing CI build to fail intermittently cdf43c0

Version 0.4.0, 2018.02.05

  • Bump Puppeteer to v1 #32
  • Replace chai with assert #34

Version 0.3.3, 2017.12.08

  • Add puppeteer.launch options available into CLI #29

Version 0.3.2, 2017.11.21

  • Error being thrown caused by lost context for CLI #24
  • Pass custom arguments to puppeteer #25 #27
  • Bump puppeteer to v0.13.0 #26

Version 0.3.1, 2017.11.03

  • Error thrown as context is lost for API methods when using destructuring imports #22

Version 0.3.0, 2017.11.03

  • Add option to control background color #14
  • Remove all controllable short options for CLI #15 (breaking change)
  • Split package up into multiple packages to be more modular #17 (breaking change)
  • Add convert-svg-to-jpeg package to convert SVG to JPEG #18

Version 0.2.0, 2017.10.29

  • Add CLI & convertFile method to API #2 #8
  • Add scale option #3 #11
  • Throw error when baseFile & baseUrl options are both specified #4 (breaking change)
  • Change source/target terminology to input/output #6
  • Expose Converter class as primary export #9 (breaking change)

Version 0.1.0, 2017.10.19

  • Initial release