jsPDF v1.4.1 Release Notes

Release Date: 2018-06-06 // almost 6 years ago
  • ๐Ÿ›  Thanks to @arasabbasi and @dasaCoder. We've got another bugfix release:

    • ๐Ÿ›  Base64-validation of images fixed (ea4c174 )
    • Internal use of different css-colornames methods reduced to one (e43a913, 5d0b760)
    • โšก๏ธ Update canvg to recent version (e43a913)
    • โšก๏ธ Update context2d so that it can handle properly transform-method (e43a913)
    • โž• Add methods to TextField and other Elements like var TextField = new jsPDF.API.AcroForm.TextField() or var TextField = new doc.AcroFormTextField(); in AcroForm.js
    • ๐Ÿš‘ Hotfix html2canvas so that whitespace doesnt result in to corrupted PDF (31bb2fd)
    • โœ‚ Remove nodeJS-Loading-Method from addImage( Commit 7a1089a)
    • โž• Added gif- and bmp-support (38b50f4)
    • ๐Ÿ›  Fixed a performance-leak in extractInfoFromBase64DataURI in addImage-Plugin (c0a5e3a)
    • โž• Add fallback filetype to filetype recognition in getImageFileTypeByImageData in addImage.js (3d32fb7)
    • โž• Add documentation to addImage.js (3d32fb7)
    • โž• Add addSvgAsImage-method and renaming addSVG to addSvg, but keeping addSVG for backwards-compatibility to svg.js (3d32fb7)
    • ๐Ÿ— Make build.js independent from git call (c2d8501)
    • Modify split_text_to_size.js and jspdf.js to handle unicode strings , add unit tests for methods of split_text_to_size (4efd59c, f03af75, 25e8330, f03af75)
    • โž• Add unit tests for arabic-parser and fix bugs found by unit tests (fc81d12)