Skip to content

Releases: dolanmiu/docx

4.0.0

23 Aug 00:29
cc453dc
Compare
Choose a tag to compare

Issues

#72
#91
#61

PRs

#90 - Buffer packer
#87 - footnotes
#86 - Multiple headers
#98 - support for w:eastAsia and w:cs
#100 - Bookmarks and Internal hyperlinks #100
#111 - make .docx file smaller
#107 - grid span
#106 - table cell shading
#89 - Image methods # Will break 3.x.x
#103 - Bidi support
#113 - documentation revamp
#114 - add bold and italics to bididrectional text
#124 - docx Browser support! Now it works for Angular/React/Vanilla HTML

3.6.0

22 May 01:36
Compare
Choose a tag to compare

3.5.0

08 May 21:19
Compare
Choose a tag to compare

3.4.0

10 Apr 20:58
Compare
Choose a tag to compare

3.2.0

08 Feb 10:06
Compare
Choose a tag to compare

3.2.0 brings huge features, notibily:

Image support
Footer and header support
Landscape + Portrait mode
Ability to change margins

Check out the demos!

Massive internal overhaul of project to make it easier to maintain, and easier to add new features.

Strict use of Prettier formatting
/src folder rather than /ts
Using webpack for building rather than tsc
Tests run all demos as part of the checks

3.1.0

06 Dec 01:42
Compare
Choose a tag to compare

Add PDF exporting support!

now when you create an exporter, you can use .packPdf() to export it as a PDF document instead:

var exporter = new docx.LocalPacker(doc);
exporter.packPdf('My Document');

3.0.1

19 Sep 15:03
Compare
Choose a tag to compare

3.0.0

16 Sep 23:21
Compare
Choose a tag to compare

2.1.3

16 Sep 16:49
Compare
Choose a tag to compare

2.1.1

08 Jul 20:40
Compare
Choose a tag to compare

Made XmlableObject non-ambient, which means the tsc compiler is able to include it in the typings