Released Enhancements
Share-Link Button in Document Viewer
A new share-link button has been added to the document viewer, allowing users to copy a direct URL to the current document. When the viewer is embedded in an iframe, the button surfaces the parent page URL so the correct context is always shared. The button is hidden on private documents and handles clipboard access restrictions gracefully when browser Permissions-Policy blocks clipboard APIs.
DocBox: Expanded Link Discovery and Hash Navigation
The DocBox widget gained several improvements to how it finds and opens documents. It now supports #docaccess-<hash> URL fragments even when no matching anchor exists on the page, allowing deep-linked documents to open correctly. It also discovers non-anchor elements tagged with data-docaccess-url, enabling more flexible document embedding on customer pages (resolves DT-8643). Apptegy's aptg.co short links are now recognized and handled automatically.
Document Viewer Calendar: Tighter Detection and Accessibility
Calendar-format documents are now detected more reliably, with a tightened activation gate that reduces false positives on non-calendar documents. Accessibility behaviors were added along with shared anchor navigation, making it easier to move between calendar entries using links within the document.