-
-
Notifications
You must be signed in to change notification settings - Fork 890
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
Update pdfjs-dist to 2.6.347 #746
Conversation
bee168f
to
a8b73f2
Compare
Unfortunately Mozilla is yet to discover the wonders of semver. It was pretty common to introduce breaking changes in previous "minor" releases.
That's why pdfjs-dist dependency version is strictly set. That being said, every pdfjs-dist update needs to be thoroughly tested with React-PDF. |
This update looks clean though! One more request. Could you also run |
@wojtekmaj hey, thanks for the feedback, and yes I will quickly run Btw. you mention in #748 that the pdfjs update is included in react-pdf-5.3.0, but this PR is not yet merged. So it is not included in the beta right? Once it is included in the beta I will install it an help testing. |
@wojtekmaj I updated this PR with the updated test/yarn.lock |
Actually it is included in the beta. Just because something isn't on master doesn't mean it's not somewhere else (in this case, next branch) :) |
Looks like we're good here. Thanks! |
Hey guys, I don't know what you think about keeping the pdfjs version up-to-date, and I honestly can't overlook if this could break anything in react-pdf. However I need to run react-pdf with a newer pdfjs version, and I would prefer not to use a fork...
If there is anything I can further do, to make sure this could make it into upstream I'd be happy to help.