Skip to content

Releases: parallax/jsPDF

v1.3.4 "The One With Even More SVG Bug Fixes"

10 Apr 14:12
Compare
Choose a tag to compare

This release integrates all previous hotfixes, so if you were daring and enabled them, you can now remove those instructions from your code as they are now enabled by default.

You can see the commits for list release here: https://github.com/MrRio/jsPDF/commits/master

The official notes for this release are pending.

v1.3.3 "The One With SVG Bug Fixes"

23 Feb 15:31
Compare
Choose a tag to compare

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

30 Sep 20:37
Compare
Choose a tag to compare

Rebuilt for npm release

v1.3.1 "The One Where Transparency Behind SVG Works"

30 Sep 20:28
Compare
Choose a tag to compare

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"

28 Sep 10:54
Compare
Choose a tag to compare

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

01 Mar 16:20
Compare
Choose a tag to compare

Features include:

  • Quick fix in the debug file
  • Acroforms support! Make fillable PDFs.
  • Various fixes

v1.2.60

29 Feb 18:48
Compare
Choose a tag to compare

Tidy up. Fix some long standing issues with the previous release in the dist files.

v1.1.135

18 May 10:40
Compare
Choose a tag to compare
v1.1.135 Pre-release
Pre-release

This is a large update, and is in preparation for a larger refactor.

  • Refactor plugins into plugins/ folder.
  • Numerous fixes to HTML plugin, including context2d support!

v1.0.272

29 Sep 15:13
Compare
Choose a tag to compare

[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

27 Jun 15:36
Compare
Choose a tag to compare

[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