Releases: Ziv-Barber/officegen
Releases · Ziv-Barber/officegen
Officegen version 0.6.5
Version 0.6.5:
- PPTX: Better fonts support in pptx: new options parameter for addText: pitch_family and charset.
Version 0.6.4: - Apple Pages compatibility and more options (thanks apsavin!).
- Merge pull request #349 from isdh/patch-1.
- More options for tables.
- Extend encoding of text to also remove invalid XML characters.
- Round cx and cy values for images in a:ext tag.
- Packages updates.
- DOCX: Feature request: ability to specify list level/depth.
- Documentation: Fixed the addImage example for DOCX.
Officegen version 0.6.3
Version 0.6.3:
- DOCX: addText() now supporting newline.
- DOCX: Add paragraph spacing option.
- DOCX: Fix image relationships for header/footer.
- DOCX: columns support.
- DOCX: Better units support for image size: '1in', '1em', '1cm', '1mm', '1pt', '1pc'.
- Fixed the jpeg support.
officegen 0.6.2
- Version 0.6.2:
- PPTX workaround for using placeholders + custom sizes + custom fills: the disableFillSettings setting.
- Version 0.6.1:
- PPTX paragraph: more auto-fit options and more dots options.
- PPTX shapes more options: you can now change y,x,cx and cy for ph shapes, title, desc, hidden, nvPrAttrCode and nvPrCode.
- Better units support in pptx shapes: '1in', '1em', '1cm', '1mm', '1pt', '1pc'.
- An option to change the view of a pptx document.
- Fix: borderStyle does not work because of a typo.
- More fonts support.
- Some packages updates.
Officegen 0.6.0
Officegen 0.5.2
Officegen version 0.5.2:
- Added a missing configuration option to the layout controls support in PowerPoint slides.
Officegen 0.5.1
Officegen version 0.5.1:
- Small update release for allowing using layout controls in pptx slides.
Officegen 0.5.0
Officegen version 0.5.0:
- Microsoft Word Document new features:
- addText now have 2 new options: superscript and subscript (fixed issue #299).
- Microsoft PowerPoint Document new features:
- Custom layouts support.
- Allow to insert direct xml code to a slide.
- Allow using theme's colors in a slide object.
- Documented how to change the theme.
- More customizations to the slide's size (see the documentation).
- Redesign the lib directory structure.
- Some packages updates.
Officegen 0.4.8
- Version 0.4.8:
- Upgraded jszip to the last version.
- Some packages updates.
- xmlbuilder 11.0.1 migration.
- Start cleaning the documentation.
- Remove missing sourcemap url (Merge pull request #295 from pdesantis/master).
- Update docxtable.js.
Officegen 0.4.7
- Merge pull request #278 from aug2uag/master.
- Merge pull request #255 from OmniCyberSecurity/master.
- Merge pull request #262 from bkylerussell/indent.
- Small fixed for the README.md.
- Updated the supported node.js versions.
- Merge pull request #270 from markau/markau-docxJSON-fixes.
- Fix to example JSON key name, Fix to lib to ensure createListOfNumber.
- Merge pull request #266 from pdesantis/master.
- Merge pull request #259 from textioHQ/custom-style-support.
- Add strikethrough option to docx addText function.
- Account for paragraphs without specified options.
- Round cx and cy values for images.
- Merge pull request #249 from flaviolacer/patch-1.
- Working Grid Width.
- Merge pull request #238 from danishcake/missing_require_path.
- Fix missing require('path').
- Merge pull request #228 from msenevir/docs-set-slide-size-option.
- update docs.
- Merge pull request #227 from bainweb/master.
- Remove unnecessary margin above tables.
- Merge pull request #225 from salzhrani/rtl (RTL support).
Officegen 0.4.5
- Added dot bullets.
- Option to append text to the content object of a slide based on the "text and content" layout.
- Bug: Fix creating invalid pptx files when using styles.
- Bug: Create invalid empty in excel files.
- Bug: pptx addText ( null ) crashing officegen.
- Bug: The title and content layout was the same as section header.
- Bug: Selecting a layout not effecting the slide.
- Add support for baseline font property (peakon).
- Enable cell specific formatting in PowerPoint tables (jmetric).