Skip to content

Releases: NagariaHussain/frappe_dynamic_og

v0.5.0

24 Dec 05:11
Compare
Choose a tag to compare

Fixes & Refactors

  • Refactored the default template logic to prevent overwrite of custom template html (#3)
  • Fixed issue with serial updates (#2)
  • Preview option is hidden if doc is not yet saved (#1)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 Dec 09:35
Compare
Choose a tag to compare

Default Template

There is now a default template that you can use as is or as a starting point.

CleanShot 2022-12-15 at 14 58 32@2x

Thanks for the suggestion @rmehta!

Image Embed Support

I have added support for embedding images with src set to a absolute URL (relative URL for src will come soon, maybe?).

Setup E2E tests

I have setup End-to-End UI tests powered by Playwright (Yup, no cypress this time πŸ˜‰).

CleanShot 2022-12-15 at 15 00 43@2x

More Docs/Tests

I have added the default template example in the README docs. Also, added some more unit tests.

v0.3.0

13 Dec 20:10
Compare
Choose a tag to compare

Bulk Image Generation for Documents

CleanShot 2022-12-14 at 01 37 32@2x

  • minor fixes and tests!

v0.2.0

12 Dec 18:15
Compare
Choose a tag to compare

Template Image Previews! πŸ”₯

image

  • Generate preview images for templates to quickly view the result of your template
  • Use debug mode to get bounded rectangles around your HTML elements
  • Some more tests & docs!

v0.1.0

11 Dec 17:47
Compare
Choose a tag to compare

Frappe Dynamic OG First Release πŸš€

  • Define DocType-wise templates for generating images
  • Automatically re-generates images on document changes
  • Automatically attach the generated image to a particular field in the document
  • Full Inter Font Family supported in the image HTML template
  • Automatically delete older image files
  • Up to 1920x1080 images (for now.)
  • Tests! (yup, I consider it a pretty good feature πŸ˜‰)

BTW, you can get a lot done in 24 hours sometimes.