fix(rendering and logging): remove extensive console chattiness, remove content memory leak when rerendering

This commit is contained in:
2024-12-07 15:38:17 +01:00
parent dbca81987c
commit db9b53462d
7 changed files with 29 additions and 16 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-document',
version: '1.6.7',
version: '1.6.8',
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
}