@teipublisher/pb-components 1.36.0 → 1.36.3

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 CHANGED
@@ -1,3 +1,25 @@
1
+ ## [1.36.3](https://github.com/eeditiones/tei-publisher-components/compare/v1.36.2...v1.36.3) (2022-04-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **pb-timeline:** allow max-interval to be configured; emit label with events ([7f4818f](https://github.com/eeditiones/tei-publisher-components/commit/7f4818f2938f5298d34119e0d84471d6de658b19))
7
+
8
+ ## [1.36.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.36.1...v1.36.2) (2022-03-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **pb-facsimile:** add option to enable a reference strip ([3aa5ed1](https://github.com/eeditiones/tei-publisher-components/commit/3aa5ed1a7044062503641a07c3e3f729f15407d4))
14
+
15
+ ## [1.36.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.36.0...v1.36.1) (2022-03-09)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **pb-authority-lookup:** allow HTML for the main label to be displayed ([be24182](https://github.com/eeditiones/tei-publisher-components/commit/be241829f70161fc28d39f6369bb2ae9d32eba07))
21
+ * **pb-authority-lookup, kbga:** display full bibliographic entry ([1aae87c](https://github.com/eeditiones/tei-publisher-components/commit/1aae87c1152a2c88ee3c91512f9900242fae6043))
22
+
1
23
  # [1.36.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.35.2...v1.36.0) (2022-03-08)
2
24
 
3
25
 
package/Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM openjdk:8-jdk-slim as builder
5
5
 
6
6
  USER root
7
7
 
8
- ENV ANT_VERSION 1.10.11
8
+ ENV ANT_VERSION 1.10.12
9
9
  ENV ANT_HOME /etc/ant-${ANT_VERSION}
10
10
 
11
11
  WORKDIR /tmp
@@ -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>