Skip to content

Releases: Lugriz/pdfmake-wrapper

v2.1.3

16 May 03:19

Choose a tag to compare

2.1.3 (2022-05-16)

Bug Fixes

  • chore: add linter in pre-commit (139f931)
  • table: fix heights parameter function type (68d00c8)

v2.1.2

04 Jul 20:38
6146fc1

Choose a tag to compare

2.1.2 (2021-07-04)

This version was built using pdfmake v0.1.x

New features:

  • add lineHeight & characterSpacing
  • add changelog
  • improve contribution file
  • add badges to documentation
  • add commitlint and husky

v2.1.1

13 Dec 07:40
7194164

Choose a tag to compare

This version was built using pdfmake v0.1.68

New features and future changes:

You can access to the interfaces.
Server-side support
Code comment snippets
ln() method will be deprecated in the next version

NOTE: Don't install the previous version (2.1.0), it might not work as expected due to NPM mistake.

v2.1.0

13 Dec 06:56
3e4655d

Choose a tag to compare

This version was built using pdfmake v0.1.68

New features and future changes:

  • You can access to the interfaces.
  • Server-side support
  • Code comment snippets
  • ln() method will be deprecated in the next version

v2.0.0

12 Oct 22:26

Choose a tag to compare

New features:

  • pdfmake needs to be installed on your own.
  • Custom fonts.
  • Icons support.
  • styles and defaultStyle methods implement IStyleDefinition interface to help to define the styles correctly.
  • width and height methods allow string options ('*', 'auto', '10%').
  • Relative and absolute positions are available
  • Drawing shapes using Canvas class.
  • Adding svg in the PDF.
  • Security implementing passwords and permissions.