Skip to content

Releases: BlackBoiler/python-docx

v1.0.1 - Fix namespace issues with Custom Properties

11 Oct 20:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-bb...v1.0.1-bb

Version PR: #26

v1.0.0 - merge upstream 1.1.2, custom properties

23 May 21:02
Compare
Choose a tag to compare

CHANGELOG

  • change package name to python-docx-bb to avoid confusion with version numbers of upstream package
  • DEV-3948: Merge in upstream through python-openxml/python-docx:1.1.2
  • DEV-3861: add Custom Properties support from michael-koeller:feature/custom_properties
python-openxml Changes
1.1.2 (2024-05-01) - Fix python-openxml#1383 Revert lxml<=4.9.2 pin that breaks Python 3.12 install
- Fix python-openxml#1385 Support use of Part._rels by python-docx-template
- Add support and testing for Python 3.12
1.1.1 (2024-04-29) - Fix python-openxml#531, python-openxml#1146 Index error on table with misaligned borders
- Fix python-openxml#1335 Tolerate invalid float value in bottom-margin
- Fix python-openxml#1337 Do not require typing-extensions at runtime
1.1.0 (2023-11-03) - Add BlockItemContainer.iter_inner_content()
1.0.1 (2023-10-12) - Fix python-openxml#1256: parse_xml() and OxmlElement moved.
- Add Hyperlink.fragment and .url
1.0.0 (2023-10-01) - Remove Python 2 support. Supported versions are 3.7+
- Fix python-openxml#85: Paragraph.text includes hyperlink text
- Add python-openxml#1113: Hyperlink.address
- Add Hyperlink.contains_page_break
- Add Hyperlink.runs
- Add Hyperlink.text
- Add Paragraph.contains_page_break
- Add Paragraph.hyperlinks
- Add Paragraph.iter_inner_content()
- Add Paragraph.rendered_page_breaks
- Add RenderedPageBreak.following_paragraph_fragment
- Add RenderedPageBreak.preceding_paragraph_fragment
- Add Run.contains_page_break
- Add Run.iter_inner_content()
- Add Section.iter_inner_content()

Version PR: #23

v0.4.7 - Table shading and bug fixes

19 Jul 18:38
Compare
Choose a tag to compare

0.4.7 (2023-07-19)

  • DEV-2649: add shd tag to TcPr for colored table cells
  • Fix "text" attr setter for CT_DR and CT_IR
  • DEV-3177: get children anywhere for all_runs for CT_IR to support runs
    nested inside of deletes

This version is required for Addendum Generation in megapolyglot

Version PR: #20

v0.4.6 - wrap int() calls in float() to avoid ValueError

30 May 14:41
Compare
Choose a tag to compare

v0.4.6

  • DEV-3195: wrap int() call in float() so we can read float vals of size attrs
    in e.g. w:spacing tags

Version PR: #19

v0.4.5 - fix `all_runs` methods of Ins and Del objects

06 Feb 22:05
Compare
Choose a tag to compare

0.4.5 Changelog (2023-02-06)

  • DEV-2853: fix all_runs methods of Ins and Del objects

Version PR: #15

v0.4.4 - fix `text` property of ins and del

19 Sep 13:55
Compare
Choose a tag to compare

Changelog

DEV-1807: fix text property of CT_IR and CT_DR

Version PR: #13

v0.4.4-rc.1: changes for multi-round edits

16 May 19:47
Compare
Choose a tag to compare

DEV-1912: RC for multi-round edits (DEV-1807)

  • fixes text attribute for CT_IR and CT_DR

v0.4.3 - fix for `br` attributes in `CT_R`

13 May 17:47
Compare
Choose a tag to compare
  • DEV-1907: remove self-added br property from CT_R
    • having it there seemed to remove methods added by ZeroOrMore()

Note: This version is not compatible with nlp_mini_tools==1.3.0, use nlp_mini_tools==1.3.1 instead

v0.4.2: Add formatting attributes

12 Apr 15:33
Compare
Choose a tag to compare

DEV-1654: Subdoc ID & DEV-1007: Profile Daedalus

  • Adds attributes needed for better formatting information

v0.4.2-rc.1: Add formatting attributes

01 Apr 22:07
Compare
Choose a tag to compare
Pre-release
  • Adds attributes to access more information about formatting