Skip to content

0.1.26

Compare
Choose a tag to compare
@liborm85 liborm85 released this 26 Feb 13:10
· 787 commits to master since this release
  • improved unordered and ordered lists
    • colored lists (color, markerColor)
    • type of unordered list: disc (default), circle, square, none
    • type of ordered list: decimal (default), upper-alpha, lower-alpha, upper-roman, lower-roman, none
    • add atributes for ordered list - separator, start, reversed
    • see examples
  • add progress callback option (#851)
  • add getBlob method to browser version
  • update to webpack 2

Bugfixes:

  • fix calculation auto page height
  • fix noWrap
  • fix calculate width in text page with other pageOrientation
  • fix wrong page orientation in first page

Note:
This version contains in webpack temporary bugfixies for fontkit 1.5.2 issues: foliojs/fontkit#65, foliojs/fontkit#66