File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
30
## [ 1.0.0] ( https://github.com/PHPOffice/PHPWord/tree/1.0.0 ) (2022-11-15)
6
31
7
32
[ Full Changelog] ( https://github.com/PHPOffice/PHPWord/compare/0.18.3...1.0.0 )
You can’t perform that action at this time.
0 commit comments