Releases: Ziv-Barber/officegen
Releases · Ziv-Barber/officegen
Officegen 0.4.4
Fix to support having pptx speaker notes with Office 2013.
Officegen 0.4.3
Including improved API for:
- Pttx speaker notes.
- Making pptx slides using existing layout.
- Excel column width.
Officegen 0.4.2
New features:
- PowerPoint:
- Support for speaker notes.
- Advanced way to set the side of the slides.
- Allow you to make a slide from the title slide layout.
- Now adding all the original Office layouts to the generated pptx document.
- Table support fixes (japneet121).
- Word:
- Support for header and footer.
- Support for bookmarks and hyperlinks.
- Design and development:
- Document type plugins system to easy adding new features.
Officegen 0.4.1
Changes:
- Ability to make text hyperlinks in docx - Merge pull request #154 from embrialabs/master
- Added support for bullets (they weren't working, and were just showing numbers) - Merge pull request #151 from njcaruso/master.
- Fixed issue with _scaling private method - Merge pull request #150 from andrewBalekha/bugfix/chart-scaling-issue
- pptx/bug: Multiline text using \n for splitting paragraphs would style properly only first paragraph - Merge pull request #140 from tomasztunik/master
- Merge pull request #145 from arrowing/grid-span - Merge pull request #145 from arrowing/grid-span
Officegen 0.4.0
Changes:
- For all Microsoft Office based documents:
- Bug fix: Changing the document's properties from the document's settings didn't work.
- You can now change also the 'categories' and 'status' in the document's properties.
- 'creator' now changed to 'aurthor' (but you can still use also 'creator').
- PowerPoint:
- Charts now working again, using jszip so no need for any external tool.
- Word:
- Paragraph's text new options:
- 'shdType' and 'shdColor' (used with 'back').
- 'border', 'borderColor' and 'borderSize'.
- 'highlight'.
- All inside table borders (by cgarethc).
Officegen 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.
Officegen version 0.2.8
Latest version of officegen, working only on node.js 0.10.x
Officegen version 0.2.7
Supporting automatic fields (date, time, slide number) for pptx files.
Line-break for word.
Minor bug fixes.
Officegen version 0.2.6
Automatic line break support to both Powerpoint and Excel.