@teipublisher/pb-components 2.18.4 → 2.19.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 +15 -0
- package/dist/pb-components-bundle.js +3 -3
- package/dist/pb-elements.json +8 -0
- package/dist/pb-leaflet-map.js +1 -1
- package/i18n/common/cs.json +72 -4
- package/i18n/common/de.json +14 -2
- package/i18n/common/en.json +11 -3
- package/i18n/common/es.json +62 -40
- package/i18n/common/no.json +113 -7
- package/i18n/common/pl.json +76 -5
- package/i18n/common/pt.json +110 -4
- package/i18n/common/uk.json +110 -4
- package/package.json +1 -1
- package/pb-elements.json +8 -0
- package/src/pb-leaflet-map.js +4 -4
- package/src/pb-table-grid.js +19 -3
- package/src/pb-view-annotate.js +38 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [2.19.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.19.0...v2.19.1) (2024-02-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-leaflet-map:** pb-leaflet-marker-click event details should include reference to pb-geolocation element where possible ([da54cdb](https://github.com/eeditiones/tei-publisher-components/commit/da54cdb99bda19ab2bb9386d5d0e2e3b3196ee19))
|
|
7
|
+
* **pb-table-grid:** react to language changes ([50cc2a0](https://github.com/eeditiones/tei-publisher-components/commit/50cc2a019bde937061499cd151cda9aed455c31a))
|
|
8
|
+
|
|
9
|
+
# [2.19.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.4...v2.19.0) (2024-01-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **pb-view-annotate:** keep track of the current selection; allow external js to disable/enable selection tracking via event ([e15d1d1](https://github.com/eeditiones/tei-publisher-components/commit/e15d1d12faaacf8c4c0dae1915807fabd2eaa013))
|
|
15
|
+
|
|
1
16
|
## [2.18.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.3...v2.18.4) (2024-01-22)
|
|
2
17
|
|
|
3
18
|
|