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 v9 - autoclosed #1047

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch 2 times, most recently from 5d715da to 94f5f72 Compare April 8, 2022 23:47
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from 94f5f72 to e804261 Compare May 11, 2022 16:42
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from e804261 to 6306c13 Compare June 1, 2022 16:57
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch 3 times, most recently from 28c02c7 to 8b75ed3 Compare July 8, 2022 06:38
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from 8b75ed3 to 384e02d Compare July 24, 2022 22:36
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch 2 times, most recently from c315a51 to d582ff2 Compare September 3, 2022 13:17
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from d582ff2 to 6dbc083 Compare September 11, 2022 15:05
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from 6dbc083 to 5e8175c Compare October 26, 2022 12:02
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from 5e8175c to d06e54f Compare March 17, 2023 05:59
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from d06e54f to e318cc0 Compare April 17, 2023 11:05
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from e318cc0 to 869710e Compare May 15, 2023 01:46
@renovate renovate bot force-pushed the renovate/ng2-pdf-viewer-9.x branch from 869710e to 24d53c5 Compare June 15, 2023 08:19
@renovate renovate bot changed the title fix(deps): update dependency ng2-pdf-viewer to v9 fix(deps): update dependency ng2-pdf-viewer to v9 - autoclosed Aug 24, 2023
@renovate renovate bot closed this Aug 24, 2023
@renovate renovate bot deleted the renovate/ng2-pdf-viewer-9.x branch August 24, 2023 22:21
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