- 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
- colored lists (
- 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