You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "absolute" horizontal and vertical positioning of Frame - @basjan#302
28
+
- Add new-page function for PDF generation. For multiple PDF-backends - @chc88#426
29
29
- Report style options enumerated when style unknown - @h6w
30
30
31
31
### Bugfixes
32
32
33
-
- Fix rare PclZip/realpath/PHP version problem - @andrew-kzooGH-261
34
-
-`addHTML` encoding and ampersand fixes for PHP 5.3 - @bskrtichGH-270
35
-
- Page breaks on titles and tables - @ivanlaninGH-274
36
-
- Table inside vertical border does not rendered properly - @ivanlaninGH-280
37
-
-`add<elementName>` of container should be case insensitive, e.g. `addToc` should be accepted, not only `addTOC` - @ivanlaninGH-294
38
-
- Fix specific borders (and margins) were not written correctly in word2007 writer - @pscheitGH-327
39
-
- "HTML is not a valid writer" exception while running "Sample_36_RTL.php" - @RomanSyroeshkoGH-340
40
-
- "addShape()" magic method in AbstractContainer is mistakenly named as "addObject()" - @GMTAGH-356
33
+
- Fix rare PclZip/realpath/PHP version problem - @andrew-kzoo#261
34
+
-`addHTML` encoding and ampersand fixes for PHP 5.3 - @bskrtich#270
35
+
- Page breaks on titles and tables - @ivanlanin#274
36
+
- Table inside vertical border does not rendered properly - @ivanlanin#280
37
+
-`add<elementName>` of container should be case insensitive, e.g. `addToc` should be accepted, not only `addTOC` - @ivanlanin#294
38
+
- Fix specific borders (and margins) were not written correctly in word2007 writer - @pscheit#327
39
+
- "HTML is not a valid writer" exception while running "Sample_36_RTL.php" - @RomanSyroeshko#340
40
+
- "addShape()" magic method in AbstractContainer is mistakenly named as "addObject()" - @GMTA#356
41
41
-`Element\Section::setPageSizeW()` and `Element\Section::setPageSizeH()` were mentioned in the docs but not implemented.
42
-
- Special Characters (ampersand) in Title break docx output - @RomanSyroeshkoGH-401
43
-
-`<th>` tag is closed with `</td>` tag: - @franzholzGH-438
42
+
- Special Characters (ampersand) in Title break docx output - @RomanSyroeshko#401
43
+
-`<th>` tag is closed with `</td>` tag: - @franzholz#438
44
44
45
45
### Deprecated
46
46
@@ -53,14 +53,14 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
53
53
54
54
### Miscellaneous
55
55
56
-
- Docs: Add known issue on `README` about requirement for temporary folder to be writable and update `samples/index.php` for this requirement check - @ivanlaninGH-238
57
-
- Docs: Correct elements.rst about Line - @chrissharkmanGH-292
58
-
- PclZip: Remove temporary file after used - @andrew-kzooGH-265
59
-
- Autoloader: Add the ability to set the autoloader options - @bskrtichGH-267
56
+
- Docs: Add known issue on `README` about requirement for temporary folder to be writable and update `samples/index.php` for this requirement check - @ivanlanin#238
57
+
- Docs: Correct elements.rst about Line - @chrissharkman#292
58
+
- PclZip: Remove temporary file after used - @andrew-kzoo#265
59
+
- Autoloader: Add the ability to set the autoloader options - @bskrtich#267
60
60
- Element: Refactor elements to move set relation Id from container to element - @ivanlanin
0 commit comments