Skip to content

Releases: singerla/pptx-automizer

add/remove columns to pptx-table & adjust width

22 Jul 09:53
Compare
Choose a tag to compare

add slides to empty presentation

20 Apr 14:25
Compare
Choose a tag to compare
  • test: add slide to empty presentation d1c2454
  • fix: add slide to empty presentation 27209f0
  • Create FUNDING.yml 71b997c
  • docs: adds some basic and installation info 8dae40d

v0.0.18...v0.0.19

Adds comments

08 Apr 22:19
Compare
Choose a tag to compare
  • chore: exclude docs c0906eb
  • docs: added Automizer as named export to toc 172c9c2
  • docs: hide internal methods and props 7983efe
  • chore: remove dir deabb09
  • docs: update ModifyHelper-Classes / Slide c1561d6
  • docs: addsvcomments on slide related functions c598a7c
  • docs: add typedoc generated documentation 3a85f51
  • docs: comments on modifiers and api functions a223614
  • refactor(modify-helper): seperated by element type 0ad4f80

v0.0.17...v0.0.18

Auto-remove unneeded series / categories

08 Apr 08:56
Compare
Choose a tag to compare
  • test: create extra slides with smaller data objects cafecdb
  • feature: remove unneeded series / categories a49b763

v0.0.16...v0.0.17

handle additional series and categories

06 Apr 07:13
Compare
Choose a tag to compare
  • test: add series and categories 1379fe3
  • chore: throw error on invalid chart data 4e55901

v0.0.15...v0.0.16

more comments, improved structure

01 Apr 09:58
Compare
Choose a tag to compare
  • chore: prettier code formatting a57ed9f
  • test: prepare for table modifiers 398caa7
  • chore: add comments to public functions e744d55
  • refactor: improved filename and type file structure b789b31

v0.0.14...v0.0.15

Autodetect internal workbook title

31 Mar 12:53
Compare
Choose a tag to compare
  • chore: prefix & suffix declared in constructor b821761
  • fix: chart callback c683174
  • fix: workbook file prefix 1df96b5

v0.0.13...v0.0.14

Vertical line & bubble chart support

30 Mar 15:52
Compare
Choose a tag to compare
  • Merge branch 'main' of https://github.com/singerla/pptx-automizer into main 5854093
  • refactor: merged & simplified chart modifiers add20df
  • docs: update modify on import 71d66d1
  • test: modify for table test c075f7a
  • test: modify an existing table 4e28737
  • refactor: helper-name, workbook-table c16053b
  • test: fixed output filenames 325a293
  • refactor: dirs, filenames, tests 79f4482
  • test: default charts, vert. lines, bubbles (WIP) a294538
  • feature: add series, add categories, use xy-chart types 880f1ac
  • chore: prettier fixes a19283e
  • add prettier; rename config files 99ea2b6
  • fix: input types for arrayify a69e8ad
  • chore: clearer modification types 64ea980
  • refactor: satisfy eslint rules; add more type safety b85cfe0
  • refactor: add eslint; remove unused dependencies b2c706d
  • Merge pull request #1 from jerrykeys/main 58590f4
  • Added more type safety Linting & method naming 4b07ce4
  • Added awaits Refactored file names Replaced "function" types with full declarations d376a7a
  • Changed default export classes to named exports 4f8a480
  • Chart setup fix fd5da46
  • Split interfaces etc in separate files 7759cd1
  • Updated code style in tests Added callback types Added frame type Fixed several tslint issues Replaced unnecessary for...in loops 55dad64
  • Replaced not mutated vars and lets with const 4fa1a59
  • Fixed indents, whitespace, semicolons 0363eb1

v0.0.12...v0.0.13

Use Automizer.modify

19 Mar 11:41
Compare
Choose a tag to compare
  • docs: add Automizer.modify to example a8cfa26
  • feat: export Automizer.modify functions 7c7d665
  • docs: info about modifyElement() a491b59

v0.0.11...v0.0.12

modify existing shapes

19 Mar 11:12
Compare
Choose a tag to compare
  • refactor: separate append from modify d413ca1
  • feature: insert and edit a single chart c1fc962
  • test: one output file per test 7866c70
  • feature: generic shapes; refactor: subdirs for shapes 60b6f1e
  • Delete myPresentation.pptx 9c35dc6
  • test: slide notes and images 8a81a51
  • refactor: definitions and constants; fix: svg single import 2ce41b4
  • test: customer related dir c6a0a25
  • fix: adding svg images; feature: duration a8f8565

v0.0.10...v0.0.11