@teipublisher/pb-components 1.33.0 → 1.34.2
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 +34 -0
- package/dist/pb-components-bundle.js +92 -87
- package/dist/pb-elements.json +35 -0
- package/package.json +1 -1
- package/pb-elements.json +35 -0
- package/src/parse-date-service.js +9 -9
- package/src/pb-browse-docs.js +24 -8
- package/src/pb-load.js +17 -6
- package/src/pb-timeline.js +25 -6
- package/src/pb-view.js +62 -11
- package/src/search-result-service.js +11 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
## [1.34.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.34.1...v1.34.2) (2022-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-timeline:** safari broken: does not support regex look back ([349924c](https://github.com/eeditiones/tei-publisher-components/commit/349924c6e2c3be4bd84bd3c9d7850db0e8acfe43))
|
|
7
|
+
* **pb-view:** change "static" property to point to HTTP context path to use for CSS stylesheet loading ([539af55](https://github.com/eeditiones/tei-publisher-components/commit/539af55f43061f62076882e4884e4995eccb9b4c))
|
|
8
|
+
|
|
9
|
+
## [1.34.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.34.0...v1.34.1) (2022-02-14)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **pb-browse-docs:** navigating to parent collection should start on page 1 again ([804e6c4](https://github.com/eeditiones/tei-publisher-components/commit/804e6c40c30f2acda62b1b9903f801909f070a3e))
|
|
15
|
+
|
|
16
|
+
# [1.34.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.33.1...v1.34.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **pb-load:** for pagination, allow total number of pages/current page to also be specified via data-pagination-* attributes in content for cases where HTTP header cannot be used ([347ea0c](https://github.com/eeditiones/tei-publisher-components/commit/347ea0c4b7a09039d2dbf5615ee807b82727fb1d))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **pb-view, pb-browse-docs:** add an option "static" to load pre-generated pages from a static endpoint, i.e. not a full TEI Publisher instance ([496ea4b](https://github.com/eeditiones/tei-publisher-components/commit/496ea4b2f0c84e653c3d8fe2047a56d66c90edae))
|
|
27
|
+
|
|
28
|
+
## [1.33.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.33.0...v1.33.1) (2022-02-03)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **pb-timeline:** improve tooltip placement; show details for undated entries as well ([d1edea8](https://github.com/eeditiones/tei-publisher-components/commit/d1edea8e5833f9a641329974710016529ada59ec))
|
|
34
|
+
|
|
1
35
|
# [1.33.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.32.2...v1.33.0) (2022-01-31)
|
|
2
36
|
|
|
3
37
|
|