@teipublisher/pb-components 1.35.1 → 1.36.1
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/pb-components-bundle.js +31 -31
- 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-view-annotate.js +38 -9
- package/src/pb-view.js +21 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## [1.36.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.36.0...v1.36.1) (2022-03-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-authority-lookup:** allow HTML for the main label to be displayed ([be24182](https://github.com/eeditiones/tei-publisher-components/commit/be241829f70161fc28d39f6369bb2ae9d32eba07))
|
|
7
|
+
* **pb-authority-lookup, kbga:** display full bibliographic entry ([1aae87c](https://github.com/eeditiones/tei-publisher-components/commit/1aae87c1152a2c88ee3c91512f9900242fae6043))
|
|
8
|
+
|
|
9
|
+
# [1.36.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.35.2...v1.36.0) (2022-03-08)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **pb-authority-lookup, kbga:** integrate bibliographic database lookups ([867e29f](https://github.com/eeditiones/tei-publisher-components/commit/867e29f30bcad416fb0b21d1055d35f53a0daf1c))
|
|
15
|
+
* **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))
|
|
16
|
+
|
|
17
|
+
## [1.35.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.35.1...v1.35.2) (2022-02-27)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **pb-view:** add option 'no-scroll' to disable automatic scrolling of content to hash target ([0b1737f](https://github.com/eeditiones/tei-publisher-components/commit/0b1737fef77ff7c234c6f1a5746fe13f89070a07))
|
|
23
|
+
|
|
1
24
|
## [1.35.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.35.0...v1.35.1) (2022-02-26)
|
|
2
25
|
|
|
3
26
|
|