@teipublisher/pb-components 3.4.1 → 3.6.0

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,17 @@
1
+ # [3.6.0](https://github.com/eeditiones/tei-publisher-components/compare/v3.5.0...v3.6.0) (2026-06-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * **pb-highlight:** allow multiple keys to target more than one receiver ([2453de5](https://github.com/eeditiones/tei-publisher-components/commit/2453de51434a8c3d93b21359fc5a1cc8cdf359ce))
7
+
8
+ # [3.5.0](https://github.com/eeditiones/tei-publisher-components/compare/v3.4.1...v3.5.0) (2026-06-08)
9
+
10
+
11
+ ### Features
12
+
13
+ * **pb-highlight:** optionally listen on click rather than mouseenter and scroll target into view if clicked ([07bdcb4](https://github.com/eeditiones/tei-publisher-components/commit/07bdcb4207d9f8d85102a0e2085a1e0b43226c62))
14
+
1
15
  ## [3.4.1](https://github.com/eeditiones/tei-publisher-components/compare/v3.4.0...v3.4.1) (2026-06-05)
2
16
 
3
17
 
@@ -27,6 +27,7 @@
27
27
  <pb-highlight key="s3">Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
28
28
  sit amet.</pb-highlight>
29
29
  </p>
30
+ <p><pb-highlight key="s4 s5">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</pb-highlight></p>
30
31
  </div>
31
32
  <div>
32
33
  <p>
@@ -37,6 +38,7 @@
37
38
  <pb-highlight key="s3">Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
38
39
  sit amet.</pb-highlight>
39
40
  </p>
41
+ <p><pb-highlight key="s4">Lorem ipsum dolor sit amet</pb-highlight>, consetetur sadipscing elitr, <pb-highlight key="s5">sed diam nonumy eirmod tempor</pb-highlight> invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
40
42
  </div>
41
43
  </pb-page>
42
44
  </template>