Skip to content

Pdf-Frame-Vue v2.2.0

Latest
Compare
Choose a tag to compare
@nswamy14 nswamy14 released this 04 May 03:57
· 15 commits to main since this release
6eabb4f

What's Changed

  • Introduced the onUpdated Hook along with the needOnUpdated prop: The onUpdated event will be emitted only when needed, specifically when needOnUpdated is set to true.
  • Introduced setCtxClear prop for setting onclear event on the canvas, enhancing customization of canvas behavior.
  • Props Height / Width are optional for both Canvas and PDF. If not specified, these components will inherit the dimensions of their parent container.
  • Introduced Basic PDF template support, without multipage tags.
  • Introduced autoPagination flag to allows users to enable or disable the auto-pagination feature in PDF contexts, providing greater control over document formatting.
  • Code refactoring.
  • Updated examples.

Full Changelog: vue-v2.1.0...vue-2.2.0