Releases: parallax/jsPDF
v1.3.3 "The One With SVG Bug Fixes"
We've got a bunch of fixes for SVG display, including:
- #1044 Fixing a regression in angle calculation.
- #1043 #1037 #1045 Arc fixes – many types of graphs and charts now display much better.
- #1040 Canvas width fix.
- #1042 Scaling text now works well.
- v1.3.2...v1.3.3 Full changeset
We've also introduced a selection of SVG hotfixes which can be optionally enabled. These may be enabled by default and completely merged in the future.
v1.3.2 Rebuild and version bump
Rebuilt for npm release
v1.3.1 "The One Where Transparency Behind SVG Works"
In this release we've:
- c1dcb87 Made it possible to draw SVG with a transparent background
- ac01169 Removed the old bash build scripts
- fc841d0 Fixed up html2pdf examples
- v1.3.0...v1.3.1 A load of other bits
v1.3.0 "The One Where SVG Works"
Big thanks to @Flamenco and SAP for this release.
You can test out the SVG functionality by running:
npm start
and then visiting:
http://localhost:8000/examples/canvg_context2d/bar_graph_with_text_and_lines.html
We've also done the following:
- c0ae8a2 Started to replace committed deps with npm deps, this project existed before npm or git can you believe?
- 8047853 Use rollupjs to bundle jsPDF, plugins and libs
- 68baeff Fix a longstanding issue with generating the document multiple times
- bd60b2f Fixed PNG compression
- c3dc391 Started transpiling with babel
- Loads of other little fixes
v1.2.61
v1.2.60
v1.1.135
v1.0.272
[2014-09-29][diegocr][43eb081] New dist files.
[2014-09-21][diegocr][d477072] Added setDisplayMode function to define zoom, layout, and page modes
[2014-09-20][diegocr][30dbe14] Clipping Lines to Inside a Rectangle - closes #328
[2014-09-20][diegocr][d7cb062] Added setPage() function - closes #108
[2014-09-20][diegocr][4c9c0ec] Automatically add new pages if .text() would overflow - closes #119
[2014-09-20][diegocr][7da6aac] Adding letter-spacing method - closes #143
[2014-09-20][diegocr][b6f019c] Added Image Rotation support - closes #338
[2014-09-20][diegocr][2b53fb4] Added per-page support for document width, height, format and orientation - #49
[2014-09-19][diegocr][3da4b59] New dist files.
[2014-09-19][diegocr][9f814ae] Added Line BReaks support to fromTHML
[2014-09-19][diegocr][672105c] fromHTML fixes kindly suggested by @mcurland
[2014-09-19][diegocr][2bb6a89] Fixed #355 - missing images on fromHTML()
[2014-09-18][diegocr][b675300] Fixed #348 - fromHtml method blows pdf graphics stack
[2014-09-18][diegocr][f3f6261] Fixed getTextDimension() for Firefox - closes #235
[2014-08-28][yscumc][6899fac] Fix for CreationDate timezone #345
[2014-08-28][James Hall][ef1626c] Use UTC time in CreationDate, fixes #345
[2014-08-11][diegocr][f35960b] MSIE cannot handle Data URIs on the live example... closes #334
[2014-07-28][diegocr][d88c833] addImage: Implemented generateAliasFromData - Related to #99 and #300
[2014-07-22][diegocr][8f9d6cd] New dist files.
[2014-07-22][Diego Casorran][ed1c917] Fixed #301
[2014-07-19][diegocr][1fde787] Workaround for dataurlnewwindow
usage on Safari.
[2014-07-19][diegocr][140c979] Added bloburl
output type.
[2014-07-19][diegocr][e33e44f] Slightly improved our SAFE
function
[2014-07-17][diegocr][41fcc3a] New dist files.
[2014-07-16][Huy, Vuong Do Thanh][6f9361b] requirejs patch for anonymous define()
[2014-07-02][Antoine Duchateau][07908c3] fixed grayscale JPEG
[2014-06-29][Wolfgang Gassler][2c565a2] margin padding support for floated images
[2014-06-29][diegocr][8247a27] addImage: detect png format from img.src - related to #291
[2014-06-27][diegocr][0f3c2d0] addImage: Detect PNG format from raw data - related to #291
v1.0.178
[2014-06-27][diegocr][da257c2] New dist files.
[2014-06-27][Wolfgang Gassler][7ab98a3] image floating
[2014-06-05][Wolfgang Gassler][9c70e27] empty line between first lines on new page removed
[2014-06-05][Wolfgang Gassler][4e6bcb4] problem of lost lines solved
[2014-05-21][Wolfgang Gassler][45b5f8e] floating around image
[2014-06-25][Diego Casorran][0b51903] Tiny improvement over #278
[2014-06-25][diegocr][82893ba] Fixed #289 - a single define() call
[2014-06-19][Salem Talha][60dfed6] Small fix for svg rendering script
[2014-06-08][Turan Rustamli][d23ad56] Fixed default coordinates for fromHTML
v1.0.150
[2014-05-30][diegocr][75d18af] New dist files with updated Blob.js and FileSaver.js
[2014-05-25][diegocr][dcbc9fc] Fixed fromHTML bug when using strings...
[2014-05-25][diegocr][fac3703] Minor tweaks related to #267
[2014-05-25][Diego Casorran][fcb97f4] Update README.md
[2014-05-25][Wolfgang Gassler][029b96a] applied proposals of #267 by @diegocr
[2014-05-25][Wolfgang Gassler][fb3c7df] support of dataurl images
[2014-05-21][diegocr][157527d] Fixed #96
[2014-05-21][diegocr][84b6204] Reindent of jspdf.plugin.from_html.js
[2014-05-21][diegocr][7f06fdf] Minor fix related to #260
[2014-05-20][Wolfgang Gassler][ee4ba08] master merged
[2014-05-08][Wolfgang Gassler][1bbb8a5] header footer working
[2014-03-10][Ben Gribaudo][41802ea] Updating reference to live editor & examples