stephanrauh / extended-pdf-viewer-showcase

Apache License 2.0
18 stars 29 forks source link

Bump ngx-extended-pdf-viewer from 16.2.0 to 16.2.5 #927

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 1 year ago

Bumps ngx-extended-pdf-viewer from 16.2.0 to 16.2.5.

Release notes

Sourced from ngx-extended-pdf-viewer's releases.

Version 15.0: pdf.js 2.6; support for AMD modules; bugfixes

This release updates to pdf.js 2.6 (default branch) and pdf.js 3.0 (bleeding edge branch). Now the libraries plays well with libraries using AMD modules and supports East-Asian fonts, even if the PDF file is using CMAPs. Plus, it fixes a couple of minor bugs.

Version 10.1.0 featuring pdf.js 2.10

many bugfixes and minor improvements

Version 9.0 featuring pdf.js 2.9

Version 9.0 has few new features. Instead, a lot of work went into bugfixes. The most prominent feature is updating from pdf.js 2.7 to pdf.js 2.9. This, in turn, mean better text rendering, improved accessibility support, displaying digital signatures officially (as opposed to the custom hack I offered before), and lots of minor features and bug fixes. pdf.js 2.9 also offers experimental XFA (Acrobat Forms) support, but I doubt you can already access it using ngx-extended-pdf-viewer.

ngx-extended-pdf-viewer itself also contains quite a few bug fixes. Most importantly: I've repaired form support. I've also re-worked the CSS rules. That should make using the library easier.

The only new feature is deals with PDF files you're opening for the second time. Since version 9.0, the original zoom setting is used again. The drawback is that this adds a delay, so you may want to override this commodity feature by setting [zoom] explicitly.

9.0.0-rc.1: update the "bleeding edge" to pdf.js 2.9

This release uses pdf.js 2.8 by default and pdf.js 2.9 if you configure it to use the "bleeding edge" branch.

9.0.0-rc.0: update to pdf.js 2.8

This is the first feature-complete pre-release using pdf.js 2.8 by default.

Commits
  • 62ff34c #1702 added a work-around hiding a bug of Firefox 109/110 that causes the PDF...
  • 5f89e84 dependency updates
  • 8551a96 updated pdf.js
  • 2d7da3d published version 16.2.4
  • 0d7fa74 #1651 added an Elivs operator to two lines endangered by NPEs; add `pdfDefaul...
  • ad08226 #1651 added an Elivs operator to two lines endangered by NPEs
  • d58c468 #1659 tentatively add pdfDefaultOptions.activateWillReadFrequentlyFlag to d...
  • 394648c #1682 don't try to open a file that hasn't been loaded yet
  • 78f280e #1695 show to toolbar if only the editor buttons are visible
  • 9ac420a added scripts to start the compatibility tests
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.