Releases: idrsolutions/idrviewer-pdf-viewer
Releases · idrsolutions/idrviewer-pdf-viewer
1.16.2
- Update dev dependencies
1.16.1
- Update dev dependencies
1.16.0
- Migrated from QUnit to Playwright for testing
- Dropped Grunt usage in favor of npm scripts
- Updated idrviewer.search.js to add support for navigating between search result highlights
- Updated idrviewer.annotations.js to use <a> tags for URI Link annotations
- Updated UI templates to be fully self-contained and built using webpack
- Dropped support for Internet Explorer 11
- [Complete UI] Added support for navigating between search result highlights
- [Complete UI] Improved the appearance of the bookmarks sidebar panel (made sections expandable/collapsible)
1.15.0
- Update idrviewer.search.js to support search result selection and improve support for ligatures
- Reduce the minimum zoom level to prevent page overflow on smaller devices
- Update dev dependencies
- [Complete UI] Added support for larger thumbnail source dimensions
1.14.1
- Improved search snippet appearance in the Complete UI (bold search term within snippets)
- Fixed search result highlighting not working for quotation marks
1.14.0
- Add support for the Sound annotation subtype
- Tweak the implementation of annotations that play sounds to allow the sound to be paused
- Fix bug in magazine layout where annotations could be incorrectly visible in the space opposite to the first page and the last page in documents with an even page count
- Improve the print behavior in the Complete UI (now prints the loaded pages)
1.13.0
- Add console message when loading from the file: protocol to explain that search/annotations functionality will not be available and that HTML pages will fallback to displaying in iframes as browsers do not support AJAX over the file: protocol
- Update idrviewer.annotations.js and idrviewer.search.js to support loading from external url
- Update idrviewer.querystring-navigation.js to allow other parameters in the URL
- Update idrviewer.annotations.js to handle the updated attachments format in annotations.json
- Update dev dependencies
- Updated thumbnail sidebar to support loading from external URL in the Complete UI
- Added keyboard and mouse wheel shortcuts for zoom in the Complete UI
- Improved keyboard shortcuts for search in the Complete UI
1.12.2
- Add search result highlighting (to Complete UI)
- Add support for audio Rendition actions (annotations)
- Update dev dependencies
1.12.1
Updated developer dependencies to latest versions to resolve GitHub Dependabot security warnings. This results in minor changes to the minified idrviewer.js due to the updated version of uglify.
1.12.0
- Add support for Link annotations with Launch actions via enableLaunchActions config setting
- Add support for Screen annotations with Rendition actions