Skip to content

Releases: Ziv-Barber/officegen

Officegen 0.4.4

26 Feb 11:33
Compare
Choose a tag to compare

Fix to support having pptx speaker notes with Office 2013.

Officegen 0.4.3

21 Feb 15:10
Compare
Choose a tag to compare

Including improved API for:

  • Pttx speaker notes.
  • Making pptx slides using existing layout.
  • Excel column width.

Officegen 0.4.2

12 Feb 15:45
Compare
Choose a tag to compare

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

17 Jan 06:53
Compare
Choose a tag to compare

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

29 Sep 06:26
Compare
Choose a tag to compare

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

02 Sep 09:19
Compare
Choose a tag to compare
  • 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

06 Mar 09:18
Compare
Choose a tag to compare

Latest version of officegen, working only on node.js 0.10.x

Officegen version 0.2.7

09 Jan 17:15
Compare
Choose a tag to compare

Supporting automatic fields (date, time, slide number) for pptx files.
Line-break for word.
Minor bug fixes.

Officegen version 0.2.6

09 Dec 12:50
Compare
Choose a tag to compare

Automatic line break support to both Powerpoint and Excel.