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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
4
4
5
5
## 0.10.0 - Not yet released
6
6
7
-
This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. `Element` subnamespace is introduced in this release to replace `Section`. Word2007 reader capability is greatly enhanced. Endnote is introduced. List numbering is now customizable. Basic HTML and PDF writing support is enabled.
7
+
This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. `Element` subnamespace is introduced in this release to replace `Section`. Word2007 reader capability is greatly enhanced. Endnote is introduced. List numbering is now customizable. Basic HTML and PDF writing support is enabled. Basic ODText reader is introduced.
8
8
9
9
### Features
10
10
@@ -43,6 +43,8 @@ This release marked heavy refactorings on internal code structure with the creat
43
43
- Font: Small caps, all caps, and double strikethrough - @ivanlaninGH-151
44
44
- Settings: Ability to use measurement unit other than twips with `setMeasurementUnit` - @ivanlaninGH-199
45
45
- Style: Remove `bgColor` from `Font`, `Table`, and `Cell` and put it into the new `Shading` style - @ivanlanin
46
+
- Style: New `Indentation` and `Spacing` style - @ivanlanin
47
+
- Paragraph: Ability to define first line and right indentation - @ivanlanin
46
48
47
49
### Bugfixes
48
50
@@ -63,6 +65,7 @@ This release marked heavy refactorings on internal code structure with the creat
63
65
- All current methods on `Media`
64
66
-`Element\Link::getLinkSrc` replaced by `Element\Link::getTarget`
65
67
-`Element\Link::getLinkName` replaced by `Element\Link::getText`
0 commit comments