Docx Versions Save

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

8.0.3

1 year ago

https://github.com/dolanmiu/docx/pull/2087 - fix: added unique numeric id creator to avoid numbering render errors

8.0.2

1 year ago

https://github.com/dolanmiu/docx/pull/2053 - Fix null pointer reference

8.0.1

1 year ago

https://github.com/dolanmiu/docx/pull/2016 - Fix patchDocument when image is in use https://github.com/dolanmiu/docx/pull/2032 - Fix issue with patchDocument

8.0.0

1 year ago

image

Breaking Changes

https://github.com/dolanmiu/docx/pull/1823 - Multiple Override Levels https://github.com/dolanmiu/docx/pull/1898 - Stricter typing for File's Children https://github.com/dolanmiu/docx/pull/1960 - Document Patcher - Replacing Template feature https://github.com/dolanmiu/docx/pull/2006 - Deprecate template dotx https://github.com/dolanmiu/docx/pull/2015 - Comments now accept children

Non-Breaking Changes

https://github.com/dolanmiu/docx/pull/1848 - Different Language support https://github.com/dolanmiu/docx/pull/1852 - Positional tabs https://github.com/dolanmiu/docx/pull/1853 - Hyperlink to work on images https://github.com/dolanmiu/docx/pull/2007 - Automatically Adjust Spacing of East Asian Text and Numbers https://github.com/dolanmiu/docx/pull/2013 - Add src to .npmignore https://github.com/dolanmiu/docx/pull/2014 - Use regex for splitting path names

7.8.2

1 year ago

https://github.com/dolanmiu/docx/pull/1866 - Hot fix. Incorrectly returning undefined in constructor

7.8.1

1 year ago

https://github.com/dolanmiu/docx/pull/1861 - Hot fix. Incorrectly returning undefined in constructor

7.8.0

1 year ago

https://github.com/dolanmiu/docx/pull/1787 - Add more alignment options according to spec https://github.com/dolanmiu/docx/pull/1797 - Add more levels options according to spec https://github.com/dolanmiu/docx/pull/1785 - Add exact for spacing https://github.com/dolanmiu/docx/pull/1822 - Add UnderlineType.NONE https://github.com/dolanmiu/docx/pull/1830 - Optional Background property

7.7.0

1 year ago

7.6.0

1 year ago

MathIntegral - https://github.com/dolanmiu/docx/pull/1700 Multiple tab stop support for Libre Office - https://github.com/dolanmiu/docx/pull/1709 Fix documentation - https://github.com/dolanmiu/docx/pull/1677

7.5.0

1 year ago

#1633 - Add toString to Packer #1601 - Update hyperlink.ts #1636 - Packer.toStream() support #1661 - Add Is Legal Numbering Style #1662 - TSLint to ESLint https://github.com/dolanmiu/docx/pull/1662 - TSLint to ESLint migration