@teipublisher/pb-components 1.44.0 → 1.44.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.
@@ -1,6 +1,7 @@
1
1
  on:
2
- release:
3
- types: [published]
2
+ push:
3
+ tags:
4
+ - '*'
4
5
  workflow_dispatch:
5
6
  name: Deploy to GitHub Pages
6
7
  jobs:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.44.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.44.1...v1.44.2) (2023-03-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **OSD full-screen:** fixes detached eventlisteners after fullscreen view ([0d1cfb9](https://github.com/eeditiones/tei-publisher-components/commit/0d1cfb9c13af5f6a026e18919fb8768892d2eeb0))
7
+
8
+ ## [1.44.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.44.0...v1.44.1) (2023-03-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **cdn:** dynamic redirect for publisher cdn ([16b3d51](https://github.com/eeditiones/tei-publisher-components/commit/16b3d51e0997a4f114b4a8c524602e583c458c3e))
14
+
1
15
  # [1.44.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.5...v1.44.0) (2023-03-09)
2
16
 
3
17
 
@@ -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 reference-strip
46
+ default-zoom-level="0" show-navigator show-sequence-control 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>
@@ -1,3 +1,4 @@
1
- <head>
2
- <meta http-equiv="Refresh" content="0; url='$version/dist/api.html'" />
3
- </head>
1
+ <head>
2
+ <div data-version="$version"></div>
3
+ <script type="text/javascript" src="redirect.js"></script>
4
+ </head>