Merge pull request #724 from garethellis36/fix-html-tables
Resolves certain HTML tags rendering no output
This commit is contained in:
commit
0bd396b5cb
|
|
@ -53,6 +53,7 @@ Manual installation feature has been dropped since the release. Please, use [Com
|
|||
- Improved error message for the case when `autoload.php` is not found. - @RomanSyroeshko #371
|
||||
- Renamed the `align` option of `NumberingLevel`, `Frame`, `Table`, and `Paragraph` styles into `alignment`. - @RomanSyroeshko
|
||||
- Improved performance of `TemplateProcessor::setValue()`. - @kazitanvirahsan #614, #617
|
||||
- Fixed some HTML tags not rendering any output (p, header & table) - #257, #324 - @twmobius and @garethellis
|
||||
|
||||
### Deprecated
|
||||
- `getAlign` and `setAlign` methods of `NumberingLevel`, `Frame`, `Table`, and `Paragraph` styles.
|
||||
|
|
|
|||
Loading…
Reference in New Issue