UNPKG

1.64 kBMarkdownView Raw
1## pdfkit changelog
2
3### Unreleased
4
5- Add support for Embedded Files and File Attachment Annotations
6- Accessibility support
7- Replace integration tests by visual regression tests
8- Fix access permissions in PDF version 1.7ext3
9- Fix Buffer() is deprecation warning
10- Add `forms.md` to generate documentation files
11- Fix "@" in FontName
12
13
14### [v0.11.0] - 2019-12-03
15
16- Fix infinite loop when an individual character is bigger than the width of the text.
17- Fix infinite loop when text is positioned after page right margin
18- Allow links in continued text to be stopped by setting link to null
19- Add support to interlaced PNG files
20- Do not emit \_interopDefault helper in commonjs build
21- Fix gradient with multiple stops (#1045)
22- Set link annotation flag to print by default
23- Add support for AcroForms
24- Drop support for (uncommon) cid less fonts on standalone build (reduces bundle size)
25
26### [v0.10.0] - 2019-06-06
27
28- Fix links to pages within the document
29- Add support for named destinations
30- Throw errors when `dash(...)` is passed invalid lengths
31- Remove PDFDocument#output method
32- Add standalone build (js/pdfkit.standalone.js)
33
34### [v0.9.1] - 2019-04-30
35
36- Fix setting printing permission
37- Fix corruption of string objects in browser
38- Add option to set default font
39- Remove call to fontkit.openSync
40- Add standalone virtual file system implementation
41- Add option (fontLayoutCache) to disable font layout cache
42
43### [v0.9.0] - 2019-01-28
44
45- Convert to code base from coffescript to ES6+
46- Fix loading grayscale / transparent PNG files
47- Reduce number of calls to async functions
48- Implement encryption / access control