Changelog
yuuvis® media viewer
Released 03/27/2026
Features:
- Mail viewer now parses EML and MSG files with a built-in renderer, removing the dependency on an external service
- Mail viewer now displays email attachments in an interactive carousel with a built-in preview
- PDF viewer toolbar can now be hidden by passing
showToolbar: falsein the viewer metadata (HAR-3443) fileExtension()andsrcPath()are now public methods onMediaViewerService, available for use in custom viewer implementations (HAR-3443)- Office viewer now distinguishes between document-updated and document-converted states when reacting to editing lifecycle events (HAR-3443)
Bugfixes:
- Inline/embedded images are now correctly excluded from the email attachment list
- Fixed attachment chip appearance in the mail viewer
Released 03/09/2026
Bugfixes:
- Made
reloadOffsetoptional inprovideMediaViewer()configuration, defaulting to 1500ms (HAR-3316)
Released 03/09/2026
Features:
- Added visual loading overlay in the Office viewer while a document is being updated after save (HAR-3316)
- Added configurable
reloadOffsetoption toprovideMediaViewer()for tuning the Office document reload timing (HAR-3316) - Added
saxonJsUrlconfiguration option toprovideMediaViewer()for the e-invoice viewer (HAR-3316)
2.0.13
Section titled “2.0.13”Released 03/04/2026
Bugfixes:
- Fixed opening and downloading of attachments in the XRechnung e-invoice viewer, including proper event handling and localized button label (HAR-3178)
- Fixed intermittent availability detection in the Office document viewer (HAR-2858)
2.0.12
Section titled “2.0.12”Released 01/16/2026
Bugfixes:
- Fixed fallback download link for Office documents when Office 365 is unavailable (HAR-2936)
2.0.11
Section titled “2.0.11”Released 11/12/2025
Bugfixes:
- Fixed Office document viewer not refreshing properly after saving changes (HAR-2470)
- Fixed PDF page navigation input accepting invalid page numbers (HAR-2438)
- Fixed incorrect pagination button labels in the PDF toolbar (HAR-2530)
- Fixed Office document previews not loading the correct document version (HAR-2603)
- Improved Office document update event handling to avoid unnecessary reloads (HAR-2585)
- Fixed error messages not showing translated text when a translation key is unavailable (HAR-2457)
2.0.10
Section titled “2.0.10”Released 10/15/2025
Bugfixes:
- Fixed missing OnDestroy import in the PDF viewer component (HAR-2194)
Released 10/10/2025
Bugfixes:
- Fixed text selection and copy functionality in the PDF viewer (HAR-2194)
Released 10/01/2025
Bugfixes:
- Fixed Office document viewer not reloading after document updates (HAR-1505)
Released 09/17/2025
Bugfixes:
- Fixed PDF search bar not being visible on small screens (HAR-1381)
- Fixed button visibility in the PDF toolbar paging controls (HAR-1380)
Released 09/12/2025
Bugfixes:
- Fixed Office document viewer not passing the file name to the Office 365 dashlet (HAR-2037)
Released 08/06/2025
Bugfixes:
- Improved accessibility for image viewer action buttons and PDF toolbar controls (HAR-1373)
- Improved error handling in the email viewer to display errors when emails fail to load (HAR-1274)
Released 06/24/2025
Bugfixes:
- Fixed email attachment display and header details styling (HAR-684)
- Fixed PDF viewer compatibility with Vite-based build environments and improved toolbar styling (HAR-1137)
Released 06/16/2025
Bugfixes:
- Fixed PDF viewer search input placeholder text and toolbar styling (HAR-1137)
Released 06/16/2025
Bugfixes:
- Fixed styling issues in the image viewer component (HAR-1189)
- Fixed missing search and zoom functionality in the PDF viewer (HAR-1213)
Released 06/11/2025
Bugfixes:
- Fixed Office viewer not working in production environments
Released 06/11/2025
Features:
- Added Office 365 dashlet availability check before attempting to load documents (HAR-1154)
- Implemented a new built-in PDF viewer with improved toolbar controls including zoom, search, rotation, and pagination (HAR-1137)
- Added
--ymv-icon-colorCSS variable to customize icon colors across all viewer components (HAR-1189)