Skip to content

Commit

Permalink
5.0.0-88
Browse files Browse the repository at this point in the history
  • Loading branch information
IA Jim committed Jan 30, 2025
1 parent 4bf48dc commit da7e3ce
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 18 deletions.
6 changes: 3 additions & 3 deletions BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -1074,9 +1074,6 @@ i.BRicon {
display: block;
}
}
.BRfooter button.hide {
display: none;
}

.BRReadAloudToolbar {
display: flex;
Expand Down Expand Up @@ -1950,6 +1947,9 @@ ia-bookreader .BRtoolbar {
width: 30px;
height: 30px;
}
.BRcontrols .controls .hide {
display: none;
}
@keyframes slideUp {
from {
opacity: 0;
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.

2 changes: 1 addition & 1 deletion BookReader/plugins/plugin.archive_analytics.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.archive_analytics.js.map

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.search.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.0-88
- Fix: Switch to new page number display format @pezvi
- Fix: Introduce BookReaderPlugin abstraction and apply to ArchiveAnalyticsPlugin @cdrini

# 5.0.0-87
- Fix: turn on autoplay option @cdrini

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-87",
"version": "5.0.0-88",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit da7e3ce

Please sign in to comment.