Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.45 KB

Changelog

This file documents changes to pdf-resume-builder. The release numbering uses semantic versioning.

0.1.3

  • 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.

0.1.2

  • 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.

0.1.1

  • 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.

0.1.0

  • Initial release