Skip to content

Commit

Permalink
5.0.0-80
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Feb 29, 2024
1 parent 4dab4ce commit 2d19d55
Show file tree
Hide file tree
Showing 19 changed files with 158 additions and 170 deletions.
8 changes: 4 additions & 4 deletions BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -1418,8 +1418,6 @@ i.BRicon {

.BRtoolbarbuttons {
white-space: nowrap;
text-align: right;
border-spacing: 0;
box-sizing: border-box;
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -1452,13 +1450,11 @@ i.BRicon {
}

.BRtoolbarLeft {
text-align: left;
flex: 1 auto;
overflow-y: hidden;
}

.BRtoolbarRight {
text-align: right;
flex: none;
}

Expand All @@ -1469,6 +1465,10 @@ i.BRicon {
box-shadow: 0px 1px 3px 0px rgba(102, 102, 102, 0.25);
}
}
ia-bookreader .BRtoolbar {
padding-left: 50px;
}

.BookReader .BRquery, .BRfloat .BRquery, .BookReader .BRchapter > div, .BRfloat .BRchapter > div {
display: none;
position: absolute;
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.

271 changes: 132 additions & 139 deletions BookReader/ia-bookreader-bundle.js

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions BookReader/ia-bookreader-bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,3 @@
* Copyright 2017 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

/**
* @license
* Copyright 2018 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
2 changes: 1 addition & 1 deletion BookReader/ia-bookreader-bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions BookReader/plugins/plugin.chapters.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions BookReader/plugins/plugin.iiif.js

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

1 change: 1 addition & 0 deletions BookReader/plugins/plugin.iiif.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.

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-80
- Dev: Fix/modernize IIIF demo @cdrini
- Dev: Fix sharing panel erroring when no IA item metadata specified @cdrini

# 5.0.0-79

- Fix: Firefox not scrolling to selected volume in the volume side panel @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-79",
"version": "5.0.0-80",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d19d55

Please sign in to comment.