Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Releases: yWorks/jsPDF

v2.1.1

11 Oct 09:59
Compare
Choose a tag to compare
  • Fixed an issue where referencing images inside patterns did not work

v2.1.0

07 Aug 08:32
Compare
Choose a tag to compare
  • Make it once again compatible to upstream:
    • Added more options to text()
    • Restructure the code to match upstream
  • Fixed an issue where custom fonts would not work when using an es6 Map polyfill

v2.0.2

06 May 09:50
Compare
Choose a tag to compare
  • Added option to control the precision of floating point numbers
  • Small bugfix

v2.0.1

22 Jan 16:01
Compare
Choose a tag to compare
  • fix pdf.save() bug
  • fix font encoding issues
  • fix compression for large files
  • fix ES6 imports

Version 2.0.0

22 Jan 16:01
Compare
Choose a tag to compare

This major version brings full compatibility with MrRio's version through an API switch. This means all third-party plugins will now also work with this fork.

We also cleaned up some of the public API. Nonetheless the API-breaking changes are minimal. Checkout the README for details.

v1.4.0

28 Sep 16:34
Compare
Choose a tag to compare
  • fix the issues with multiple anonymous defines
  • fix installation problems with really old versions of node/npm
  • greater floating point accuracy for coordinates, etc.
  • inversion function for matrices

v1.3.2

04 May 14:51
Compare
Choose a tag to compare
  • fix an issue with setFontStyle()

1.3.1

12 Jan 14:54
Compare
Choose a tag to compare

Bugfix for missing file in package.json

v1.3.0

11 Jan 15:58
Compare
Choose a tag to compare
  • support for custom fonts, see readme
  • support for stroke-opacity

v1.2.69

18 Jul 14:32
Compare
Choose a tag to compare

quick fix for restoreGraphicsState