jsPDF v1.3.5 Release Notes

Release Date: 2017-09-14 // over 6 years ago
  • ๐Ÿ›  As jsPDF has grown, we've been managing some technical debt. Some of this is from before NPM existed - so those dependencies were brought in through git. That's now fixed, which should mean you can install jsPDF into containers without git.

    ๐Ÿšš We also removed a load of old unneeded files. We'll continue tidying up, as we have some pretty big changes coming up soon.

    ๐Ÿ›  Main fixes include:

    • ๐Ÿšš 7f5008b Move deps to npm
    • daacf2c Added a Code of Conduct document
    • ๐Ÿ›  41bcbfa Fixed an issue with memory leaks for large images
    • ef7ecda Tidied up a bunch of old file

    As always, let me know how you get on! Please report any issues using the template, creating a working jsbin example really helps us to sort the issue out quickly.