Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ng2-pdf-viewer to v10 #1125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ng2-pdf-viewer ^7.0.1 -> ^10.0.0 age adoption passing confidence

Release Notes

VadimDez/ng2-pdf-viewer (ng2-pdf-viewer)

v10.2.2

Compare Source

  • [#​1098] - Fix #​1097: delay scale and scroll ops until the viewer has the pages initialized
  • [#​1097] - scrollPageIntoView: "1" is not a valid pageNumber parameter

v10.2.1

Compare Source

  • [#​1096] - Explicitely switch AnnotationEditor off

v10.2.0

Compare Source

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

v10.1.0

Compare Source

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

v10.0.0

Compare Source

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

v9.1.5

Compare Source

  • [#​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

v9.1.4

Compare Source

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

v9.1.3

Compare Source

  • [#​947] - Second pdf loaded not navigate on the second page with [show-all]="false"
  • [#​948] - fix #​947 : reset this._latestScrolledPage on clear method

v9.1.2

Compare Source

  • [#​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
  });
}

v9.1.1

Compare Source

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

v9.1.0

Compare Source

v9.0.0

Compare Source

  • [#​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

v8.0.1

Compare Source

  • [#​855] - Can't load document after error
  • [#​856] - fix can't load document after error

v8.0.0

Compare Source

  • [#​838] - fix css selector for text selection in chrome
  • [#​857] - Angular 13 Update | Enable Ivy
  • [#​852] - Encourage the library authors to publish an Ivy distribution.
  • [#​854] - TypeError: Cannot read properties of null (reading 'selectors')
  • [#​863] - Loader is stuck when upgrade to newest version

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-10.x branch from e6275ae to 38b5d84 Compare October 9, 2023 17:32
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-10.x branch from 38b5d84 to 65e732d Compare October 24, 2023 15:38
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-10.x branch from 65e732d to 441bcab Compare October 24, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants