Skip to content

Releases: idrsolutions/idrviewer-pdf-viewer

1.16.2

19 Aug 10:15
Compare
Choose a tag to compare
  • Update dev dependencies

1.16.1

31 May 10:16
Compare
Choose a tag to compare
  • Update dev dependencies

1.16.0

20 Apr 10:49
Compare
Choose a tag to compare
  • 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

08 Mar 18:01
Compare
Choose a tag to compare
  • 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

20 Jan 14:15
Compare
Choose a tag to compare
  • 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

14 Dec 12:12
Compare
Choose a tag to compare
  • 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

03 Nov 11:36
Compare
Choose a tag to compare
  • 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

21 Sep 10:58
Compare
Choose a tag to compare
  • Add search result highlighting (to Complete UI)
  • Add support for audio Rendition actions (annotations)
  • Update dev dependencies

1.12.1

10 Aug 14:10
Compare
Choose a tag to compare

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

18 May 15:53
Compare
Choose a tag to compare
  • Add support for Link annotations with Launch actions via enableLaunchActions config setting
  • Add support for Screen annotations with Rendition actions