v.1.4.1 “The One Where Webpack Works Again”
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()
orvar 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
toaddSvg,
but keepingaddSVG
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)