Skip to content

Releases: VadimDez/ng2-pdf-viewer

10.2.1

15 May 18:00
Compare
Choose a tag to compare

Improvements

  • [#1096] - Explicitely switch AnnotationEditor off

10.2.0

14 May 19:27
Compare
Choose a tag to compare

Improvements

  • [#1092] - Chore: update pdfjs to 3.11.174, resolve CVE
  • [#1088] - PDF.js vulnerable to arbitrary JavaScript execution upon opening a malicious PDF

10.1.0

13 May 21:43
Compare
Choose a tag to compare

Improvements

  • [#1027] - Chore: Update pdfjs-dist to 3.10.111

10.0.0

24 Aug 21:56
Compare
Choose a tag to compare

Improvements

  • [#915] - Update to Angular 16
  • in [#915] also updated pdfjs-dist version to 2.16.105

9.1.5

16 Apr 07:51
Compare
Choose a tag to compare

Improvements

  • [#992] - scale not correctly updated on pdf-viewer rotation for pdf page with 90Β° rotation
  • [#993] - fix #992 : fix rotation on pdf with included rotation

9.1.4

22 Feb 22:04
Compare
Choose a tag to compare

improvements

  • [#943] - chore(deps): bump ejs and webpack-bundle-analyzer
  • [#971] - feat: Support version specific pdf.worker.js url

9.1.2

11 Sep 13:01
Compare
Choose a tag to compare

improvements

  • [#925] - 9.1.1 version lacks pdfFindController.executeCommand
  • [#927] - Fix search
  • [#926] - Improve arrangement of annotations

Breaking Change

Since FindController.executeCommand is deprecated, you should now use eventBus to do search. Example:

@ViewChild(PdfViewerComponent) private pdfComponent: PdfViewerComponent;

search(stringToSearch: string) {
  this.pdfComponent.eventBus.dispatch('find', {
    query: stringToSearch, type: 'again', caseSensitive: false, findPrevious: undefined, highlightAll: true, phraseSearch: true
  });
}

9.1.1

03 Sep 12:09
Compare
Choose a tag to compare

Improvements

  • [#916] - (pageChange) event not getting emitted - Single Page Viewer
  • [#921] - Issue 916 - (pageChange) event not getting emitted - Single Page Viewer

9.1.0

24 Jul 21:31
Compare
Choose a tag to compare

Improvements

  • [#900] - Upgrade pdfjs-dist to ~2.14.305
  • [#901] - Fix arrangement of annotations #824

9.0.0

31 Mar 22:31
Compare
Choose a tag to compare

Improvements

  • [#873] - feat: Updated pdfjs-dist version to 2.13.216 from 2.11.338
  • [#879] - Update css for the version 2.13.216
  • [#880] - Use minified worker
  • [#882] - Inline images
  • [#883] - Drop legacy support

Breaking changes

Support for older browsers (IE) is not completely dropped (#883)