Skip to content

Releases: rszamszur/pdf-resume-builder

v0.1.3

10 Sep 15:02
c868542
Compare
Choose a tag to compare

Changes:

  • Implement timeout before preview rerender.
  • Add proper README for all templates.
  • Add minor PdfBuilderForm component UI improvements.
  • Implement preview.
  • Standardized template conf options naming convention.
  • Refactor templates editableOptions() to return model and form data for dynamic rendering.
  • Implement dynamic editable options form rendering in PdfBuilderForm component.

v0.1.2

10 Sep 03:39
1e48bcf
Compare
Choose a tag to compare

Changes:

  • Update examples.
  • Add new configurable options in PdfBuilderForm component.
  • Log errors to console in try-catch blocks in PdfBuilderForm component.
  • Refactor templates width and height variables naming.
  • Refactor base template class to be more generic.
  • Add LetsTalkAboutIt template.

v0.1.1

07 Sep 21:04
2e6901b
Compare
Choose a tag to compare

Changes:

  • Add more examples.
  • Improve try/catch block in PdfBuilderForm component, was too broad.
  • Fix issue with form reset method: unable to load file after reset.
  • Adjust editable options form in PdfBuilderForm component to new jsPDF templates implementation.
  • Refactor jsPDF templates with using base abstract template class.
  • Implement base abstract class for all jsPDF templates.
  • Fix minor rendering issues in LessIsBetter template.
  • Add ShineLikeDiamond template.

v0.1.0

02 Sep 23:45
8b38381
Compare
Choose a tag to compare

Changes:

  • Initial release