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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,15 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
4
4
5
5
## 0.11.0 - Not yet released
6
6
7
-
This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3; new relative and absolute positioning for image; new `TextBox`and `ListItemRun` element; refactorings of writer classes into parts, elements, and styles; and ability to add elements to PHPWord object via HTML.
7
+
This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Three new elements were added: TextBox, ListItemRun, and Field. Relative and absolute positioning for images and textboxes were added. Writer classes were refactored into parts, elements, and styles. ODT and RTF features were enhanced. Ability to add elements to PHPWord object via HTML were implemeted.
8
8
9
9
### Features
10
10
11
11
- Image: Ability to define relative and absolute positioning - @basjanGH-217
12
12
- Footer: Conform footer with header by adding firstPage, evenPage and by inheritance - @basjan@ivanlaninGH-219
13
-
- TextBox: Ability to add textbox in section, header, and footer - @basjan@ivanlaninGH-228GH-229
14
-
- TextBox: Ability to add table inside textbox - @basjanGH-231
13
+
- Element: New `TextBox` element - @basjan@ivanlaninGH-228GH-229GH-231
15
14
- HTML: Ability to add elements to PHPWord object via html - @basjanGH-231
16
-
-ListItemRun: New element that can add a list item with inline formatting like a textrun - @basjanGH-235
15
+
-Element: New`ListItemRun` element that can add a list item with inline formatting like a textrun - @basjanGH-235
17
16
- Table: Ability to add table inside a cell (nested table) - @ivanlaninGH-149
18
17
- RTF Writer: UTF8 support for RTF: Internal UTF8 text is converted to Unicode before writing - @ivanlaninGH-158
19
18
- Table: Ability to define table width (in percent and twip) and position - @ivanlaninGH-237
@@ -30,6 +29,7 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3; new r
You can create a docx template with included search-patterns that can be replaced by any value you wish. Only single-line values can be replaced. To load a template file, use the `loadTemplate` method. After loading the docx template, you can use the `setValue` method to change the value of a search pattern. The search-pattern model is: `${search-pattern}`. It is not possible to add new PHPWord elements to a loaded template file.
0 commit comments