Releases: ASML-Labs/PPTX.jl
Releases · ASML-Labs/PPTX.jl
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
cp
in 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)
v0.7.0
PPTX v0.7.0
Backend change: switched to ZipArchives.jl
Merged pull requests:
- Remove
unzip
andzip
and use ZipArchives.jl instead (#31) (@nhz2) - Add content types for picture formats (#42) (@jaakkor2)
- Refer to "[Content_Types].xml" without ".." (#43) (@jaakkor2)
- Remove content type update (#44) (@matthijscox-asml)
- Add content types, try2 (#46) (@jaakkor2)
Closed issues:
v0.6.3
PPTX v0.6.3
Merged pull requests:
v0.6.2
PPTX v0.6.2
Merged pull requests:
- Feat: manual image x and y size to support svg (#37) (@matthijscox-asml)