Skip to content

Commit

Permalink
Prepare 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Dec 1, 2024
1 parent baa46c2 commit dcd610d
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 10.4.0 - 01.12.2024

- [[#1145](https://github.com/VadimDez/ng2-pdf-viewer/issues/1148)] - Update pdfjs-dist dependency to the latest version for better compatibility
- [[#1146](https://github.com/VadimDez/ng2-pdf-viewer/pull/1149)] - Chore: update pdfjs, other dependencies

## 10.3.4 - 31.10.2024

- [[#1145](https://github.com/VadimDez/ng2-pdf-viewer/issues/1145)] - After upgrade to the version 10.3.3, the first page of pdf is always rendered twice, with different dimension in viewport each time
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@
<div class="sk-cube3 sk-cube"></div>
</div>
</pdf-viewer-app>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.7a60572ec18cc34c.js" type="module"></script></body>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.57d172cce1b4890c.js" type="module"></script></body>

</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@
<div class="sk-cube3 sk-cube"></div>
</div>
</pdf-viewer-app>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.7a60572ec18cc34c.js" type="module"></script></body>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.57d172cce1b4890c.js" type="module"></script></body>

</html>
1 change: 1 addition & 0 deletions docs/main.57d172cce1b4890c.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.7a60572ec18cc34c.js

This file was deleted.

29 changes: 24 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-pdf-viewer",
"version": "10.3.4",
"version": "10.4.0",
"description": "Angular 5+ component for rendering PDF",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit dcd610d

Please sign in to comment.