@teipublisher/pb-components 3.3.2 → 3.4.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 +19 -0
- package/dist/pb-components-bundle.js +266 -258
- package/dist/pb-elements.json +1 -1
- package/dist/pb-odd-editor.js +37 -37
- package/dist/{vaadin-element-mixin-e6a38937.js → vaadin-element-mixin-5b332881.js} +37 -23
- package/package.json +1 -1
- package/pb-elements.json +1 -1
- package/src/pb-navigation.js +61 -11
- package/src/pb-view.js +49 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [3.4.1](https://github.com/eeditiones/tei-publisher-components/compare/v3.4.0...v3.4.1) (2026-06-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-navigation:** make it styleable ([1d08eec](https://github.com/eeditiones/tei-publisher-components/commit/1d08eecca9f0dbcd2ecec115d4ad125a65f8357f))
|
|
7
|
+
|
|
8
|
+
# [3.4.0](https://github.com/eeditiones/tei-publisher-components/compare/v3.3.2...v3.4.0) (2026-06-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **pb-navigation:** output canonical URL for crawlers to follow ([0d75d73](https://github.com/eeditiones/tei-publisher-components/commit/0d75d73ae2401d4df98c72364f2b4dbb58e96b4c))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **pb-view:** implement client-side hydration if prerendered fragment exists in light DOM ([2a01ff5](https://github.com/eeditiones/tei-publisher-components/commit/2a01ff531cfd5f818a988165a3358ddcd1571c53))
|
|
19
|
+
|
|
1
20
|
## [3.3.2](https://github.com/eeditiones/tei-publisher-components/compare/v3.3.1...v3.3.2) (2026-06-02)
|
|
2
21
|
|
|
3
22
|
|