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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-58Lines changed: 2 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -2,64 +2,8 @@
2
2
3
3
This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub.
4
4
5
-
## 0.12.0 - Not yet released
6
-
7
-
This release added form fields (textinput, checkbox, and dropdown), drawing shapes (arc, curve, line, polyline, rect, oval), and basic 2D chart (pie, doughnut, bar, line, area, scatter, radar) elements along with some new styles. Basic MsDoc reader is introduced.
8
-
9
-
### Features
10
-
11
-
- Element: Ability to add drawing shapes (arc, curve, line, polyline, rect, oval) using new `Shape` element - @ivanlaninGH-123
12
-
- Font: New `scale`, `spacing`, and `kerning` property of font style - @ivanlanin
13
-
- Paragraph: Added shading to the paragraph style for full width shading - @lrobertGH-264
14
-
- RTF Writer: Support for sections, margins, and borders - @ivanlaninGH-249
15
-
- Section: Ability to set paper size, e.g. A4, A3, and Legal - @ivanlaninGH-249
16
-
- General: New `PhpWord::save()` method to encapsulate `IOFactory` - @ivanlanin
17
-
- General: New `Shared\Converter` static class - @ivanlanin
- "absolute" horizontal and vertical positioning of Frame - @basjanGH-302
28
-
29
-
### Bugfixes
30
-
31
-
- Fix rare PclZip/realpath/PHP version problem - @andrew-kzooGH-261
32
-
-`addHTML` encoding and ampersand fixes for PHP 5.3 - @bskrtichGH-270
33
-
- Page breaks on titles and tables - @ivanlaninGH-274
34
-
- Table inside vertical border does not rendered properly - @ivanlaninGH-280
35
-
-`add<elementName>` of container should be case insensitive, e.g. `addToc` should be accepted, not only `addTOC` - @ivanlaninGH-294
36
-
- Fix specific borders (and margins) were not written correctly in word2007 writer - @pscheitGH-327
37
-
- "HTML is not a valid writer" exception while running "Sample_36_RTL.php" - @RomanSyroeshkoGH-340
38
-
- "addShape()" magic method in AbstractContainer is mistakenly named as "addObject()" - @GMTAGH-356
39
-
-`Element\Section::setPageSizeW()` and `Element\Section::setPageSizeH()` were mentioned in the docs but not implemented.
40
-
- Special Characters (ampersand) in Title break docx output - @RomanSyroeshkoGH-401
41
-
-`<th>` tag is closed with `</td>` tag: - @franzholzGH-438
42
-
43
-
### Deprecated
44
-
45
-
-`Element\Link::getTarget()` replaced by `Element\Link::getSource()`
46
-
-`Element\Section::getSettings()` and `Element\Section::setSettings()` replaced by `Element\Section::getStyle()` and `Element\Section::setStyle()`
47
-
-`Shared\Drawing` and `Shared\Font` merged into `Shared\Converter`
48
-
-`DocumentProperties` replaced by `Metadata\DocInfo`
49
-
-`Template` replaced by `TemplateProcessor`
50
-
-`PhpWord->loadTemplate($filename)`
51
-
52
-
### Miscellaneous
53
-
54
-
- 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
55
-
- Docs: Correct elements.rst about Line - @chrissharkmanGH-292
56
-
- PclZip: Remove temporary file after used - @andrew-kzooGH-265
57
-
- Autoloader: Add the ability to set the autoloader options - @bskrtichGH-267
58
-
- Element: Refactor elements to move set relation Id from container to element - @ivanlanin
0 commit comments