@teipublisher/pb-components 1.43.2 → 1.43.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-50ed5bc1.js → jinn-codemirror-d437848a.js} +1 -1
- package/dist/pb-code-editor.js +1 -1
- package/dist/pb-components-bundle.js +1 -1
- package/dist/pb-edit-app.js +1 -1
- package/dist/pb-elements.json +29 -16
- package/dist/pb-odd-editor.js +1 -1
- package/package.json +2 -2
- package/pb-elements.json +29 -16
- package/src/pb-edit-app.js +1 -1
- package/src/pb-popover.js +390 -378
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.43.4](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.3...v1.43.4) (2023-02-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-odd-editor:** update to latest jinn-codemirror to fix potential concurrency issues ([f16b260](https://github.com/eeditiones/tei-publisher-components/commit/f16b260b31ce022be716df5efb34fb71348d8cc7))
|
|
7
|
+
|
|
8
|
+
## [1.43.3](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.2...v1.43.3) (2023-02-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **pb-popover:** add property to stop propagation, thus avoiding multiple nested pb-popover to all appear at once ([d015797](https://github.com/eeditiones/tei-publisher-components/commit/d015797084838f9d9007f6bb47a3af9313b7622a))
|
|
14
|
+
|
|
1
15
|
## [1.43.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.1...v1.43.2) (2023-02-09)
|
|
2
16
|
|
|
3
17
|
|