fix(elements): Update viewer attributes and fix font integration

This commit is contained in:
2024-12-02 17:05:03 +01:00
parent 08baae7b9c
commit b5d3a72733
6 changed files with 22 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-02 - 1.5.3 - fix(elements)
Update viewer attributes and fix font integration
- Updated viewer.ts to add missing property decorators for letterData and documentSettings.
- Fixed font loading by correcting URLs in index.html.
- Set demoDocumentSettings default header and footer to false.
## 2024-12-02 - 1.5.2 - fix(workflow)
Corrected Docker image references and package scope in YAML workflows for compatibility.