npm pdfmake 0.1.24

latest releases: 0.3.0-beta.8, 0.2.10, 0.3.0-beta.7...
7 years ago
  • grunt removed
  • new fontkit version 1.5.2
  • support for TrueType Collection (.ttc) (#801)
  • update Roboto font to latest version
  • add bold+italics Roboto font type
    var defaultClientFonts = {
        Roboto: {
            normal: 'Roboto-Regular.ttf',
            bold: 'Roboto-Medium.ttf',
            italics: 'Roboto-Italic.ttf',
            bolditalics: 'Roboto-MediumItalic.ttf'
        }
    };

Bugfixes:

  • fixed compatibility with fontkit version 1.5.2
  • improved fix for embeded exception
  • remove unwanted sourceMappingURL in build file

Note:
This version contains in webpack temporary bugfix for fontkit 1.5.2 issue: foliojs/fontkit#65

Don't miss a new pdfmake release

NewReleases is sending notifications on new releases.