@eeacms/volto-eea-kitkat 9.0.0 → 10.1.0
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/.project.eslintrc.js +3 -1
- package/CHANGELOG +64 -1
- package/CHANGELOG.md +64 -1
- package/README.md +37 -5
- package/new.json +81 -51
- package/old.json +93 -68
- package/package.json +81 -51
- package/partfile +2 -13
- package/releasefile +51 -274
- package/src/index.js +12 -12
package/.project.eslintrc.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
const fs = require('fs');
|
|
2
2
|
const path = require('path');
|
|
3
3
|
|
|
4
|
-
const projectRootPath = fs.
|
|
4
|
+
const projectRootPath = fs.existsSync('./project')
|
|
5
|
+
? fs.realpathSync('./project')
|
|
6
|
+
: fs.realpathSync('./../../../');
|
|
5
7
|
const packageJson = require(path.join(projectRootPath, 'package.json'));
|
|
6
8
|
const jsConfig = require(path.join(projectRootPath, 'jsconfig.json')).compilerOptions;
|
|
7
9
|
|
package/CHANGELOG
CHANGED
|
@@ -4,7 +4,70 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
### [
|
|
7
|
+
### [10.1.0](https://github.com/eea/volto-eea-kitkat/compare/10.0.0...10.1.0) - 22 November 2022
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-listing-block 2.1.0 [Alin Voinea - [`69e7a92`](https://github.com/eea/volto-eea-kitkat/commit/69e7a92fc0ca8dc2836dbc7cc94bb6d9b85b6bc4)]
|
|
12
|
+
- Release @eeacms/volto-listing-block@2.0.1 [EEA Jenkins - [`94e31a1`](https://github.com/eea/volto-eea-kitkat/commit/94e31a16ecf0d07c79832a8f907f40e011a671f6)]
|
|
13
|
+
- Release @eeacms/volto-listing-block@2.0.0 [EEA Jenkins - [`295d313`](https://github.com/eea/volto-eea-kitkat/commit/295d313288a140c7fb0259935bf5ec54d3de05cf)]
|
|
14
|
+
|
|
15
|
+
#### :hammer_and_wrench: Others
|
|
16
|
+
|
|
17
|
+
- Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
|
|
18
|
+
- Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
|
|
19
|
+
## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
20
|
+
|
|
21
|
+
#### :rocket: New Features
|
|
22
|
+
|
|
23
|
+
- feat(addons): New add-ons: [Alin Voinea - [`c131a4d`](https://github.com/eea/volto-eea-kitkat/commit/c131a4d57f95d3985d19a8716373cdd24f9b4a05)]
|
|
24
|
+
|
|
25
|
+
#### :rocket: Dependency updates
|
|
26
|
+
|
|
27
|
+
- Release @eeacms/volto-slate-zotero@5.0.2 [EEA Jenkins - [`7989ebb`](https://github.com/eea/volto-eea-kitkat/commit/7989ebb3912175dc0899ad2627d8e6849a03ed44)]
|
|
28
|
+
- Release @eeacms/volto-tags-block@1.0.1 [EEA Jenkins - [`9baac6e`](https://github.com/eea/volto-eea-kitkat/commit/9baac6e27165ee3c55fb149d48e620ddb487cd20)]
|
|
29
|
+
- Release @eeacms/volto-slate-label@0.4.4 [EEA Jenkins - [`9081f62`](https://github.com/eea/volto-eea-kitkat/commit/9081f626deb9fa47a361c32704ba5291fc0c7540)]
|
|
30
|
+
- Release @eeacms/volto-description-block@1.0.1 [EEA Jenkins - [`2e67c3e`](https://github.com/eea/volto-eea-kitkat/commit/2e67c3ed33a7550b420c07db70caa664d568aca2)]
|
|
31
|
+
- Release @eeacms/volto-timeline-block@1.0.1 [EEA Jenkins - [`8cd5fe0`](https://github.com/eea/volto-eea-kitkat/commit/8cd5fe0d100d3f14b63d8c47412cc8df155adce1)]
|
|
32
|
+
- Release @eeacms/volto-quote-block@1.0.1 [EEA Jenkins - [`e290789`](https://github.com/eea/volto-eea-kitkat/commit/e2907896a3e8593798901dab4b4281d75711b5e0)]
|
|
33
|
+
- Release @eeacms/volto-resize-helper@1.0.1 [EEA Jenkins - [`d9ef2a5`](https://github.com/eea/volto-eea-kitkat/commit/d9ef2a5ae3d4e6c2c76880d2e964f4c92f9aa630)]
|
|
34
|
+
- Release @eeacms/volto-call-to-action-block@2.0.0 [EEA Jenkins - [`a80a95b`](https://github.com/eea/volto-eea-kitkat/commit/a80a95b26a086f684bd016dcd63e567051221f9e)]
|
|
35
|
+
- Release @eeacms/volto-statistic-block@1.0.1 [EEA Jenkins - [`94d35a8`](https://github.com/eea/volto-eea-kitkat/commit/94d35a895315ca8bd277e203a4536c78918f5554)]
|
|
36
|
+
- Release @eeacms/volto-tabs-block@3.0.1 [EEA Jenkins - [`f4ca7a8`](https://github.com/eea/volto-eea-kitkat/commit/f4ca7a8674d7ce641a145614bb79abdabde800e3)]
|
|
37
|
+
- Release @eeacms/volto-metadata-block@5.0.1 [EEA Jenkins - [`9877bca`](https://github.com/eea/volto-eea-kitkat/commit/9877bca2e9eff523cfa9c99e591e5f2f9ba46918)]
|
|
38
|
+
- Release @eeacms/volto-block-style@4.1.1 [EEA Jenkins - [`ccf406d`](https://github.com/eea/volto-eea-kitkat/commit/ccf406d76e4c95d7a92634700bc4307d577fe437)]
|
|
39
|
+
- Release @eeacms/volto-block-image-cards@1.0.1 [EEA Jenkins - [`c58b77e`](https://github.com/eea/volto-eea-kitkat/commit/c58b77e07ee2bfdca6c2eb58057714bbe06fa815)]
|
|
40
|
+
- Release @eeacms/volto-banner@3.0.1 [EEA Jenkins - [`6d701a1`](https://github.com/eea/volto-eea-kitkat/commit/6d701a1eed8bd2dfe697806e732fb2d8641c3544)]
|
|
41
|
+
- Release @eeacms/volto-columns-block@5.0.1 [EEA Jenkins - [`efe2537`](https://github.com/eea/volto-eea-kitkat/commit/efe25376aebb964119f7040573cbb9b7de9ad535)]
|
|
42
|
+
- Release @eeacms/volto-group-block@5.0.1 [EEA Jenkins - [`5765cac`](https://github.com/eea/volto-eea-kitkat/commit/5765cac73af7438d505f9377ab6524c5711cdc00)]
|
|
43
|
+
- Release @eeacms/volto-slate-footnote@6.0.2 [EEA Jenkins - [`e0e5974`](https://github.com/eea/volto-eea-kitkat/commit/e0e59743a45c57428d51afc2a60f8c03013e94dd)]
|
|
44
|
+
- Release @eeacms/volto-widget-dataprovenance@0.2.1 [EEA Jenkins - [`4cb0ca9`](https://github.com/eea/volto-eea-kitkat/commit/4cb0ca9a5a4de0d80e7afb35088375ed2f60bff4)]
|
|
45
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.1 [EEA Jenkins - [`6bcd522`](https://github.com/eea/volto-eea-kitkat/commit/6bcd522c3328ffd49c50a6f15853ad28774b25a6)]
|
|
46
|
+
- Release @eeacms/volto-widget-geolocation@5.0.1 [EEA Jenkins - [`793aa85`](https://github.com/eea/volto-eea-kitkat/commit/793aa85e52b9e50ff72447d4d315a6c3668e3a7f)]
|
|
47
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.1 [EEA Jenkins - [`5416f60`](https://github.com/eea/volto-eea-kitkat/commit/5416f60a3e6a5892af8c811b45af8a50f57c6b17)]
|
|
48
|
+
- Release @eeacms/volto-taxonomy@3.0.1 [EEA Jenkins - [`361000c`](https://github.com/eea/volto-eea-kitkat/commit/361000c9948c842e4604bd92a56cb684d7fb8949)]
|
|
49
|
+
- Release @eeacms/volto-object-widget@5.0.1 [EEA Jenkins - [`d259af2`](https://github.com/eea/volto-eea-kitkat/commit/d259af2c7ffc308aab0ba1c9bf2f6a9fab1526da)]
|
|
50
|
+
- Release @eeacms/volto-widget-toggle@3.0.1 [EEA Jenkins - [`01cbf0e`](https://github.com/eea/volto-eea-kitkat/commit/01cbf0e27daa1da390bfabbae627b4a7077a11d4)]
|
|
51
|
+
- Release @eeacms/volto-widgets-view@4.0.1 [EEA Jenkins - [`4b723b0`](https://github.com/eea/volto-eea-kitkat/commit/4b723b08bbc225edc7598e9db0a40797b786fc09)]
|
|
52
|
+
- Release @eeacms/volto-block-divider@5.0.0 [EEA Jenkins - [`b9bb2fd`](https://github.com/eea/volto-eea-kitkat/commit/b9bb2fda6a390d1d15b123bfd34845ac229f02d0)]
|
|
53
|
+
- Release @eeacms/volto-accordion-block@6.0.0 [EEA Jenkins - [`fb48fcf`](https://github.com/eea/volto-eea-kitkat/commit/fb48fcf37bec6b8fd8b67b7f6b06bb095d25c252)]
|
|
54
|
+
- Release @eeacms/volto-corsproxy@3.0.1 [EEA Jenkins - [`5e3df97`](https://github.com/eea/volto-eea-kitkat/commit/5e3df97013236ed1139ba56b8f1a0568f3fe9170)]
|
|
55
|
+
- Release @eeacms/volto-depiction@1.0.1 [EEA Jenkins - [`c2034ee`](https://github.com/eea/volto-eea-kitkat/commit/c2034ee2f4b5035b55628bbb423e0a9839d68ba3)]
|
|
56
|
+
- Release @eeacms/volto-sentry-rancher-config@3.0.1 [EEA Jenkins - [`0410038`](https://github.com/eea/volto-eea-kitkat/commit/04100388b2a2343e5d943cea0ff7d8604176d415)]
|
|
57
|
+
- Release @eeacms/volto-matomo@3.0.1 [EEA Jenkins - [`ff6c24a`](https://github.com/eea/volto-eea-kitkat/commit/ff6c24a51d4203ee5af3232f925a85f33843afc1)]
|
|
58
|
+
|
|
59
|
+
#### :nail_care: Enhancements
|
|
60
|
+
|
|
61
|
+
- refactor(sentry): Add @plone-collective/volto-sentry 0.2.0 - refs #156939 [Alin Voinea - [`8095a24`](https://github.com/eea/volto-eea-kitkat/commit/8095a2486a9833926f6193dcf1ad5c85c7e55f0b)]
|
|
62
|
+
|
|
63
|
+
#### :house: Documentation changes
|
|
64
|
+
|
|
65
|
+
- docs(upgrade): Update README with included new add-ons [Alin Voinea - [`e9e83eb`](https://github.com/eea/volto-eea-kitkat/commit/e9e83eb780a6437f65571aaef7116bfc6354f609)]
|
|
66
|
+
|
|
67
|
+
#### :hammer_and_wrench: Others
|
|
68
|
+
|
|
69
|
+
- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`87bd6f5`](https://github.com/eea/volto-eea-kitkat/commit/87bd6f50aca44938449b1d25613b5445ffd1171c)]
|
|
70
|
+
## [9.0.0](https://github.com/eea/volto-eea-kitkat/compare/8.2.4...9.0.0) - 31 October 2022
|
|
8
71
|
|
|
9
72
|
#### :rocket: Dependency updates
|
|
10
73
|
|
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,70 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
### [
|
|
7
|
+
### [10.1.0](https://github.com/eea/volto-eea-kitkat/compare/10.0.0...10.1.0) - 22 November 2022
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-listing-block 2.1.0 [Alin Voinea - [`69e7a92`](https://github.com/eea/volto-eea-kitkat/commit/69e7a92fc0ca8dc2836dbc7cc94bb6d9b85b6bc4)]
|
|
12
|
+
- Release @eeacms/volto-listing-block@2.0.1 [EEA Jenkins - [`94e31a1`](https://github.com/eea/volto-eea-kitkat/commit/94e31a16ecf0d07c79832a8f907f40e011a671f6)]
|
|
13
|
+
- Release @eeacms/volto-listing-block@2.0.0 [EEA Jenkins - [`295d313`](https://github.com/eea/volto-eea-kitkat/commit/295d313288a140c7fb0259935bf5ec54d3de05cf)]
|
|
14
|
+
|
|
15
|
+
#### :hammer_and_wrench: Others
|
|
16
|
+
|
|
17
|
+
- Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
|
|
18
|
+
- Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
|
|
19
|
+
## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
20
|
+
|
|
21
|
+
#### :rocket: New Features
|
|
22
|
+
|
|
23
|
+
- feat(addons): New add-ons: [Alin Voinea - [`c131a4d`](https://github.com/eea/volto-eea-kitkat/commit/c131a4d57f95d3985d19a8716373cdd24f9b4a05)]
|
|
24
|
+
|
|
25
|
+
#### :rocket: Dependency updates
|
|
26
|
+
|
|
27
|
+
- Release @eeacms/volto-slate-zotero@5.0.2 [EEA Jenkins - [`7989ebb`](https://github.com/eea/volto-eea-kitkat/commit/7989ebb3912175dc0899ad2627d8e6849a03ed44)]
|
|
28
|
+
- Release @eeacms/volto-tags-block@1.0.1 [EEA Jenkins - [`9baac6e`](https://github.com/eea/volto-eea-kitkat/commit/9baac6e27165ee3c55fb149d48e620ddb487cd20)]
|
|
29
|
+
- Release @eeacms/volto-slate-label@0.4.4 [EEA Jenkins - [`9081f62`](https://github.com/eea/volto-eea-kitkat/commit/9081f626deb9fa47a361c32704ba5291fc0c7540)]
|
|
30
|
+
- Release @eeacms/volto-description-block@1.0.1 [EEA Jenkins - [`2e67c3e`](https://github.com/eea/volto-eea-kitkat/commit/2e67c3ed33a7550b420c07db70caa664d568aca2)]
|
|
31
|
+
- Release @eeacms/volto-timeline-block@1.0.1 [EEA Jenkins - [`8cd5fe0`](https://github.com/eea/volto-eea-kitkat/commit/8cd5fe0d100d3f14b63d8c47412cc8df155adce1)]
|
|
32
|
+
- Release @eeacms/volto-quote-block@1.0.1 [EEA Jenkins - [`e290789`](https://github.com/eea/volto-eea-kitkat/commit/e2907896a3e8593798901dab4b4281d75711b5e0)]
|
|
33
|
+
- Release @eeacms/volto-resize-helper@1.0.1 [EEA Jenkins - [`d9ef2a5`](https://github.com/eea/volto-eea-kitkat/commit/d9ef2a5ae3d4e6c2c76880d2e964f4c92f9aa630)]
|
|
34
|
+
- Release @eeacms/volto-call-to-action-block@2.0.0 [EEA Jenkins - [`a80a95b`](https://github.com/eea/volto-eea-kitkat/commit/a80a95b26a086f684bd016dcd63e567051221f9e)]
|
|
35
|
+
- Release @eeacms/volto-statistic-block@1.0.1 [EEA Jenkins - [`94d35a8`](https://github.com/eea/volto-eea-kitkat/commit/94d35a895315ca8bd277e203a4536c78918f5554)]
|
|
36
|
+
- Release @eeacms/volto-tabs-block@3.0.1 [EEA Jenkins - [`f4ca7a8`](https://github.com/eea/volto-eea-kitkat/commit/f4ca7a8674d7ce641a145614bb79abdabde800e3)]
|
|
37
|
+
- Release @eeacms/volto-metadata-block@5.0.1 [EEA Jenkins - [`9877bca`](https://github.com/eea/volto-eea-kitkat/commit/9877bca2e9eff523cfa9c99e591e5f2f9ba46918)]
|
|
38
|
+
- Release @eeacms/volto-block-style@4.1.1 [EEA Jenkins - [`ccf406d`](https://github.com/eea/volto-eea-kitkat/commit/ccf406d76e4c95d7a92634700bc4307d577fe437)]
|
|
39
|
+
- Release @eeacms/volto-block-image-cards@1.0.1 [EEA Jenkins - [`c58b77e`](https://github.com/eea/volto-eea-kitkat/commit/c58b77e07ee2bfdca6c2eb58057714bbe06fa815)]
|
|
40
|
+
- Release @eeacms/volto-banner@3.0.1 [EEA Jenkins - [`6d701a1`](https://github.com/eea/volto-eea-kitkat/commit/6d701a1eed8bd2dfe697806e732fb2d8641c3544)]
|
|
41
|
+
- Release @eeacms/volto-columns-block@5.0.1 [EEA Jenkins - [`efe2537`](https://github.com/eea/volto-eea-kitkat/commit/efe25376aebb964119f7040573cbb9b7de9ad535)]
|
|
42
|
+
- Release @eeacms/volto-group-block@5.0.1 [EEA Jenkins - [`5765cac`](https://github.com/eea/volto-eea-kitkat/commit/5765cac73af7438d505f9377ab6524c5711cdc00)]
|
|
43
|
+
- Release @eeacms/volto-slate-footnote@6.0.2 [EEA Jenkins - [`e0e5974`](https://github.com/eea/volto-eea-kitkat/commit/e0e59743a45c57428d51afc2a60f8c03013e94dd)]
|
|
44
|
+
- Release @eeacms/volto-widget-dataprovenance@0.2.1 [EEA Jenkins - [`4cb0ca9`](https://github.com/eea/volto-eea-kitkat/commit/4cb0ca9a5a4de0d80e7afb35088375ed2f60bff4)]
|
|
45
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.1 [EEA Jenkins - [`6bcd522`](https://github.com/eea/volto-eea-kitkat/commit/6bcd522c3328ffd49c50a6f15853ad28774b25a6)]
|
|
46
|
+
- Release @eeacms/volto-widget-geolocation@5.0.1 [EEA Jenkins - [`793aa85`](https://github.com/eea/volto-eea-kitkat/commit/793aa85e52b9e50ff72447d4d315a6c3668e3a7f)]
|
|
47
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.1 [EEA Jenkins - [`5416f60`](https://github.com/eea/volto-eea-kitkat/commit/5416f60a3e6a5892af8c811b45af8a50f57c6b17)]
|
|
48
|
+
- Release @eeacms/volto-taxonomy@3.0.1 [EEA Jenkins - [`361000c`](https://github.com/eea/volto-eea-kitkat/commit/361000c9948c842e4604bd92a56cb684d7fb8949)]
|
|
49
|
+
- Release @eeacms/volto-object-widget@5.0.1 [EEA Jenkins - [`d259af2`](https://github.com/eea/volto-eea-kitkat/commit/d259af2c7ffc308aab0ba1c9bf2f6a9fab1526da)]
|
|
50
|
+
- Release @eeacms/volto-widget-toggle@3.0.1 [EEA Jenkins - [`01cbf0e`](https://github.com/eea/volto-eea-kitkat/commit/01cbf0e27daa1da390bfabbae627b4a7077a11d4)]
|
|
51
|
+
- Release @eeacms/volto-widgets-view@4.0.1 [EEA Jenkins - [`4b723b0`](https://github.com/eea/volto-eea-kitkat/commit/4b723b08bbc225edc7598e9db0a40797b786fc09)]
|
|
52
|
+
- Release @eeacms/volto-block-divider@5.0.0 [EEA Jenkins - [`b9bb2fd`](https://github.com/eea/volto-eea-kitkat/commit/b9bb2fda6a390d1d15b123bfd34845ac229f02d0)]
|
|
53
|
+
- Release @eeacms/volto-accordion-block@6.0.0 [EEA Jenkins - [`fb48fcf`](https://github.com/eea/volto-eea-kitkat/commit/fb48fcf37bec6b8fd8b67b7f6b06bb095d25c252)]
|
|
54
|
+
- Release @eeacms/volto-corsproxy@3.0.1 [EEA Jenkins - [`5e3df97`](https://github.com/eea/volto-eea-kitkat/commit/5e3df97013236ed1139ba56b8f1a0568f3fe9170)]
|
|
55
|
+
- Release @eeacms/volto-depiction@1.0.1 [EEA Jenkins - [`c2034ee`](https://github.com/eea/volto-eea-kitkat/commit/c2034ee2f4b5035b55628bbb423e0a9839d68ba3)]
|
|
56
|
+
- Release @eeacms/volto-sentry-rancher-config@3.0.1 [EEA Jenkins - [`0410038`](https://github.com/eea/volto-eea-kitkat/commit/04100388b2a2343e5d943cea0ff7d8604176d415)]
|
|
57
|
+
- Release @eeacms/volto-matomo@3.0.1 [EEA Jenkins - [`ff6c24a`](https://github.com/eea/volto-eea-kitkat/commit/ff6c24a51d4203ee5af3232f925a85f33843afc1)]
|
|
58
|
+
|
|
59
|
+
#### :nail_care: Enhancements
|
|
60
|
+
|
|
61
|
+
- refactor(sentry): Add @plone-collective/volto-sentry 0.2.0 - refs #156939 [Alin Voinea - [`8095a24`](https://github.com/eea/volto-eea-kitkat/commit/8095a2486a9833926f6193dcf1ad5c85c7e55f0b)]
|
|
62
|
+
|
|
63
|
+
#### :house: Documentation changes
|
|
64
|
+
|
|
65
|
+
- docs(upgrade): Update README with included new add-ons [Alin Voinea - [`e9e83eb`](https://github.com/eea/volto-eea-kitkat/commit/e9e83eb780a6437f65571aaef7116bfc6354f609)]
|
|
66
|
+
|
|
67
|
+
#### :hammer_and_wrench: Others
|
|
68
|
+
|
|
69
|
+
- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`87bd6f5`](https://github.com/eea/volto-eea-kitkat/commit/87bd6f50aca44938449b1d25613b5445ffd1171c)]
|
|
70
|
+
## [9.0.0](https://github.com/eea/volto-eea-kitkat/compare/8.2.4...9.0.0) - 31 October 2022
|
|
8
71
|
|
|
9
72
|
#### :rocket: Dependency updates
|
|
10
73
|
|
package/README.md
CHANGED
|
@@ -21,6 +21,8 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
21
21
|
|
|
22
22
|
## Included Volto Add-ons
|
|
23
23
|
|
|
24
|
+
1. [](https://github.com/collective/volto-sentry/releases) [@plone-collective/volto-sentry](https://github.com/collective/volto-sentry)
|
|
25
|
+
1. [](https://github.com/kitconcept/volto-blocks-grid/releases) [@kitconcept/volto-blocks-grid](https://github.com/kitconcept/volto-blocks-grid)
|
|
24
26
|
1. [](https://github.com/eea/volto-matomo/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-matomo/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-matomo/job/develop/display/redirect) [@eeacms/volto-matomo](https://github.com/eea/volto-matomo)
|
|
25
27
|
1. [](https://github.com/eea/volto-sentry-rancher-config/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-sentry-rancher-config/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-sentry-rancher-config/job/develop/display/redirect) [@eeacms/volto-sentry-rancher-config](https://github.com/eea/volto-sentry-rancher-config)
|
|
26
28
|
1. [](https://github.com/eea/volto-corsproxy/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-corsproxy/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-corsproxy/job/develop/display/redirect) [@eeacms/volto-corsproxy](https://github.com/eea/volto-corsproxy)
|
|
@@ -47,15 +49,45 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
47
49
|
1. [](https://github.com/eea/volto-block-style/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-style/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-style/job/develop/display/redirect) [@eeacms/volto-block-style](https://github.com/eea/volto-block-style)
|
|
48
50
|
1. [](https://github.com/eea/volto-widget-dataprovenance/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-dataprovenance/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-dataprovenance/job/develop/display/redirect) [@eeacms/volto-widget-dataprovenance](https://github.com/eea/volto-widget-dataprovenance)
|
|
49
51
|
|
|
50
|
-
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
1. [](https://github.com/eea/volto-slate-label/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-label/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-label/job/develop/display/redirect) [@eeacms/volto-slate-label](https://github.com/eea/volto-slate-label)
|
|
55
|
+
1. [](https://github.com/eea/volto-call-to-action-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-call-to-action-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-call-to-action-block/job/develop/display/redirect) [@eeacms/volto-call-to-action-block](https://github.com/eea/volto-call-to-action-block)
|
|
56
|
+
1. [](https://github.com/eea/volto-description-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-description-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-description-block/job/develop/display/redirect) [@eeacms/volto-description-block](https://github.com/eea/volto-description-block)
|
|
57
|
+
1. [](https://github.com/eea/volto-hero-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-hero-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-hero-block/job/develop/display/redirect) [@eeacms/volto-hero-block](https://github.com/eea/volto-hero-block)
|
|
58
|
+
1. [](https://github.com/eea/volto-quote-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-quote-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-quote-block/job/develop/display/redirect) [@eeacms/volto-quote-block](https://github.com/eea/volto-quote-block)
|
|
59
|
+
1. [](https://github.com/eea/volto-statistic-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-statistic-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-statistic-block/job/develop/display/redirect) [@eeacms/volto-statistic-block](https://github.com/eea/volto-statistic-block)
|
|
60
|
+
1. [](https://github.com/eea/volto-tags-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-tags-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-tags-block/job/develop/display/redirect) [@eeacms/volto-tags-block](https://github.com/eea/volto-tags-block)
|
|
61
|
+
1. [](https://github.com/eea/volto-timeline-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-timeline-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-timeline-block/job/develop/display/redirect) [@eeacms/volto-timeline-block](https://github.com/eea/volto-timeline-block)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## Upgrade
|
|
65
|
+
|
|
66
|
+
### Upgrading to 10.x
|
|
67
|
+
|
|
68
|
+
> This version requires: `@plone/volto >= 16.0.0.alpha.45` (Sentry removed from Volto Core).
|
|
69
|
+
|
|
70
|
+
#### New add-ons added
|
|
71
|
+
|
|
72
|
+
1. [@plone-collective/volto-sentry](https://github.com/collective/volto-sentry#volto-sentry)
|
|
73
|
+
1. [@kitconcept/volto-blocks-grid](https://github.com/kitconcept/volto-blocks-grid#volto-blocks-grid-by-kitconcept)
|
|
74
|
+
1. [@eeacms/volto-slate-label](https://github.com/eea/volto-slate-label#volto-slate-label)
|
|
75
|
+
1. [@eeacms/volto-call-to-action-block](https://github.com/eea/volto-call-to-action-block#volto-call-to-action-block)
|
|
76
|
+
1. [@eeacms/volto-description-block](https://github.com/eea/volto-description-block#volto-description-block)
|
|
77
|
+
1. [@eeacms/volto-hero-block](https://github.com/eea/volto-hero-block#volto-hero-block)
|
|
78
|
+
1. [@eeacms/volto-quote-block](https://github.com/eea/volto-quote-block#volto-quote-block)
|
|
79
|
+
1. [@eeacms/volto-statistic-block](https://github.com/eea/volto-statistic-block#volto-statistic-block)
|
|
80
|
+
1. [@eeacms/volto-tags-block](https://github.com/eea/volto-tags-block#volto-tags-block)
|
|
81
|
+
1. [@eeacms/volto-timeline-block](https://github.com/eea/volto-timeline-block#volto-timeline-block)
|
|
51
82
|
|
|
52
83
|
### Upgrading to 9.x
|
|
53
84
|
|
|
54
|
-
This version requires: `@plone/volto >= 16.0.0.alpha.15` (`volto-slate` part of Volto Core).
|
|
85
|
+
> This version requires: `@plone/volto >= 16.0.0.alpha.15` (`volto-slate` part of Volto Core).
|
|
86
|
+
|
|
87
|
+
#### Dropped dependencies (moved to Volto Core)
|
|
55
88
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
* volto-block-toc
|
|
89
|
+
1. volto-slate
|
|
90
|
+
2. volto-block-toc
|
|
59
91
|
|
|
60
92
|
|
|
61
93
|
## Getting started
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"addons": [
|
|
24
24
|
"@eeacms/volto-matomo",
|
|
25
|
+
"@plone-collective/volto-sentry",
|
|
25
26
|
"@eeacms/volto-sentry-rancher-config",
|
|
26
27
|
"@eeacms/volto-corsproxy",
|
|
27
28
|
"@eeacms/volto-depiction",
|
|
@@ -35,12 +36,21 @@
|
|
|
35
36
|
"@eeacms/volto-slate-metadata-mentions",
|
|
36
37
|
"@eeacms/volto-slate-footnote",
|
|
37
38
|
"@eeacms/volto-slate-zotero",
|
|
39
|
+
"@eeacms/volto-slate-label",
|
|
40
|
+
"@kitconcept/volto-blocks-grid",
|
|
38
41
|
"@eeacms/volto-accordion-block",
|
|
39
42
|
"@eeacms/volto-block-divider",
|
|
43
|
+
"@eeacms/volto-call-to-action-block",
|
|
44
|
+
"@eeacms/volto-description-block",
|
|
45
|
+
"@eeacms/volto-hero-block",
|
|
40
46
|
"@eeacms/volto-listing-block",
|
|
41
47
|
"@eeacms/volto-metadata-block",
|
|
42
48
|
"@eeacms/volto-group-block",
|
|
43
49
|
"@eeacms/volto-columns-block",
|
|
50
|
+
"@eeacms/volto-quote-block",
|
|
51
|
+
"@eeacms/volto-statistic-block",
|
|
52
|
+
"@eeacms/volto-tags-block",
|
|
53
|
+
"@eeacms/volto-timeline-block",
|
|
44
54
|
"@eeacms/volto-resize-helper",
|
|
45
55
|
"@eeacms/volto-block-style",
|
|
46
56
|
"@eeacms/volto-tabs-block",
|
|
@@ -48,58 +58,78 @@
|
|
|
48
58
|
"@eeacms/volto-block-image-cards"
|
|
49
59
|
],
|
|
50
60
|
"dependencies": {
|
|
51
|
-
"@eeacms/volto-accordion-block": "
|
|
52
|
-
"@eeacms/volto-banner": "3.0.
|
|
53
|
-
"@eeacms/volto-block-divider": "
|
|
54
|
-
"@eeacms/volto-block-image-cards": "1.0.
|
|
55
|
-
"@eeacms/volto-block-style": "4.1.
|
|
56
|
-
"@eeacms/volto-
|
|
57
|
-
"@eeacms/volto-
|
|
58
|
-
"@eeacms/volto-
|
|
59
|
-
"@eeacms/volto-
|
|
60
|
-
"@eeacms/volto-
|
|
61
|
-
"@eeacms/volto-
|
|
62
|
-
"@eeacms/volto-
|
|
63
|
-
"@eeacms/volto-
|
|
64
|
-
"@eeacms/volto-
|
|
65
|
-
"@eeacms/volto-
|
|
66
|
-
"@eeacms/volto-
|
|
67
|
-
"@eeacms/volto-
|
|
68
|
-
"@eeacms/volto-
|
|
69
|
-
"@eeacms/volto-
|
|
70
|
-
"@eeacms/volto-
|
|
71
|
-
"@eeacms/volto-
|
|
72
|
-
"@eeacms/volto-
|
|
73
|
-
"@eeacms/volto-
|
|
74
|
-
"@eeacms/volto-
|
|
75
|
-
"@eeacms/volto-
|
|
61
|
+
"@eeacms/volto-accordion-block": "6.0.0",
|
|
62
|
+
"@eeacms/volto-banner": "3.0.1",
|
|
63
|
+
"@eeacms/volto-block-divider": "5.0.0",
|
|
64
|
+
"@eeacms/volto-block-image-cards": "1.0.1",
|
|
65
|
+
"@eeacms/volto-block-style": "4.1.1",
|
|
66
|
+
"@eeacms/volto-call-to-action-block": "2.0.0",
|
|
67
|
+
"@eeacms/volto-columns-block": "5.0.1",
|
|
68
|
+
"@eeacms/volto-corsproxy": "3.0.1",
|
|
69
|
+
"@eeacms/volto-depiction": "1.0.1",
|
|
70
|
+
"@eeacms/volto-description-block": "1.0.1",
|
|
71
|
+
"@eeacms/volto-group-block": "5.0.1",
|
|
72
|
+
"@eeacms/volto-hero-block": "2.0.0",
|
|
73
|
+
"@eeacms/volto-listing-block": "2.1.0",
|
|
74
|
+
"@eeacms/volto-matomo": "3.0.1",
|
|
75
|
+
"@eeacms/volto-metadata-block": "5.0.1",
|
|
76
|
+
"@eeacms/volto-object-widget": "5.0.1",
|
|
77
|
+
"@eeacms/volto-quote-block": "1.0.1",
|
|
78
|
+
"@eeacms/volto-resize-helper": "1.0.1",
|
|
79
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.1",
|
|
80
|
+
"@eeacms/volto-slate-footnote": "6.0.2",
|
|
81
|
+
"@eeacms/volto-slate-label": "0.4.4",
|
|
82
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.1",
|
|
83
|
+
"@eeacms/volto-slate-zotero": "5.0.2",
|
|
84
|
+
"@eeacms/volto-statistic-block": "1.0.1",
|
|
85
|
+
"@eeacms/volto-tabs-block": "3.0.1",
|
|
86
|
+
"@eeacms/volto-tags-block": "1.0.1",
|
|
87
|
+
"@eeacms/volto-taxonomy": "3.0.1",
|
|
88
|
+
"@eeacms/volto-timeline-block": "1.0.1",
|
|
89
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.1",
|
|
90
|
+
"@eeacms/volto-widget-geolocation": "5.0.1",
|
|
91
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.1",
|
|
92
|
+
"@eeacms/volto-widget-toggle": "3.0.1",
|
|
93
|
+
"@eeacms/volto-widgets-view": "4.0.1",
|
|
94
|
+
"@kitconcept/volto-blocks-grid": "5.1.1",
|
|
95
|
+
"@plone-collective/volto-sentry": "0.2.0"
|
|
76
96
|
},
|
|
77
97
|
"resolutions": {
|
|
78
|
-
"@
|
|
79
|
-
"@eeacms/volto-
|
|
80
|
-
"@eeacms/volto-block
|
|
81
|
-
"@eeacms/volto-block
|
|
82
|
-
"@eeacms/volto-block
|
|
83
|
-
"@eeacms/volto-
|
|
84
|
-
"@eeacms/volto-
|
|
85
|
-
"@eeacms/volto-
|
|
86
|
-
"@eeacms/volto-
|
|
87
|
-
"@
|
|
88
|
-
"@eeacms/volto-
|
|
89
|
-
"@eeacms/volto-
|
|
90
|
-
"@eeacms/volto-
|
|
91
|
-
"@eeacms/volto-
|
|
92
|
-
"@eeacms/volto-
|
|
93
|
-
"@eeacms/volto-
|
|
94
|
-
"@eeacms/volto-
|
|
95
|
-
"@eeacms/volto-
|
|
96
|
-
"@eeacms/volto-
|
|
97
|
-
"@eeacms/volto-
|
|
98
|
-
"@eeacms/volto-
|
|
99
|
-
"@eeacms/volto-
|
|
100
|
-
"@eeacms/volto-widget
|
|
101
|
-
"@eeacms/volto-
|
|
102
|
-
"@eeacms/volto-
|
|
98
|
+
"@kitconcept/volto-blocks-grid": "5.1.1",
|
|
99
|
+
"@eeacms/volto-quote-block": "1.0.1",
|
|
100
|
+
"@eeacms/volto-statistic-block": "1.0.1",
|
|
101
|
+
"@eeacms/volto-tags-block": "1.0.1",
|
|
102
|
+
"@eeacms/volto-call-to-action-block": "2.0.0",
|
|
103
|
+
"@eeacms/volto-hero-block": "2.0.0",
|
|
104
|
+
"@eeacms/volto-timeline-block": "1.0.1",
|
|
105
|
+
"@eeacms/volto-description-block": "1.0.1",
|
|
106
|
+
"@eeacms/volto-slate-label": "0.4.4",
|
|
107
|
+
"@plone-collective/volto-sentry": "0.2.0",
|
|
108
|
+
"@eeacms/volto-accordion-block": "6.0.0",
|
|
109
|
+
"@eeacms/volto-banner": "3.0.1",
|
|
110
|
+
"@eeacms/volto-block-divider": "5.0.0",
|
|
111
|
+
"@eeacms/volto-block-image-cards": "1.0.1",
|
|
112
|
+
"@eeacms/volto-block-style": "4.1.1",
|
|
113
|
+
"@eeacms/volto-columns-block": "5.0.1",
|
|
114
|
+
"@eeacms/volto-corsproxy": "3.0.1",
|
|
115
|
+
"@eeacms/volto-depiction": "1.0.1",
|
|
116
|
+
"@eeacms/volto-group-block": "5.0.1",
|
|
117
|
+
"@eeacms/volto-listing-block": "2.1.0",
|
|
118
|
+
"@eeacms/volto-matomo": "3.0.1",
|
|
119
|
+
"@eeacms/volto-metadata-block": "5.0.1",
|
|
120
|
+
"@eeacms/volto-object-widget": "5.0.1",
|
|
121
|
+
"@eeacms/volto-resize-helper": "1.0.1",
|
|
122
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.1",
|
|
123
|
+
"@eeacms/volto-slate-footnote": "6.0.2",
|
|
124
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.1",
|
|
125
|
+
"@eeacms/volto-slate-zotero": "5.0.2",
|
|
126
|
+
"@eeacms/volto-tabs-block": "3.0.1",
|
|
127
|
+
"@eeacms/volto-taxonomy": "3.0.1",
|
|
128
|
+
"@eeacms/volto-widget-geolocation": "5.0.1",
|
|
129
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.1",
|
|
130
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.1",
|
|
131
|
+
"@eeacms/volto-widget-toggle": "3.0.1",
|
|
132
|
+
"@eeacms/volto-widgets-view": "4.0.1"
|
|
103
133
|
},
|
|
104
134
|
"devDependencies": {
|
|
105
135
|
"@cypress/code-coverage": "^3.10.0",
|