Releases: singerla/pptx-automizer
Releases · singerla/pptx-automizer
fixes file & workbook
- Merge pull request #20 from singerla/dependabot/npm_and_yarn/path-parse-1.0.7 4083b13
- Merge pull request #22 from singerla/dependabot/npm_and_yarn/tmpl-1.0.5 825ee1c
- Merge pull request #21 from singerla/dependabot/npm_and_yarn/jszip-3.7.0 af279f5
- fix(workbook): remove all rows without "v"-tag 8085f5c
- fix(writer): use fs.promises to catch errors properly b93a3b4
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 732e7b1
- chore(deps): bump jszip from 3.6.0 to 3.7.0 f127e59
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 c2fb625
add constructor params, use creation ids
- test(params): add initial params to automizer constructor c82ba33
- chore(shape): parse type details b76177c
- chore(templates): load templates in constructor 7983d5b
- chore(types): export summary 6a0e088
- feature(templates): finds slides and elements by creation id 3cc77bf
- chore(docs): add link to automizer-data 167502a
add/remove columns to pptx-table & adjust width
v0.0.21 v0.0.21
add slides to empty presentation
Adds comments
- 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
Auto-remove unneeded series / categories
handle additional series and categories
more comments, improved structure
Autodetect internal workbook title
Vertical line & bubble chart support
- 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