@teipublisher/pb-components 2.26.0-next-3.17 → 2.26.0-next-3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist/demo/pb-facsimile.html +2 -2
- package/dist/pb-components-bundle.js +73 -73
- package/lib/openseadragon.min.js +7 -7
- package/package.json +2 -1
- package/src/authority/gnd.js +3 -0
- package/src/pb-facsimile.js +36 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [2.26.0-next-3.19](https://github.com/eeditiones/tei-publisher-components/compare/v2.26.0-next-3.18...v2.26.0-next-3.19) (2025-12-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* corrects indentation ([99aac66](https://github.com/eeditiones/tei-publisher-components/commit/99aac66183710bee3b3fa05ee5ded93d3c13b7fb))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **pb-authority-lookup:** add work entity ([b052241](https://github.com/eeditiones/tei-publisher-components/commit/b0522411c6ead850eba9a9e21b05da7e45816e16))
|
|
12
|
+
|
|
13
|
+
# [2.26.0-next-3.18](https://github.com/eeditiones/tei-publisher-components/compare/v2.26.0-next-3.17...v2.26.0-next-3.18) (2025-11-04)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **pb-facsimile:** update OSD and override fullscreen differently ([ddb9e18](https://github.com/eeditiones/tei-publisher-components/commit/ddb9e188a84739f3a4b128c816ebb1ba55a08bd7))
|
|
19
|
+
|
|
1
20
|
# [2.26.0-next-3.17](https://github.com/eeditiones/tei-publisher-components/compare/v2.26.0-next-3.16...v2.26.0-next-3.17) (2025-10-06)
|
|
2
21
|
|
|
3
22
|
|
|
@@ -158,6 +177,14 @@
|
|
|
158
177
|
* **pb-login:** drop polymer, use pb-dialog ([ffee19f](https://github.com/eeditiones/tei-publisher-components/commit/ffee19fa27f1e8520c8c3e9a877100b981e38ddf))
|
|
159
178
|
* **pb-message:** replace paper-dialog with pb-dialog ([e60c401](https://github.com/eeditiones/tei-publisher-components/commit/e60c401153bd2756c0d081a09e70f2be31ab2526))
|
|
160
179
|
|
|
180
|
+
|
|
181
|
+
## [2.25.7](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.6...v2.25.7) (2025-11-04)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* **pb-facsimile:** update OSD and override fullscreen differently ([ddb9e18](https://github.com/eeditiones/tei-publisher-components/commit/ddb9e188a84739f3a4b128c816ebb1ba55a08bd7))
|
|
187
|
+
|
|
161
188
|
## [2.25.6](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.5...v2.25.6) (2025-09-09)
|
|
162
189
|
|
|
163
190
|
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
facsimiles='["15929_000_IDL5772_BOss12034_IIIp79.jpg", "15929_000_IDL5772_BOss12034_IIIp80.jpg", "15929_000_IDL5772_BOss12034_IIIp81.jpg", "15929_000_IDL5772_BOss12034_IIIp82.jpg",
|
|
45
45
|
"does-not-exist.jpg"]'
|
|
46
46
|
default-zoom-level="0" show-navigator show-sequence-control reference-strip
|
|
47
|
-
show-navigation-control show-home-control show-rotation-control>
|
|
47
|
+
show-navigation-control show-home-control show-rotation-control show-full-page-control>
|
|
48
48
|
<h3 slot="before">Facsimile Viewer Test</h3>
|
|
49
49
|
<div slot="after">Status: <span id="status"></span></div>
|
|
50
50
|
</pb-facsimile>
|
|
@@ -90,4 +90,4 @@
|
|
|
90
90
|
</pb-demo-snippet>
|
|
91
91
|
</body>
|
|
92
92
|
|
|
93
|
-
</html>
|
|
93
|
+
</html>
|