Skip to content

Releases: singerla/pptx-automizer

datapoint labels; axis params; xmldom version

Choose a tag to compare

@singerla singerla released this 26 Sep 12:57
  • chore(xml): bump xmldom version; add dLbl-template 0986dd5
  • fix(image): add suffix for created rId-attributes to prevent messed svg insertions 72fd901
  • chore(chart): minor fixes 020a456
  • chore(chart): support custom image based textures for line markers d8395ba
  • fix(slide): remove unsupported xml tags from ppt-addons (e.g. thinkcell) 7749b8f
  • chore(shape): update shape position (move or resize) by given offset bf892d9
  • chore(axis): modify value axis formatCode 945d7fd
  • chore(axis): modify value axis minor/major unit adeae8b
  • fix(template): avoid error on root tpl w/o slides 197fe39
  • feature(template): remove all existing slides from rootTemplate 5ffaa15
  • feature(dir): use template fallback dir 0dae3f5
  • fix(xml): force node assertion from previous sibling for xlsx 323b83b
  • chore(table): add background to table row style db76968
  • chore(shapes): set table cx & cy / add style to shapes c5ba1d8
  • fix(xml): set xml element template only once 69a3f01
  • refactor(xml): use unmodified template node to assert a target ec34410
  • feature(labels): WIP modify series- & datapoint-labels f68ca16

v0.1.1...v0.1.2

added statusTracker

Choose a tag to compare

@singerla singerla released this 02 May 08:03
  • feature(status): use statusTracker to show progress during generation 10187bf
  • chore: add classes to module export a20a95d

v0.1.0...v0.1.1

bump deps versions

Choose a tag to compare

@singerla singerla released this 20 Apr 11:10
  • chore: bump versions 408b5ae
  • chore: remove debug stuff c42db18
  • Merge pull request #24 from singerla/dependabot/npm_and_yarn/minimist-1.2.6 f3770ca
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 aea8d87

v0.0.24...v0.1.0

set text-, series- & point-styles

Choose a tag to compare

@singerla singerla released this 20 Apr 10:10
  • chore(tests): renovate tests fe435c6
  • chore(types): add exported types bf373ce
  • fix(types): fix slide selector; minor fixes 92bcf8b
  • chore(types): remove unnecessary declaration 798f723
  • feature(chart): set range for value axis 1c8ff93
  • chore(chart): modify chart point border bea6755
  • chore(master): first steps for master slide copying (WIP) acdc722
  • fix(text): extend text blocks properly before replacing f886b81
  • fix(chart): assert first column in workbook table has id 1 10564e4
  • chore(shape): validate position params 41e3783
  • feature(table): modify table cell borders 18f42d9
  • feature(chart): support for combo chart (bar/vert. lines) e74192d
  • chore(chart): make chart point marker style optional 5aa5e84
  • chore(needGap): sectors & styles be4db87
  • test(chart): add scatter pptx template c61c8ea
  • feature(chart): scatter chart; add isRequired to Modification type 441547b
  • feature(chart): set style for series & points 8985cdf
  • refactor(text): unify color/style/content 023a7d9
  • feature(tables): set cell text color (wip) e38e936
  • chore: improve console logging 276cb41
  • feature(xml): create text element if assertion failed eab95ea
  • chore(types): export table/chart types b9a00e3
  • chore(modify): toggle table dim adjust / fix replace options d5b2fc8
  • fix(modifier): tag replacement; adds color/size mods 58b9637
  • fix(modify): improve tag matching/merging across blocks (wip) 0729458
  • fix(modifier): remove remaining text on setText 4499091
  • feature(modify): switch lib to es2020; replace text by array of replacements (WIP!) ea3fd81
  • chore(modifier): add replaceText; fix setPosition parentNode f17d8fa
  • chore(shape): check for proper callback type e140d82
  • fix(template): join nameFragments from slide note's first line 17798d5
  • fix(slideNotes): determine slideNote number by relation 3c2f66d
  • feature(creationIds): parse slide title from notes/header 41ede12
  • chore(info): add shape position to info stack 99e7d16

v0.0.23...v0.0.24

fixes file & workbook

Choose a tag to compare

@singerla singerla released this 08 Oct 14:28
  • 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

v0.0.22...v0.0.23

add constructor params, use creation ids

Choose a tag to compare

@singerla singerla released this 02 Sep 06:17
  • 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

v0.0.21...v0.0.22

add/remove columns to pptx-table & adjust width

Choose a tag to compare

@singerla singerla released this 22 Jul 09:53
v0.0.21

v0.0.21

add slides to empty presentation

Choose a tag to compare

@singerla singerla released this 20 Apr 14:25
  • 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

Choose a tag to compare

@singerla singerla released this 08 Apr 22:19
  • 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

Choose a tag to compare

@singerla singerla released this 08 Apr 08:56
  • test: create extra slides with smaller data objects cafecdb
  • feature: remove unneeded series / categories a49b763

v0.0.16...v0.0.17