Releases: I2Djs/pdf-frame
Releases · I2Djs/pdf-frame
Pdf-Frame-Vue v2.2.0
What's Changed
- Introduced the
onUpdated
Hook along with theneedOnUpdated
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
Nuxt-Pdf-Frame v0.0.4
First stable version of Nuxt-Pdf-Frame module. This is compatible with Pdf-Frame-Vue v2.0.0 version.
Pdf-Frame-Vue v2.1.0
Changes:
- No Breaking Changes.
- Code refactoring.
- Improved Attribute Handling: of element attributes- Kebabcase to CamelCase
- Enhanced Event Support: @/v-on directive support for event listeners.
- Optimized Package Size: Removed unwanted files from npm package -now approximately 28kb, making downloads and installations faster and more efficient.
Pdf-Frame-Vue v2.0.0
Changes:
- Upstream dependency package update:
- I2Djs updates from 4.x to 5.x
- Refactored upstream bundles for better ESM support
- Updated package.json
- Bug fixes:
- Fix: PDF Layer Custom font Register issue.
- Fix: Incomplete Cleanup on Template Switch.
- other minor improvements
- Added new Examples
- Examples for Canvas rendering
- Animation example; Events Example;
- Examples for PDF rendering
* Custom Fonts
* Encryption example
* Auto pagination example
* reusable template example
- Examples for Canvas rendering
- Updated documentation