fix(contentinvoice): Use shared translation.TranslationKey type in DeContentInvoice.translateKey and remove local import
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-11 - 2.2.3 - fix(contentinvoice)
|
||||
Use shared translation.TranslationKey type in DeContentInvoice.translateKey and remove local import
|
||||
|
||||
- Replaced local TranslationKey import with plugins.shared.translation.TranslationKey to ensure type consistency
|
||||
- Updated DeContentInvoice.translateKey parameter type to reference the shared translation type
|
||||
- Removed an unused type import from ts_web/elements/contentinvoice.ts
|
||||
|
||||
## 2025-12-11 - 2.2.0 - feat(viewer)
|
||||
Add pagination metadata and thumbnail offset rendering for viewer thumbnails
|
||||
|
||||
|
||||
Reference in New Issue
Block a user