@eeacms/volto-eea-kitkat 8.2.4 → 10.0.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/.coverage.babel.config.js +1 -1
- package/.i18n.babel.config.js +1 -0
- package/.project.eslintrc.js +3 -1
- package/CHANGELOG +92 -0
- package/CHANGELOG.md +92 -0
- package/README.md +44 -98
- package/RELEASE.md +74 -0
- package/babel.config.js +1 -1
- package/cypress.config.js +27 -0
- package/jest-addon.config.js +4 -4
- package/new.json +93 -68
- package/old.json +63 -68
- package/package.json +93 -68
- package/partfile +8 -1
- package/releasefile +181 -9
- package/cypress.eeacms.json +0 -23
- package/cypress.json +0 -17
- package/cypress.slate.json +0 -21
|
@@ -2,7 +2,7 @@ const defaultBabel = require('@plone/volto/babel');
|
|
|
2
2
|
|
|
3
3
|
function applyDefault(api) {
|
|
4
4
|
const voltoBabel = defaultBabel(api);
|
|
5
|
-
voltoBabel.plugins.push('
|
|
5
|
+
voltoBabel.plugins.push('istanbul');
|
|
6
6
|
return voltoBabel;
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@plone/volto/babel');
|
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,6 +4,98 @@ 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
|
+
### [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat(addons): New add-ons: [Alin Voinea - [`c131a4d`](https://github.com/eea/volto-eea-kitkat/commit/c131a4d57f95d3985d19a8716373cdd24f9b4a05)]
|
|
12
|
+
|
|
13
|
+
#### :rocket: Dependency updates
|
|
14
|
+
|
|
15
|
+
- Release @eeacms/volto-slate-zotero@5.0.2 [EEA Jenkins - [`7989ebb`](https://github.com/eea/volto-eea-kitkat/commit/7989ebb3912175dc0899ad2627d8e6849a03ed44)]
|
|
16
|
+
- Release @eeacms/volto-tags-block@1.0.1 [EEA Jenkins - [`9baac6e`](https://github.com/eea/volto-eea-kitkat/commit/9baac6e27165ee3c55fb149d48e620ddb487cd20)]
|
|
17
|
+
- Release @eeacms/volto-slate-label@0.4.4 [EEA Jenkins - [`9081f62`](https://github.com/eea/volto-eea-kitkat/commit/9081f626deb9fa47a361c32704ba5291fc0c7540)]
|
|
18
|
+
- Release @eeacms/volto-description-block@1.0.1 [EEA Jenkins - [`2e67c3e`](https://github.com/eea/volto-eea-kitkat/commit/2e67c3ed33a7550b420c07db70caa664d568aca2)]
|
|
19
|
+
- Release @eeacms/volto-timeline-block@1.0.1 [EEA Jenkins - [`8cd5fe0`](https://github.com/eea/volto-eea-kitkat/commit/8cd5fe0d100d3f14b63d8c47412cc8df155adce1)]
|
|
20
|
+
- Release @eeacms/volto-quote-block@1.0.1 [EEA Jenkins - [`e290789`](https://github.com/eea/volto-eea-kitkat/commit/e2907896a3e8593798901dab4b4281d75711b5e0)]
|
|
21
|
+
- Release @eeacms/volto-resize-helper@1.0.1 [EEA Jenkins - [`d9ef2a5`](https://github.com/eea/volto-eea-kitkat/commit/d9ef2a5ae3d4e6c2c76880d2e964f4c92f9aa630)]
|
|
22
|
+
- Release @eeacms/volto-call-to-action-block@2.0.0 [EEA Jenkins - [`a80a95b`](https://github.com/eea/volto-eea-kitkat/commit/a80a95b26a086f684bd016dcd63e567051221f9e)]
|
|
23
|
+
- Release @eeacms/volto-statistic-block@1.0.1 [EEA Jenkins - [`94d35a8`](https://github.com/eea/volto-eea-kitkat/commit/94d35a895315ca8bd277e203a4536c78918f5554)]
|
|
24
|
+
- Release @eeacms/volto-tabs-block@3.0.1 [EEA Jenkins - [`f4ca7a8`](https://github.com/eea/volto-eea-kitkat/commit/f4ca7a8674d7ce641a145614bb79abdabde800e3)]
|
|
25
|
+
- Release @eeacms/volto-metadata-block@5.0.1 [EEA Jenkins - [`9877bca`](https://github.com/eea/volto-eea-kitkat/commit/9877bca2e9eff523cfa9c99e591e5f2f9ba46918)]
|
|
26
|
+
- Release @eeacms/volto-block-style@4.1.1 [EEA Jenkins - [`ccf406d`](https://github.com/eea/volto-eea-kitkat/commit/ccf406d76e4c95d7a92634700bc4307d577fe437)]
|
|
27
|
+
- Release @eeacms/volto-block-image-cards@1.0.1 [EEA Jenkins - [`c58b77e`](https://github.com/eea/volto-eea-kitkat/commit/c58b77e07ee2bfdca6c2eb58057714bbe06fa815)]
|
|
28
|
+
- Release @eeacms/volto-banner@3.0.1 [EEA Jenkins - [`6d701a1`](https://github.com/eea/volto-eea-kitkat/commit/6d701a1eed8bd2dfe697806e732fb2d8641c3544)]
|
|
29
|
+
- Release @eeacms/volto-columns-block@5.0.1 [EEA Jenkins - [`efe2537`](https://github.com/eea/volto-eea-kitkat/commit/efe25376aebb964119f7040573cbb9b7de9ad535)]
|
|
30
|
+
- Release @eeacms/volto-group-block@5.0.1 [EEA Jenkins - [`5765cac`](https://github.com/eea/volto-eea-kitkat/commit/5765cac73af7438d505f9377ab6524c5711cdc00)]
|
|
31
|
+
- Release @eeacms/volto-slate-footnote@6.0.2 [EEA Jenkins - [`e0e5974`](https://github.com/eea/volto-eea-kitkat/commit/e0e59743a45c57428d51afc2a60f8c03013e94dd)]
|
|
32
|
+
- Release @eeacms/volto-widget-dataprovenance@0.2.1 [EEA Jenkins - [`4cb0ca9`](https://github.com/eea/volto-eea-kitkat/commit/4cb0ca9a5a4de0d80e7afb35088375ed2f60bff4)]
|
|
33
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.1 [EEA Jenkins - [`6bcd522`](https://github.com/eea/volto-eea-kitkat/commit/6bcd522c3328ffd49c50a6f15853ad28774b25a6)]
|
|
34
|
+
- Release @eeacms/volto-widget-geolocation@5.0.1 [EEA Jenkins - [`793aa85`](https://github.com/eea/volto-eea-kitkat/commit/793aa85e52b9e50ff72447d4d315a6c3668e3a7f)]
|
|
35
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.1 [EEA Jenkins - [`5416f60`](https://github.com/eea/volto-eea-kitkat/commit/5416f60a3e6a5892af8c811b45af8a50f57c6b17)]
|
|
36
|
+
- Release @eeacms/volto-taxonomy@3.0.1 [EEA Jenkins - [`361000c`](https://github.com/eea/volto-eea-kitkat/commit/361000c9948c842e4604bd92a56cb684d7fb8949)]
|
|
37
|
+
- Release @eeacms/volto-object-widget@5.0.1 [EEA Jenkins - [`d259af2`](https://github.com/eea/volto-eea-kitkat/commit/d259af2c7ffc308aab0ba1c9bf2f6a9fab1526da)]
|
|
38
|
+
- Release @eeacms/volto-widget-toggle@3.0.1 [EEA Jenkins - [`01cbf0e`](https://github.com/eea/volto-eea-kitkat/commit/01cbf0e27daa1da390bfabbae627b4a7077a11d4)]
|
|
39
|
+
- Release @eeacms/volto-widgets-view@4.0.1 [EEA Jenkins - [`4b723b0`](https://github.com/eea/volto-eea-kitkat/commit/4b723b08bbc225edc7598e9db0a40797b786fc09)]
|
|
40
|
+
- Release @eeacms/volto-block-divider@5.0.0 [EEA Jenkins - [`b9bb2fd`](https://github.com/eea/volto-eea-kitkat/commit/b9bb2fda6a390d1d15b123bfd34845ac229f02d0)]
|
|
41
|
+
- Release @eeacms/volto-accordion-block@6.0.0 [EEA Jenkins - [`fb48fcf`](https://github.com/eea/volto-eea-kitkat/commit/fb48fcf37bec6b8fd8b67b7f6b06bb095d25c252)]
|
|
42
|
+
- Release @eeacms/volto-corsproxy@3.0.1 [EEA Jenkins - [`5e3df97`](https://github.com/eea/volto-eea-kitkat/commit/5e3df97013236ed1139ba56b8f1a0568f3fe9170)]
|
|
43
|
+
- Release @eeacms/volto-depiction@1.0.1 [EEA Jenkins - [`c2034ee`](https://github.com/eea/volto-eea-kitkat/commit/c2034ee2f4b5035b55628bbb423e0a9839d68ba3)]
|
|
44
|
+
- Release @eeacms/volto-sentry-rancher-config@3.0.1 [EEA Jenkins - [`0410038`](https://github.com/eea/volto-eea-kitkat/commit/04100388b2a2343e5d943cea0ff7d8604176d415)]
|
|
45
|
+
- Release @eeacms/volto-matomo@3.0.1 [EEA Jenkins - [`ff6c24a`](https://github.com/eea/volto-eea-kitkat/commit/ff6c24a51d4203ee5af3232f925a85f33843afc1)]
|
|
46
|
+
|
|
47
|
+
#### :nail_care: Enhancements
|
|
48
|
+
|
|
49
|
+
- refactor(sentry): Add @plone-collective/volto-sentry 0.2.0 - refs #156939 [Alin Voinea - [`8095a24`](https://github.com/eea/volto-eea-kitkat/commit/8095a2486a9833926f6193dcf1ad5c85c7e55f0b)]
|
|
50
|
+
|
|
51
|
+
#### :house: Documentation changes
|
|
52
|
+
|
|
53
|
+
- docs(upgrade): Update README with included new add-ons [Alin Voinea - [`e9e83eb`](https://github.com/eea/volto-eea-kitkat/commit/e9e83eb780a6437f65571aaef7116bfc6354f609)]
|
|
54
|
+
|
|
55
|
+
#### :hammer_and_wrench: Others
|
|
56
|
+
|
|
57
|
+
- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`87bd6f5`](https://github.com/eea/volto-eea-kitkat/commit/87bd6f50aca44938449b1d25613b5445ffd1171c)]
|
|
58
|
+
## [9.0.0](https://github.com/eea/volto-eea-kitkat/compare/8.2.4...9.0.0) - 31 October 2022
|
|
59
|
+
|
|
60
|
+
#### :rocket: Dependency updates
|
|
61
|
+
|
|
62
|
+
- Release @eeacms/volto-columns-block@5.0.0 [EEA Jenkins - [`20ba9a8`](https://github.com/eea/volto-eea-kitkat/commit/20ba9a8b5f2b5f0f56aabb644bbfee089cfb6c5f)]
|
|
63
|
+
- Release @eeacms/volto-block-style@4.1.0 [EEA Jenkins - [`b294453`](https://github.com/eea/volto-eea-kitkat/commit/b2944536fc7a173eb03121c9a919c251f32bc498)]
|
|
64
|
+
- Release @eeacms/volto-listing-block@1.0.1 [EEA Jenkins - [`2cc8b10`](https://github.com/eea/volto-eea-kitkat/commit/2cc8b1061b99049314d5ce117c5dc307b0ad369c)]
|
|
65
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.0 [EEA Jenkins - [`aabbf46`](https://github.com/eea/volto-eea-kitkat/commit/aabbf46ee3fceff4c7975dc717bf8fe4600e6fd0)]
|
|
66
|
+
- Release @eeacms/volto-metadata-block@5.0.0 [EEA Jenkins - [`05a16d2`](https://github.com/eea/volto-eea-kitkat/commit/05a16d2b6614a3ae54825b8311ebec8ba76231a8)]
|
|
67
|
+
- Release @eeacms/volto-accordion-block@5.0.0 [EEA Jenkins - [`55494e8`](https://github.com/eea/volto-eea-kitkat/commit/55494e8660c13200df8699609c10528d57ac5596)]
|
|
68
|
+
- Release @eeacms/volto-block-divider@4.0.0 [EEA Jenkins - [`78a6e98`](https://github.com/eea/volto-eea-kitkat/commit/78a6e984d38dc0018ef8c36f9ea71aed135f1ec3)]
|
|
69
|
+
- Release @eeacms/volto-tabs-block@3.0.0 [EEA Jenkins - [`2449ada`](https://github.com/eea/volto-eea-kitkat/commit/2449adad9459e2840e8ffe360c738c30e0b7a8e3)]
|
|
70
|
+
- Release @eeacms/volto-group-block@5.0.0 [EEA Jenkins - [`80dc99b`](https://github.com/eea/volto-eea-kitkat/commit/80dc99b7432eda03e762c0a0d3367c39f2307087)]
|
|
71
|
+
- Release @eeacms/volto-accordion-block@4.1.1 [EEA Jenkins - [`698ef72`](https://github.com/eea/volto-eea-kitkat/commit/698ef72a7d330b4dcac4a4efb4bdd66ab0f6cf30)]
|
|
72
|
+
- Release @eeacms/volto-widget-dataprovenance 0.2.0 [Alin Voinea - [`ed01778`](https://github.com/eea/volto-eea-kitkat/commit/ed017784e2749970eb4fe1cd5e8dfff655c78565)]
|
|
73
|
+
- Release @eeacms/volto-block-image-cards 1.0.0 [Alin Voinea - [`cf1ca9d`](https://github.com/eea/volto-eea-kitkat/commit/cf1ca9de76616a4f4e96bc63bc3e2864fab351be)]
|
|
74
|
+
- Release @eeacms/volto-listing-block@1.0.0 [EEA Jenkins - [`6d5d93a`](https://github.com/eea/volto-eea-kitkat/commit/6d5d93a04523119fdb5d97fc3f5d5a7becd5972f)]
|
|
75
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.0 [EEA Jenkins - [`d21615e`](https://github.com/eea/volto-eea-kitkat/commit/d21615ea7f8303f830e915e698d968f8c8ec0b0d)]
|
|
76
|
+
- Release @eeacms/volto-slate-zotero@5.0.1 [EEA Jenkins - [`778f185`](https://github.com/eea/volto-eea-kitkat/commit/778f185a671d0b73e348c9e80dd13adb8b20636d)]
|
|
77
|
+
- Release @eeacms/volto-slate-footnote@6.0.1 [EEA Jenkins - [`035fe78`](https://github.com/eea/volto-eea-kitkat/commit/035fe7802df48fedd9b76fb011d309b25390d55f)]
|
|
78
|
+
- Release @eeacms/volto-slate-zotero@5.0.0 [EEA Jenkins - [`773329b`](https://github.com/eea/volto-eea-kitkat/commit/773329b0ed6534e02bd0707c182d349187ec31dd)]
|
|
79
|
+
- Release @eeacms/volto-slate-footnote@6.0.0 [EEA Jenkins - [`b8e85d5`](https://github.com/eea/volto-eea-kitkat/commit/b8e85d5daa17f022f8a68cbacfdfb86e2edbcb1c)]
|
|
80
|
+
- Release @eeacms/volto-block-toc@3.0.3 [EEA Jenkins - [`d37581d`](https://github.com/eea/volto-eea-kitkat/commit/d37581d19031f390566e777df651c651ddecb975)]
|
|
81
|
+
- Release @eeacms/volto-tabs-block@2.2.1 [EEA Jenkins - [`f23bece`](https://github.com/eea/volto-eea-kitkat/commit/f23bece0167e497ee5b537eb54d00e429207b27f)]
|
|
82
|
+
|
|
83
|
+
#### :nail_care: Enhancements
|
|
84
|
+
|
|
85
|
+
- refactor(cypress): Cypress 10 / Razzle 4 [Alin Voinea - [`19c7f80`](https://github.com/eea/volto-eea-kitkat/commit/19c7f8059c64dfff213a1aceacbf6f19de8ebd56)]
|
|
86
|
+
- refactor(dependencies): Remove volto-block-toc from kitkat [Alin Voinea - [`4313b52`](https://github.com/eea/volto-eea-kitkat/commit/4313b523cc715793a712b6053d64cd5667cf719b)]
|
|
87
|
+
|
|
88
|
+
#### :hammer_and_wrench: Others
|
|
89
|
+
|
|
90
|
+
- test(cypress): Remove random failing tests [Alin Voinea - [`d0b41df`](https://github.com/eea/volto-eea-kitkat/commit/d0b41df52a2837641f31334a32022aee5b5e1940)]
|
|
91
|
+
- test(cypress): Fix failing tests [Alin Voinea - [`7833a9d`](https://github.com/eea/volto-eea-kitkat/commit/7833a9df3d8c1c3c2a0952672113e9445ace0e8b)]
|
|
92
|
+
- test(cypress): Fail fast [Alin Voinea - [`bc43206`](https://github.com/eea/volto-eea-kitkat/commit/bc43206e3556a4d9376dd18d62a1c8fc3bc9e3bd)]
|
|
93
|
+
- test(cypress): Adjust specPattern [Alin Voinea - [`67c98f5`](https://github.com/eea/volto-eea-kitkat/commit/67c98f512c4f5aba9ecb68817e9d322d7f85d117)]
|
|
94
|
+
- test(cypress): Cleanup Jenkins pipeline [Alin Voinea - [`4aa41ab`](https://github.com/eea/volto-eea-kitkat/commit/4aa41ab80d8d27cb7187203bcbb16b3d71ecae0f)]
|
|
95
|
+
- Fix @eeacms/volto-widget-temporal-coverage until release [Alin Voinea - [`2e1d218`](https://github.com/eea/volto-eea-kitkat/commit/2e1d218bdf59fade17b105f3b1271d3fffb2bbe7)]
|
|
96
|
+
- Cleanup volto-slate from README [Alin Voinea - [`54c974d`](https://github.com/eea/volto-eea-kitkat/commit/54c974dcfe35d6a8cccfdb4bc05e4f6c99345a76)]
|
|
97
|
+
- Fix dependencies [Alin Voinea - [`a895e5a`](https://github.com/eea/volto-eea-kitkat/commit/a895e5a458361e8592bef4a12dc0a586dfbf1140)]
|
|
98
|
+
- Update dependencies [Alin Voinea - [`336a419`](https://github.com/eea/volto-eea-kitkat/commit/336a419a6c1b1b657109099e1b3b1dd569e2e09b)]
|
|
7
99
|
### [8.2.4](https://github.com/eea/volto-eea-kitkat/compare/8.2.3...8.2.4) - 21 October 2022
|
|
8
100
|
|
|
9
101
|
#### :rocket: Dependency updates
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,98 @@ 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
|
+
### [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat(addons): New add-ons: [Alin Voinea - [`c131a4d`](https://github.com/eea/volto-eea-kitkat/commit/c131a4d57f95d3985d19a8716373cdd24f9b4a05)]
|
|
12
|
+
|
|
13
|
+
#### :rocket: Dependency updates
|
|
14
|
+
|
|
15
|
+
- Release @eeacms/volto-slate-zotero@5.0.2 [EEA Jenkins - [`7989ebb`](https://github.com/eea/volto-eea-kitkat/commit/7989ebb3912175dc0899ad2627d8e6849a03ed44)]
|
|
16
|
+
- Release @eeacms/volto-tags-block@1.0.1 [EEA Jenkins - [`9baac6e`](https://github.com/eea/volto-eea-kitkat/commit/9baac6e27165ee3c55fb149d48e620ddb487cd20)]
|
|
17
|
+
- Release @eeacms/volto-slate-label@0.4.4 [EEA Jenkins - [`9081f62`](https://github.com/eea/volto-eea-kitkat/commit/9081f626deb9fa47a361c32704ba5291fc0c7540)]
|
|
18
|
+
- Release @eeacms/volto-description-block@1.0.1 [EEA Jenkins - [`2e67c3e`](https://github.com/eea/volto-eea-kitkat/commit/2e67c3ed33a7550b420c07db70caa664d568aca2)]
|
|
19
|
+
- Release @eeacms/volto-timeline-block@1.0.1 [EEA Jenkins - [`8cd5fe0`](https://github.com/eea/volto-eea-kitkat/commit/8cd5fe0d100d3f14b63d8c47412cc8df155adce1)]
|
|
20
|
+
- Release @eeacms/volto-quote-block@1.0.1 [EEA Jenkins - [`e290789`](https://github.com/eea/volto-eea-kitkat/commit/e2907896a3e8593798901dab4b4281d75711b5e0)]
|
|
21
|
+
- Release @eeacms/volto-resize-helper@1.0.1 [EEA Jenkins - [`d9ef2a5`](https://github.com/eea/volto-eea-kitkat/commit/d9ef2a5ae3d4e6c2c76880d2e964f4c92f9aa630)]
|
|
22
|
+
- Release @eeacms/volto-call-to-action-block@2.0.0 [EEA Jenkins - [`a80a95b`](https://github.com/eea/volto-eea-kitkat/commit/a80a95b26a086f684bd016dcd63e567051221f9e)]
|
|
23
|
+
- Release @eeacms/volto-statistic-block@1.0.1 [EEA Jenkins - [`94d35a8`](https://github.com/eea/volto-eea-kitkat/commit/94d35a895315ca8bd277e203a4536c78918f5554)]
|
|
24
|
+
- Release @eeacms/volto-tabs-block@3.0.1 [EEA Jenkins - [`f4ca7a8`](https://github.com/eea/volto-eea-kitkat/commit/f4ca7a8674d7ce641a145614bb79abdabde800e3)]
|
|
25
|
+
- Release @eeacms/volto-metadata-block@5.0.1 [EEA Jenkins - [`9877bca`](https://github.com/eea/volto-eea-kitkat/commit/9877bca2e9eff523cfa9c99e591e5f2f9ba46918)]
|
|
26
|
+
- Release @eeacms/volto-block-style@4.1.1 [EEA Jenkins - [`ccf406d`](https://github.com/eea/volto-eea-kitkat/commit/ccf406d76e4c95d7a92634700bc4307d577fe437)]
|
|
27
|
+
- Release @eeacms/volto-block-image-cards@1.0.1 [EEA Jenkins - [`c58b77e`](https://github.com/eea/volto-eea-kitkat/commit/c58b77e07ee2bfdca6c2eb58057714bbe06fa815)]
|
|
28
|
+
- Release @eeacms/volto-banner@3.0.1 [EEA Jenkins - [`6d701a1`](https://github.com/eea/volto-eea-kitkat/commit/6d701a1eed8bd2dfe697806e732fb2d8641c3544)]
|
|
29
|
+
- Release @eeacms/volto-columns-block@5.0.1 [EEA Jenkins - [`efe2537`](https://github.com/eea/volto-eea-kitkat/commit/efe25376aebb964119f7040573cbb9b7de9ad535)]
|
|
30
|
+
- Release @eeacms/volto-group-block@5.0.1 [EEA Jenkins - [`5765cac`](https://github.com/eea/volto-eea-kitkat/commit/5765cac73af7438d505f9377ab6524c5711cdc00)]
|
|
31
|
+
- Release @eeacms/volto-slate-footnote@6.0.2 [EEA Jenkins - [`e0e5974`](https://github.com/eea/volto-eea-kitkat/commit/e0e59743a45c57428d51afc2a60f8c03013e94dd)]
|
|
32
|
+
- Release @eeacms/volto-widget-dataprovenance@0.2.1 [EEA Jenkins - [`4cb0ca9`](https://github.com/eea/volto-eea-kitkat/commit/4cb0ca9a5a4de0d80e7afb35088375ed2f60bff4)]
|
|
33
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.1 [EEA Jenkins - [`6bcd522`](https://github.com/eea/volto-eea-kitkat/commit/6bcd522c3328ffd49c50a6f15853ad28774b25a6)]
|
|
34
|
+
- Release @eeacms/volto-widget-geolocation@5.0.1 [EEA Jenkins - [`793aa85`](https://github.com/eea/volto-eea-kitkat/commit/793aa85e52b9e50ff72447d4d315a6c3668e3a7f)]
|
|
35
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.1 [EEA Jenkins - [`5416f60`](https://github.com/eea/volto-eea-kitkat/commit/5416f60a3e6a5892af8c811b45af8a50f57c6b17)]
|
|
36
|
+
- Release @eeacms/volto-taxonomy@3.0.1 [EEA Jenkins - [`361000c`](https://github.com/eea/volto-eea-kitkat/commit/361000c9948c842e4604bd92a56cb684d7fb8949)]
|
|
37
|
+
- Release @eeacms/volto-object-widget@5.0.1 [EEA Jenkins - [`d259af2`](https://github.com/eea/volto-eea-kitkat/commit/d259af2c7ffc308aab0ba1c9bf2f6a9fab1526da)]
|
|
38
|
+
- Release @eeacms/volto-widget-toggle@3.0.1 [EEA Jenkins - [`01cbf0e`](https://github.com/eea/volto-eea-kitkat/commit/01cbf0e27daa1da390bfabbae627b4a7077a11d4)]
|
|
39
|
+
- Release @eeacms/volto-widgets-view@4.0.1 [EEA Jenkins - [`4b723b0`](https://github.com/eea/volto-eea-kitkat/commit/4b723b08bbc225edc7598e9db0a40797b786fc09)]
|
|
40
|
+
- Release @eeacms/volto-block-divider@5.0.0 [EEA Jenkins - [`b9bb2fd`](https://github.com/eea/volto-eea-kitkat/commit/b9bb2fda6a390d1d15b123bfd34845ac229f02d0)]
|
|
41
|
+
- Release @eeacms/volto-accordion-block@6.0.0 [EEA Jenkins - [`fb48fcf`](https://github.com/eea/volto-eea-kitkat/commit/fb48fcf37bec6b8fd8b67b7f6b06bb095d25c252)]
|
|
42
|
+
- Release @eeacms/volto-corsproxy@3.0.1 [EEA Jenkins - [`5e3df97`](https://github.com/eea/volto-eea-kitkat/commit/5e3df97013236ed1139ba56b8f1a0568f3fe9170)]
|
|
43
|
+
- Release @eeacms/volto-depiction@1.0.1 [EEA Jenkins - [`c2034ee`](https://github.com/eea/volto-eea-kitkat/commit/c2034ee2f4b5035b55628bbb423e0a9839d68ba3)]
|
|
44
|
+
- Release @eeacms/volto-sentry-rancher-config@3.0.1 [EEA Jenkins - [`0410038`](https://github.com/eea/volto-eea-kitkat/commit/04100388b2a2343e5d943cea0ff7d8604176d415)]
|
|
45
|
+
- Release @eeacms/volto-matomo@3.0.1 [EEA Jenkins - [`ff6c24a`](https://github.com/eea/volto-eea-kitkat/commit/ff6c24a51d4203ee5af3232f925a85f33843afc1)]
|
|
46
|
+
|
|
47
|
+
#### :nail_care: Enhancements
|
|
48
|
+
|
|
49
|
+
- refactor(sentry): Add @plone-collective/volto-sentry 0.2.0 - refs #156939 [Alin Voinea - [`8095a24`](https://github.com/eea/volto-eea-kitkat/commit/8095a2486a9833926f6193dcf1ad5c85c7e55f0b)]
|
|
50
|
+
|
|
51
|
+
#### :house: Documentation changes
|
|
52
|
+
|
|
53
|
+
- docs(upgrade): Update README with included new add-ons [Alin Voinea - [`e9e83eb`](https://github.com/eea/volto-eea-kitkat/commit/e9e83eb780a6437f65571aaef7116bfc6354f609)]
|
|
54
|
+
|
|
55
|
+
#### :hammer_and_wrench: Others
|
|
56
|
+
|
|
57
|
+
- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`87bd6f5`](https://github.com/eea/volto-eea-kitkat/commit/87bd6f50aca44938449b1d25613b5445ffd1171c)]
|
|
58
|
+
## [9.0.0](https://github.com/eea/volto-eea-kitkat/compare/8.2.4...9.0.0) - 31 October 2022
|
|
59
|
+
|
|
60
|
+
#### :rocket: Dependency updates
|
|
61
|
+
|
|
62
|
+
- Release @eeacms/volto-columns-block@5.0.0 [EEA Jenkins - [`20ba9a8`](https://github.com/eea/volto-eea-kitkat/commit/20ba9a8b5f2b5f0f56aabb644bbfee089cfb6c5f)]
|
|
63
|
+
- Release @eeacms/volto-block-style@4.1.0 [EEA Jenkins - [`b294453`](https://github.com/eea/volto-eea-kitkat/commit/b2944536fc7a173eb03121c9a919c251f32bc498)]
|
|
64
|
+
- Release @eeacms/volto-listing-block@1.0.1 [EEA Jenkins - [`2cc8b10`](https://github.com/eea/volto-eea-kitkat/commit/2cc8b1061b99049314d5ce117c5dc307b0ad369c)]
|
|
65
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.0 [EEA Jenkins - [`aabbf46`](https://github.com/eea/volto-eea-kitkat/commit/aabbf46ee3fceff4c7975dc717bf8fe4600e6fd0)]
|
|
66
|
+
- Release @eeacms/volto-metadata-block@5.0.0 [EEA Jenkins - [`05a16d2`](https://github.com/eea/volto-eea-kitkat/commit/05a16d2b6614a3ae54825b8311ebec8ba76231a8)]
|
|
67
|
+
- Release @eeacms/volto-accordion-block@5.0.0 [EEA Jenkins - [`55494e8`](https://github.com/eea/volto-eea-kitkat/commit/55494e8660c13200df8699609c10528d57ac5596)]
|
|
68
|
+
- Release @eeacms/volto-block-divider@4.0.0 [EEA Jenkins - [`78a6e98`](https://github.com/eea/volto-eea-kitkat/commit/78a6e984d38dc0018ef8c36f9ea71aed135f1ec3)]
|
|
69
|
+
- Release @eeacms/volto-tabs-block@3.0.0 [EEA Jenkins - [`2449ada`](https://github.com/eea/volto-eea-kitkat/commit/2449adad9459e2840e8ffe360c738c30e0b7a8e3)]
|
|
70
|
+
- Release @eeacms/volto-group-block@5.0.0 [EEA Jenkins - [`80dc99b`](https://github.com/eea/volto-eea-kitkat/commit/80dc99b7432eda03e762c0a0d3367c39f2307087)]
|
|
71
|
+
- Release @eeacms/volto-accordion-block@4.1.1 [EEA Jenkins - [`698ef72`](https://github.com/eea/volto-eea-kitkat/commit/698ef72a7d330b4dcac4a4efb4bdd66ab0f6cf30)]
|
|
72
|
+
- Release @eeacms/volto-widget-dataprovenance 0.2.0 [Alin Voinea - [`ed01778`](https://github.com/eea/volto-eea-kitkat/commit/ed017784e2749970eb4fe1cd5e8dfff655c78565)]
|
|
73
|
+
- Release @eeacms/volto-block-image-cards 1.0.0 [Alin Voinea - [`cf1ca9d`](https://github.com/eea/volto-eea-kitkat/commit/cf1ca9de76616a4f4e96bc63bc3e2864fab351be)]
|
|
74
|
+
- Release @eeacms/volto-listing-block@1.0.0 [EEA Jenkins - [`6d5d93a`](https://github.com/eea/volto-eea-kitkat/commit/6d5d93a04523119fdb5d97fc3f5d5a7becd5972f)]
|
|
75
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.0 [EEA Jenkins - [`d21615e`](https://github.com/eea/volto-eea-kitkat/commit/d21615ea7f8303f830e915e698d968f8c8ec0b0d)]
|
|
76
|
+
- Release @eeacms/volto-slate-zotero@5.0.1 [EEA Jenkins - [`778f185`](https://github.com/eea/volto-eea-kitkat/commit/778f185a671d0b73e348c9e80dd13adb8b20636d)]
|
|
77
|
+
- Release @eeacms/volto-slate-footnote@6.0.1 [EEA Jenkins - [`035fe78`](https://github.com/eea/volto-eea-kitkat/commit/035fe7802df48fedd9b76fb011d309b25390d55f)]
|
|
78
|
+
- Release @eeacms/volto-slate-zotero@5.0.0 [EEA Jenkins - [`773329b`](https://github.com/eea/volto-eea-kitkat/commit/773329b0ed6534e02bd0707c182d349187ec31dd)]
|
|
79
|
+
- Release @eeacms/volto-slate-footnote@6.0.0 [EEA Jenkins - [`b8e85d5`](https://github.com/eea/volto-eea-kitkat/commit/b8e85d5daa17f022f8a68cbacfdfb86e2edbcb1c)]
|
|
80
|
+
- Release @eeacms/volto-block-toc@3.0.3 [EEA Jenkins - [`d37581d`](https://github.com/eea/volto-eea-kitkat/commit/d37581d19031f390566e777df651c651ddecb975)]
|
|
81
|
+
- Release @eeacms/volto-tabs-block@2.2.1 [EEA Jenkins - [`f23bece`](https://github.com/eea/volto-eea-kitkat/commit/f23bece0167e497ee5b537eb54d00e429207b27f)]
|
|
82
|
+
|
|
83
|
+
#### :nail_care: Enhancements
|
|
84
|
+
|
|
85
|
+
- refactor(cypress): Cypress 10 / Razzle 4 [Alin Voinea - [`19c7f80`](https://github.com/eea/volto-eea-kitkat/commit/19c7f8059c64dfff213a1aceacbf6f19de8ebd56)]
|
|
86
|
+
- refactor(dependencies): Remove volto-block-toc from kitkat [Alin Voinea - [`4313b52`](https://github.com/eea/volto-eea-kitkat/commit/4313b523cc715793a712b6053d64cd5667cf719b)]
|
|
87
|
+
|
|
88
|
+
#### :hammer_and_wrench: Others
|
|
89
|
+
|
|
90
|
+
- test(cypress): Remove random failing tests [Alin Voinea - [`d0b41df`](https://github.com/eea/volto-eea-kitkat/commit/d0b41df52a2837641f31334a32022aee5b5e1940)]
|
|
91
|
+
- test(cypress): Fix failing tests [Alin Voinea - [`7833a9d`](https://github.com/eea/volto-eea-kitkat/commit/7833a9df3d8c1c3c2a0952672113e9445ace0e8b)]
|
|
92
|
+
- test(cypress): Fail fast [Alin Voinea - [`bc43206`](https://github.com/eea/volto-eea-kitkat/commit/bc43206e3556a4d9376dd18d62a1c8fc3bc9e3bd)]
|
|
93
|
+
- test(cypress): Adjust specPattern [Alin Voinea - [`67c98f5`](https://github.com/eea/volto-eea-kitkat/commit/67c98f512c4f5aba9ecb68817e9d322d7f85d117)]
|
|
94
|
+
- test(cypress): Cleanup Jenkins pipeline [Alin Voinea - [`4aa41ab`](https://github.com/eea/volto-eea-kitkat/commit/4aa41ab80d8d27cb7187203bcbb16b3d71ecae0f)]
|
|
95
|
+
- Fix @eeacms/volto-widget-temporal-coverage until release [Alin Voinea - [`2e1d218`](https://github.com/eea/volto-eea-kitkat/commit/2e1d218bdf59fade17b105f3b1271d3fffb2bbe7)]
|
|
96
|
+
- Cleanup volto-slate from README [Alin Voinea - [`54c974d`](https://github.com/eea/volto-eea-kitkat/commit/54c974dcfe35d6a8cccfdb4bc05e4f6c99345a76)]
|
|
97
|
+
- Fix dependencies [Alin Voinea - [`a895e5a`](https://github.com/eea/volto-eea-kitkat/commit/a895e5a458361e8592bef4a12dc0a586dfbf1140)]
|
|
98
|
+
- Update dependencies [Alin Voinea - [`336a419`](https://github.com/eea/volto-eea-kitkat/commit/336a419a6c1b1b657109099e1b3b1dd569e2e09b)]
|
|
7
99
|
### [8.2.4](https://github.com/eea/volto-eea-kitkat/compare/8.2.3...8.2.4) - 21 October 2022
|
|
8
100
|
|
|
9
101
|
#### :rocket: Dependency updates
|
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)
|
|
@@ -31,12 +33,10 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
31
33
|
1. [](https://github.com/eea/volto-widget-toggle/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-toggle/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-toggle/job/develop/display/redirect) [@eeacms/volto-widget-toggle](https://github.com/eea/volto-widget-toggle)
|
|
32
34
|
1. [](https://github.com/eea/volto-widget-temporal-coverage/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-temporal-coverage/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-temporal-coverage/job/develop/display/redirect) [@eeacms/volto-widget-temporal-coverage](https://github.com/eea/volto-widget-temporal-coverage)
|
|
33
35
|
1. [](https://github.com/eea/volto-widget-geolocation/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-geolocation/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-geolocation/job/develop/display/redirect) [@eeacms/volto-widget-geolocation](https://github.com/eea/volto-widget-geolocation)
|
|
34
|
-
1. [](https://github.com/eea/volto-slate/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate/job/develop/display/redirect) [volto-slate:asDefault](https://github.com/eea/volto-slate)
|
|
35
36
|
1. [](https://github.com/eea/volto-slate-metadata-mentions/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-metadata-mentions/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-metadata-mentions/job/develop/display/redirect) [@eeacms/volto-slate-metadata-mentions](https://github.com/eea/volto-slate-metadata-mentions)
|
|
36
37
|
1. [](https://github.com/eea/volto-slate-footnote/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-footnote/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-footnote/job/develop/display/redirect) [@eeacms/volto-slate-footnote](https://github.com/eea/volto-slate-footnote)
|
|
37
38
|
1. [](https://github.com/eea/volto-slate-zotero/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-zotero/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-zotero/job/develop/display/redirect) [@eeacms/volto-slate-zotero](https://github.com/eea/volto-slate-zotero)
|
|
38
39
|
1. [](https://github.com/eea/volto-accordion-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-accordion-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-accordion-block/job/develop/display/redirect) [@eeacms/volto-accordion-block](https://github.com/eea/volto-accordion-block)
|
|
39
|
-
1. [](https://github.com/eea/volto-block-toc/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-toc/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-toc/job/develop/display/redirect) [@eeacms/volto-block-toc](https://github.com/eea/volto-block-toc)
|
|
40
40
|
1. [](https://github.com/eea/volto-block-divider/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-divider/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-divider/job/develop/display/redirect) [@eeacms/volto-block-divider](https://github.com/eea/volto-block-divider)
|
|
41
41
|
1. [](https://github.com/eea/volto-listing-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-listing-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-listing-block/job/develop/display/redirect) [@eeacms/volto-listing-block](https://github.com/eea/volto-listing-block)
|
|
42
42
|
1. [](https://github.com/eea/volto-metadata-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-metadata-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-metadata-block/job/develop/display/redirect) [@eeacms/volto-metadata-block](https://github.com/eea/volto-metadata-block)
|
|
@@ -49,6 +49,47 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
49
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)
|
|
50
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)
|
|
51
51
|
|
|
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)
|
|
82
|
+
|
|
83
|
+
### Upgrading to 9.x
|
|
84
|
+
|
|
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)
|
|
88
|
+
|
|
89
|
+
1. volto-slate
|
|
90
|
+
2. volto-block-toc
|
|
91
|
+
|
|
92
|
+
|
|
52
93
|
## Getting started
|
|
53
94
|
|
|
54
95
|
### Creating a Volto Frontend for your new EEA project
|
|
@@ -115,104 +156,9 @@ For this, Volto EEA Kitkat is using [selective dependency resolutions](https://c
|
|
|
115
156
|
|
|
116
157
|
2. Add-on `resolutions` don't work with `workspaces` (development mode), thus you'll need to define `resolutions` within Volto project. To tackle this issue, this Docker image automatically extracts `resolutions` from add-on and add them also to the Volto project before running tests.
|
|
117
158
|
|
|
118
|
-
|
|
119
|
-
### Try `volto-eea-kitkat` with Docker
|
|
120
|
-
|
|
121
|
-
1. Get the latest Docker images
|
|
122
|
-
|
|
123
|
-
```
|
|
124
|
-
docker pull plone
|
|
125
|
-
docker pull plone/volto
|
|
126
|
-
```
|
|
127
|
-
|
|
128
|
-
1. Start Plone backend
|
|
129
|
-
```
|
|
130
|
-
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
1. Start Volto frontend
|
|
134
|
-
|
|
135
|
-
```
|
|
136
|
-
docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-eea-kitkat" plone/volto
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
1. Go to http://localhost:3000
|
|
140
|
-
|
|
141
|
-
|
|
142
159
|
## Release
|
|
143
160
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
* The automatic release is started by creating a [Pull Request](../../compare/master...develop) from `develop` to `master`. The pull request status checks correlated to the branch and PR Jenkins jobs need to be processed successfully. 1 review from a github user with rights is mandatory.
|
|
147
|
-
* It runs on every commit on `master` branch, which is protected from direct commits, only allowing pull request merge commits.
|
|
148
|
-
* The automatic release is done by [Jenkins](https://ci.eionet.europa.eu). The status of the release job can be seen both in the Readme.md badges and the green check/red cross/yellow circle near the last commit information. If you click on the icon, you will have the list of checks that were run. The `continuous-integration/jenkins/branch` link goes to the Jenkins job execution webpage.
|
|
149
|
-
* Automated release scripts are located in the `eeacms/gitflow` docker image, specifically [js-release.sh](https://github.com/eea/eea.docker.gitflow/blob/master/src/js-release.sh) script. It uses the `release-it` tool.
|
|
150
|
-
* As long as a PR request is open from develop to master, the PR Jenkins job will automatically re-create the CHANGELOG.md and package.json files to be production-ready.
|
|
151
|
-
* The version format must be MAJOR.MINOR.PATCH. By default, next release is set to next minor version (with patch 0).
|
|
152
|
-
* You can manually change the version in `package.json`. The new version must not be already present in the tags/releases of the repository, otherwise it will be automatically increased by the script. Any changes to the version will trigger a `CHANGELOG.md` re-generation.
|
|
153
|
-
* Automated commits and commits with [JENKINS] or [YARN] in the commit log are excluded from `CHANGELOG.md` file.
|
|
154
|
-
|
|
155
|
-
### Manual release from the develop branch ( beta release )
|
|
156
|
-
|
|
157
|
-
#### Installation and configuration of release-it
|
|
158
|
-
|
|
159
|
-
You need to first install the [release-it](https://github.com/release-it/release-it) client.
|
|
160
|
-
|
|
161
|
-
```
|
|
162
|
-
npm install -g release-it
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
Release-it uses the configuration written in the [`.release-it.json`](./.release-it.json) file located in the root of the repository.
|
|
166
|
-
|
|
167
|
-
Release-it is a tool that automates 4 important steps in the release process:
|
|
168
|
-
|
|
169
|
-
1. Version increase in `package.json` ( increased from the current version in `package.json`)
|
|
170
|
-
2. `CHANGELOG.md` automatic generation from commit messages ( grouped by releases )
|
|
171
|
-
3. GitHub release on the commit with the changelog and package.json modification on the develop branch
|
|
172
|
-
4. NPM release ( by default it's disabled, but can be enabled in the configuration file )
|
|
173
|
-
|
|
174
|
-
To configure the authentification, you need to export GITHUB_TOKEN for [GitHub](https://github.com/settings/tokens)
|
|
175
|
-
|
|
176
|
-
```
|
|
177
|
-
export GITHUB_TOKEN=XXX-XXXXXXXXXXXXXXXXXXXXXX
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
To configure npm, you can use the `npm login` command or use a configuration file with a TOKEN :
|
|
181
|
-
|
|
182
|
-
```
|
|
183
|
-
echo "//registry.npmjs.org/:_authToken=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" > .npmrc
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
#### Using release-it tool
|
|
187
|
-
|
|
188
|
-
There are 3 yarn scripts that can be run to do the release
|
|
189
|
-
|
|
190
|
-
##### yarn release-beta
|
|
191
|
-
|
|
192
|
-
Automatically calculates and presents 3 beta versions - patch, minor and major for you to choose ( or Other for manual input).
|
|
193
|
-
|
|
194
|
-
```
|
|
195
|
-
? Select increment (next version):
|
|
196
|
-
❯ prepatch (0.1.1-beta.0)
|
|
197
|
-
preminor (0.2.0-beta.0)
|
|
198
|
-
premajor (1.0.0-beta.0)
|
|
199
|
-
Other, please specify...
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
##### yarn release-major-beta
|
|
203
|
-
|
|
204
|
-
Same as `yarn release-beta`, but with premajor version pre-selected.
|
|
205
|
-
|
|
206
|
-
##### yarn release
|
|
207
|
-
|
|
208
|
-
Generic command, does not automatically add the `beta` to version, but you can still manually write it if you choose Other.
|
|
209
|
-
|
|
210
|
-
#### Important notes
|
|
211
|
-
|
|
212
|
-
> Do not use release-it tool on master branch, the commit on CHANGELOG.md file and the version increase in the package.json file can't be done without a PULL REQUEST.
|
|
213
|
-
|
|
214
|
-
> Do not keep Pull Requests from develop to master branches open when you are doing beta releases from the develop branch. As long as a PR to master is open, an automatic script will run on every commit and will update both the version and the changelog to a production-ready state - ( MAJOR.MINOR.PATCH mandatory format for version).
|
|
215
|
-
|
|
161
|
+
See [RELEASE.md](https://github.com/eea/volto-eea-kitkat/blob/master/RELEASE.md).
|
|
216
162
|
|
|
217
163
|
## How to contribute
|
|
218
164
|
|
package/RELEASE.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
## Release
|
|
2
|
+
|
|
3
|
+
### Automatic release using Jenkins
|
|
4
|
+
|
|
5
|
+
* The automatic release is started by creating a [Pull Request](../../compare/master...develop) from `develop` to `master`. The pull request status checks correlated to the branch and PR Jenkins jobs need to be processed successfully. 1 review from a github user with rights is mandatory.
|
|
6
|
+
* It runs on every commit on `master` branch, which is protected from direct commits, only allowing pull request merge commits.
|
|
7
|
+
* The automatic release is done by [Jenkins](https://ci.eionet.europa.eu). The status of the release job can be seen both in the Readme.md badges and the green check/red cross/yellow circle near the last commit information. If you click on the icon, you will have the list of checks that were run. The `continuous-integration/jenkins/branch` link goes to the Jenkins job execution webpage.
|
|
8
|
+
* Automated release scripts are located in the `eeacms/gitflow` docker image, specifically [js-release.sh](https://github.com/eea/eea.docker.gitflow/blob/master/src/js-release.sh) script. It uses the `release-it` tool.
|
|
9
|
+
* As long as a PR request is open from develop to master, the PR Jenkins job will automatically re-create the CHANGELOG.md and package.json files to be production-ready.
|
|
10
|
+
* The version format must be MAJOR.MINOR.PATCH. By default, next release is set to next minor version (with patch 0).
|
|
11
|
+
* You can manually change the version in `package.json`. The new version must not be already present in the tags/releases of the repository, otherwise it will be automatically increased by the script. Any changes to the version will trigger a `CHANGELOG.md` re-generation.
|
|
12
|
+
* Automated commits and commits with [JENKINS] or [YARN] in the commit log are excluded from `CHANGELOG.md` file.
|
|
13
|
+
|
|
14
|
+
### Manual release from the develop branch ( beta release )
|
|
15
|
+
|
|
16
|
+
#### Installation and configuration of release-it
|
|
17
|
+
|
|
18
|
+
You need to first install the [release-it](https://github.com/release-it/release-it) client.
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
npm install -g release-it
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Release-it uses the configuration written in the [`.release-it.json`](./.release-it.json) file located in the root of the repository.
|
|
25
|
+
|
|
26
|
+
Release-it is a tool that automates 4 important steps in the release process:
|
|
27
|
+
|
|
28
|
+
1. Version increase in `package.json` ( increased from the current version in `package.json`)
|
|
29
|
+
2. `CHANGELOG.md` automatic generation from commit messages ( grouped by releases )
|
|
30
|
+
3. GitHub release on the commit with the changelog and package.json modification on the develop branch
|
|
31
|
+
4. NPM release ( by default it's disabled, but can be enabled in the configuration file )
|
|
32
|
+
|
|
33
|
+
To configure the authentification, you need to export GITHUB_TOKEN for [GitHub](https://github.com/settings/tokens)
|
|
34
|
+
|
|
35
|
+
```
|
|
36
|
+
export GITHUB_TOKEN=XXX-XXXXXXXXXXXXXXXXXXXXXX
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
To configure npm, you can use the `npm login` command or use a configuration file with a TOKEN :
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
echo "//registry.npmjs.org/:_authToken=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" > .npmrc
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
#### Using release-it tool
|
|
46
|
+
|
|
47
|
+
There are 3 yarn scripts that can be run to do the release
|
|
48
|
+
|
|
49
|
+
##### yarn release-beta
|
|
50
|
+
|
|
51
|
+
Automatically calculates and presents 3 beta versions - patch, minor and major for you to choose ( or Other for manual input).
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
? Select increment (next version):
|
|
55
|
+
❯ prepatch (0.1.1-beta.0)
|
|
56
|
+
preminor (0.2.0-beta.0)
|
|
57
|
+
premajor (1.0.0-beta.0)
|
|
58
|
+
Other, please specify...
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
##### yarn release-major-beta
|
|
62
|
+
|
|
63
|
+
Same as `yarn release-beta`, but with premajor version pre-selected.
|
|
64
|
+
|
|
65
|
+
##### yarn release
|
|
66
|
+
|
|
67
|
+
Generic command, does not automatically add the `beta` to version, but you can still manually write it if you choose Other.
|
|
68
|
+
|
|
69
|
+
#### Important notes
|
|
70
|
+
|
|
71
|
+
> Do not use release-it tool on master branch, the commit on CHANGELOG.md file and the version increase in the package.json file can't be done without a PULL REQUEST.
|
|
72
|
+
|
|
73
|
+
> Do not keep Pull Requests from develop to master branches open when you are doing beta releases from the develop branch. As long as a PR to master is open, an automatic script will run on every commit and will update both the version and the changelog to a production-ready state - ( MAJOR.MINOR.PATCH mandatory format for version).
|
|
74
|
+
|
package/babel.config.js
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const { defineConfig } = require('cypress');
|
|
2
|
+
|
|
3
|
+
module.exports = defineConfig({
|
|
4
|
+
viewportWidth: 1280,
|
|
5
|
+
defaultCommandTimeout: 8888,
|
|
6
|
+
chromeWebSecurity: false,
|
|
7
|
+
reporter: 'junit',
|
|
8
|
+
video: true,
|
|
9
|
+
retries: {
|
|
10
|
+
runMode: 8,
|
|
11
|
+
openMode: 0,
|
|
12
|
+
},
|
|
13
|
+
reporterOptions: {
|
|
14
|
+
mochaFile: 'cypress/reports/cypress-[hash].xml',
|
|
15
|
+
jenkinsMode: true,
|
|
16
|
+
toConsole: true,
|
|
17
|
+
},
|
|
18
|
+
e2e: {
|
|
19
|
+
setupNodeEvents(on, config) {
|
|
20
|
+
// e2e testing node events setup code
|
|
21
|
+
require('@cypress/code-coverage/task')(on, config);
|
|
22
|
+
require('cypress-fail-fast/plugin')(on, config);
|
|
23
|
+
return config;
|
|
24
|
+
},
|
|
25
|
+
baseUrl: 'http://localhost:3000',
|
|
26
|
+
},
|
|
27
|
+
});
|
package/jest-addon.config.js
CHANGED
|
@@ -9,18 +9,18 @@ module.exports = {
|
|
|
9
9
|
'@plone/volto/babel': '<rootDir>/node_modules/@plone/volto/babel',
|
|
10
10
|
'@plone/volto/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
|
|
11
11
|
'@package/(.*)$': '<rootDir>/src/$1',
|
|
12
|
+
'@root/(.*)$': '<rootDir>/src/$1',
|
|
12
13
|
'@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
|
|
13
14
|
'@eeacms/(.*?)/(.*)$': '<rootDir>/src/addons/$1/src/$2',
|
|
14
|
-
'volto-slate
|
|
15
|
+
'@plone/volto-slate':
|
|
16
|
+
'<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
|
|
15
17
|
'~/(.*)$': '<rootDir>/src/$1',
|
|
16
18
|
'load-volto-addons':
|
|
17
19
|
'<rootDir>/node_modules/@plone/volto/jest-addons-loader.js',
|
|
20
|
+
'\\.(css|less|scss|sass)$': 'identity-obj-proxy',
|
|
18
21
|
},
|
|
19
22
|
transform: {
|
|
20
23
|
'^.+\\.js(x)?$': 'babel-jest',
|
|
21
|
-
'^.+\\.css$': 'jest-css-modules',
|
|
22
|
-
'^.+\\.less$': 'jest-css-modules',
|
|
23
|
-
'^.+\\.scss$': 'jest-css-modules',
|
|
24
24
|
'^.+\\.(png)$': 'jest-file',
|
|
25
25
|
'^.+\\.(jpg)$': 'jest-file',
|
|
26
26
|
'^.+\\.(svg)$': './node_modules/@plone/volto/jest-svgsystem-transform.js',
|