Skip to content

Commit

Permalink
removed an unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Jul 24, 2022
1 parent cd9d36c commit 09dd497
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@angular/forms": "^13.3.11",
"@angular/platform-browser": "^13.3.11",
"@angular/platform-browser-dynamic": "^13.3.11",
"@angular/router": "^13.3.11",
"@schematics/angular": "^13.3.8",
"rxjs": "^7.5.6",
"zone.js": "^0.11.7"
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-extended-pdf-viewer/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,4 @@
- 14.0.7 #1447 remove the global CSS when the viewer is removed from the DOM, and restore it when the viewer is created again (workaround of the Angular bug https://github.com/angular/angular/issues/16670)
- 14.5.0-alpha.0 #1447 replace ViewEncapsulation.None by a home-brewn CSS injection engine because the CSS was never removed removing destroying ngx-extended-pdf-viewer from memory
- 14.5.0 #1447 updated the README.md
- 14.5.1 removed debugger statements; updated the bleeding-edge branch of pdf.js; removed an unused dependency

0 comments on commit 09dd497

Please sign in to comment.