docx

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

MIT License

Downloads
690.7K
Stars
4K
Committers
104

Bot releases are hidden (Show)

docx - 8.5.0 Latest Release

Published by dolanmiu 10 months ago

What's Changed

Full Changelog: https://github.com/dolanmiu/docx/compare/8.4.0...8.5.0

docx - 8.4.0

Published by dolanmiu 10 months ago

What's Changed

Full Changelog: https://github.com/dolanmiu/docx/compare/8.3.0...8.4.0

docx - 8.3.0

Published by dolanmiu 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dolanmiu/docx/compare/8.2.4...8.3.0

docx - 8.2.4

Published by dolanmiu 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dolanmiu/docx/compare/8.2.3...8.2.4

docx - 8.2.3

Published by dolanmiu 12 months ago

Fix CommonJS vs ESM module resolution

docx - 8.2.2

Published by dolanmiu about 1 year ago

Fixing issues with Angular and NextJS - https://github.com/dolanmiu/docx/pull/2256

docx - 8.2.1

Published by dolanmiu over 1 year ago

docx - 8.2.0

Published by dolanmiu over 1 year ago

Check boxes - https://github.com/dolanmiu/docx/pull/2189
Fix override order in default styles - https://github.com/dolanmiu/docx/pull/2203
Fix patch doc add duplicate content type - https://github.com/dolanmiu/docx/pull/2201

docx - 8.1.0

Published by dolanmiu over 1 year ago

docx - 8.0.4

Published by dolanmiu over 1 year ago

https://github.com/dolanmiu/docx/pull/2103 - fix: do not use static numeric counters #2103

docx - 8.0.3

Published by dolanmiu over 1 year ago

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

docx - 8.0.2

Published by dolanmiu over 1 year ago

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

docx - 8.0.1

Published by dolanmiu over 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

docx - 8.0.0

Published by dolanmiu over 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

docx - 7.8.2

Published by dolanmiu almost 2 years ago

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

docx - 7.8.1

Published by dolanmiu almost 2 years ago

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

docx - 7.8.0

Published by dolanmiu almost 2 years 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

docx - 7.7.0

Published by dolanmiu almost 2 years ago

docx - 7.6.0

Published by dolanmiu almost 2 years 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

docx - 7.5.0

Published by dolanmiu about 2 years 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