@teipublisher/pb-components 2.18.2 → 2.18.4
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 +14 -0
- package/dist/{jinn-codemirror-dc6c3c7c.js → jinn-codemirror-63cf45e9.js} +1 -1
- package/dist/pb-code-editor.js +4 -4
- package/dist/pb-components-bundle.js +2 -2
- package/dist/pb-elements.json +1 -1
- package/dist/pb-odd-editor.js +1 -1
- package/i18n/common/en.json +2 -1
- package/package.json +1 -1
- package/pb-elements.json +1 -1
- package/src/pb-code-editor.js +4 -2
- package/src/pb-view-annotate.js +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.18.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.3...v2.18.4) (2024-01-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-view-annotate:** changes not saved after editing/correcting an added (but not yet merged) annotation ([837b37f](https://github.com/eeditiones/tei-publisher-components/commit/837b37f6639d7e57b768ad7b7ffc612b14c4a3c3))
|
|
7
|
+
|
|
8
|
+
## [2.18.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.2...v2.18.3) (2024-01-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **pb-code-editor:** include jinn-xml-editor and jinn-epidoc-editor in bundle so they can be used instead of deprecated pb-code-editor ([106d91f](https://github.com/eeditiones/tei-publisher-components/commit/106d91f0e2ab4a27d17aa89c8cb8c6a1fa4058b0))
|
|
14
|
+
|
|
1
15
|
## [2.18.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.1...v2.18.2) (2024-01-17)
|
|
2
16
|
|
|
3
17
|
|