From 840de119ad9ab43f4da5f76b32ddc43ad93457c2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 2 Dec 2024 15:05:07 +0100 Subject: [PATCH] fix(core): Minor updates and optimizations in the output PDF formatting process. --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 54efe78..3082280 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-12-02 - 1.3.2 - fix(core) +Minor updates and optimizations in the output PDF formatting process. + +- Improved handling of page content overflow in PDF generation. +- Refined default document settings for consistent rendering. + ## 2024-12-02 - 1.3.1 - fix(documentation) Updated project description and enhanced documentation in package.json and README diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index aef7860..ac9ef4f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-document', - version: '1.3.1', + version: '1.3.2', description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index aef7860..ac9ef4f 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-document', - version: '1.3.1', + version: '1.3.2', description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.' }