@teipublisher/pb-components 1.35.2 → 1.36.2
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 +23 -0
- package/dist/demo/pb-facsimile.html +1 -1
- package/dist/pb-components-bundle.js +33 -33
- package/dist/pb-elements.json +41 -2
- package/package.json +1 -1
- package/pb-elements.json +41 -2
- package/src/authority/kbga.js +12 -5
- package/src/pb-authority-lookup.js +4 -2
- package/src/pb-facsimile.js +24 -2
- package/src/pb-view-annotate.js +38 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## [1.36.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.36.1...v1.36.2) (2022-03-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-facsimile:** add option to enable a reference strip ([3aa5ed1](https://github.com/eeditiones/tei-publisher-components/commit/3aa5ed1a7044062503641a07c3e3f729f15407d4))
|
|
7
|
+
|
|
8
|
+
## [1.36.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.36.0...v1.36.1) (2022-03-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **pb-authority-lookup:** allow HTML for the main label to be displayed ([be24182](https://github.com/eeditiones/tei-publisher-components/commit/be241829f70161fc28d39f6369bb2ae9d32eba07))
|
|
14
|
+
* **pb-authority-lookup, kbga:** display full bibliographic entry ([1aae87c](https://github.com/eeditiones/tei-publisher-components/commit/1aae87c1152a2c88ee3c91512f9900242fae6043))
|
|
15
|
+
|
|
16
|
+
# [1.36.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.35.2...v1.36.0) (2022-03-08)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **pb-authority-lookup, kbga:** integrate bibliographic database lookups ([867e29f](https://github.com/eeditiones/tei-publisher-components/commit/867e29f30bcad416fb0b21d1055d35f53a0daf1c))
|
|
22
|
+
* **pb-view-annotate:** the key attribute for authority references can now optionally be configured for each annotation type, so one can use [@key](https://github.com/key) for some, [@corresp](https://github.com/corresp) for others ([b51e9a0](https://github.com/eeditiones/tei-publisher-components/commit/b51e9a0ddf0d4f2f46729b400a1d3a0daf1b9c43))
|
|
23
|
+
|
|
1
24
|
## [1.35.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.35.1...v1.35.2) (2022-02-27)
|
|
2
25
|
|
|
3
26
|
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<pb-facsimile base-uri="https://apps.existsolutions.com/cantaloupe/iiif/2/"
|
|
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
|
-
default-zoom-level="0" show-navigator
|
|
46
|
+
default-zoom-level="0" show-navigator reference-strip
|
|
47
47
|
show-navigation-control show-home-control show-rotation-control>
|
|
48
48
|
<h3 slot="before">Facsimile Viewer Test</h3>
|
|
49
49
|
<div slot="after">Status: <span id="status"></span></div>
|