fix(DeDocument): Fix rendering of documents by properly moving new pages back to the document container

This commit is contained in:
2024-11-27 19:27:30 +01:00
parent 561b391f03
commit 7dd585553c
4 changed files with 29 additions and 12 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-27 - 1.0.103 - fix(DeDocument)
Fix rendering of documents by properly moving new pages back to the document container
- Resolved an issue in the DeDocument component where new pages were wrongly managed, causing errors in the rendering of documents.
- Added a documentBuildContainer for temporary storage during page setup, ensuring correct page ordering.
## 2024-11-27 - 1.0.102 - fix(contentinvoice)
Fixed currency display issues in invoice content rendering.