stephanrauh / extended-pdf-viewer-showcase

Apache License 2.0
17 stars 29 forks source link

Bump ngx-extended-pdf-viewer from 21.3.1 to 21.3.2 #945

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps ngx-extended-pdf-viewer from 21.3.1 to 21.3.2.

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


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 weeks ago

Superseded by #960.