@eeacms/volto-eea-kitkat 9.0.0 → 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.
@@ -1,7 +1,9 @@
1
1
  const fs = require('fs');
2
2
  const path = require('path');
3
3
 
4
- const projectRootPath = fs.realpathSync('./project'); // __dirname
4
+ const projectRootPath = fs.existsSync('./project')
5
+ ? fs.realpathSync('./project')
6
+ : fs.realpathSync('./../../../');
5
7
  const packageJson = require(path.join(projectRootPath, 'package.json'));
6
8
  const jsConfig = require(path.join(projectRootPath, 'jsconfig.json')).compilerOptions;
7
9
 
package/CHANGELOG CHANGED
@@ -4,7 +4,58 @@ 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
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
8
59
 
9
60
  #### :rocket: Dependency updates
10
61
 
package/CHANGELOG.md CHANGED
@@ -4,7 +4,58 @@ 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
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
8
59
 
9
60
  #### :rocket: Dependency updates
10
61
 
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. [![Releases](https://img.shields.io/github/v/release/collective/volto-sentry)](https://github.com/collective/volto-sentry/releases) [@plone-collective/volto-sentry](https://github.com/collective/volto-sentry)
25
+ 1. [![Releases](https://img.shields.io/github/v/release/kitconcept/volto-blocks-grid)](https://github.com/kitconcept/volto-blocks-grid/releases) [@kitconcept/volto-blocks-grid](https://github.com/kitconcept/volto-blocks-grid)
24
26
  1. [![Releases](https://img.shields.io/github/v/release/eea/volto-matomo)](https://github.com/eea/volto-matomo/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-matomo%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-matomo/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-matomo%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-sentry-rancher-config)](https://github.com/eea/volto-sentry-rancher-config/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-sentry-rancher-config%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-sentry-rancher-config/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-sentry-rancher-config%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-corsproxy)](https://github.com/eea/volto-corsproxy/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-corsproxy%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-corsproxy/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-corsproxy%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-corsproxy/job/develop/display/redirect) [@eeacms/volto-corsproxy](https://github.com/eea/volto-corsproxy)
@@ -47,15 +49,45 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
47
49
  1. [![Releases](https://img.shields.io/github/v/release/eea/volto-block-style)](https://github.com/eea/volto-block-style/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-block-style%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-style/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-block-style%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-block-style/job/develop/display/redirect) [@eeacms/volto-block-style](https://github.com/eea/volto-block-style)
48
50
  1. [![Releases](https://img.shields.io/github/v/release/eea/volto-widget-dataprovenance)](https://github.com/eea/volto-widget-dataprovenance/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-widget-dataprovenance%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-dataprovenance/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-widget-dataprovenance%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-widget-dataprovenance/job/develop/display/redirect) [@eeacms/volto-widget-dataprovenance](https://github.com/eea/volto-widget-dataprovenance)
49
51
 
50
- # Upgrade
52
+
53
+
54
+ 1. [![Releases](https://img.shields.io/github/v/release/eea/volto-slate-label)](https://github.com/eea/volto-slate-label/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-slate-label%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-label/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-slate-label%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-call-to-action-block)](https://github.com/eea/volto-call-to-action-block/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-call-to-action-block%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-call-to-action-block/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-call-to-action-block%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-description-block)](https://github.com/eea/volto-description-block/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-description-block%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-description-block/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-description-block%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-hero-block)](https://github.com/eea/volto-hero-block/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-hero-block%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-hero-block/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-hero-block%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-quote-block)](https://github.com/eea/volto-quote-block/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-quote-block%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-quote-block/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-quote-block%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-statistic-block)](https://github.com/eea/volto-statistic-block/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-statistic-block%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-statistic-block/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-statistic-block%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-tags-block)](https://github.com/eea/volto-tags-block/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-tags-block%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-tags-block/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-tags-block%2Fdevelop&subject=develop)](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. [![Releases](https://img.shields.io/github/v/release/eea/volto-timeline-block)](https://github.com/eea/volto-timeline-block/releases) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-timeline-block%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-timeline-block/job/master/display/redirect) [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-timeline-block%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-timeline-block/job/develop/display/redirect) [@eeacms/volto-timeline-block](https://github.com/eea/volto-timeline-block)
62
+
63
+
64
+ ## Upgrade
65
+
66
+ ### Upgrading to 10.x
67
+
68
+ > This version requires: `@plone/volto >= 16.0.0.alpha.45` (Sentry removed from Volto Core).
69
+
70
+ #### New add-ons added
71
+
72
+ 1. [@plone-collective/volto-sentry](https://github.com/collective/volto-sentry#volto-sentry)
73
+ 1. [@kitconcept/volto-blocks-grid](https://github.com/kitconcept/volto-blocks-grid#volto-blocks-grid-by-kitconcept)
74
+ 1. [@eeacms/volto-slate-label](https://github.com/eea/volto-slate-label#volto-slate-label)
75
+ 1. [@eeacms/volto-call-to-action-block](https://github.com/eea/volto-call-to-action-block#volto-call-to-action-block)
76
+ 1. [@eeacms/volto-description-block](https://github.com/eea/volto-description-block#volto-description-block)
77
+ 1. [@eeacms/volto-hero-block](https://github.com/eea/volto-hero-block#volto-hero-block)
78
+ 1. [@eeacms/volto-quote-block](https://github.com/eea/volto-quote-block#volto-quote-block)
79
+ 1. [@eeacms/volto-statistic-block](https://github.com/eea/volto-statistic-block#volto-statistic-block)
80
+ 1. [@eeacms/volto-tags-block](https://github.com/eea/volto-tags-block#volto-tags-block)
81
+ 1. [@eeacms/volto-timeline-block](https://github.com/eea/volto-timeline-block#volto-timeline-block)
51
82
 
52
83
  ### Upgrading to 9.x
53
84
 
54
- This version requires: `@plone/volto >= 16.0.0.alpha.15` (`volto-slate` part of Volto Core).
85
+ > This version requires: `@plone/volto >= 16.0.0.alpha.15` (`volto-slate` part of Volto Core).
86
+
87
+ #### Dropped dependencies (moved to Volto Core)
55
88
 
56
- **Dropped dependencies (moved to Volto Core):**
57
- * volto-slate
58
- * volto-block-toc
89
+ 1. volto-slate
90
+ 2. volto-block-toc
59
91
 
60
92
 
61
93
  ## Getting started
package/new.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "9.0.0",
3
+ "version": "10.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",
@@ -22,6 +22,7 @@
22
22
  },
23
23
  "addons": [
24
24
  "@eeacms/volto-matomo",
25
+ "@plone-collective/volto-sentry",
25
26
  "@eeacms/volto-sentry-rancher-config",
26
27
  "@eeacms/volto-corsproxy",
27
28
  "@eeacms/volto-depiction",
@@ -35,12 +36,21 @@
35
36
  "@eeacms/volto-slate-metadata-mentions",
36
37
  "@eeacms/volto-slate-footnote",
37
38
  "@eeacms/volto-slate-zotero",
39
+ "@eeacms/volto-slate-label",
40
+ "@kitconcept/volto-blocks-grid",
38
41
  "@eeacms/volto-accordion-block",
39
42
  "@eeacms/volto-block-divider",
43
+ "@eeacms/volto-call-to-action-block",
44
+ "@eeacms/volto-description-block",
45
+ "@eeacms/volto-hero-block",
40
46
  "@eeacms/volto-listing-block",
41
47
  "@eeacms/volto-metadata-block",
42
48
  "@eeacms/volto-group-block",
43
49
  "@eeacms/volto-columns-block",
50
+ "@eeacms/volto-quote-block",
51
+ "@eeacms/volto-statistic-block",
52
+ "@eeacms/volto-tags-block",
53
+ "@eeacms/volto-timeline-block",
44
54
  "@eeacms/volto-resize-helper",
45
55
  "@eeacms/volto-block-style",
46
56
  "@eeacms/volto-tabs-block",
@@ -48,58 +58,78 @@
48
58
  "@eeacms/volto-block-image-cards"
49
59
  ],
50
60
  "dependencies": {
51
- "@eeacms/volto-accordion-block": "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",
61
+ "@eeacms/volto-accordion-block": "6.0.0",
62
+ "@eeacms/volto-banner": "3.0.1",
63
+ "@eeacms/volto-block-divider": "5.0.0",
64
+ "@eeacms/volto-block-image-cards": "1.0.1",
65
+ "@eeacms/volto-block-style": "4.1.1",
66
+ "@eeacms/volto-call-to-action-block": "2.0.0",
67
+ "@eeacms/volto-columns-block": "5.0.1",
68
+ "@eeacms/volto-corsproxy": "3.0.1",
69
+ "@eeacms/volto-depiction": "1.0.1",
70
+ "@eeacms/volto-description-block": "1.0.1",
71
+ "@eeacms/volto-group-block": "5.0.1",
72
+ "@eeacms/volto-hero-block": "2.0.0",
60
73
  "@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"
74
+ "@eeacms/volto-matomo": "3.0.1",
75
+ "@eeacms/volto-metadata-block": "5.0.1",
76
+ "@eeacms/volto-object-widget": "5.0.1",
77
+ "@eeacms/volto-quote-block": "1.0.1",
78
+ "@eeacms/volto-resize-helper": "1.0.1",
79
+ "@eeacms/volto-sentry-rancher-config": "3.0.1",
80
+ "@eeacms/volto-slate-footnote": "6.0.2",
81
+ "@eeacms/volto-slate-label": "0.4.4",
82
+ "@eeacms/volto-slate-metadata-mentions": "6.0.1",
83
+ "@eeacms/volto-slate-zotero": "5.0.2",
84
+ "@eeacms/volto-statistic-block": "1.0.1",
85
+ "@eeacms/volto-tabs-block": "3.0.1",
86
+ "@eeacms/volto-tags-block": "1.0.1",
87
+ "@eeacms/volto-taxonomy": "3.0.1",
88
+ "@eeacms/volto-timeline-block": "1.0.1",
89
+ "@eeacms/volto-widget-dataprovenance": "0.2.1",
90
+ "@eeacms/volto-widget-geolocation": "5.0.1",
91
+ "@eeacms/volto-widget-temporal-coverage": "5.0.1",
92
+ "@eeacms/volto-widget-toggle": "3.0.1",
93
+ "@eeacms/volto-widgets-view": "4.0.1",
94
+ "@kitconcept/volto-blocks-grid": "5.1.1",
95
+ "@plone-collective/volto-sentry": "0.2.0"
76
96
  },
77
97
  "resolutions": {
78
- "@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",
98
+ "@kitconcept/volto-blocks-grid": "5.1.1",
99
+ "@eeacms/volto-quote-block": "1.0.1",
100
+ "@eeacms/volto-statistic-block": "1.0.1",
101
+ "@eeacms/volto-tags-block": "1.0.1",
102
+ "@eeacms/volto-call-to-action-block": "2.0.0",
103
+ "@eeacms/volto-hero-block": "2.0.0",
104
+ "@eeacms/volto-timeline-block": "1.0.1",
105
+ "@eeacms/volto-description-block": "1.0.1",
106
+ "@eeacms/volto-slate-label": "0.4.4",
107
+ "@plone-collective/volto-sentry": "0.2.0",
108
+ "@eeacms/volto-accordion-block": "6.0.0",
109
+ "@eeacms/volto-banner": "3.0.1",
110
+ "@eeacms/volto-block-divider": "5.0.0",
111
+ "@eeacms/volto-block-image-cards": "1.0.1",
112
+ "@eeacms/volto-block-style": "4.1.1",
113
+ "@eeacms/volto-columns-block": "5.0.1",
114
+ "@eeacms/volto-corsproxy": "3.0.1",
115
+ "@eeacms/volto-depiction": "1.0.1",
116
+ "@eeacms/volto-group-block": "5.0.1",
87
117
  "@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"
118
+ "@eeacms/volto-matomo": "3.0.1",
119
+ "@eeacms/volto-metadata-block": "5.0.1",
120
+ "@eeacms/volto-object-widget": "5.0.1",
121
+ "@eeacms/volto-resize-helper": "1.0.1",
122
+ "@eeacms/volto-sentry-rancher-config": "3.0.1",
123
+ "@eeacms/volto-slate-footnote": "6.0.2",
124
+ "@eeacms/volto-slate-metadata-mentions": "6.0.1",
125
+ "@eeacms/volto-slate-zotero": "5.0.2",
126
+ "@eeacms/volto-tabs-block": "3.0.1",
127
+ "@eeacms/volto-taxonomy": "3.0.1",
128
+ "@eeacms/volto-widget-geolocation": "5.0.1",
129
+ "@eeacms/volto-widget-dataprovenance": "0.2.1",
130
+ "@eeacms/volto-widget-temporal-coverage": "5.0.1",
131
+ "@eeacms/volto-widget-toggle": "3.0.1",
132
+ "@eeacms/volto-widgets-view": "4.0.1"
103
133
  },
104
134
  "devDependencies": {
105
135
  "@cypress/code-coverage": "^3.10.0",
package/old.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "8.2.4",
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": "4.1.0",
54
- "@eeacms/volto-banner": "2.2.1",
55
- "@eeacms/volto-block-divider": "3.0.2",
56
- "@eeacms/volto-block-image-cards": "0.6.5",
57
- "@eeacms/volto-block-style": "3.7.2",
58
- "@eeacms/volto-block-toc": "3.0.1",
59
- "@eeacms/volto-columns-block": "4.5.3",
60
- "@eeacms/volto-corsproxy": "2.1.6",
61
- "@eeacms/volto-depiction": "0.1.6",
62
- "@eeacms/volto-group-block": "4.3.8",
63
- "@eeacms/volto-listing-block": "0.6.8",
64
- "@eeacms/volto-matomo": "2.0.9",
65
- "@eeacms/volto-metadata-block": "4.0.8",
66
- "@eeacms/volto-object-widget": "4.0.2",
67
- "@eeacms/volto-resize-helper": "0.2.10",
68
- "@eeacms/volto-sentry-rancher-config": "2.1.6",
69
- "@eeacms/volto-slate-footnote": "5.0.1",
70
- "@eeacms/volto-slate-metadata-mentions": "5.0.1",
71
- "@eeacms/volto-slate-zotero": "4.0.5",
72
- "@eeacms/volto-tabs-block": "2.2.0",
73
- "@eeacms/volto-taxonomy": "2.0.6",
74
- "@eeacms/volto-widget-dataprovenance": "0.1.7",
75
- "@eeacms/volto-widget-geolocation": "4.0.6",
76
- "@eeacms/volto-widget-temporal-coverage": "4.0.6",
77
- "@eeacms/volto-widget-toggle": "2.2.7",
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": "4.1.0",
83
- "@eeacms/volto-banner": "2.2.1",
84
- "@eeacms/volto-block-divider": "3.0.2",
85
- "@eeacms/volto-block-image-cards": "0.6.5",
86
- "@eeacms/volto-block-style": "3.7.2",
87
- "@eeacms/volto-block-toc": "3.0.1",
88
- "@eeacms/volto-columns-block": "4.5.3",
89
- "@eeacms/volto-corsproxy": "2.1.6",
90
- "@eeacms/volto-depiction": "0.1.6",
91
- "@eeacms/volto-group-block": "4.3.8",
92
- "@eeacms/volto-listing-block": "0.6.8",
93
- "@eeacms/volto-matomo": "2.0.9",
94
- "@eeacms/volto-metadata-block": "4.0.8",
95
- "@eeacms/volto-object-widget": "4.0.2",
96
- "@eeacms/volto-resize-helper": "0.2.10",
97
- "@eeacms/volto-sentry-rancher-config": "2.1.6",
98
- "@eeacms/volto-slate-footnote": "5.0.1",
99
- "@eeacms/volto-slate-metadata-mentions": "5.0.1",
100
- "@eeacms/volto-slate-zotero": "4.0.5",
101
- "@eeacms/volto-tabs-block": "2.2.0",
102
- "@eeacms/volto-taxonomy": "2.0.6",
103
- "@eeacms/volto-widget-geolocation": "4.0.6",
104
- "@eeacms/volto-widget-dataprovenance": "0.1.7",
105
- "@eeacms/volto-widget-temporal-coverage": "4.0.6",
106
- "@eeacms/volto-widget-toggle": "2.2.7",
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.9.5",
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": "if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi",
126
- "stylelint:overrides": "if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi",
127
- "stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix",
128
- "prettier": "if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi",
129
- "prettier:fix": "if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi",
130
- "lint": "if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi",
131
- "lint:fix": "if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi",
132
- "cypress:run": "if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi",
133
- "cypress:open": "if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi",
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "9.0.0",
3
+ "version": "10.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",
@@ -22,6 +22,7 @@
22
22
  },
23
23
  "addons": [
24
24
  "@eeacms/volto-matomo",
25
+ "@plone-collective/volto-sentry",
25
26
  "@eeacms/volto-sentry-rancher-config",
26
27
  "@eeacms/volto-corsproxy",
27
28
  "@eeacms/volto-depiction",
@@ -35,12 +36,21 @@
35
36
  "@eeacms/volto-slate-metadata-mentions",
36
37
  "@eeacms/volto-slate-footnote",
37
38
  "@eeacms/volto-slate-zotero",
39
+ "@eeacms/volto-slate-label",
40
+ "@kitconcept/volto-blocks-grid",
38
41
  "@eeacms/volto-accordion-block",
39
42
  "@eeacms/volto-block-divider",
43
+ "@eeacms/volto-call-to-action-block",
44
+ "@eeacms/volto-description-block",
45
+ "@eeacms/volto-hero-block",
40
46
  "@eeacms/volto-listing-block",
41
47
  "@eeacms/volto-metadata-block",
42
48
  "@eeacms/volto-group-block",
43
49
  "@eeacms/volto-columns-block",
50
+ "@eeacms/volto-quote-block",
51
+ "@eeacms/volto-statistic-block",
52
+ "@eeacms/volto-tags-block",
53
+ "@eeacms/volto-timeline-block",
44
54
  "@eeacms/volto-resize-helper",
45
55
  "@eeacms/volto-block-style",
46
56
  "@eeacms/volto-tabs-block",
@@ -48,58 +58,78 @@
48
58
  "@eeacms/volto-block-image-cards"
49
59
  ],
50
60
  "dependencies": {
51
- "@eeacms/volto-accordion-block": "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",
61
+ "@eeacms/volto-accordion-block": "6.0.0",
62
+ "@eeacms/volto-banner": "3.0.1",
63
+ "@eeacms/volto-block-divider": "5.0.0",
64
+ "@eeacms/volto-block-image-cards": "1.0.1",
65
+ "@eeacms/volto-block-style": "4.1.1",
66
+ "@eeacms/volto-call-to-action-block": "2.0.0",
67
+ "@eeacms/volto-columns-block": "5.0.1",
68
+ "@eeacms/volto-corsproxy": "3.0.1",
69
+ "@eeacms/volto-depiction": "1.0.1",
70
+ "@eeacms/volto-description-block": "1.0.1",
71
+ "@eeacms/volto-group-block": "5.0.1",
72
+ "@eeacms/volto-hero-block": "2.0.0",
60
73
  "@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"
74
+ "@eeacms/volto-matomo": "3.0.1",
75
+ "@eeacms/volto-metadata-block": "5.0.1",
76
+ "@eeacms/volto-object-widget": "5.0.1",
77
+ "@eeacms/volto-quote-block": "1.0.1",
78
+ "@eeacms/volto-resize-helper": "1.0.1",
79
+ "@eeacms/volto-sentry-rancher-config": "3.0.1",
80
+ "@eeacms/volto-slate-footnote": "6.0.2",
81
+ "@eeacms/volto-slate-label": "0.4.4",
82
+ "@eeacms/volto-slate-metadata-mentions": "6.0.1",
83
+ "@eeacms/volto-slate-zotero": "5.0.2",
84
+ "@eeacms/volto-statistic-block": "1.0.1",
85
+ "@eeacms/volto-tabs-block": "3.0.1",
86
+ "@eeacms/volto-tags-block": "1.0.1",
87
+ "@eeacms/volto-taxonomy": "3.0.1",
88
+ "@eeacms/volto-timeline-block": "1.0.1",
89
+ "@eeacms/volto-widget-dataprovenance": "0.2.1",
90
+ "@eeacms/volto-widget-geolocation": "5.0.1",
91
+ "@eeacms/volto-widget-temporal-coverage": "5.0.1",
92
+ "@eeacms/volto-widget-toggle": "3.0.1",
93
+ "@eeacms/volto-widgets-view": "4.0.1",
94
+ "@kitconcept/volto-blocks-grid": "5.1.1",
95
+ "@plone-collective/volto-sentry": "0.2.0"
76
96
  },
77
97
  "resolutions": {
78
- "@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",
98
+ "@kitconcept/volto-blocks-grid": "5.1.1",
99
+ "@eeacms/volto-quote-block": "1.0.1",
100
+ "@eeacms/volto-statistic-block": "1.0.1",
101
+ "@eeacms/volto-tags-block": "1.0.1",
102
+ "@eeacms/volto-call-to-action-block": "2.0.0",
103
+ "@eeacms/volto-hero-block": "2.0.0",
104
+ "@eeacms/volto-timeline-block": "1.0.1",
105
+ "@eeacms/volto-description-block": "1.0.1",
106
+ "@eeacms/volto-slate-label": "0.4.4",
107
+ "@plone-collective/volto-sentry": "0.2.0",
108
+ "@eeacms/volto-accordion-block": "6.0.0",
109
+ "@eeacms/volto-banner": "3.0.1",
110
+ "@eeacms/volto-block-divider": "5.0.0",
111
+ "@eeacms/volto-block-image-cards": "1.0.1",
112
+ "@eeacms/volto-block-style": "4.1.1",
113
+ "@eeacms/volto-columns-block": "5.0.1",
114
+ "@eeacms/volto-corsproxy": "3.0.1",
115
+ "@eeacms/volto-depiction": "1.0.1",
116
+ "@eeacms/volto-group-block": "5.0.1",
87
117
  "@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"
118
+ "@eeacms/volto-matomo": "3.0.1",
119
+ "@eeacms/volto-metadata-block": "5.0.1",
120
+ "@eeacms/volto-object-widget": "5.0.1",
121
+ "@eeacms/volto-resize-helper": "1.0.1",
122
+ "@eeacms/volto-sentry-rancher-config": "3.0.1",
123
+ "@eeacms/volto-slate-footnote": "6.0.2",
124
+ "@eeacms/volto-slate-metadata-mentions": "6.0.1",
125
+ "@eeacms/volto-slate-zotero": "5.0.2",
126
+ "@eeacms/volto-tabs-block": "3.0.1",
127
+ "@eeacms/volto-taxonomy": "3.0.1",
128
+ "@eeacms/volto-widget-geolocation": "5.0.1",
129
+ "@eeacms/volto-widget-dataprovenance": "0.2.1",
130
+ "@eeacms/volto-widget-temporal-coverage": "5.0.1",
131
+ "@eeacms/volto-widget-toggle": "3.0.1",
132
+ "@eeacms/volto-widgets-view": "4.0.1"
103
133
  },
104
134
  "devDependencies": {
105
135
  "@cypress/code-coverage": "^3.10.0",
package/partfile CHANGED
@@ -1,13 +1,8 @@
1
+ #### :rocket: New Features
2
+ - feat(addons): New add-ons: [Alin Voinea - [`c131a4d`](https://github.com/eea/volto-eea-kitkat/commit/c131a4d57f95d3985d19a8716373cdd24f9b4a05)]
1
3
  #### :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
+ - refactor(sentry): Add @plone-collective/volto-sentry 0.2.0 - refs #156939 [Alin Voinea - [`8095a24`](https://github.com/eea/volto-eea-kitkat/commit/8095a2486a9833926f6193dcf1ad5c85c7e55f0b)]
5
+ #### :house: Documentation changes
6
+ - docs(upgrade): Update README with included new add-ons [Alin Voinea - [`e9e83eb`](https://github.com/eea/volto-eea-kitkat/commit/e9e83eb780a6437f65571aaef7116bfc6354f609)]
4
7
  #### :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)]
8
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`87bd6f5`](https://github.com/eea/volto-eea-kitkat/commit/87bd6f50aca44938449b1d25613b5445ffd1171c)]
package/releasefile CHANGED
@@ -1,288 +1,193 @@
1
1
  # Dependency updates
2
2
 
3
- ### [@eeacms/volto-accordion-block: 4.1.0 ~ 5.0.0](https://github.com/eea/volto-accordion-block/releases)
3
+ ### [@eeacms/volto-accordion-block: 5.0.0 ~ 6.0.0](https://github.com/eea/volto-accordion-block/releases)
4
4
 
5
+ ###### :nail_care: Enhancements
5
6
 
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
-
7
+ - refactor(Styling): Use schemaEnhancer in favor of StyleWrapper - Refs [#152894](https://taskman.eionet.europa.eu/issues/152894) [Alin Voinea - [`0f28134`](https://github.com/eea/volto-accordion-block/commit/0f281345855e56a7154ee7b8e67640bd7e7c0ecf)]
14
8
  ###### :hammer_and_wrench: Others
15
9
 
16
- - update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`3156197`](https://github.com/eea/volto-banner/commit/31561978030af1dd294b2f5f5a671d69c8ff0cb9)]
10
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`0b06e8d`](https://github.com/eea/volto-accordion-block/commit/0b06e8d3c9a9917ad9407d44702966056ac05772)]
17
11
 
18
- ### [@eeacms/volto-block-divider: 3.0.2 ~ 4.0.0](https://github.com/eea/volto-block-divider/releases)
12
+ ### [@eeacms/volto-banner: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-banner/releases)
19
13
 
20
14
  ###### :hammer_and_wrench: Others
21
15
 
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
16
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`edafef0`](https://github.com/eea/volto-banner/commit/edafef0f67297b261477f03b5eefbc3246ec4582)]
34
17
 
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)]
18
+ ### [@eeacms/volto-block-divider: 4.0.0 ~ 5.0.0](https://github.com/eea/volto-block-divider/releases)
37
19
 
38
- ### [@eeacms/volto-block-style: 3.7.2 ~ 4.1.0](https://github.com/eea/volto-block-style/releases)
20
+ ###### :nail_care: Enhancements
39
21
 
22
+ - refactor(StylingSchema): Use props args [Alin Voinea - [`a38509c`](https://github.com/eea/volto-block-divider/commit/a38509c0df7cec70714d4403a9171eaf97f11ac9)]
23
+ - refactor(Styling): Use schemaEnhancer in favor of StyleWrapper [Alin Voinea - [`e6506d6`](https://github.com/eea/volto-block-divider/commit/e6506d6d746189e881e461db920a32ba5cc37a63)]
40
24
  ###### :hammer_and_wrench: Others
41
25
 
42
- - Bring this up to date [Miu Razvan - [`6d7e7a4`](https://github.com/eea/volto-block-style/commit/6d7e7a46078d858800eb894ffb1eba42bdd384e0)]
26
+ - test(eslint): Fix .project.eslintrc.js [Alin Voinea - [`4724db6`](https://github.com/eea/volto-block-divider/commit/4724db63699dcc16aa2b123de87e786456e8ba12)]
27
+ - test(cypress): Fix failing tests [Alin Voinea - [`176d6fe`](https://github.com/eea/volto-block-divider/commit/176d6fe1e861528c5093d9d6b5cd67c447bbae40)]
43
28
 
44
- ###### :nail_care: Enhancements
29
+ ### [@eeacms/volto-block-image-cards: 1.0.0 ~ 1.0.1](https://github.com/eea/volto-block-image-cards/releases)
45
30
 
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
31
  ###### :hammer_and_wrench: Others
51
32
 
52
- - Release 4.1.0 [Alin Voinea - [`0d3e576`](https://github.com/eea/volto-block-style/commit/0d3e57602628c75333ae797ffb0933c297f3218b)]
33
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`5833331`](https://github.com/eea/volto-block-image-cards/commit/5833331d46720632792fb1e7960f8ee3b2010906)]
53
34
 
54
- ### [@eeacms/volto-columns-block: 4.5.3 ~ 5.0.0](https://github.com/eea/volto-columns-block/releases)
35
+ ### [@eeacms/volto-block-style: 4.1.0 ~ 4.1.1](https://github.com/eea/volto-block-style/releases)
55
36
 
56
37
  ###### :nail_care: Enhancements
57
38
 
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)]
39
+ - change(block-style): pass className coming from styling widgets into style wrapper [David Ichim - [`2279958`](https://github.com/eea/volto-block-style/commit/22799586c2fc87a60b45cc1096cbd37b73846f39)]
40
+ - change(align-widget): modified widget to allow update of actions and defaultActionsInfo [David Ichim - [`c871b2c`](https://github.com/eea/volto-block-style/commit/c871b2c95eb1254ecebe6aba0e665cc5d29cc7cf)]
60
41
  ###### :hammer_and_wrench: Others
61
42
 
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)]
43
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`ebf5a1b`](https://github.com/eea/volto-block-style/commit/ebf5a1b85626370edaf3fe08a2991ada8e8596c8)]
73
44
 
74
- ### [@eeacms/volto-corsproxy: 2.1.6 ~ 3.0.0](https://github.com/eea/volto-corsproxy/releases)
45
+ ### [@eeacms/volto-columns-block: 5.0.0 ~ 5.0.1](https://github.com/eea/volto-columns-block/releases)
75
46
 
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)]
47
+ ###### :bug: Bug Fixes
88
48
 
89
- ### [@eeacms/volto-depiction: 0.1.6 ~ 1.0.0](https://github.com/eea/volto-depiction/releases)
49
+ - fix(eslint): config after upgrade to latest alpha of volto [David Ichim - [`f9d2f90`](https://github.com/eea/volto-columns-block/commit/f9d2f90846571b3329d7c1e0390c528ee3406b62)]
50
+ ###### :nail_care: Enhancements
90
51
 
52
+ - change(columns): moved some css values to variables for cleaner customizations [David Ichim - [`bdf653b`](https://github.com/eea/volto-columns-block/commit/bdf653b4a7b493a0300554dcd8aa7c43b6802c9f)]
53
+ - change(column-block): removing styling schema enhancer from current package [David Ichim - [`10a3cab`](https://github.com/eea/volto-columns-block/commit/10a3cab4a4cc177577d36ad56b233386fd4b36e2)]
54
+ - change(column): wip adding styling schema as a block enhancer [David Ichim - [`85574a3`](https://github.com/eea/volto-columns-block/commit/85574a3002c3909c68b61fea40ddcb9c490b26e1)]
91
55
  ###### :hammer_and_wrench: Others
92
56
 
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)]
57
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`20078a4`](https://github.com/eea/volto-columns-block/commit/20078a416bc802ef375c3dd299c6ed5a6925d409)]
58
+ - lint fix [David Ichim - [`768f29c`](https://github.com/eea/volto-columns-block/commit/768f29c88d09f7cc9eb514bad7a026405c121396)]
59
+ - Use BlockDataForm [Tiberiu Ichim - [`4df86f7`](https://github.com/eea/volto-columns-block/commit/4df86f76af6c79c1f3053a009d0d3e4d3c17ef85)]
60
+ - test(cypress): Rename [Alin Voinea - [`ce0a4a5`](https://github.com/eea/volto-columns-block/commit/ce0a4a5a2cb4de9c6e9eb34e3feeaa872cc217be)]
99
61
 
100
- ### [@eeacms/volto-group-block: 4.3.8 ~ 5.0.0](https://github.com/eea/volto-group-block/releases)
62
+ ### [@eeacms/volto-corsproxy: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-corsproxy/releases)
101
63
 
102
64
  ###### :hammer_and_wrench: Others
103
65
 
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)
66
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`79fed6b`](https://github.com/eea/volto-corsproxy/commit/79fed6b79fd1175a8f971ad2793278a9df940776)]
108
67
 
109
- ###### :house: Documentation changes
68
+ ### [@eeacms/volto-depiction: 1.0.0 ~ 1.0.1](https://github.com/eea/volto-depiction/releases)
110
69
 
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
70
  ###### :hammer_and_wrench: Others
113
71
 
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)]
72
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`df18685`](https://github.com/eea/volto-depiction/commit/df18685b59c3cb372df15ff5be54efc1cc7dd8c0)]
118
73
 
119
- ###### :bug: Bug Fixes
74
+ ### [@eeacms/volto-group-block: 5.0.0 ~ 5.0.1](https://github.com/eea/volto-group-block/releases)
120
75
 
121
- - fix(listing): fix image margin on search item [kreafox - [`3e30ca0`](https://github.com/eea/volto-listing-block/commit/3e30ca0043c217e4c8301267bf8a79b36611105f)]
122
76
  ###### :nail_care: Enhancements
123
77
 
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
-
78
+ - change(group): use BlockDataForm instead of InlineForm for schema enhancer support within Edit block view [David Ichim - [`9211075`](https://github.com/eea/volto-group-block/commit/921107596d19b96f2d749d59763b8f9909c469f2)]
128
79
  ###### :hammer_and_wrench: Others
129
80
 
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)
81
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`9f995f7`](https://github.com/eea/volto-group-block/commit/9f995f73f9866643c944ce44175b45d2f16dffca)]
82
+ - test(cypress): Rename [Alin Voinea - [`814d50c`](https://github.com/eea/volto-group-block/commit/814d50c7c88ab2675c4d7f042feff6aa233c1c7e)]
142
83
 
143
- ###### :nail_care: Enhancements
84
+ ### [@eeacms/volto-matomo: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-matomo/releases)
144
85
 
145
- - refactor(cypress): Upgrade to Cypress 10 / Razzle 4 [Alin Voinea - [`6828cae`](https://github.com/eea/volto-metadata-block/commit/6828cae0d134c7e01c88c652665852235722a5ad)]
146
86
  ###### :hammer_and_wrench: Others
147
87
 
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)]
88
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`2e10168`](https://github.com/eea/volto-matomo/commit/2e1016884789b467d691d4380a44bb5eea7df33b)]
150
89
 
151
- ### [@eeacms/volto-object-widget: 4.0.2 ~ 5.0.0](https://github.com/eea/volto-object-widget/releases)
90
+ ### [@eeacms/volto-metadata-block: 5.0.0 ~ 5.0.1](https://github.com/eea/volto-metadata-block/releases)
152
91
 
153
92
  ###### :hammer_and_wrench: Others
154
93
 
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)]
94
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`90760d3`](https://github.com/eea/volto-metadata-block/commit/90760d32f5a298ee73d0e91b2183b91deec4fcca)]
95
+ - test(cypress): Fix failing tests [Alin Voinea - [`6ad0c2b`](https://github.com/eea/volto-metadata-block/commit/6ad0c2bd1ab8f6dc99a890f08ebf2d896134d84c)]
159
96
 
160
- ### [@eeacms/volto-resize-helper: 0.2.10 ~ 1.0.0](https://github.com/eea/volto-resize-helper/releases)
97
+ ### [@eeacms/volto-object-widget: 5.0.0 ~ 5.0.1](https://github.com/eea/volto-object-widget/releases)
161
98
 
162
99
  ###### :hammer_and_wrench: Others
163
100
 
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)]
101
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`08d24ca`](https://github.com/eea/volto-object-widget/commit/08d24caebe2e615995f0a08d7aa0158047287e2d)]
102
+ - fallback path [andreiggr - [`0c58fc9`](https://github.com/eea/volto-object-widget/commit/0c58fc995cad08d87941d64de6f096c1c9fa00dc)]
103
+ - check for widget before setting it [andreiggr - [`561505f`](https://github.com/eea/volto-object-widget/commit/561505f937a257d7d1fc9b137c719695f0a3fcdb)]
167
104
 
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
105
+ ### [@eeacms/volto-resize-helper: 1.0.0 ~ 1.0.1](https://github.com/eea/volto-resize-helper/releases)
171
106
 
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
107
  ###### :hammer_and_wrench: Others
174
108
 
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)]
109
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`0461413`](https://github.com/eea/volto-resize-helper/commit/0461413fe29e15913b7961a4d97e30260479dbda)]
191
110
 
111
+ ### [@eeacms/volto-sentry-rancher-config: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-sentry-rancher-config/releases)
192
112
 
113
+ ###### :hammer_and_wrench: Others
193
114
 
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)]
115
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`29c95da`](https://github.com/eea/volto-sentry-rancher-config/commit/29c95daaf3f53a2aa9b1cdbede60769052025278)]
199
116
 
200
- ### [@eeacms/volto-slate-zotero: 4.0.5 ~ 5.0.1](https://github.com/eea/volto-slate-zotero/releases)
117
+ ### [@eeacms/volto-slate-footnote: 6.0.1 ~ 6.0.2](https://github.com/eea/volto-slate-footnote/releases)
201
118
 
119
+ ###### :hammer_and_wrench: Others
202
120
 
121
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`0936385`](https://github.com/eea/volto-slate-footnote/commit/0936385993ae041ff079b2d193afa4c8b9f64159)]
203
122
 
123
+ ### [@eeacms/volto-slate-metadata-mentions: 6.0.0 ~ 6.0.1](https://github.com/eea/volto-slate-metadata-mentions/releases)
204
124
 
125
+ ###### :hammer_and_wrench: Others
205
126
 
206
- ### [@eeacms/volto-tabs-block: 2.2.0 ~ 3.0.0](https://github.com/eea/volto-tabs-block/releases)
127
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`45c306b`](https://github.com/eea/volto-slate-metadata-mentions/commit/45c306b521a60a1f8c818fdd01ebf3a5f09cb95c)]
128
+ - Cleanup [Alin Voinea - [`a59fa5a`](https://github.com/eea/volto-slate-metadata-mentions/commit/a59fa5a8575dd16a11bfac988fe55ec01c1f42ac)]
207
129
 
208
- ###### :nail_care: Enhancements
130
+ ### [@eeacms/volto-slate-zotero: 5.0.1 ~ 5.0.2](https://github.com/eea/volto-slate-zotero/releases)
209
131
 
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
132
  ###### :hammer_and_wrench: Others
213
133
 
214
- - lint fix [David Ichim - [`c0a898c`](https://github.com/eea/volto-tabs-block/commit/c0a898c54461478baed2ac2f149ae580d4c89aeb)]
134
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`af2f1fb`](https://github.com/eea/volto-slate-zotero/commit/af2f1fb32af5dbfa82c859b2ee029f85f20e0d03)]
135
+ - Cleanup [Alin Voinea - [`6507433`](https://github.com/eea/volto-slate-zotero/commit/65074333cc98452315135558ec0d3718974b7af9)]
136
+
137
+ ### [@eeacms/volto-tabs-block: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-tabs-block/releases)
215
138
 
216
139
  ###### :hammer_and_wrench: Others
217
140
 
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)]
141
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`68e194b`](https://github.com/eea/volto-tabs-block/commit/68e194be2fc5e52f524e9de20b8e4b117751c08c)]
142
+ - test(cypress): Fix failing tests [Alin Voinea - [`51ce4e7`](https://github.com/eea/volto-tabs-block/commit/51ce4e79b086f94c4f175f52cedc9c04fcdad7ed)]
222
143
 
223
- ### [@eeacms/volto-taxonomy: 2.0.6 ~ 3.0.0](https://github.com/eea/volto-taxonomy/releases)
144
+ ### [@eeacms/volto-taxonomy: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-taxonomy/releases)
224
145
 
225
146
  ###### :hammer_and_wrench: Others
226
147
 
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)]
148
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`aa2306d`](https://github.com/eea/volto-taxonomy/commit/aa2306daba9c325492310023ce694aece1020dcd)]
149
+
150
+ ### [@eeacms/volto-widget-dataprovenance: 0.2.0 ~ 0.2.1](https://github.com/eea/volto-widget-dataprovenance/releases)
234
151
 
235
- ### [@eeacms/volto-widget-dataprovenance: 0.1.7 ~ 0.2.0](https://github.com/eea/volto-widget-dataprovenance/releases)
152
+ ###### :house: Internal changes
236
153
 
154
+ - chore(code): eslint fixes [Alin Voinea - [`f03d24d`](https://github.com/eea/volto-widget-dataprovenance/commit/f03d24d9f18d381a78c3d0338ebfd045bd6750dd)]
237
155
  ###### :hammer_and_wrench: Others
238
156
 
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)]
157
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`f21faa1`](https://github.com/eea/volto-widget-dataprovenance/commit/f21faa195d581066175a9305128cc12fd9ee21fa)]
158
+ - fix unique key warning [Nilesh - [`f72f7c2`](https://github.com/eea/volto-widget-dataprovenance/commit/f72f7c2ff7f15f5a83c9be04da0e72c9455ccf09)]
241
159
 
242
- ### [@eeacms/volto-widget-geolocation: 4.0.6 ~ 5.0.0](https://github.com/eea/volto-widget-geolocation/releases)
160
+ ### [@eeacms/volto-widget-geolocation: 5.0.0 ~ 5.0.1](https://github.com/eea/volto-widget-geolocation/releases)
243
161
 
244
162
  ###### :hammer_and_wrench: Others
245
163
 
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)]
164
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`263c845`](https://github.com/eea/volto-widget-geolocation/commit/263c845c62c37d6f6e88b19377bb403ca2996b2d)]
248
165
 
249
- ### [@eeacms/volto-widget-temporal-coverage: 4.0.6 ~ 5.0.0](https://github.com/eea/volto-widget-temporal-coverage/releases)
166
+ ### [@eeacms/volto-widget-temporal-coverage: 5.0.0 ~ 5.0.1](https://github.com/eea/volto-widget-temporal-coverage/releases)
250
167
 
251
168
  ###### :hammer_and_wrench: Others
252
169
 
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)]
170
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`b3b4f75`](https://github.com/eea/volto-widget-temporal-coverage/commit/b3b4f75f557fac482f69d3c5ec06ce2fef356704)]
256
171
 
257
- ### [@eeacms/volto-widget-toggle: 2.2.7 ~ 3.0.0](https://github.com/eea/volto-widget-toggle/releases)
172
+ ### [@eeacms/volto-widget-toggle: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-widget-toggle/releases)
258
173
 
259
174
  ###### :hammer_and_wrench: Others
260
175
 
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)]
176
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`e566ef6`](https://github.com/eea/volto-widget-toggle/commit/e566ef6091dc8712083faa6da965ef488fd0fd93)]
265
177
 
266
- ### [@eeacms/volto-widgets-view: 3.0.5 ~ 4.0.0](https://github.com/eea/volto-widgets-view/releases)
178
+ ### [@eeacms/volto-widgets-view: 4.0.0 ~ 4.0.1](https://github.com/eea/volto-widgets-view/releases)
267
179
 
268
180
  ###### :hammer_and_wrench: Others
269
181
 
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)]
182
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`6523ae0`](https://github.com/eea/volto-widgets-view/commit/6523ae001439968b7f374adab331057241978ec0)]
273
183
 
274
184
  # Internal
275
185
 
186
+ #### :rocket: New Features
187
+ - feat(addons): New add-ons: [Alin Voinea - [`c131a4d`](https://github.com/eea/volto-eea-kitkat/commit/c131a4d57f95d3985d19a8716373cdd24f9b4a05)]
276
188
  #### :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)]
189
+ - refactor(sentry): Add @plone-collective/volto-sentry 0.2.0 - refs #156939 [Alin Voinea - [`8095a24`](https://github.com/eea/volto-eea-kitkat/commit/8095a2486a9833926f6193dcf1ad5c85c7e55f0b)]
190
+ #### :house: Documentation changes
191
+ - docs(upgrade): Update README with included new add-ons [Alin Voinea - [`e9e83eb`](https://github.com/eea/volto-eea-kitkat/commit/e9e83eb780a6437f65571aaef7116bfc6354f609)]
279
192
  #### :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)]
193
+ - test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`87bd6f5`](https://github.com/eea/volto-eea-kitkat/commit/87bd6f50aca44938449b1d25613b5445ffd1171c)]