fix(core): Minor updates and optimizations in the output PDF formatting process.
This commit is contained in:
parent
3919956c57
commit
840de119ad
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 2024-12-02 - 1.3.1 - fix(documentation)
|
||||||
Updated project description and enhanced documentation in package.json and README
|
Updated project description and enhanced documentation in package.json and README
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-document',
|
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.'
|
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-document',
|
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.'
|
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user