Releases: dfop02/html4docx
Releases · dfop02/html4docx
Release 1.1.5
Release 1.1.4
What's Changed
- feat: support CSS3 break-after:page by @chrisonntag in #61
- Add Security Audit to CI by @dfop02 in #63
- Bug/handle invalid rolspan and colspan by @dfop02 in #64
- feat: add strikethrough support for <del> tag by @arthrod in #59
- feat: add support for <mark> (highlight) and <ins> (underline) tags by @arthrod in #60
- [Bug] Tag Style Overrides Fix for Pre/Code tags by @dfop02 in #65
- Fix Python 3.7>= x <3.10 support by @dfop02 in #67
- Release/1.1.4 by @dfop02 in #68
New Contributors
- @chrisonntag made their first contribution in #61
- @arthrod made their first contribution in #59
Full Changelog: 1.1.3...1.1.4
Release 1.1.3
Release 1.1.2
What's Changed
- Class map tag override by @raithedavion in #44
- Change linter flake8 to ruff by @dfop02 in #50
- Release/1.1.2 by @dfop02 in #51
New Contributors
- @raithedavion made their first contribution in #44
Full Changelog: 1.1.1...1.1.2
Release 1.1.1
Release 1.1.0
What's Changed
- Bug/fix styles not being applied by @dfop02 in #41
- Release/1.1.0 by @dfop02 in #42
- Support to Python 3.14
- Support to BytesIO
Full Changelog: 1.0.10...1.1.0
1.0.10
1.0.9
1.0.9 (2025-07-18)
Updates
- Starting modularize project with metadata. | Dfop02
- Update tests, removing useless tests and separating by modules. | Dfop02
Fixes
- Merge missing
Release/1.0.8features. | Dfop02
New Features
- Add support for rowspan and colspan in tables. | Dfop02 from Issue
- Add support for 'vertical-align' in table cells. | Dfop02
- Add support for metadata | Dfop02
Full Changelog: 1.0.8...1.0.9
1.0.8
1.0.8 (2025-07-04)
++++++++++++++++++
Updates
- Add tests for image without paragraph. | Dfop02
- Add tests for bookmark without paragraph. | Dfop02
- Add tests for local image. | Dfop02
- Add tests for unbalanced table. | Dfop02
Fixes
- Fix crash when there is bookmark without paragraph. | Dfop02 from Issue
- Fix crash when there is image without paragraph. | Dfop02 from Issue
New Features
- None