@eeacms/volto-eea-kitkat 8.2.4 → 9.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/CHANGELOG +41 -0
- package/CHANGELOG.md +41 -0
- package/README.md +12 -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 +63 -68
- package/old.json +3 -3
- package/package.json +63 -68
- package/partfile +13 -1
- package/releasefile +276 -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/CHANGELOG
CHANGED
|
@@ -4,6 +4,47 @@ 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
|
+
### [9.0.0](https://github.com/eea/volto-eea-kitkat/compare/8.2.4...9.0.0) - 31 October 2022
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-columns-block@5.0.0 [EEA Jenkins - [`20ba9a8`](https://github.com/eea/volto-eea-kitkat/commit/20ba9a8b5f2b5f0f56aabb644bbfee089cfb6c5f)]
|
|
12
|
+
- Release @eeacms/volto-block-style@4.1.0 [EEA Jenkins - [`b294453`](https://github.com/eea/volto-eea-kitkat/commit/b2944536fc7a173eb03121c9a919c251f32bc498)]
|
|
13
|
+
- Release @eeacms/volto-listing-block@1.0.1 [EEA Jenkins - [`2cc8b10`](https://github.com/eea/volto-eea-kitkat/commit/2cc8b1061b99049314d5ce117c5dc307b0ad369c)]
|
|
14
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.0 [EEA Jenkins - [`aabbf46`](https://github.com/eea/volto-eea-kitkat/commit/aabbf46ee3fceff4c7975dc717bf8fe4600e6fd0)]
|
|
15
|
+
- Release @eeacms/volto-metadata-block@5.0.0 [EEA Jenkins - [`05a16d2`](https://github.com/eea/volto-eea-kitkat/commit/05a16d2b6614a3ae54825b8311ebec8ba76231a8)]
|
|
16
|
+
- Release @eeacms/volto-accordion-block@5.0.0 [EEA Jenkins - [`55494e8`](https://github.com/eea/volto-eea-kitkat/commit/55494e8660c13200df8699609c10528d57ac5596)]
|
|
17
|
+
- Release @eeacms/volto-block-divider@4.0.0 [EEA Jenkins - [`78a6e98`](https://github.com/eea/volto-eea-kitkat/commit/78a6e984d38dc0018ef8c36f9ea71aed135f1ec3)]
|
|
18
|
+
- Release @eeacms/volto-tabs-block@3.0.0 [EEA Jenkins - [`2449ada`](https://github.com/eea/volto-eea-kitkat/commit/2449adad9459e2840e8ffe360c738c30e0b7a8e3)]
|
|
19
|
+
- Release @eeacms/volto-group-block@5.0.0 [EEA Jenkins - [`80dc99b`](https://github.com/eea/volto-eea-kitkat/commit/80dc99b7432eda03e762c0a0d3367c39f2307087)]
|
|
20
|
+
- Release @eeacms/volto-accordion-block@4.1.1 [EEA Jenkins - [`698ef72`](https://github.com/eea/volto-eea-kitkat/commit/698ef72a7d330b4dcac4a4efb4bdd66ab0f6cf30)]
|
|
21
|
+
- Release @eeacms/volto-widget-dataprovenance 0.2.0 [Alin Voinea - [`ed01778`](https://github.com/eea/volto-eea-kitkat/commit/ed017784e2749970eb4fe1cd5e8dfff655c78565)]
|
|
22
|
+
- Release @eeacms/volto-block-image-cards 1.0.0 [Alin Voinea - [`cf1ca9d`](https://github.com/eea/volto-eea-kitkat/commit/cf1ca9de76616a4f4e96bc63bc3e2864fab351be)]
|
|
23
|
+
- Release @eeacms/volto-listing-block@1.0.0 [EEA Jenkins - [`6d5d93a`](https://github.com/eea/volto-eea-kitkat/commit/6d5d93a04523119fdb5d97fc3f5d5a7becd5972f)]
|
|
24
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.0 [EEA Jenkins - [`d21615e`](https://github.com/eea/volto-eea-kitkat/commit/d21615ea7f8303f830e915e698d968f8c8ec0b0d)]
|
|
25
|
+
- Release @eeacms/volto-slate-zotero@5.0.1 [EEA Jenkins - [`778f185`](https://github.com/eea/volto-eea-kitkat/commit/778f185a671d0b73e348c9e80dd13adb8b20636d)]
|
|
26
|
+
- Release @eeacms/volto-slate-footnote@6.0.1 [EEA Jenkins - [`035fe78`](https://github.com/eea/volto-eea-kitkat/commit/035fe7802df48fedd9b76fb011d309b25390d55f)]
|
|
27
|
+
- Release @eeacms/volto-slate-zotero@5.0.0 [EEA Jenkins - [`773329b`](https://github.com/eea/volto-eea-kitkat/commit/773329b0ed6534e02bd0707c182d349187ec31dd)]
|
|
28
|
+
- Release @eeacms/volto-slate-footnote@6.0.0 [EEA Jenkins - [`b8e85d5`](https://github.com/eea/volto-eea-kitkat/commit/b8e85d5daa17f022f8a68cbacfdfb86e2edbcb1c)]
|
|
29
|
+
- Release @eeacms/volto-block-toc@3.0.3 [EEA Jenkins - [`d37581d`](https://github.com/eea/volto-eea-kitkat/commit/d37581d19031f390566e777df651c651ddecb975)]
|
|
30
|
+
- Release @eeacms/volto-tabs-block@2.2.1 [EEA Jenkins - [`f23bece`](https://github.com/eea/volto-eea-kitkat/commit/f23bece0167e497ee5b537eb54d00e429207b27f)]
|
|
31
|
+
|
|
32
|
+
#### :nail_care: Enhancements
|
|
33
|
+
|
|
34
|
+
- refactor(cypress): Cypress 10 / Razzle 4 [Alin Voinea - [`19c7f80`](https://github.com/eea/volto-eea-kitkat/commit/19c7f8059c64dfff213a1aceacbf6f19de8ebd56)]
|
|
35
|
+
- refactor(dependencies): Remove volto-block-toc from kitkat [Alin Voinea - [`4313b52`](https://github.com/eea/volto-eea-kitkat/commit/4313b523cc715793a712b6053d64cd5667cf719b)]
|
|
36
|
+
|
|
37
|
+
#### :hammer_and_wrench: Others
|
|
38
|
+
|
|
39
|
+
- test(cypress): Remove random failing tests [Alin Voinea - [`d0b41df`](https://github.com/eea/volto-eea-kitkat/commit/d0b41df52a2837641f31334a32022aee5b5e1940)]
|
|
40
|
+
- test(cypress): Fix failing tests [Alin Voinea - [`7833a9d`](https://github.com/eea/volto-eea-kitkat/commit/7833a9df3d8c1c3c2a0952672113e9445ace0e8b)]
|
|
41
|
+
- test(cypress): Fail fast [Alin Voinea - [`bc43206`](https://github.com/eea/volto-eea-kitkat/commit/bc43206e3556a4d9376dd18d62a1c8fc3bc9e3bd)]
|
|
42
|
+
- test(cypress): Adjust specPattern [Alin Voinea - [`67c98f5`](https://github.com/eea/volto-eea-kitkat/commit/67c98f512c4f5aba9ecb68817e9d322d7f85d117)]
|
|
43
|
+
- test(cypress): Cleanup Jenkins pipeline [Alin Voinea - [`4aa41ab`](https://github.com/eea/volto-eea-kitkat/commit/4aa41ab80d8d27cb7187203bcbb16b3d71ecae0f)]
|
|
44
|
+
- Fix @eeacms/volto-widget-temporal-coverage until release [Alin Voinea - [`2e1d218`](https://github.com/eea/volto-eea-kitkat/commit/2e1d218bdf59fade17b105f3b1271d3fffb2bbe7)]
|
|
45
|
+
- Cleanup volto-slate from README [Alin Voinea - [`54c974d`](https://github.com/eea/volto-eea-kitkat/commit/54c974dcfe35d6a8cccfdb4bc05e4f6c99345a76)]
|
|
46
|
+
- Fix dependencies [Alin Voinea - [`a895e5a`](https://github.com/eea/volto-eea-kitkat/commit/a895e5a458361e8592bef4a12dc0a586dfbf1140)]
|
|
47
|
+
- Update dependencies [Alin Voinea - [`336a419`](https://github.com/eea/volto-eea-kitkat/commit/336a419a6c1b1b657109099e1b3b1dd569e2e09b)]
|
|
7
48
|
### [8.2.4](https://github.com/eea/volto-eea-kitkat/compare/8.2.3...8.2.4) - 21 October 2022
|
|
8
49
|
|
|
9
50
|
#### :rocket: Dependency updates
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,47 @@ 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
|
+
### [9.0.0](https://github.com/eea/volto-eea-kitkat/compare/8.2.4...9.0.0) - 31 October 2022
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-columns-block@5.0.0 [EEA Jenkins - [`20ba9a8`](https://github.com/eea/volto-eea-kitkat/commit/20ba9a8b5f2b5f0f56aabb644bbfee089cfb6c5f)]
|
|
12
|
+
- Release @eeacms/volto-block-style@4.1.0 [EEA Jenkins - [`b294453`](https://github.com/eea/volto-eea-kitkat/commit/b2944536fc7a173eb03121c9a919c251f32bc498)]
|
|
13
|
+
- Release @eeacms/volto-listing-block@1.0.1 [EEA Jenkins - [`2cc8b10`](https://github.com/eea/volto-eea-kitkat/commit/2cc8b1061b99049314d5ce117c5dc307b0ad369c)]
|
|
14
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.0.0 [EEA Jenkins - [`aabbf46`](https://github.com/eea/volto-eea-kitkat/commit/aabbf46ee3fceff4c7975dc717bf8fe4600e6fd0)]
|
|
15
|
+
- Release @eeacms/volto-metadata-block@5.0.0 [EEA Jenkins - [`05a16d2`](https://github.com/eea/volto-eea-kitkat/commit/05a16d2b6614a3ae54825b8311ebec8ba76231a8)]
|
|
16
|
+
- Release @eeacms/volto-accordion-block@5.0.0 [EEA Jenkins - [`55494e8`](https://github.com/eea/volto-eea-kitkat/commit/55494e8660c13200df8699609c10528d57ac5596)]
|
|
17
|
+
- Release @eeacms/volto-block-divider@4.0.0 [EEA Jenkins - [`78a6e98`](https://github.com/eea/volto-eea-kitkat/commit/78a6e984d38dc0018ef8c36f9ea71aed135f1ec3)]
|
|
18
|
+
- Release @eeacms/volto-tabs-block@3.0.0 [EEA Jenkins - [`2449ada`](https://github.com/eea/volto-eea-kitkat/commit/2449adad9459e2840e8ffe360c738c30e0b7a8e3)]
|
|
19
|
+
- Release @eeacms/volto-group-block@5.0.0 [EEA Jenkins - [`80dc99b`](https://github.com/eea/volto-eea-kitkat/commit/80dc99b7432eda03e762c0a0d3367c39f2307087)]
|
|
20
|
+
- Release @eeacms/volto-accordion-block@4.1.1 [EEA Jenkins - [`698ef72`](https://github.com/eea/volto-eea-kitkat/commit/698ef72a7d330b4dcac4a4efb4bdd66ab0f6cf30)]
|
|
21
|
+
- Release @eeacms/volto-widget-dataprovenance 0.2.0 [Alin Voinea - [`ed01778`](https://github.com/eea/volto-eea-kitkat/commit/ed017784e2749970eb4fe1cd5e8dfff655c78565)]
|
|
22
|
+
- Release @eeacms/volto-block-image-cards 1.0.0 [Alin Voinea - [`cf1ca9d`](https://github.com/eea/volto-eea-kitkat/commit/cf1ca9de76616a4f4e96bc63bc3e2864fab351be)]
|
|
23
|
+
- Release @eeacms/volto-listing-block@1.0.0 [EEA Jenkins - [`6d5d93a`](https://github.com/eea/volto-eea-kitkat/commit/6d5d93a04523119fdb5d97fc3f5d5a7becd5972f)]
|
|
24
|
+
- Release @eeacms/volto-slate-metadata-mentions@6.0.0 [EEA Jenkins - [`d21615e`](https://github.com/eea/volto-eea-kitkat/commit/d21615ea7f8303f830e915e698d968f8c8ec0b0d)]
|
|
25
|
+
- Release @eeacms/volto-slate-zotero@5.0.1 [EEA Jenkins - [`778f185`](https://github.com/eea/volto-eea-kitkat/commit/778f185a671d0b73e348c9e80dd13adb8b20636d)]
|
|
26
|
+
- Release @eeacms/volto-slate-footnote@6.0.1 [EEA Jenkins - [`035fe78`](https://github.com/eea/volto-eea-kitkat/commit/035fe7802df48fedd9b76fb011d309b25390d55f)]
|
|
27
|
+
- Release @eeacms/volto-slate-zotero@5.0.0 [EEA Jenkins - [`773329b`](https://github.com/eea/volto-eea-kitkat/commit/773329b0ed6534e02bd0707c182d349187ec31dd)]
|
|
28
|
+
- Release @eeacms/volto-slate-footnote@6.0.0 [EEA Jenkins - [`b8e85d5`](https://github.com/eea/volto-eea-kitkat/commit/b8e85d5daa17f022f8a68cbacfdfb86e2edbcb1c)]
|
|
29
|
+
- Release @eeacms/volto-block-toc@3.0.3 [EEA Jenkins - [`d37581d`](https://github.com/eea/volto-eea-kitkat/commit/d37581d19031f390566e777df651c651ddecb975)]
|
|
30
|
+
- Release @eeacms/volto-tabs-block@2.2.1 [EEA Jenkins - [`f23bece`](https://github.com/eea/volto-eea-kitkat/commit/f23bece0167e497ee5b537eb54d00e429207b27f)]
|
|
31
|
+
|
|
32
|
+
#### :nail_care: Enhancements
|
|
33
|
+
|
|
34
|
+
- refactor(cypress): Cypress 10 / Razzle 4 [Alin Voinea - [`19c7f80`](https://github.com/eea/volto-eea-kitkat/commit/19c7f8059c64dfff213a1aceacbf6f19de8ebd56)]
|
|
35
|
+
- refactor(dependencies): Remove volto-block-toc from kitkat [Alin Voinea - [`4313b52`](https://github.com/eea/volto-eea-kitkat/commit/4313b523cc715793a712b6053d64cd5667cf719b)]
|
|
36
|
+
|
|
37
|
+
#### :hammer_and_wrench: Others
|
|
38
|
+
|
|
39
|
+
- test(cypress): Remove random failing tests [Alin Voinea - [`d0b41df`](https://github.com/eea/volto-eea-kitkat/commit/d0b41df52a2837641f31334a32022aee5b5e1940)]
|
|
40
|
+
- test(cypress): Fix failing tests [Alin Voinea - [`7833a9d`](https://github.com/eea/volto-eea-kitkat/commit/7833a9df3d8c1c3c2a0952672113e9445ace0e8b)]
|
|
41
|
+
- test(cypress): Fail fast [Alin Voinea - [`bc43206`](https://github.com/eea/volto-eea-kitkat/commit/bc43206e3556a4d9376dd18d62a1c8fc3bc9e3bd)]
|
|
42
|
+
- test(cypress): Adjust specPattern [Alin Voinea - [`67c98f5`](https://github.com/eea/volto-eea-kitkat/commit/67c98f512c4f5aba9ecb68817e9d322d7f85d117)]
|
|
43
|
+
- test(cypress): Cleanup Jenkins pipeline [Alin Voinea - [`4aa41ab`](https://github.com/eea/volto-eea-kitkat/commit/4aa41ab80d8d27cb7187203bcbb16b3d71ecae0f)]
|
|
44
|
+
- Fix @eeacms/volto-widget-temporal-coverage until release [Alin Voinea - [`2e1d218`](https://github.com/eea/volto-eea-kitkat/commit/2e1d218bdf59fade17b105f3b1271d3fffb2bbe7)]
|
|
45
|
+
- Cleanup volto-slate from README [Alin Voinea - [`54c974d`](https://github.com/eea/volto-eea-kitkat/commit/54c974dcfe35d6a8cccfdb4bc05e4f6c99345a76)]
|
|
46
|
+
- Fix dependencies [Alin Voinea - [`a895e5a`](https://github.com/eea/volto-eea-kitkat/commit/a895e5a458361e8592bef4a12dc0a586dfbf1140)]
|
|
47
|
+
- Update dependencies [Alin Voinea - [`336a419`](https://github.com/eea/volto-eea-kitkat/commit/336a419a6c1b1b657109099e1b3b1dd569e2e09b)]
|
|
7
48
|
### [8.2.4](https://github.com/eea/volto-eea-kitkat/compare/8.2.3...8.2.4) - 21 October 2022
|
|
8
49
|
|
|
9
50
|
#### :rocket: Dependency updates
|
package/README.md
CHANGED
|
@@ -31,12 +31,10 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
31
31
|
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
32
|
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
33
|
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
34
|
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
35
|
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
36
|
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
37
|
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
38
|
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
39
|
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
40
|
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 +47,17 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
49
47
|
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
48
|
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
49
|
|
|
50
|
+
# Upgrade
|
|
51
|
+
|
|
52
|
+
### Upgrading to 9.x
|
|
53
|
+
|
|
54
|
+
This version requires: `@plone/volto >= 16.0.0.alpha.15` (`volto-slate` part of Volto Core).
|
|
55
|
+
|
|
56
|
+
**Dropped dependencies (moved to Volto Core):**
|
|
57
|
+
* volto-slate
|
|
58
|
+
* volto-block-toc
|
|
59
|
+
|
|
60
|
+
|
|
52
61
|
## Getting started
|
|
53
62
|
|
|
54
63
|
### Creating a Volto Frontend for your new EEA project
|
|
@@ -115,104 +124,9 @@ For this, Volto EEA Kitkat is using [selective dependency resolutions](https://c
|
|
|
115
124
|
|
|
116
125
|
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
126
|
|
|
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
127
|
## Release
|
|
143
128
|
|
|
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
|
-
|
|
129
|
+
See [RELEASE.md](https://github.com/eea/volto-eea-kitkat/blob/master/RELEASE.md).
|
|
216
130
|
|
|
217
131
|
## How to contribute
|
|
218
132
|
|
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',
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.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",
|
|
@@ -32,12 +32,10 @@
|
|
|
32
32
|
"@eeacms/volto-widget-temporal-coverage",
|
|
33
33
|
"@eeacms/volto-widget-geolocation",
|
|
34
34
|
"@eeacms/volto-widget-dataprovenance",
|
|
35
|
-
"volto-slate:asDefault",
|
|
36
35
|
"@eeacms/volto-slate-metadata-mentions",
|
|
37
36
|
"@eeacms/volto-slate-footnote",
|
|
38
37
|
"@eeacms/volto-slate-zotero",
|
|
39
38
|
"@eeacms/volto-accordion-block",
|
|
40
|
-
"@eeacms/volto-block-toc",
|
|
41
39
|
"@eeacms/volto-block-divider",
|
|
42
40
|
"@eeacms/volto-listing-block",
|
|
43
41
|
"@eeacms/volto-metadata-block",
|
|
@@ -50,67 +48,64 @@
|
|
|
50
48
|
"@eeacms/volto-block-image-cards"
|
|
51
49
|
],
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "
|
|
54
|
-
"@eeacms/volto-banner": "
|
|
55
|
-
"@eeacms/volto-block-divider": "
|
|
56
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
57
|
-
"@eeacms/volto-block-style": "
|
|
58
|
-
"@eeacms/volto-block
|
|
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-slate-
|
|
70
|
-
"@eeacms/volto-slate-
|
|
71
|
-
"@eeacms/volto-
|
|
72
|
-
"@eeacms/volto-
|
|
73
|
-
"@eeacms/volto-
|
|
74
|
-
"@eeacms/volto-widget-
|
|
75
|
-
"@eeacms/volto-widget-
|
|
76
|
-
"@eeacms/volto-widget-
|
|
77
|
-
"@eeacms/volto-
|
|
78
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
-
"volto-slate": "6.4.0"
|
|
51
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
52
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
53
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
54
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
55
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
56
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
57
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
58
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
59
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
60
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
61
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
62
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
63
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
64
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
65
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
66
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
67
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
68
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
69
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
70
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
71
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
72
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
73
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
74
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
75
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
80
76
|
},
|
|
81
77
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "
|
|
83
|
-
"@eeacms/volto-banner": "
|
|
84
|
-
"@eeacms/volto-block-divider": "
|
|
85
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
86
|
-
"@eeacms/volto-block-style": "
|
|
87
|
-
"@eeacms/volto-block
|
|
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-slate-
|
|
99
|
-
"@eeacms/volto-slate-
|
|
100
|
-
"@eeacms/volto-
|
|
101
|
-
"@eeacms/volto-
|
|
102
|
-
"@eeacms/volto-
|
|
103
|
-
"@eeacms/volto-widget-
|
|
104
|
-
"@eeacms/volto-widget-
|
|
105
|
-
"@eeacms/volto-widget-
|
|
106
|
-
"@eeacms/volto-
|
|
107
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
-
"volto-slate": "6.4.0"
|
|
78
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
79
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
80
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
81
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
82
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
83
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
84
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
85
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
86
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
87
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
88
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
89
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
90
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
91
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
92
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
93
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
94
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
95
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
96
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
97
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
98
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
99
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
100
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
101
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
102
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
109
103
|
},
|
|
110
104
|
"devDependencies": {
|
|
111
|
-
"@cypress/code-coverage": "^3.
|
|
105
|
+
"@cypress/code-coverage": "^3.10.0",
|
|
112
106
|
"@plone/scripts": "*",
|
|
113
107
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
108
|
+
"cypress-fail-fast": "^5.0.1",
|
|
114
109
|
"md5": "^2.3.0"
|
|
115
110
|
},
|
|
116
111
|
"scripts": {
|
|
@@ -120,17 +115,17 @@
|
|
|
120
115
|
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
|
|
121
116
|
"test": "make test",
|
|
122
117
|
"test:fix": "make test-update",
|
|
123
|
-
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
|
124
118
|
"pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix",
|
|
125
|
-
"stylelint": "
|
|
126
|
-
"stylelint:overrides": "
|
|
127
|
-
"stylelint:fix": "
|
|
128
|
-
"prettier": "
|
|
129
|
-
"prettier:fix": "
|
|
130
|
-
"lint": "
|
|
131
|
-
"lint:fix": "
|
|
132
|
-
"
|
|
133
|
-
"cypress:
|
|
119
|
+
"stylelint": "make stylelint",
|
|
120
|
+
"stylelint:overrides": "make stylelint-overrides",
|
|
121
|
+
"stylelint:fix": "make stylelint-fix",
|
|
122
|
+
"prettier": "make prettier",
|
|
123
|
+
"prettier:fix": "make prettier-fix",
|
|
124
|
+
"lint": "make lint",
|
|
125
|
+
"lint:fix": "make lint-fix",
|
|
126
|
+
"i18n": "make i18n",
|
|
127
|
+
"cypress:run": "make cypress-run",
|
|
128
|
+
"cypress:open": "make cypress-open",
|
|
134
129
|
"update": "./scripts/update.sh"
|
|
135
130
|
}
|
|
136
131
|
}
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.4",
|
|
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",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
61
|
"@eeacms/volto-depiction": "0.1.6",
|
|
62
62
|
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
-
"@eeacms/volto-listing-block": "0.6.
|
|
63
|
+
"@eeacms/volto-listing-block": "0.6.8",
|
|
64
64
|
"@eeacms/volto-matomo": "2.0.9",
|
|
65
65
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
66
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
90
|
"@eeacms/volto-depiction": "0.1.6",
|
|
91
91
|
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
-
"@eeacms/volto-listing-block": "0.6.
|
|
92
|
+
"@eeacms/volto-listing-block": "0.6.8",
|
|
93
93
|
"@eeacms/volto-matomo": "2.0.9",
|
|
94
94
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
95
|
"@eeacms/volto-object-widget": "4.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.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",
|
|
@@ -32,12 +32,10 @@
|
|
|
32
32
|
"@eeacms/volto-widget-temporal-coverage",
|
|
33
33
|
"@eeacms/volto-widget-geolocation",
|
|
34
34
|
"@eeacms/volto-widget-dataprovenance",
|
|
35
|
-
"volto-slate:asDefault",
|
|
36
35
|
"@eeacms/volto-slate-metadata-mentions",
|
|
37
36
|
"@eeacms/volto-slate-footnote",
|
|
38
37
|
"@eeacms/volto-slate-zotero",
|
|
39
38
|
"@eeacms/volto-accordion-block",
|
|
40
|
-
"@eeacms/volto-block-toc",
|
|
41
39
|
"@eeacms/volto-block-divider",
|
|
42
40
|
"@eeacms/volto-listing-block",
|
|
43
41
|
"@eeacms/volto-metadata-block",
|
|
@@ -50,67 +48,64 @@
|
|
|
50
48
|
"@eeacms/volto-block-image-cards"
|
|
51
49
|
],
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "
|
|
54
|
-
"@eeacms/volto-banner": "
|
|
55
|
-
"@eeacms/volto-block-divider": "
|
|
56
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
57
|
-
"@eeacms/volto-block-style": "
|
|
58
|
-
"@eeacms/volto-block
|
|
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-slate-
|
|
70
|
-
"@eeacms/volto-slate-
|
|
71
|
-
"@eeacms/volto-
|
|
72
|
-
"@eeacms/volto-
|
|
73
|
-
"@eeacms/volto-
|
|
74
|
-
"@eeacms/volto-widget-
|
|
75
|
-
"@eeacms/volto-widget-
|
|
76
|
-
"@eeacms/volto-widget-
|
|
77
|
-
"@eeacms/volto-
|
|
78
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
-
"volto-slate": "6.4.0"
|
|
51
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
52
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
53
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
54
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
55
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
56
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
57
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
58
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
59
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
60
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
61
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
62
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
63
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
64
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
65
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
66
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
67
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
68
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
69
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
70
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
71
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
72
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
73
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
74
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
75
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
80
76
|
},
|
|
81
77
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "
|
|
83
|
-
"@eeacms/volto-banner": "
|
|
84
|
-
"@eeacms/volto-block-divider": "
|
|
85
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
86
|
-
"@eeacms/volto-block-style": "
|
|
87
|
-
"@eeacms/volto-block
|
|
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-slate-
|
|
99
|
-
"@eeacms/volto-slate-
|
|
100
|
-
"@eeacms/volto-
|
|
101
|
-
"@eeacms/volto-
|
|
102
|
-
"@eeacms/volto-
|
|
103
|
-
"@eeacms/volto-widget-
|
|
104
|
-
"@eeacms/volto-widget-
|
|
105
|
-
"@eeacms/volto-widget-
|
|
106
|
-
"@eeacms/volto-
|
|
107
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
-
"volto-slate": "6.4.0"
|
|
78
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
79
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
80
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
81
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
82
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
83
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
84
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
85
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
86
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
87
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
88
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
89
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
90
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
91
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
92
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
93
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
94
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
95
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
96
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
97
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
98
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
99
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
100
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
101
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
102
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
109
103
|
},
|
|
110
104
|
"devDependencies": {
|
|
111
|
-
"@cypress/code-coverage": "^3.
|
|
105
|
+
"@cypress/code-coverage": "^3.10.0",
|
|
112
106
|
"@plone/scripts": "*",
|
|
113
107
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
108
|
+
"cypress-fail-fast": "^5.0.1",
|
|
114
109
|
"md5": "^2.3.0"
|
|
115
110
|
},
|
|
116
111
|
"scripts": {
|
|
@@ -120,17 +115,17 @@
|
|
|
120
115
|
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
|
|
121
116
|
"test": "make test",
|
|
122
117
|
"test:fix": "make test-update",
|
|
123
|
-
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
|
124
118
|
"pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix",
|
|
125
|
-
"stylelint": "
|
|
126
|
-
"stylelint:overrides": "
|
|
127
|
-
"stylelint:fix": "
|
|
128
|
-
"prettier": "
|
|
129
|
-
"prettier:fix": "
|
|
130
|
-
"lint": "
|
|
131
|
-
"lint:fix": "
|
|
132
|
-
"
|
|
133
|
-
"cypress:
|
|
119
|
+
"stylelint": "make stylelint",
|
|
120
|
+
"stylelint:overrides": "make stylelint-overrides",
|
|
121
|
+
"stylelint:fix": "make stylelint-fix",
|
|
122
|
+
"prettier": "make prettier",
|
|
123
|
+
"prettier:fix": "make prettier-fix",
|
|
124
|
+
"lint": "make lint",
|
|
125
|
+
"lint:fix": "make lint-fix",
|
|
126
|
+
"i18n": "make i18n",
|
|
127
|
+
"cypress:run": "make cypress-run",
|
|
128
|
+
"cypress:open": "make cypress-open",
|
|
134
129
|
"update": "./scripts/update.sh"
|
|
135
130
|
}
|
|
136
131
|
}
|
package/partfile
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
#### :nail_care: Enhancements
|
|
2
|
+
- refactor(cypress): Cypress 10 / Razzle 4 [Alin Voinea - [`19c7f80`](https://github.com/eea/volto-eea-kitkat/commit/19c7f8059c64dfff213a1aceacbf6f19de8ebd56)]
|
|
3
|
+
- refactor(dependencies): Remove volto-block-toc from kitkat [Alin Voinea - [`4313b52`](https://github.com/eea/volto-eea-kitkat/commit/4313b523cc715793a712b6053d64cd5667cf719b)]
|
|
4
|
+
#### :hammer_and_wrench: Others
|
|
5
|
+
- test(cypress): Remove random failing tests [Alin Voinea - [`d0b41df`](https://github.com/eea/volto-eea-kitkat/commit/d0b41df52a2837641f31334a32022aee5b5e1940)]
|
|
6
|
+
- test(cypress): Fix failing tests [Alin Voinea - [`7833a9d`](https://github.com/eea/volto-eea-kitkat/commit/7833a9df3d8c1c3c2a0952672113e9445ace0e8b)]
|
|
7
|
+
- test(cypress): Fail fast [Alin Voinea - [`bc43206`](https://github.com/eea/volto-eea-kitkat/commit/bc43206e3556a4d9376dd18d62a1c8fc3bc9e3bd)]
|
|
8
|
+
- test(cypress): Adjust specPattern [Alin Voinea - [`67c98f5`](https://github.com/eea/volto-eea-kitkat/commit/67c98f512c4f5aba9ecb68817e9d322d7f85d117)]
|
|
9
|
+
- test(cypress): Cleanup Jenkins pipeline [Alin Voinea - [`4aa41ab`](https://github.com/eea/volto-eea-kitkat/commit/4aa41ab80d8d27cb7187203bcbb16b3d71ecae0f)]
|
|
10
|
+
- Fix @eeacms/volto-widget-temporal-coverage until release [Alin Voinea - [`2e1d218`](https://github.com/eea/volto-eea-kitkat/commit/2e1d218bdf59fade17b105f3b1271d3fffb2bbe7)]
|
|
11
|
+
- Cleanup volto-slate from README [Alin Voinea - [`54c974d`](https://github.com/eea/volto-eea-kitkat/commit/54c974dcfe35d6a8cccfdb4bc05e4f6c99345a76)]
|
|
12
|
+
- Fix dependencies [Alin Voinea - [`a895e5a`](https://github.com/eea/volto-eea-kitkat/commit/a895e5a458361e8592bef4a12dc0a586dfbf1140)]
|
|
13
|
+
- Update dependencies [Alin Voinea - [`336a419`](https://github.com/eea/volto-eea-kitkat/commit/336a419a6c1b1b657109099e1b3b1dd569e2e09b)]
|
package/releasefile
CHANGED
|
@@ -1,21 +1,288 @@
|
|
|
1
1
|
# Dependency updates
|
|
2
2
|
|
|
3
|
-
### [@eeacms/volto-
|
|
3
|
+
### [@eeacms/volto-accordion-block: 4.1.0 ~ 5.0.0](https://github.com/eea/volto-accordion-block/releases)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
###### :hammer_and_wrench: Others
|
|
8
|
+
|
|
9
|
+
- Makefile [Alin Voinea - [`359ca50`](https://github.com/eea/volto-accordion-block/commit/359ca502848afe3636f1ee52fef493d417ffa989)]
|
|
10
|
+
- Prepare 5.0.0 release [Miu Razvan - [`7996360`](https://github.com/eea/volto-accordion-block/commit/799636020739b62cd2455b7c2b6c310fa1e27487)]
|
|
11
|
+
|
|
12
|
+
### [@eeacms/volto-banner: 2.2.1 ~ 3.0.0](https://github.com/eea/volto-banner/releases)
|
|
13
|
+
|
|
14
|
+
###### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`3156197`](https://github.com/eea/volto-banner/commit/31561978030af1dd294b2f5f5a671d69c8ff0cb9)]
|
|
17
|
+
|
|
18
|
+
### [@eeacms/volto-block-divider: 3.0.2 ~ 4.0.0](https://github.com/eea/volto-block-divider/releases)
|
|
19
|
+
|
|
20
|
+
###### :hammer_and_wrench: Others
|
|
21
|
+
|
|
22
|
+
- Jenkinsfile [Alin Voinea - [`7439442`](https://github.com/eea/volto-block-divider/commit/743944272ec99ffacdde1bb787690efc8522e4d3)]
|
|
23
|
+
- test(cypress): Upgrade to Cypress 10 / Razzle 4 [Alin Voinea - [`cf94cfe`](https://github.com/eea/volto-block-divider/commit/cf94cfe0610725a673588584e64c2b2e8b33b727)]
|
|
24
|
+
- Cleanup [Alin Voinea - [`3075641`](https://github.com/eea/volto-block-divider/commit/3075641e51caf41217bf19d6713495f745bb2472)]
|
|
25
|
+
- Update dependencies [Alin Voinea - [`725a7fe`](https://github.com/eea/volto-block-divider/commit/725a7fea880a3a132a29b064ff7992a834eb5502)]
|
|
26
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`c07f8a6`](https://github.com/eea/volto-block-divider/commit/c07f8a69b2d91a02e9d0fdd030c7e142fecdf4d7)]
|
|
27
|
+
|
|
28
|
+
### [@eeacms/volto-block-image-cards: 0.6.5 ~ 1.0.0](https://github.com/eea/volto-block-image-cards/releases)
|
|
29
|
+
|
|
30
|
+
###### :house: Documentation changes
|
|
31
|
+
|
|
32
|
+
- docs(upgrade): Add upgrade to 1.x details [Alin Voinea - [`c46204d`](https://github.com/eea/volto-block-image-cards/commit/c46204d62503dd2b5e6dfb7dd07f8648d5c7b515)]
|
|
33
|
+
###### :hammer_and_wrench: Others
|
|
34
|
+
|
|
35
|
+
- Prepare 1.0.0 release [Miu Razvan - [`283992f`](https://github.com/eea/volto-block-image-cards/commit/283992f1ec4767a43ed3c311e9df1958c429821e)]
|
|
36
|
+
- use volto 16 alpha 14 for cypress [Andrei Grigore - [`e0d147d`](https://github.com/eea/volto-block-image-cards/commit/e0d147d5af6d28419b426c32837831d0c7f91549)]
|
|
37
|
+
|
|
38
|
+
### [@eeacms/volto-block-style: 3.7.2 ~ 4.1.0](https://github.com/eea/volto-block-style/releases)
|
|
39
|
+
|
|
40
|
+
###### :hammer_and_wrench: Others
|
|
41
|
+
|
|
42
|
+
- Bring this up to date [Miu Razvan - [`6d7e7a4`](https://github.com/eea/volto-block-style/commit/6d7e7a46078d858800eb894ffb1eba42bdd384e0)]
|
|
43
|
+
|
|
44
|
+
###### :nail_care: Enhancements
|
|
45
|
+
|
|
46
|
+
- change(textAlign): modeled TextAlign widget to code from Align widget [David Ichim - [`248ce49`](https://github.com/eea/volto-block-style/commit/248ce49742d5be31ead54a51149e11afab6a4818)]
|
|
47
|
+
- change(align-widget): backported changes from Volto 16 Align widget in our Align widget [David Ichim - [`8901c45`](https://github.com/eea/volto-block-style/commit/8901c4540fa4b29a9ee3b1e63bea584079c8b9e3)]
|
|
48
|
+
- change(text-align): add clear selection if it's not found as last option [David Ichim - [`7761417`](https://github.com/eea/volto-block-style/commit/77614176fe466ef074da02cf1160cf10636f22f9)]
|
|
49
|
+
- change(text-align): align value map now allows passing title values as third parameter [David Ichim - [`fc26773`](https://github.com/eea/volto-block-style/commit/fc26773cea78c5818cd37d05ff8178b66f03b0ab)]
|
|
50
|
+
###### :hammer_and_wrench: Others
|
|
51
|
+
|
|
52
|
+
- Release 4.1.0 [Alin Voinea - [`0d3e576`](https://github.com/eea/volto-block-style/commit/0d3e57602628c75333ae797ffb0933c297f3218b)]
|
|
53
|
+
|
|
54
|
+
### [@eeacms/volto-columns-block: 4.5.3 ~ 5.0.0](https://github.com/eea/volto-columns-block/releases)
|
|
55
|
+
|
|
56
|
+
###### :nail_care: Enhancements
|
|
57
|
+
|
|
58
|
+
- refactor: Latest volto compatibility [Miu Razvan - [`4ff5bd7`](https://github.com/eea/volto-columns-block/commit/4ff5bd7e5e9fcec46b9bd4d508c7a2b162fdc667)]
|
|
59
|
+
- refactor(volto-slate): Upgrade to @plone/volto-slate - Refs [#153447](https://taskman.eionet.europa.eu/issues/153447) [Alin Voinea - [`3df738f`](https://github.com/eea/volto-columns-block/commit/3df738fff97d0cdde38b513c300754577c48ef42)]
|
|
60
|
+
###### :hammer_and_wrench: Others
|
|
61
|
+
|
|
62
|
+
- test(jest): Re-enable tests [Alin Voinea - [`6ad5fca`](https://github.com/eea/volto-columns-block/commit/6ad5fcad1769cd5128decba2eb2a5e3d20ca3990)]
|
|
63
|
+
- Update Makefile [Alin Voinea - [`b4c5214`](https://github.com/eea/volto-columns-block/commit/b4c52143641c95695ef266b89bd2b1a4fd9bb5c0)]
|
|
64
|
+
- Update jenkinsfile [Miu Razvan - [`5136b72`](https://github.com/eea/volto-columns-block/commit/5136b727f322c0e14d955a2a4e6c40b97838ea39)]
|
|
65
|
+
- Don't run unit tests - to be fixed [Miu Razvan - [`3f5e5a0`](https://github.com/eea/volto-columns-block/commit/3f5e5a0faed17df4e39c8afdb8c19d0d4a9182e5)]
|
|
66
|
+
- Update [Miu Razvan - [`3476558`](https://github.com/eea/volto-columns-block/commit/347655833a361fc0ddf17e33c6deb05c3933b413)]
|
|
67
|
+
- Use stylemock [Miu Razvan - [`0db632e`](https://github.com/eea/volto-columns-block/commit/0db632eb6658910416b83d3247a8762009b55503)]
|
|
68
|
+
- Release 5.0.0 [Alin Voinea - [`7626fbe`](https://github.com/eea/volto-columns-block/commit/7626fbeff17cca0b7336c42dae662691d10ac419)]
|
|
69
|
+
- Cleanup [Miu Razvan - [`86e202e`](https://github.com/eea/volto-columns-block/commit/86e202eac4bc6ef4e776e79f62c0f96883848fab)]
|
|
70
|
+
- Cleanup [Alin Voinea - [`1baba7f`](https://github.com/eea/volto-columns-block/commit/1baba7f9959a13eb15070311b6f5f07ce396c84e)]
|
|
71
|
+
- Update dependencies [Alin Voinea - [`976c380`](https://github.com/eea/volto-columns-block/commit/976c380bb1ca2d985b2bfb1a88d2144aa2c11028)]
|
|
72
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`50ab9a0`](https://github.com/eea/volto-columns-block/commit/50ab9a0ff903badb677da43d913fd698f031895c)]
|
|
73
|
+
|
|
74
|
+
### [@eeacms/volto-corsproxy: 2.1.6 ~ 3.0.0](https://github.com/eea/volto-corsproxy/releases)
|
|
75
|
+
|
|
76
|
+
###### :hammer_and_wrench: Others
|
|
77
|
+
|
|
78
|
+
- Typo [Miu Razvan - [`7c7c8ce`](https://github.com/eea/volto-corsproxy/commit/7c7c8ce2295a38fe0b0ec2194737755398550645)]
|
|
79
|
+
- Prepare 3.0.0 release [Miu Razvan - [`219021c`](https://github.com/eea/volto-corsproxy/commit/219021c9643a5b94c3bfd7d521a7f256f7472303)]
|
|
80
|
+
- Add Makefile [Miu Razvan - [`468977b`](https://github.com/eea/volto-corsproxy/commit/468977b82f6e9c933b5d915aab5e31c4f2bd97ff)]
|
|
81
|
+
- Update babel & jest config [Miu Razvan - [`325c896`](https://github.com/eea/volto-corsproxy/commit/325c8968c60c10b8bc528dc4f02dacbb1787b81a)]
|
|
82
|
+
- Update Jenkinsfile [Miu Razvan - [`32bc257`](https://github.com/eea/volto-corsproxy/commit/32bc257789d7669fa6ea7e40675ec7a9825f1eb1)]
|
|
83
|
+
- Add missing dev dependencies [Miu Razvan - [`0d13a01`](https://github.com/eea/volto-corsproxy/commit/0d13a0134d0af7e1d69e95c7efc9c691cc1e8347)]
|
|
84
|
+
- Use plone/volto-addon-ci:alpha [Miu Razvan - [`de2958d`](https://github.com/eea/volto-corsproxy/commit/de2958db298093cfeb96d5d16b465ad8cd7edd7b)]
|
|
85
|
+
- Bump version [Miu Razvan - [`ae69fa3`](https://github.com/eea/volto-corsproxy/commit/ae69fa30feac6b3eddc6438510e1bb8728c7c46f)]
|
|
86
|
+
- volto 16.0.0-alpha.14 for cypress [Andrei Grigore - [`c2e1d3d`](https://github.com/eea/volto-corsproxy/commit/c2e1d3d3c65ffa1bb745ed05c3b0f5e2732f88c7)]
|
|
87
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`9d9835d`](https://github.com/eea/volto-corsproxy/commit/9d9835d9ff5246f9d2b99a2158334c3fd41975bb)]
|
|
88
|
+
|
|
89
|
+
### [@eeacms/volto-depiction: 0.1.6 ~ 1.0.0](https://github.com/eea/volto-depiction/releases)
|
|
90
|
+
|
|
91
|
+
###### :hammer_and_wrench: Others
|
|
92
|
+
|
|
93
|
+
- Typo [Miu Razvan - [`1d38be6`](https://github.com/eea/volto-depiction/commit/1d38be60f30f8d07b655f1aaf1c27f58cb0a14b6)]
|
|
94
|
+
- Prepare 1.0.0 release [Miu Razvan - [`b087d9b`](https://github.com/eea/volto-depiction/commit/b087d9b7b8233b4861ed556ef57e638f3657864a)]
|
|
95
|
+
- Update babel & jest config [Miu Razvan - [`6872ebe`](https://github.com/eea/volto-depiction/commit/6872ebe54802809135a364433f54658a39a42f2d)]
|
|
96
|
+
- Update dependencies [Miu Razvan - [`d2097c4`](https://github.com/eea/volto-depiction/commit/d2097c4a0e6ac487d2507521f00055b9f090a7c2)]
|
|
97
|
+
- Make this up to date [Miu Razvan - [`bf47bf4`](https://github.com/eea/volto-depiction/commit/bf47bf431785bfaeb6c015e5b180971615d925d5)]
|
|
98
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`800f64a`](https://github.com/eea/volto-depiction/commit/800f64aa6633bee543ed4e65bd05206e10a9318a)]
|
|
99
|
+
|
|
100
|
+
### [@eeacms/volto-group-block: 4.3.8 ~ 5.0.0](https://github.com/eea/volto-group-block/releases)
|
|
101
|
+
|
|
102
|
+
###### :hammer_and_wrench: Others
|
|
103
|
+
|
|
104
|
+
- Prepare 5.0.0 release [Miu Razvan - [`88c0ddd`](https://github.com/eea/volto-group-block/commit/88c0ddd569aeda7ee34d1eadea6a087f4e7dc257)]
|
|
105
|
+
- Update dependencies [Alin Voinea - [`c8405af`](https://github.com/eea/volto-group-block/commit/c8405afb830cdf62e7877bf30b619933519e1d71)]
|
|
106
|
+
|
|
107
|
+
### [@eeacms/volto-listing-block: 0.6.8 ~ 1.0.1](https://github.com/eea/volto-listing-block/releases)
|
|
108
|
+
|
|
109
|
+
###### :house: Documentation changes
|
|
110
|
+
|
|
111
|
+
- docs(upgrade): Add note about major upgrade to version 1.x [Alin Voinea - [`5bff89f`](https://github.com/eea/volto-listing-block/commit/5bff89f9fe0b9b37c25fb740ff92f2990ac51bb4)]
|
|
112
|
+
###### :hammer_and_wrench: Others
|
|
113
|
+
|
|
114
|
+
- test(cypress): Code coverage [Alin Voinea - [`1046baf`](https://github.com/eea/volto-listing-block/commit/1046bafee27fdd8b2d980da71919268ae13f9067)]
|
|
115
|
+
- Bring this addon up to date [Miu Razvan - [`325b456`](https://github.com/eea/volto-listing-block/commit/325b456338cfa2a114d4983354cd06808a292560)]
|
|
116
|
+
- prettier:fix [nileshgulia1 - [`0516aa9`](https://github.com/eea/volto-listing-block/commit/0516aa9af7c48940c1a3d41d8531d5421e41b305)]
|
|
117
|
+
- update cypress configs [nileshgulia1 - [`21bd19b`](https://github.com/eea/volto-listing-block/commit/21bd19bfe4409aadc1318d3479bb70c1082941e2)]
|
|
4
118
|
|
|
5
119
|
###### :bug: Bug Fixes
|
|
6
120
|
|
|
7
|
-
- fix(
|
|
121
|
+
- fix(listing): fix image margin on search item [kreafox - [`3e30ca0`](https://github.com/eea/volto-listing-block/commit/3e30ca0043c217e4c8301267bf8a79b36611105f)]
|
|
122
|
+
###### :nail_care: Enhancements
|
|
123
|
+
|
|
124
|
+
- change(listing): style_text widget to use actionsInfoMap attribute [David Ichim - [`8c28651`](https://github.com/eea/volto-listing-block/commit/8c2865155fe7722cbd4f85b0ac65d65b06a8f467)]
|
|
125
|
+
|
|
126
|
+
### [@eeacms/volto-matomo: 2.0.9 ~ 3.0.0](https://github.com/eea/volto-matomo/releases)
|
|
127
|
+
|
|
128
|
+
###### :hammer_and_wrench: Others
|
|
129
|
+
|
|
130
|
+
- Typo [Miu Razvan - [`46506a1`](https://github.com/eea/volto-matomo/commit/46506a1c13cf98e9d97c0e51245c5b80be1544b2)]
|
|
131
|
+
- Update babel & jest config [Miu Razvan - [`08af346`](https://github.com/eea/volto-matomo/commit/08af346d6b786f2afb24394861746afbf4d395d3)]
|
|
132
|
+
- Add missing dev dependencies [Miu Razvan - [`3447b3e`](https://github.com/eea/volto-matomo/commit/3447b3ea2c7f03b012e9d8e30368673d7268dd23)]
|
|
133
|
+
- Update Jenkinsfile [Miu Razvan - [`5048ce4`](https://github.com/eea/volto-matomo/commit/5048ce49517f9731982452cb15de872f2950fa5e)]
|
|
134
|
+
- Add RELEASE.md file [Miu Razvan - [`21fc5a2`](https://github.com/eea/volto-matomo/commit/21fc5a25e361907f3970603e256bb2c4cc3795e2)]
|
|
135
|
+
- Use plone/volto-addon-ci:alpha [Miu Razvan - [`8d9790a`](https://github.com/eea/volto-matomo/commit/8d9790a727d19579a208ed0ea778e1ff89847b8d)]
|
|
136
|
+
- Update Jenkinsfile [Miu Razvan - [`c367213`](https://github.com/eea/volto-matomo/commit/c367213c8277f9f10d54909705561c8553ce27be)]
|
|
137
|
+
- Update Jenkinsfile [Miu Razvan - [`98de055`](https://github.com/eea/volto-matomo/commit/98de0556e3437b4c51cb46da6fd09b5432b656c1)]
|
|
138
|
+
- Update Jenkinsfile [Miu Razvan - [`07d3de9`](https://github.com/eea/volto-matomo/commit/07d3de952899c759f47008348f212864749e7976)]
|
|
139
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`5c67807`](https://github.com/eea/volto-matomo/commit/5c6780751621c3dbd08f0149f7a02eca248f301d)]
|
|
140
|
+
|
|
141
|
+
### [@eeacms/volto-metadata-block: 4.0.8 ~ 5.0.0](https://github.com/eea/volto-metadata-block/releases)
|
|
142
|
+
|
|
143
|
+
###### :nail_care: Enhancements
|
|
144
|
+
|
|
145
|
+
- refactor(cypress): Upgrade to Cypress 10 / Razzle 4 [Alin Voinea - [`6828cae`](https://github.com/eea/volto-metadata-block/commit/6828cae0d134c7e01c88c652665852235722a5ad)]
|
|
146
|
+
###### :hammer_and_wrench: Others
|
|
147
|
+
|
|
148
|
+
- Update dependencies [Alin Voinea - [`d71c3f7`](https://github.com/eea/volto-metadata-block/commit/d71c3f7c372f7e38af3b8a1ec029d00e99e759a8)]
|
|
149
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`223220c`](https://github.com/eea/volto-metadata-block/commit/223220cebc5c836a48c147db08f7b2e4832a050e)]
|
|
150
|
+
|
|
151
|
+
### [@eeacms/volto-object-widget: 4.0.2 ~ 5.0.0](https://github.com/eea/volto-object-widget/releases)
|
|
152
|
+
|
|
153
|
+
###### :hammer_and_wrench: Others
|
|
154
|
+
|
|
155
|
+
- Typo [Miu Razvan - [`0eac194`](https://github.com/eea/volto-object-widget/commit/0eac194761c04db9807ca63381b25c13c7a854bd)]
|
|
156
|
+
- Prepare 5.0.0 release [Miu Razvan - [`2a12c37`](https://github.com/eea/volto-object-widget/commit/2a12c377a7bf5a1a51966ab1e1c867f1b55ccb95)]
|
|
157
|
+
- Update babel & jest config [Miu Razvan - [`8269b4a`](https://github.com/eea/volto-object-widget/commit/8269b4ac4aa9d487579b35ff41d0fea9dce5fc45)]
|
|
158
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`6963a87`](https://github.com/eea/volto-object-widget/commit/6963a87a0c84910c0ef695652d944115d487b24e)]
|
|
159
|
+
|
|
160
|
+
### [@eeacms/volto-resize-helper: 0.2.10 ~ 1.0.0](https://github.com/eea/volto-resize-helper/releases)
|
|
161
|
+
|
|
162
|
+
###### :hammer_and_wrench: Others
|
|
163
|
+
|
|
164
|
+
- Prepare 1.0.0 release [Miu Razvan - [`97965f1`](https://github.com/eea/volto-resize-helper/commit/97965f1deac22c291ea92569bb44d3bd0fcabd40)]
|
|
165
|
+
- Bring this up to date [Miu Razvan - [`82b5968`](https://github.com/eea/volto-resize-helper/commit/82b59684b4d4ae20f18fee64770a733e73aef74d)]
|
|
166
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`2bbd2cd`](https://github.com/eea/volto-resize-helper/commit/2bbd2cdf5db5cc8dfa0b96e27085ca738692e2f4)]
|
|
167
|
+
|
|
168
|
+
### [@eeacms/volto-sentry-rancher-config: 2.1.6 ~ 3.0.0](https://github.com/eea/volto-sentry-rancher-config/releases)
|
|
169
|
+
|
|
170
|
+
###### :nail_care: Enhancements
|
|
171
|
+
|
|
172
|
+
- refactor: Make sentryOptions as a function as used in Volto Core [Miu Razvan - [`a53873a`](https://github.com/eea/volto-sentry-rancher-config/commit/a53873a82b39bd42f2f8f52bedfb82a3651d04ef)]
|
|
173
|
+
###### :hammer_and_wrench: Others
|
|
174
|
+
|
|
175
|
+
- Typo [Miu Razvan - [`e2b3fdb`](https://github.com/eea/volto-sentry-rancher-config/commit/e2b3fdb5427eebfc1e1ecdc0018b9e0b531508bb)]
|
|
176
|
+
- Update babel & jest config [Miu Razvan - [`d583066`](https://github.com/eea/volto-sentry-rancher-config/commit/d583066aa00b4cbcb70f9643f1c179b61b63f470)]
|
|
177
|
+
- Update dependencies [Miu Razvan - [`22315e3`](https://github.com/eea/volto-sentry-rancher-config/commit/22315e3b06f6bf329dae0cf8be5310b17c7b40ad)]
|
|
178
|
+
- Use plone/volto-addon-ci:alpha [Miu Razvan - [`3a0c24d`](https://github.com/eea/volto-sentry-rancher-config/commit/3a0c24d8cab09a69ab96f60b234726fcaca17af7)]
|
|
179
|
+
- Fix tests [Miu Razvan - [`c5d00d4`](https://github.com/eea/volto-sentry-rancher-config/commit/c5d00d4a552e79f2a21d3ba6a3dca3184f53863e)]
|
|
180
|
+
- Prepare 3.0.0 release [Miu Razvan - [`71c7186`](https://github.com/eea/volto-sentry-rancher-config/commit/71c71860528dbf77b1c0aa68f8e376c1b57c9df0)]
|
|
181
|
+
- Use volto@16.0.0-alpha.42 [Miu Razvan - [`201e61d`](https://github.com/eea/volto-sentry-rancher-config/commit/201e61d37c386887cca9acad9bb1b4d1340a1beb)]
|
|
182
|
+
- Update cypress tests [Miu Razvan - [`1a26549`](https://github.com/eea/volto-sentry-rancher-config/commit/1a26549a1f24dec93cf64f4c399ccef2a928e87c)]
|
|
183
|
+
- Upgrade to cypress@10 [Miu Razvan - [`a0091cf`](https://github.com/eea/volto-sentry-rancher-config/commit/a0091cfed3862105ac912e756ff4fac2db21fdc3)]
|
|
184
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`768bbb0`](https://github.com/eea/volto-sentry-rancher-config/commit/768bbb033e118edacd8eff044154c943074c0ad4)]
|
|
185
|
+
|
|
186
|
+
### [@eeacms/volto-slate-footnote: 5.0.1 ~ 6.0.1](https://github.com/eea/volto-slate-footnote/releases)
|
|
187
|
+
|
|
188
|
+
###### :nail_care: Enhancements
|
|
189
|
+
|
|
190
|
+
- change(slate-footnote): allow customization of footnote background and color [David Ichim - [`420ad70`](https://github.com/eea/volto-slate-footnote/commit/420ad702033ac51b90143f74e7d87ba477ddc240)]
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### [@eeacms/volto-slate-metadata-mentions: 5.0.1 ~ 6.0.0](https://github.com/eea/volto-slate-metadata-mentions/releases)
|
|
195
|
+
|
|
196
|
+
###### :nail_care: Enhancements
|
|
197
|
+
|
|
198
|
+
- change(slate-mention): allow customization of mention background class [David Ichim - [`107d858`](https://github.com/eea/volto-slate-metadata-mentions/commit/107d8585b2eb4533a7a3361414ebc286aaa731ba)]
|
|
199
|
+
|
|
200
|
+
### [@eeacms/volto-slate-zotero: 4.0.5 ~ 5.0.1](https://github.com/eea/volto-slate-zotero/releases)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### [@eeacms/volto-tabs-block: 2.2.0 ~ 3.0.0](https://github.com/eea/volto-tabs-block/releases)
|
|
207
|
+
|
|
8
208
|
###### :nail_care: Enhancements
|
|
9
209
|
|
|
10
|
-
- change(
|
|
11
|
-
- change(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
-
|
|
210
|
+
- change(tabs): removed bottom margin from tabs menu [David Ichim - [`e9a1089`](https://github.com/eea/volto-tabs-block/commit/e9a1089bbfd514fd8f441ba359404f06b5a63ca1)]
|
|
211
|
+
- change(tabs): add padding also to horizontal plane for tab panel [David Ichim - [`55afa26`](https://github.com/eea/volto-tabs-block/commit/55afa26272c4536739fd5fad999ded11974c860b)]
|
|
212
|
+
###### :hammer_and_wrench: Others
|
|
213
|
+
|
|
214
|
+
- lint fix [David Ichim - [`c0a898c`](https://github.com/eea/volto-tabs-block/commit/c0a898c54461478baed2ac2f149ae580d4c89aeb)]
|
|
215
|
+
|
|
216
|
+
###### :hammer_and_wrench: Others
|
|
217
|
+
|
|
218
|
+
- Cleanup [Alin Voinea - [`655a0fd`](https://github.com/eea/volto-tabs-block/commit/655a0fd5bbe08b2703d5f72f3bd7c67edd272de5)]
|
|
219
|
+
- Cleanup [Miu Razvan - [`d734099`](https://github.com/eea/volto-tabs-block/commit/d734099d751ca1d899d789a220a5083f17832b0c)]
|
|
220
|
+
- Cleanup [Alin Voinea - [`684a899`](https://github.com/eea/volto-tabs-block/commit/684a8999b24d1d57e7c0e6c76087fa8764d839a8)]
|
|
221
|
+
- Update dependencies [Alin Voinea - [`6ce84d1`](https://github.com/eea/volto-tabs-block/commit/6ce84d1277252d0c46bc5ca4782b7a3487a2cb42)]
|
|
222
|
+
|
|
223
|
+
### [@eeacms/volto-taxonomy: 2.0.6 ~ 3.0.0](https://github.com/eea/volto-taxonomy/releases)
|
|
224
|
+
|
|
225
|
+
###### :hammer_and_wrench: Others
|
|
226
|
+
|
|
227
|
+
- Typo [Miu Razvan - [`e418dfd`](https://github.com/eea/volto-taxonomy/commit/e418dfd1d582edea3c964f03f634279939cc1ce0)]
|
|
228
|
+
- Prepare 3.0.0 release [Miu Razvan - [`10112bc`](https://github.com/eea/volto-taxonomy/commit/10112bccdd9e9a9104129339b6379d94c8cee4c1)]
|
|
229
|
+
- Update babel & jest config [Miu Razvan - [`c16eef2`](https://github.com/eea/volto-taxonomy/commit/c16eef2469a9b4ee1b3e30a093cfda9a99dd334c)]
|
|
230
|
+
- Update Jenkinsfile [Miu Razvan - [`b087e1c`](https://github.com/eea/volto-taxonomy/commit/b087e1c26e228e1bd24ac8c371e5d1bf6f185d9c)]
|
|
231
|
+
- Update dependencies [Miu Razvan - [`96f36f5`](https://github.com/eea/volto-taxonomy/commit/96f36f5fd541ec908db1730bf1cd063fc2a6c4e2)]
|
|
232
|
+
- Make this up to date [Miu Razvan - [`9396a11`](https://github.com/eea/volto-taxonomy/commit/9396a11609f17e817fe4cadb7a902c4948b115d1)]
|
|
233
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`795e8e3`](https://github.com/eea/volto-taxonomy/commit/795e8e3881837df4cf681f028b1976d032697afd)]
|
|
234
|
+
|
|
235
|
+
### [@eeacms/volto-widget-dataprovenance: 0.1.7 ~ 0.2.0](https://github.com/eea/volto-widget-dataprovenance/releases)
|
|
236
|
+
|
|
237
|
+
###### :hammer_and_wrench: Others
|
|
238
|
+
|
|
239
|
+
- Prepare 0.2.0 release [Miu Razvan - [`38018d6`](https://github.com/eea/volto-widget-dataprovenance/commit/38018d6d9b9acd660a35706f22eb5be3ae53a16e)]
|
|
240
|
+
- Update dependencies [Alin Voinea - [`683786f`](https://github.com/eea/volto-widget-dataprovenance/commit/683786f502d19ba83f62cf10c800f61b5fdaed3e)]
|
|
241
|
+
|
|
242
|
+
### [@eeacms/volto-widget-geolocation: 4.0.6 ~ 5.0.0](https://github.com/eea/volto-widget-geolocation/releases)
|
|
243
|
+
|
|
244
|
+
###### :hammer_and_wrench: Others
|
|
245
|
+
|
|
246
|
+
- Cleanup [Alin Voinea - [`2b53756`](https://github.com/eea/volto-widget-geolocation/commit/2b5375660e6184a5875b7ac87eb17902cc7bfab9)]
|
|
247
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`404894f`](https://github.com/eea/volto-widget-geolocation/commit/404894fcf6b5227a19f8292f881ce66476ce5e16)]
|
|
248
|
+
|
|
249
|
+
### [@eeacms/volto-widget-temporal-coverage: 4.0.6 ~ 5.0.0](https://github.com/eea/volto-widget-temporal-coverage/releases)
|
|
250
|
+
|
|
251
|
+
###### :hammer_and_wrench: Others
|
|
252
|
+
|
|
253
|
+
- test(jest): Fix jest tests [Alin Voinea - [`62db38d`](https://github.com/eea/volto-widget-temporal-coverage/commit/62db38df23b5835e28167a6c58239f5fa7d5ecb1)]
|
|
254
|
+
- Cleanup [Alin Voinea - [`3b94ba4`](https://github.com/eea/volto-widget-temporal-coverage/commit/3b94ba407cce0f72baba92b159f79b4dc0ae7ea2)]
|
|
255
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`d1b17bf`](https://github.com/eea/volto-widget-temporal-coverage/commit/d1b17bff235073a80679e51ef5883252b88284b8)]
|
|
256
|
+
|
|
257
|
+
### [@eeacms/volto-widget-toggle: 2.2.7 ~ 3.0.0](https://github.com/eea/volto-widget-toggle/releases)
|
|
258
|
+
|
|
259
|
+
###### :hammer_and_wrench: Others
|
|
260
|
+
|
|
261
|
+
- Cleanup [Alin Voinea - [`f0bfe89`](https://github.com/eea/volto-widget-toggle/commit/f0bfe892db782472d0911b3562346d80bed2fb94)]
|
|
262
|
+
- Typo [Miu Razvan - [`f1faa3d`](https://github.com/eea/volto-widget-toggle/commit/f1faa3d1c0239d377a75b375dcf092cea048c121)]
|
|
263
|
+
- Use latest cypress [Miu Razvan - [`165ef4a`](https://github.com/eea/volto-widget-toggle/commit/165ef4a017833e757a69da734985acd18155228e)]
|
|
264
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`b5e6889`](https://github.com/eea/volto-widget-toggle/commit/b5e6889bc22efaeec2025bd79dfe2a839650e4a6)]
|
|
265
|
+
|
|
266
|
+
### [@eeacms/volto-widgets-view: 3.0.5 ~ 4.0.0](https://github.com/eea/volto-widgets-view/releases)
|
|
267
|
+
|
|
15
268
|
###### :hammer_and_wrench: Others
|
|
16
269
|
|
|
17
|
-
-
|
|
270
|
+
- Typo [Miu Razvan - [`c123633`](https://github.com/eea/volto-widgets-view/commit/c123633c0d4a9d72dcd76f24cbc3042ed0222575)]
|
|
271
|
+
- Prepare 4.0.0 release [Miu Razvan - [`f8f9998`](https://github.com/eea/volto-widgets-view/commit/f8f9998d471a81b814d650bd56f1e25bb6b6626b)]
|
|
272
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`7620cbb`](https://github.com/eea/volto-widgets-view/commit/7620cbbe00279f1e31bc5356dfb33d32714f187a)]
|
|
18
273
|
|
|
19
274
|
# Internal
|
|
20
275
|
|
|
21
|
-
|
|
276
|
+
#### :nail_care: Enhancements
|
|
277
|
+
- refactor(cypress): Cypress 10 / Razzle 4 [Alin Voinea - [`19c7f80`](https://github.com/eea/volto-eea-kitkat/commit/19c7f8059c64dfff213a1aceacbf6f19de8ebd56)]
|
|
278
|
+
- refactor(dependencies): Remove volto-block-toc from kitkat [Alin Voinea - [`4313b52`](https://github.com/eea/volto-eea-kitkat/commit/4313b523cc715793a712b6053d64cd5667cf719b)]
|
|
279
|
+
#### :hammer_and_wrench: Others
|
|
280
|
+
- test(cypress): Remove random failing tests [Alin Voinea - [`d0b41df`](https://github.com/eea/volto-eea-kitkat/commit/d0b41df52a2837641f31334a32022aee5b5e1940)]
|
|
281
|
+
- test(cypress): Fix failing tests [Alin Voinea - [`7833a9d`](https://github.com/eea/volto-eea-kitkat/commit/7833a9df3d8c1c3c2a0952672113e9445ace0e8b)]
|
|
282
|
+
- test(cypress): Fail fast [Alin Voinea - [`bc43206`](https://github.com/eea/volto-eea-kitkat/commit/bc43206e3556a4d9376dd18d62a1c8fc3bc9e3bd)]
|
|
283
|
+
- test(cypress): Adjust specPattern [Alin Voinea - [`67c98f5`](https://github.com/eea/volto-eea-kitkat/commit/67c98f512c4f5aba9ecb68817e9d322d7f85d117)]
|
|
284
|
+
- test(cypress): Cleanup Jenkins pipeline [Alin Voinea - [`4aa41ab`](https://github.com/eea/volto-eea-kitkat/commit/4aa41ab80d8d27cb7187203bcbb16b3d71ecae0f)]
|
|
285
|
+
- Fix @eeacms/volto-widget-temporal-coverage until release [Alin Voinea - [`2e1d218`](https://github.com/eea/volto-eea-kitkat/commit/2e1d218bdf59fade17b105f3b1271d3fffb2bbe7)]
|
|
286
|
+
- Cleanup volto-slate from README [Alin Voinea - [`54c974d`](https://github.com/eea/volto-eea-kitkat/commit/54c974dcfe35d6a8cccfdb4bc05e4f6c99345a76)]
|
|
287
|
+
- Fix dependencies [Alin Voinea - [`a895e5a`](https://github.com/eea/volto-eea-kitkat/commit/a895e5a458361e8592bef4a12dc0a586dfbf1140)]
|
|
288
|
+
- Update dependencies [Alin Voinea - [`336a419`](https://github.com/eea/volto-eea-kitkat/commit/336a419a6c1b1b657109099e1b3b1dd569e2e09b)]
|
package/cypress.eeacms.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"baseUrl": "http://localhost:3000",
|
|
3
|
-
"viewportWidth": 1280,
|
|
4
|
-
"defaultCommandTimeout": 8888,
|
|
5
|
-
"chromeWebSecurity": false,
|
|
6
|
-
"reporter": "junit",
|
|
7
|
-
"video": true,
|
|
8
|
-
"retries": {
|
|
9
|
-
"runMode": 8,
|
|
10
|
-
"openMode": 0
|
|
11
|
-
},
|
|
12
|
-
"reporterOptions": {
|
|
13
|
-
"mochaFile": "cypress/reports/cypress-[hash].xml",
|
|
14
|
-
"jenkinsMode": true,
|
|
15
|
-
"toConsole": true
|
|
16
|
-
},
|
|
17
|
-
"integrationFolder": "../../../node_modules/@eeacms",
|
|
18
|
-
"testFiles": "**/cypress/integration/**/*.js",
|
|
19
|
-
"ignoreTestFiles": "**/volto-slate-zotero/cypress/integration/**/*.js",
|
|
20
|
-
"fixturesFolder": "../../../node_modules/@eeacms/volto-slate-zotero/cypress/fixtures",
|
|
21
|
-
"videoUploadOnPasses": false,
|
|
22
|
-
"screenshotOnRunFailure": false
|
|
23
|
-
}
|
package/cypress.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"baseUrl": "http://localhost:3000",
|
|
3
|
-
"viewportWidth": 1280,
|
|
4
|
-
"defaultCommandTimeout": 8888,
|
|
5
|
-
"chromeWebSecurity": false,
|
|
6
|
-
"reporter": "junit",
|
|
7
|
-
"video": true,
|
|
8
|
-
"retries": {
|
|
9
|
-
"runMode": 8,
|
|
10
|
-
"openMode": 0
|
|
11
|
-
},
|
|
12
|
-
"reporterOptions": {
|
|
13
|
-
"mochaFile": "cypress/reports/cypress-[hash].xml",
|
|
14
|
-
"jenkinsMode": true,
|
|
15
|
-
"toConsole": true
|
|
16
|
-
}
|
|
17
|
-
}
|
package/cypress.slate.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"baseUrl": "http://localhost:3000",
|
|
3
|
-
"viewportWidth": 1280,
|
|
4
|
-
"defaultCommandTimeout": 8888,
|
|
5
|
-
"chromeWebSecurity": false,
|
|
6
|
-
"reporter": "junit",
|
|
7
|
-
"video": true,
|
|
8
|
-
"retries": {
|
|
9
|
-
"runMode": 8,
|
|
10
|
-
"openMode": 0
|
|
11
|
-
},
|
|
12
|
-
"reporterOptions": {
|
|
13
|
-
"mochaFile": "cypress/reports/cypress-[hash].xml",
|
|
14
|
-
"jenkinsMode": true,
|
|
15
|
-
"toConsole": true
|
|
16
|
-
},
|
|
17
|
-
"integrationFolder": "../../../node_modules/volto-slate",
|
|
18
|
-
"testFiles": "**/cypress/integration/**/*.js",
|
|
19
|
-
"videoUploadOnPasses": false,
|
|
20
|
-
"screenshotOnRunFailure": false
|
|
21
|
-
}
|