Skip to content

Commit 90a5595

Browse files
committed
1.1.0
1 parent 8e0285d commit 90a5595

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.1.0](https://github.com/PHPOffice/PHPWord/tree/1.1.0) (2023-05-30)
6+
7+
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/1.0.0...1.1.0)
8+
9+
### Enhancements
10+
11+
- Introduce deleteRow() method for TemplateProcessor
12+
- HTML Reader: Add basic support for CSS Style Tag
13+
- Allow customizing macro syntax in TemplateProcessor
14+
- Add background color support for textboxes
15+
- Add softhyphen support to word reader
16+
- Add support table row height when importing HTML
17+
- Add support for fractional font sizes
18+
- Added image quality support, with the maximum quality as default
19+
- Support for reading nested tables
20+
21+
### Bug fixes
22+
23+
- DOCX reader: Read empty vmerge
24+
- Fixed setting width of Cell Style
25+
26+
### Miscellaneous
27+
28+
- `master` is the new default branch
29+
530
## [1.0.0](https://github.com/PHPOffice/PHPWord/tree/1.0.0) (2022-11-15)
631

732
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/0.18.3...1.0.0)

0 commit comments

Comments
 (0)