Releases: ASML-Labs/PPTX.jl
Releases · ASML-Labs/PPTX.jl
v0.10.5
v0.10.4
PPTX v0.10.4
- Ability to define the slide layout via its name in the template file instead of an integer identifier:
Slide(; layout="Section Header") - Exported a function to list the layout names in a PowerPoint template file:
list_layoutnames
Merged pull requests:
Closed issues:
- Referring to slide layouts by name (#35)
v0.10.3
PPTX v0.10.3
option for wrapping text in a shape with TextBody("text", wrap=true)
Merged pull requests:
- adding wrap option to TextBox (#73) (@matthijscox-asml)
Closed issues:
- TextBox does not resize to fit (wrap) text (#72)
v0.10.2
PPTX v0.10.2
- actually fix docs images
Merged pull requests:
- another attempt to fix docs images (#69) (@matthijscox-asml)
- try default markdown images (#70) (@matthijscox-asml)
- parent dir docs images (#71) (@matthijscox-asml)
v0.10.1
PPTX v0.10.1
- fix docs images
- PPTX logo
Merged pull requests:
- Logo and images (#68) (@matthijscox-asml)
v0.10.0
PPTX v0.10.0
- Added table cell styling
- More text styling
- Docs examples for tables and plots
Merged pull requests:
- More textbox styles (#65) (@matthijscox-asml)
- Table styles (#66) (@matthijscox-asml)
Closed issues:
- ERROR: PowerPoint couldn't read some content in {PowerPoint File} - Repaired and removed it. (#63)
v0.9.1
PPTX v0.9.1
Fixed multiple hyperlinks per slide
Merged pull requests:
- Fix multiple hlinks (#64) (@matthijscox-asml)
Closed issues:
- Font Size (#61)
v0.9.0
PPTX v0.9.0
- Added fontsize option to the TextBox
- Changed Dict options into TextStyle type
Merged pull requests:
- added fontsize to TextBox (#62) (@matthijscox-asml)
v0.8.1
PPTX v0.8.1
Bugfixes:
- improved rId
- handling non-unique figure filenames
- TextBox bold style
Merged pull requests:
v0.8.0
PPTX v0.8.0
- Enabled hyperlinks in textboxes.
- Baked in some templates, a step towards a standalone package for PackageCompiler.jl
Merged pull requests:
- Avoid using
cpin tests (#50) (@nhz2) - Bake in default tableStyles.xml to improve PackageCompiler.jl support (#51) (@nhz2)
- Bake in default template to improve PackageCompiler support (#53) (@nhz2)
- Enable hyperlinks (#54) (@xvries)
- version bump to v0.8.0 (#55) (@matthijscox-asml)
Closed issues:
- Follow package best practices (#15)