Skip to content

Commit

Permalink
Version 0.2.11
Browse files Browse the repository at this point in the history
Bug fixes release:
  • Loading branch information
Ziv-Barber committed Aug 27, 2016
1 parent 4b944d4 commit 355c3c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- Version 0.2.11:
- Allow user to set options in addImage when they use createByJson to generate docx (peizhuang) and also to change the image type (Ziv Barber).
- Provide varying column sizes in Word tables (cgarethc).
- Tables in Word can have differing column widths (cgarethc).
- The cellColWidth option that is copied to the w:w on a w:tcW only works if the w:gridCol is a non-zero value. It is now possible to set table columns to different widths by using the cellColWidth on the columns for the first row, rather than having to set a constant column with in the table options.
- PPTX Widescreen Centering Fix (funnelwise).
- Uses pptWidth for obj cx and x calculations instead of hard coded numbers (EricR-FW).
- Cleaned the code and more documentations and unit tests.
- Version 0.2.10:
- All the community patches since 0.2.9.
- Version 0.2.9:
- Italic support to docx files by Vlampreia.
- Floating point support by Van Dyvk (pptx files).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officegen",
"description": "Office Open XML Generator using Node.js streams. Supporting Microsoft Office 2007 and later Word (docx), PowerPoint (pptx,ppsx) and Excel (xlsx). This module is for all frameworks and environments. No need for any commandline tool - this module is doing everything inside it.",
"version": "0.2.10",
"version": "0.2.11",
"author": {
"name": "Ziv Barber",
"url": "https://github.com/Ziv-Barber"
Expand Down

0 comments on commit 355c3c3

Please sign in to comment.