Skip to content

Commit

Permalink
5.0.0-55 (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored Mar 21, 2023
1 parent 62661df commit 97b8b21
Show file tree
Hide file tree
Showing 10 changed files with 202 additions and 101 deletions.
2 changes: 1 addition & 1 deletion BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -2585,7 +2585,7 @@ li.BRtable-contents-el .BRTOCElementPage {
}

.icon-fullscreen-exit {
background-image: url("icons/fullscreen-exit.svg");
background-image: url("icons/fullscreen_exit.svg");
}

.icon-thumb {
Expand Down
2 changes: 1 addition & 1 deletion BookReader/BookReader.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/BookReader.js.map

Large diffs are not rendered by default.

280 changes: 188 additions & 92 deletions BookReader/ia-bookreader-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/ia-bookreader-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/plugins/plugin.resume.js

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

2 changes: 1 addition & 1 deletion BookReader/plugins/plugin.resume.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.0.0-55
- Fix BookReader going to 1up in fullscreen on desktop @mheiman
- Support BookReader running in sandboxed (cookie-less) iframe @cdrini
- Update IA dependencies to avoid duplicate dependencies @cdrini

# 5.0.0-54
- Dev: Dispatch custom event from bookreader for ia-book-actions @nsharma123

Expand Down
4 changes: 2 additions & 2 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": "@internetarchive/bookreader",
"version": "5.0.0-54",
"version": "5.0.0-55",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 97b8b21

Please sign in to comment.