@@ -3,18 +3,33 @@ Change Log
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- v0.17.0 (?? ??? 2019)
6
+ v0.17.0 (01 oct 2019)
7
7
----------------------
8
8
### Added
9
- - Add RightToLeft table presentation. @ troosan # 1550
9
+ - Add methods setValuesFromArray and cloneRowFromArray to the TemplateProcessor @ geraldb-nicat # 670
10
10
- Set complex type in template @troosan #1565
11
+ - implement support for section vAlign @troosan #1569
12
+ - ParseStyle for border-color @Gllrm0 #1551
13
+ - Html writer auto invert text color @SailorMax #1387
14
+ - Add RightToLeft table presentation. @troosan #1550
11
15
- Add support for page vertical alignment. @troosan #672 #1569
16
+ - Adding setNumId method for ListItem style @eweso #1329
17
+ - Add support for basic fields in RTF writer. @Samuel-BF #1717
12
18
13
19
### Fixed
14
20
- Fix HTML border-color parsing. @troosan #1551 #1570
21
+ - Language::validateLocale should pass with locale 'zxx'. @efpapado #1558
22
+ - can't align center vertically with the text @ter987 #672
23
+ - fix parsing of border-color and add test @troosan #1570
24
+ - TrackChange doesn't handle all return types of \DateTime::createFromFormat(...) @superhaggis #1584
25
+ - To support PreserveText inside sub container @bhattnishant #1637
26
+ - No nested w: pPr elements in ListItemRun. @waltertamboer #1628
27
+ - Ensure that entity_loader disable variable is re-set back to the original setting @seamuslee001 #1585
15
28
16
29
### Miscellaneous
17
- - Use embedded http server to test loading of remote images @troosan #
30
+ - Use embedded http server to test loading of remote images @troosan #1544
31
+ - Change private to protected to be able extending class Html @SpinyMan #1646
32
+ - Fix apt-get crash in Travis CI for PHP 5.3 @mdupont #1707
18
33
19
34
v0.16.0 (30 dec 2018)
20
35
----------------------
0 commit comments