Skip to content

Releases: parallax/jsPDF

v.1.3.5 "The One Where All Deps Are NPM Packages"

14 Sep 15:11
Compare
Choose a tag to compare

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.

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