- 2ad6c43: Use camel caps for method
serialize_async->serializeAsync
- 5e2476d: Add
DocxSerializerAsyncto support asynchronous document export, including remote images.
- 546a4b7: Add support for docx.js sections, and allow consumers to modify final Document in
serialize.
- c91d548: Pass image run opts through to image serializer
- f007926: Allow users to pass an
imageTypeto theimageserializer, fixes image serializer for dataUrl images
- 70d6ed2: Calling writeDocx returns the buffer, which allows for await or .then usage
- 1f7167b: Replace
buffer-image-sizewithimage-dimensionsin prosemirror-docx.
- fe429e5: Support docx by removing unexported dependency
- 028f0a9: Add tip tap default marks for bold and italic
- 028f0a9: Upgrade docx to 8.5.0
- 028f0a9: Exposes table row and cell docx run options via the state.table helper