UNPKG

2.97 kBMarkdownView Raw
1## pdfkit changelog
2
3### Unreleased
4
5### [v0.15.0] - 2024-03-23
6
7- Add subset for PDF/UA
8- Fix for line breaks in list items (#1486)
9- Fix for soft hyphen not being replaced by visible hyphen if necessary (#457)
10- Optimize output files by ignoring identity transforms
11- Fix for Acroforms - setting an option to false will still apply the flag (#1495)
12- Fix for text extraction in PDFium-based viewers due to invalid ToUnicodeMap (#1498)
13- Remove deprecated `write` method
14- Drop support for Node.js < 18 and for browsers released before 2020
15
16### [v0.14.0] - 2023-11-09
17
18- Add support for PDF/A-1b, PDF/A-1a, PDF/A-2b, PDF/A-2a, PDF/A-3b, PDF/A-3a
19- Update crypto-js to v4.2.0 (properly fix security issue)
20
21- Add support for EXIF orientation on JPEG images (#626 and #1353)
22
23### [v0.13.0] - 2021-10-24
24
25- Add tiling pattern support
26
27### [v0.12.3] - 2021-08-01
28
29- Remove examples from published package
30
31### [v0.12.2] - 2021-08-01
32
33- Fix for PDF accessibility check. (#1265)
34- Allow applying 'underline' and 'strike' text styling together on a text
35- Allow to specify the AcroForm text fontSize
36- Update crypto-js to v4.0 (properly fix security issue)
37
38### [v0.12.1] - 2021-04-10
39
40- Update crypto-js to v3.3 (fix security issue)
41- Update fontkit to 1.8.1
42
43### [v0.12.0] - 2021-04-04
44
45- Add support for Embedded Files and File Attachment Annotations
46- Accessibility support
47- Replace integration tests by visual regression tests
48- Fix access permissions in PDF version 1.7ext3
49- Fix Buffer() is deprecation warning
50- Add `forms.md` to generate documentation files
51- Fix "@" in FontName
52
53### [v0.11.0] - 2019-12-03
54
55- Fix infinite loop when an individual character is bigger than the width of the text.
56- Fix infinite loop when text is positioned after page right margin
57- Allow links in continued text to be stopped by setting link to null
58- Add support to interlaced PNG files
59- Do not emit \_interopDefault helper in commonjs build
60- Fix gradient with multiple stops (#1045)
61- Set link annotation flag to print by default
62- Add support for AcroForms
63- Drop support for (uncommon) cid less fonts on standalone build (reduces bundle size)
64
65### [v0.10.0] - 2019-06-06
66
67- Fix links to pages within the document
68- Add support for named destinations
69- Throw errors when `dash(...)` is passed invalid lengths
70- Remove PDFDocument#output method
71- Add standalone build (js/pdfkit.standalone.js)
72
73### [v0.9.1] - 2019-04-30
74
75- Fix setting printing permission
76- Fix corruption of string objects in browser
77- Add option to set default font
78- Remove call to fontkit.openSync
79- Add standalone virtual file system implementation
80- Add option (fontLayoutCache) to disable font layout cache
81
82### [v0.9.0] - 2019-01-28
83
84- Convert to code base from coffescript to ES6+
85- Fix loading grayscale / transparent PNG files
86- Reduce number of calls to async functions
87- Implement encryption / access control
88
\No newline at end of file