@eeacms/volto-eea-kitkat 32.0.1 → 33.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/.eslintrc.js +6 -6
- package/CHANGELOG +98 -41
- package/CHANGELOG.md +98 -41
- package/DEVELOP.md +19 -17
- package/README.md +29 -15
- package/docker-compose.yml +1 -1
- package/jest-addon.config.js +11 -4
- package/new.json +79 -79
- package/old.json +6 -6
- package/package.json +79 -79
- package/partfile +7 -4
- package/releasefile +542 -8
package/.eslintrc.js
CHANGED
|
@@ -16,16 +16,16 @@ if (configFile) {
|
|
|
16
16
|
voltoPath = `./${jsConfig.baseUrl}/${pathsConfig['@plone/volto'][0]}`;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
const
|
|
20
|
-
const
|
|
19
|
+
const { AddonRegistry } = require('@plone/registry/addon-registry');
|
|
20
|
+
const { registry } = AddonRegistry.init(projectRootPath);
|
|
21
21
|
|
|
22
22
|
// Extends ESlint configuration for adding the aliases to `src` directories in Volto addons
|
|
23
|
-
const addonAliases = Object.keys(
|
|
23
|
+
const addonAliases = Object.keys(registry.packages).map((o) => [
|
|
24
24
|
o,
|
|
25
|
-
|
|
25
|
+
registry.packages[o].modulePath,
|
|
26
26
|
]);
|
|
27
27
|
|
|
28
|
-
const addonExtenders =
|
|
28
|
+
const addonExtenders = registry.getEslintExtenders().map((m) => require(m));
|
|
29
29
|
|
|
30
30
|
const defaultConfig = {
|
|
31
31
|
extends: `${voltoPath}/.eslintrc`,
|
|
@@ -34,7 +34,7 @@ const defaultConfig = {
|
|
|
34
34
|
alias: {
|
|
35
35
|
map: [
|
|
36
36
|
['@plone/volto', '@plone/volto/src'],
|
|
37
|
-
['@plone/volto-slate', '@plone/volto
|
|
37
|
+
['@plone/volto-slate', '@plone/volto-slate/src'],
|
|
38
38
|
...addonAliases,
|
|
39
39
|
['@package', `${__dirname}/src`],
|
|
40
40
|
['@root', `${__dirname}/src`],
|
package/CHANGELOG
CHANGED
|
@@ -4,6 +4,104 @@ 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
|
+
### [33.0.0](https://github.com/eea/volto-eea-kitkat/compare/32.0.2...33.0.0) - 9 April 2026
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: Volto 18 support - refs #287700 [Alin Voinea - [`6443546`](https://github.com/eea/volto-eea-kitkat/commit/64435461c88a3bd1b303632b483721aaebff8ee4)]
|
|
12
|
+
|
|
13
|
+
#### :rocket: Dependency updates
|
|
14
|
+
|
|
15
|
+
- Release @eeacms/volto-hero-block@9.0.2 [EEA Jenkins - [`513544b`](https://github.com/eea/volto-eea-kitkat/commit/513544bf4b309595f9932eb4562c41ea9d9f25fb)]
|
|
16
|
+
- Release @eeacms/volto-widget-temporal-coverage@7.0.1 [EEA Jenkins - [`6c7153b`](https://github.com/eea/volto-eea-kitkat/commit/6c7153b6e48501a2c4adef73ffc68980e049d4cf)]
|
|
17
|
+
- Release @eeacms/volto-slate-footnote@8.0.1 [EEA Jenkins - [`bedf4e1`](https://github.com/eea/volto-eea-kitkat/commit/bedf4e1b367a8673f2d71edd708bcc71be5a0f3c)]
|
|
18
|
+
- Release @eeacms/volto-widget-geolocation@7.0.1 [EEA Jenkins - [`ca51ee4`](https://github.com/eea/volto-eea-kitkat/commit/ca51ee42fd9eada61d0c3392e453f91a97f6a3ec)]
|
|
19
|
+
- Release @eeacms/volto-widget-toggle@5.0.1 [EEA Jenkins - [`afce5f6`](https://github.com/eea/volto-eea-kitkat/commit/afce5f69eac9d4983060b94a01ec8363ccc831bf)]
|
|
20
|
+
- Release @eeacms/volto-widget-theme-picker@3.0.1 [EEA Jenkins - [`b7f21c7`](https://github.com/eea/volto-eea-kitkat/commit/b7f21c7095feaa14b1f3084b0264e402a832b90b)]
|
|
21
|
+
- Release @eeacms/volto-widget-dataprovenance@2.0.1 [EEA Jenkins - [`0409d70`](https://github.com/eea/volto-eea-kitkat/commit/0409d70ba93d324dfca01631fd4a46fa5d1c3488)]
|
|
22
|
+
- Release @eeacms/volto-toolbar-actions@3.0.1 [EEA Jenkins - [`767e34f`](https://github.com/eea/volto-eea-kitkat/commit/767e34fcdd8fff9558741a7632ae7a01fbd505fd)]
|
|
23
|
+
- Release @eeacms/volto-taxonomy@6.0.1 [EEA Jenkins - [`599baa2`](https://github.com/eea/volto-eea-kitkat/commit/599baa2d035a81a2fc4bac2a4ffd4965670e1b86)]
|
|
24
|
+
- Release @eeacms/volto-tags-block@4.0.1 [EEA Jenkins - [`3174939`](https://github.com/eea/volto-eea-kitkat/commit/3174939324038c2df76158c9909b66dd9ef09fbd)]
|
|
25
|
+
- Release @eeacms/volto-timeline-block@3.0.1 [EEA Jenkins - [`27b5b98`](https://github.com/eea/volto-eea-kitkat/commit/27b5b98ce39b88458d60dc1ce71c349d5477d38d)]
|
|
26
|
+
- Release @eeacms/volto-tabs-block@10.0.1 [EEA Jenkins - [`1477954`](https://github.com/eea/volto-eea-kitkat/commit/14779542e2aa92afe058d37e5dc7572cf1e9db16)]
|
|
27
|
+
- Release @eeacms/volto-slate-metadata-mentions@9.0.1 [EEA Jenkins - [`acea9eb`](https://github.com/eea/volto-eea-kitkat/commit/acea9eb3d8d8bded811904c8b7ba9657ea4fd258)]
|
|
28
|
+
- Release @eeacms/volto-statistic-block@7.0.1 [EEA Jenkins - [`63aad37`](https://github.com/eea/volto-eea-kitkat/commit/63aad37ae6adbd2a7d3d552dd659d13f03a63bdc)]
|
|
29
|
+
- Release @eeacms/volto-slate-zotero@7.0.1 [EEA Jenkins - [`b0d2fa5`](https://github.com/eea/volto-eea-kitkat/commit/b0d2fa5eadff2fb7384749fa6871f8e73fe723b9)]
|
|
30
|
+
- Release @eeacms/volto-sentry-rancher-config@6.0.1 [EEA Jenkins - [`f5cd177`](https://github.com/eea/volto-eea-kitkat/commit/f5cd177f5838fc10a75f706ed58b0130621c5edc)]
|
|
31
|
+
- Release @eeacms/volto-slate-label@2.0.1 [EEA Jenkins - [`55728b1`](https://github.com/eea/volto-eea-kitkat/commit/55728b1224da995372639775cc81e07ee6ea4510)]
|
|
32
|
+
- Release @eeacms/volto-object-widget@9.0.1 [EEA Jenkins - [`da934b4`](https://github.com/eea/volto-eea-kitkat/commit/da934b45e3dcfcbc99703bea02202adaa4f19c4c)]
|
|
33
|
+
- Release @eeacms/volto-resize-helper@3.0.1 [EEA Jenkins - [`554776f`](https://github.com/eea/volto-eea-kitkat/commit/554776f252a8d9f2b46a144a09507296d3a6923b)]
|
|
34
|
+
- Release @eeacms/volto-quote-block@4.0.1 [EEA Jenkins - [`ad8ea7d`](https://github.com/eea/volto-eea-kitkat/commit/ad8ea7d1d8cdba7fea2531efe2b76304d72399aa)]
|
|
35
|
+
- Release @eeacms/volto-matomo@7.0.1 [EEA Jenkins - [`a4afa87`](https://github.com/eea/volto-eea-kitkat/commit/a4afa8702ca245e2e2940ebb8f199e9117ff4e88)]
|
|
36
|
+
- Release @eeacms/volto-metadata-block@9.0.1 [EEA Jenkins - [`81c1729`](https://github.com/eea/volto-eea-kitkat/commit/81c17298bfd828e93b7d5b2b8c621daa509d56b5)]
|
|
37
|
+
- Release @eeacms/volto-nextcloud-video-block@3.0.1 [EEA Jenkins - [`d79925f`](https://github.com/eea/volto-eea-kitkat/commit/d79925faa9b060b0fdd8d47c1583096821ca0fca)]
|
|
38
|
+
- Release @eeacms/volto-listing-block@10.0.1 [EEA Jenkins - [`60cc9c4`](https://github.com/eea/volto-eea-kitkat/commit/60cc9c47ea680ff881227ddb8f4aff6eddfb86e6)]
|
|
39
|
+
- Release @eeacms/volto-hero-block@9.0.1 [EEA Jenkins - [`a61106d`](https://github.com/eea/volto-eea-kitkat/commit/a61106db19f3dfbb18035858fd4dfe95a2414160)]
|
|
40
|
+
- Release @eeacms/volto-group-block@10.0.1 [EEA Jenkins - [`92f92b2`](https://github.com/eea/volto-eea-kitkat/commit/92f92b2bffe8f6be49103e48eebcb4856c2e14b2)]
|
|
41
|
+
- Release @eeacms/volto-description-block@3.0.1 [EEA Jenkins - [`cdb925c`](https://github.com/eea/volto-eea-kitkat/commit/cdb925c447f20fcac4b0b3bbfbb8454b90e1b2bf)]
|
|
42
|
+
- Release @eeacms/volto-corsproxy@5.0.1 [EEA Jenkins - [`dd03146`](https://github.com/eea/volto-eea-kitkat/commit/dd03146f9b98f226d21f84d4b2e5d2df93fd3e38)]
|
|
43
|
+
- Release @eeacms/volto-controlpanel@2.0.1 [EEA Jenkins - [`ec8cc71`](https://github.com/eea/volto-eea-kitkat/commit/ec8cc7143a8bf9afe6947af25eb092f496cecb77)]
|
|
44
|
+
- Release @eeacms/volto-columns-block@9.0.1 [EEA Jenkins - [`1ce8012`](https://github.com/eea/volto-eea-kitkat/commit/1ce8012fc1ae9034ca42ea555174834e86952eca)]
|
|
45
|
+
- Release @eeacms/volto-block-toc@9.0.1 [EEA Jenkins - [`676306f`](https://github.com/eea/volto-eea-kitkat/commit/676306f3d2a5a141a0258cb216b578e340f17473)]
|
|
46
|
+
- Release @eeacms/volto-call-to-action-block@6.0.1 [EEA Jenkins - [`7833d8c`](https://github.com/eea/volto-eea-kitkat/commit/7833d8cb7be19c494c1ca4bb3b7cbb67a95174ed)]
|
|
47
|
+
- Release @eeacms/volto-block-image-cards@4.0.1 [EEA Jenkins - [`02a1ee7`](https://github.com/eea/volto-eea-kitkat/commit/02a1ee7c0d5e509e772235c9d400c2b217c6102a)]
|
|
48
|
+
- Release @eeacms/volto-banner@5.1.1 [EEA Jenkins - [`a17605c`](https://github.com/eea/volto-eea-kitkat/commit/a17605c577804d1dba03abf4d719f314a059f0a8)]
|
|
49
|
+
- Release @eeacms/volto-anchors@2.0.1 [EEA Jenkins - [`1a86ed1`](https://github.com/eea/volto-eea-kitkat/commit/1a86ed1beb56a70c96e5270d1aa4f9af0e4325cf)]
|
|
50
|
+
- Release @eeacms/volto-accordion-block@13.0.1 [EEA Jenkins - [`1af4ed7`](https://github.com/eea/volto-eea-kitkat/commit/1af4ed76e5da64da1bef0cb09ee03b593a9cc8b6)]
|
|
51
|
+
- Release @eeacms/volto-block-data-table@2.0.1 [EEA Jenkins - [`b1c51d1`](https://github.com/eea/volto-eea-kitkat/commit/b1c51d1756a8843980fa48aa38defe08c67b8490)]
|
|
52
|
+
- Release @eeacms/countup@3.0.1 [EEA Jenkins - [`ad7253d`](https://github.com/eea/volto-eea-kitkat/commit/ad7253db1544989541f1fea8c1cc52f395f469bd)]
|
|
53
|
+
- Release @eeacms/volto-block-style@9.0.1 [EEA Jenkins - [`e47d090`](https://github.com/eea/volto-eea-kitkat/commit/e47d0909d81858fc58acf6274e495ee010738586)]
|
|
54
|
+
- Release @eeacms/volto-block-divider@8.0.1 [EEA Jenkins - [`fc68762`](https://github.com/eea/volto-eea-kitkat/commit/fc68762bbe5f660f461b93d513b9f5ab08ede781)]
|
|
55
|
+
- Release @eeacms/volto-description-block@3.0.0 [EEA Jenkins - [`3d29df8`](https://github.com/eea/volto-eea-kitkat/commit/3d29df8c735cd8459c054636f61a148bb0b3c4f2)]
|
|
56
|
+
- Release @eeacms/volto-object-widget@9.0.0 [EEA Jenkins - [`d96e102`](https://github.com/eea/volto-eea-kitkat/commit/d96e1026b27fc89dd230ca01797d73697c2c91b7)]
|
|
57
|
+
- Release @eeacms/volto-slate-metadata-mentions@9.0.0 [EEA Jenkins - [`361fb76`](https://github.com/eea/volto-eea-kitkat/commit/361fb761cbe5635161a7313f8f8a253938079836)]
|
|
58
|
+
- Release @eeacms/volto-slate-zotero@7.0.0 [EEA Jenkins - [`dfd9d6c`](https://github.com/eea/volto-eea-kitkat/commit/dfd9d6c55805e2391506392bf82b4603e8bc0c47)]
|
|
59
|
+
- Release @eeacms/volto-slate-footnote@8.0.0 [EEA Jenkins - [`02da767`](https://github.com/eea/volto-eea-kitkat/commit/02da7676911f90e9989b060356ff2a3da7a549d0)]
|
|
60
|
+
- Release @eeacms/volto-listing-block@10.0.0 [EEA Jenkins - [`71b10dc`](https://github.com/eea/volto-eea-kitkat/commit/71b10dcbc515c608e97de9262215a17c4b774f1b)]
|
|
61
|
+
- Release @eeacms/volto-columns-block@9.0.0 [EEA Jenkins - [`c893cf8`](https://github.com/eea/volto-eea-kitkat/commit/c893cf81c64f493a1618251bff9183d988dcb4f9)]
|
|
62
|
+
- Release @eeacms/volto-tabs-block@10.0.0 [EEA Jenkins - [`6dc8ec0`](https://github.com/eea/volto-eea-kitkat/commit/6dc8ec0ca7220b92bbae512e956d67e92013541c)]
|
|
63
|
+
- Release @eeacms/volto-group-block@10.0.0 [EEA Jenkins - [`2a3b648`](https://github.com/eea/volto-eea-kitkat/commit/2a3b648d94df27ded681a0501c3074baedcdc0f3)]
|
|
64
|
+
- Release @eeacms/volto-accordion-block@13.0.0 [EEA Jenkins - [`51d980e`](https://github.com/eea/volto-eea-kitkat/commit/51d980e5ce638f093b7fe2a3fafd2fd2f752593c)]
|
|
65
|
+
- Release @eeacms/volto-hero-block@9.0.0 [EEA Jenkins - [`d2233d5`](https://github.com/eea/volto-eea-kitkat/commit/d2233d5eb1606b13ae2c0ed37eb4bde4dae2a28c)]
|
|
66
|
+
- Release @eeacms/volto-call-to-action-block@6.0.0 [EEA Jenkins - [`8aefe57`](https://github.com/eea/volto-eea-kitkat/commit/8aefe57492fafe1e25fabb379eac857e87613145)]
|
|
67
|
+
- Release @eeacms/volto-block-style@9.0.0 [EEA Jenkins - [`9ebc8ec`](https://github.com/eea/volto-eea-kitkat/commit/9ebc8ec9b5c5f98f582093650ee5622850f05986)]
|
|
68
|
+
- Release @eeacms/volto-slate-label@2.0.0 [EEA Jenkins - [`d80d283`](https://github.com/eea/volto-eea-kitkat/commit/d80d283d7bdfd4156cd18a5665e6608cb0e6bec7)]
|
|
69
|
+
- Release @eeacms/volto-widget-dataprovenance@2.0.0 [EEA Jenkins - [`38d8991`](https://github.com/eea/volto-eea-kitkat/commit/38d8991fee3e644a8e0d265dab15e9bc4afe4151)]
|
|
70
|
+
- Release @eeacms/volto-widget-geolocation@7.0.0 [EEA Jenkins - [`82ee35f`](https://github.com/eea/volto-eea-kitkat/commit/82ee35f2c2b29c7dd5eb04aefb888b9720be697a)]
|
|
71
|
+
- Release @eeacms/volto-toolbar-actions@3.0.0 [EEA Jenkins - [`640b52c`](https://github.com/eea/volto-eea-kitkat/commit/640b52c805f49f001b1060982010492e16ca129f)]
|
|
72
|
+
- Release @eeacms/volto-widget-theme-picker@3.0.0 [EEA Jenkins - [`4478360`](https://github.com/eea/volto-eea-kitkat/commit/4478360831496496db6a274b5e6a44a4797bf1c9)]
|
|
73
|
+
- Release @eeacms/volto-widget-toggle@5.0.0 [EEA Jenkins - [`71e1bd1`](https://github.com/eea/volto-eea-kitkat/commit/71e1bd161fef9daea942304a51bfd7a64423b8cd)]
|
|
74
|
+
- Release @eeacms/volto-tags-block@4.0.0 [EEA Jenkins - [`d71647e`](https://github.com/eea/volto-eea-kitkat/commit/d71647e1367719614e82f98864c0b9ce2a6e2719)]
|
|
75
|
+
- Release @eeacms/volto-sentry-rancher-config@6.0.0 [EEA Jenkins - [`803121f`](https://github.com/eea/volto-eea-kitkat/commit/803121fc70f100a11b89e9246137328a9dba784c)]
|
|
76
|
+
- Release @eeacms/volto-metadata-block@9.0.0 [EEA Jenkins - [`7f6c377`](https://github.com/eea/volto-eea-kitkat/commit/7f6c377ef303458c1ce5eb87b937b0a5cba4c813)]
|
|
77
|
+
- Release @eeacms/volto-quote-block@4.0.0 [EEA Jenkins - [`e6a1b44`](https://github.com/eea/volto-eea-kitkat/commit/e6a1b44eea718b41e3e28ef44c2595d3c7f458c0)]
|
|
78
|
+
- Release @eeacms/volto-nextcloud-video-block@3.0.0 [EEA Jenkins - [`62a2e6b`](https://github.com/eea/volto-eea-kitkat/commit/62a2e6bad5cb53abbb290bd1abaa1223afe92df8)]
|
|
79
|
+
- Release @eeacms/volto-resize-helper@3.0.0 [EEA Jenkins - [`e7b3194`](https://github.com/eea/volto-eea-kitkat/commit/e7b319436c164b3291096f392d7b0dbc4eaa931c)]
|
|
80
|
+
- Release @eeacms/volto-statistic-block@7.0.0 [EEA Jenkins - [`cda9ad0`](https://github.com/eea/volto-eea-kitkat/commit/cda9ad098b4b970c7fcd016f3c4cfee268028564)]
|
|
81
|
+
- Release @eeacms/volto-block-toc@9.0.0 [EEA Jenkins - [`f4eef17`](https://github.com/eea/volto-eea-kitkat/commit/f4eef17e002b02435f0e99e746e326142c6ad82a)]
|
|
82
|
+
- Release @eeacms/volto-timeline-block@3.0.0 [EEA Jenkins - [`3556169`](https://github.com/eea/volto-eea-kitkat/commit/3556169c077e4e307ed7df4a84a8f6884af4e58a)]
|
|
83
|
+
- Release @eeacms/volto-taxonomy@6.0.0 [EEA Jenkins - [`89552a0`](https://github.com/eea/volto-eea-kitkat/commit/89552a09bcc5b107bf47afed29b88798939e7384)]
|
|
84
|
+
- Release @eeacms/volto-corsproxy@5.0.0 [EEA Jenkins - [`3bddfcb`](https://github.com/eea/volto-eea-kitkat/commit/3bddfcb50e2cda5f6092149c45e88fce9b4d2916)]
|
|
85
|
+
- Release @eeacms/volto-block-image-cards@4.0.0 [EEA Jenkins - [`f69b07b`](https://github.com/eea/volto-eea-kitkat/commit/f69b07b0afcec6adf7db48d0b0abf01eebbc991d)]
|
|
86
|
+
- Release @eeacms/volto-block-data-table@2.0.0 [EEA Jenkins - [`4174419`](https://github.com/eea/volto-eea-kitkat/commit/4174419995b86d54267bdecb0374df6a31c11954)]
|
|
87
|
+
- Release @eeacms/volto-banner@5.1.0 [EEA Jenkins - [`b75cf73`](https://github.com/eea/volto-eea-kitkat/commit/b75cf73003842b05ea91591fcf5652b2f6d7d778)]
|
|
88
|
+
- Release @eeacms/volto-block-divider@8.0.0 [EEA Jenkins - [`23d7556`](https://github.com/eea/volto-eea-kitkat/commit/23d75561c1d4be7fc4be30ff2c99671d71a15fa1)]
|
|
89
|
+
- Release @eeacms/volto-banner@5.0.0 [EEA Jenkins - [`21f99fc`](https://github.com/eea/volto-eea-kitkat/commit/21f99fcd3a3a01a5c1fc7c65d0c0dc4080401b84)]
|
|
90
|
+
- Release @eeacms/volto-anchors@2.0.0 [EEA Jenkins - [`b6da034`](https://github.com/eea/volto-eea-kitkat/commit/b6da034983a788ed664d857709c4823fa0079415)]
|
|
91
|
+
- Release @eeacms/volto-controlpanel@2.0.0 [EEA Jenkins - [`27d6c1c`](https://github.com/eea/volto-eea-kitkat/commit/27d6c1c7d321a930a155136b882d00314e777971)]
|
|
92
|
+
- Release @eeacms/volto-matomo@7.0.0 [EEA Jenkins - [`5c31f0c`](https://github.com/eea/volto-eea-kitkat/commit/5c31f0c10d47c07fbe6d0740ca1cfee2c0a7ff48)]
|
|
93
|
+
- Release @eeacms/countup@3.0.0 [EEA Jenkins - [`5eeb371`](https://github.com/eea/volto-eea-kitkat/commit/5eeb371c35a415bb8ebbe5e10ced8a106cc77262)]
|
|
94
|
+
|
|
95
|
+
#### :bug: Bug Fixes
|
|
96
|
+
|
|
97
|
+
- fix: make test [Alin V. (Claudiu) - [`b8cf5cd`](https://github.com/eea/volto-eea-kitkat/commit/b8cf5cdee05e51fdf78f0773668fa9b2a10500c8)]
|
|
98
|
+
|
|
99
|
+
#### :hammer_and_wrench: Others
|
|
100
|
+
|
|
101
|
+
- cypress: Fix columns settings [Alin Voinea - [`e357524`](https://github.com/eea/volto-eea-kitkat/commit/e35752452c199199a0b8ee08654896ade44ef7a8)]
|
|
102
|
+
- tests: Fix Sonar Qube tags - refs #297339 [Alin Voinea - [`954f70c`](https://github.com/eea/volto-eea-kitkat/commit/954f70c8d55b7cbe8cec3c494fb99dc1c222a07b)]
|
|
103
|
+
### [32.0.2](https://github.com/eea/volto-eea-kitkat/compare/32.0.1...32.0.2) - 25 February 2026
|
|
104
|
+
|
|
7
105
|
### [32.0.1](https://github.com/eea/volto-eea-kitkat/compare/32.0.0...32.0.1) - 25 February 2026
|
|
8
106
|
|
|
9
107
|
#### :rocket: Dependency updates
|
|
@@ -12,9 +110,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
12
110
|
|
|
13
111
|
#### :house: Internal changes
|
|
14
112
|
|
|
15
|
-
- chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`34db2e1`](https://github.com/eea/volto-eea-kitkat/commit/34db2e1155fbbd1733d7176778845e3f3a7f8672)]
|
|
16
113
|
- chore: package.json [Alin Voinea - [`61e1494`](https://github.com/eea/volto-eea-kitkat/commit/61e149440d135080a9381358f0713dab12b2748d)]
|
|
17
|
-
- chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`cba656b`](https://github.com/eea/volto-eea-kitkat/commit/cba656bb41fe90106fea7476199a5b5ff38ee13a)]
|
|
18
114
|
|
|
19
115
|
## [32.0.0](https://github.com/eea/volto-eea-kitkat/compare/31.0.2...32.0.0) - 19 February 2026
|
|
20
116
|
|
|
@@ -207,8 +303,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
207
303
|
|
|
208
304
|
#### :hammer_and_wrench: Others
|
|
209
305
|
|
|
210
|
-
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`7eead1c`](https://github.com/eea/volto-eea-kitkat/commit/7eead1c3b28dced525749555d95f1f8aa908a9bb)]
|
|
211
|
-
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`49c7810`](https://github.com/eea/volto-eea-kitkat/commit/49c781067cce00004c88450a4aa30b3d284d344b)]
|
|
212
306
|
### [27.1.2](https://github.com/eea/volto-eea-kitkat/compare/27.1.1...27.1.2) - 2 July 2025
|
|
213
307
|
|
|
214
308
|
#### :rocket: Dependency updates
|
|
@@ -254,7 +348,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
254
348
|
|
|
255
349
|
#### :hammer_and_wrench: Others
|
|
256
350
|
|
|
257
|
-
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`36f81f8`](https://github.com/eea/volto-eea-kitkat/commit/36f81f8ca489b64a5a2c9ae0cef476fe6d71ef16)]
|
|
258
351
|
### [26.7.0](https://github.com/eea/volto-eea-kitkat/compare/26.6.1...26.7.0) - 1 May 2025
|
|
259
352
|
|
|
260
353
|
#### :rocket: Dependency updates
|
|
@@ -313,7 +406,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
313
406
|
|
|
314
407
|
#### :hammer_and_wrench: Others
|
|
315
408
|
|
|
316
|
-
- Add Sonarqube tag using ied-frontend addons list [EEA Jenkins - [`7942941`](https://github.com/eea/volto-eea-kitkat/commit/794294157e27abbe7efe3d3a2f739e9ad0b82bf2)]
|
|
317
409
|
### [26.4.4](https://github.com/eea/volto-eea-kitkat/compare/26.4.3...26.4.4) - 10 February 2025
|
|
318
410
|
|
|
319
411
|
#### :rocket: Dependency updates
|
|
@@ -612,8 +704,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
612
704
|
|
|
613
705
|
#### :hammer_and_wrench: Others
|
|
614
706
|
|
|
615
|
-
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`d7ebd6c`](https://github.com/eea/volto-eea-kitkat/commit/d7ebd6c856ee7fcaae6047c32706071d5f24bf3c)]
|
|
616
|
-
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`5948ed3`](https://github.com/eea/volto-eea-kitkat/commit/5948ed35d981c8fe6a16c0ced56ed417ae8a6c61)]
|
|
617
707
|
## [24.0.0](https://github.com/eea/volto-eea-kitkat/compare/23.2.0...24.0.0) - 5 April 2024
|
|
618
708
|
|
|
619
709
|
#### :rocket: Dependency updates
|
|
@@ -708,7 +798,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
708
798
|
#### :hammer_and_wrench: Others
|
|
709
799
|
|
|
710
800
|
- Release 22.0.0 [alin - [`fb085a0`](https://github.com/eea/volto-eea-kitkat/commit/fb085a0e45626cd2f3f34f927e40915a494c77a3)]
|
|
711
|
-
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`d90b330`](https://github.com/eea/volto-eea-kitkat/commit/d90b330d3c721586f5f4626862b304c9cd9bf8b1)]
|
|
712
801
|
### [21.2.3](https://github.com/eea/volto-eea-kitkat/compare/21.2.2...21.2.3) - 1 February 2024
|
|
713
802
|
|
|
714
803
|
#### :rocket: Dependency updates
|
|
@@ -795,8 +884,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
795
884
|
|
|
796
885
|
#### :hammer_and_wrench: Others
|
|
797
886
|
|
|
798
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`8e4d866`](https://github.com/eea/volto-eea-kitkat/commit/8e4d86602f5b532da600ab03d77b486690ef112b)]
|
|
799
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`bc2908c`](https://github.com/eea/volto-eea-kitkat/commit/bc2908cf04b6ab596d0ddf091b09e06981c6fc2b)]
|
|
800
887
|
### [20.0.2](https://github.com/eea/volto-eea-kitkat/compare/20.0.1...20.0.2) - 15 November 2023
|
|
801
888
|
|
|
802
889
|
### [20.0.1](https://github.com/eea/volto-eea-kitkat/compare/20.0.0...20.0.1) - 13 November 2023
|
|
@@ -808,11 +895,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
808
895
|
|
|
809
896
|
#### :hammer_and_wrench: Others
|
|
810
897
|
|
|
811
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
|
|
812
|
-
- test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
|
|
813
|
-
- test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
|
|
814
|
-
- test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
|
|
815
|
-
- test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
|
|
816
898
|
## [20.0.0](https://github.com/eea/volto-eea-kitkat/compare/19.1.0...20.0.0) - 2 November 2023
|
|
817
899
|
|
|
818
900
|
#### :rocket: Dependency updates
|
|
@@ -849,7 +931,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
849
931
|
|
|
850
932
|
#### :house: Internal changes
|
|
851
933
|
|
|
852
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`068610e`](https://github.com/eea/volto-eea-kitkat/commit/068610e11366f3d9a2c49c7ed1b22c0ae4549b5d)]
|
|
853
934
|
|
|
854
935
|
#### :hammer_and_wrench: Others
|
|
855
936
|
|
|
@@ -1188,7 +1269,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1188
1269
|
#### :house: Internal changes
|
|
1189
1270
|
|
|
1190
1271
|
- chore: Revert version bump until ready for release [Alin Voinea - [`91ada51`](https://github.com/eea/volto-eea-kitkat/commit/91ada510d1f78cee615c9ffdf9307995f2b1722d)]
|
|
1191
|
-
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`a62f4ff`](https://github.com/eea/volto-eea-kitkat/commit/a62f4ffee3796fa3558628fe1d63a9a263ae6bd2)]
|
|
1192
1272
|
|
|
1193
1273
|
#### :hammer_and_wrench: Others
|
|
1194
1274
|
|
|
@@ -1305,7 +1385,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1305
1385
|
|
|
1306
1386
|
#### :hammer_and_wrench: Others
|
|
1307
1387
|
|
|
1308
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`8ec6014`](https://github.com/eea/volto-eea-kitkat/commit/8ec6014398b1b266b4f0173b92539245a385ee1a)]
|
|
1309
1388
|
- refactor code as per sonarqube issues [tedw87 - [`6aab22a`](https://github.com/eea/volto-eea-kitkat/commit/6aab22a3ddf038bdce2272be8733b9afd9562720)]
|
|
1310
1389
|
## [14.0.0](https://github.com/eea/volto-eea-kitkat/compare/13.0.0...14.0.0) - 24 March 2023
|
|
1311
1390
|
|
|
@@ -1339,7 +1418,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1339
1418
|
|
|
1340
1419
|
- Release 12.1.0 [Alin Voinea - [`f98ddf7`](https://github.com/eea/volto-eea-kitkat/commit/f98ddf78b0818591f95e027d612257f78fcbba99)]
|
|
1341
1420
|
- test(Jenkins): Use latest stable Volto for testing [Alin Voinea - [`49938ca`](https://github.com/eea/volto-eea-kitkat/commit/49938ca373ee9f6384932fa39b957361db3b84a7)]
|
|
1342
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`877d026`](https://github.com/eea/volto-eea-kitkat/commit/877d026f7a98bed9aac7f0117cace1e28963ccf1)]
|
|
1343
1421
|
### [12.0.3](https://github.com/eea/volto-eea-kitkat/compare/12.0.2...12.0.3) - 1 March 2023
|
|
1344
1422
|
|
|
1345
1423
|
### [12.0.2](https://github.com/eea/volto-eea-kitkat/compare/12.0.1...12.0.2) - 1 March 2023
|
|
@@ -1434,7 +1512,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1434
1512
|
|
|
1435
1513
|
#### :hammer_and_wrench: Others
|
|
1436
1514
|
|
|
1437
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`78dcc6c`](https://github.com/eea/volto-eea-kitkat/commit/78dcc6c91c3070988f8eab4f40906948b2f24b04)]
|
|
1438
1515
|
### [10.4.0](https://github.com/eea/volto-eea-kitkat/compare/10.3.0...10.4.0) - 28 December 2022
|
|
1439
1516
|
|
|
1440
1517
|
#### :rocket: Dependency updates
|
|
@@ -1447,7 +1524,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1447
1524
|
#### :hammer_and_wrench: Others
|
|
1448
1525
|
|
|
1449
1526
|
- Release 10.4.0 [Alin Voinea - [`9f580b7`](https://github.com/eea/volto-eea-kitkat/commit/9f580b75c7349f824bf537a9f14c2da1c505a105)]
|
|
1450
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`fd9cc58`](https://github.com/eea/volto-eea-kitkat/commit/fd9cc589f17e2eb73bf42f88645688824f97eb9e)]
|
|
1451
1527
|
### [10.3.0](https://github.com/eea/volto-eea-kitkat/compare/10.2.0...10.3.0) - 16 December 2022
|
|
1452
1528
|
|
|
1453
1529
|
#### :rocket: Dependency updates
|
|
@@ -1459,7 +1535,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1459
1535
|
#### :hammer_and_wrench: Others
|
|
1460
1536
|
|
|
1461
1537
|
- Release 10.3.0 [Alin Voinea - [`4f9945a`](https://github.com/eea/volto-eea-kitkat/commit/4f9945a0fd1a981a7f4b43c56293040dba0dd09d)]
|
|
1462
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`92644a9`](https://github.com/eea/volto-eea-kitkat/commit/92644a95981feb5fc97931d549a078d5bb190839)]
|
|
1463
1538
|
### [10.2.0](https://github.com/eea/volto-eea-kitkat/compare/10.1.1...10.2.0) - 29 November 2022
|
|
1464
1539
|
|
|
1465
1540
|
#### :rocket: Dependency updates
|
|
@@ -1490,7 +1565,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1490
1565
|
|
|
1491
1566
|
- Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
|
|
1492
1567
|
- Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
|
|
1493
|
-
- Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins - [`c53b32f`](https://github.com/eea/volto-eea-kitkat/commit/c53b32fe433942500365fc7384c36db46eb9e87e)]
|
|
1494
1568
|
## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
1495
1569
|
|
|
1496
1570
|
#### :rocket: New Features
|
|
@@ -1601,7 +1675,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1601
1675
|
|
|
1602
1676
|
#### :hammer_and_wrench: Others
|
|
1603
1677
|
|
|
1604
|
-
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
|
1605
1678
|
### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
|
|
1606
1679
|
|
|
1607
1680
|
### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
|
|
@@ -1619,7 +1692,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1619
1692
|
#### :hammer_and_wrench: Others
|
|
1620
1693
|
|
|
1621
1694
|
- Release 8.2.0 [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
|
|
1622
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b88dbd1`](https://github.com/eea/volto-eea-kitkat/commit/b88dbd11c7dc85a57b22b98a7a71c33bb827cd34)]
|
|
1623
1695
|
### [8.1.0](https://github.com/eea/volto-eea-kitkat/compare/8.0.0...8.1.0) - 22 September 2022
|
|
1624
1696
|
|
|
1625
1697
|
#### :rocket: Dependency updates
|
|
@@ -1651,12 +1723,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1651
1723
|
#### :hammer_and_wrench: Others
|
|
1652
1724
|
|
|
1653
1725
|
- Merge pull request #66 from eea/develop [Nilesh - [`f7d1d2f`](https://github.com/eea/volto-eea-kitkat/commit/f7d1d2f0e209a6650d134a7657ded482bc87b3d5)]
|
|
1654
|
-
- [jenkins] fix coverage report name [valentinab25 - [`d3d29e4`](https://github.com/eea/volto-eea-kitkat/commit/d3d29e49bb323f82d1ef2d2d9e8674c8c9455386)]
|
|
1655
1726
|
### [7.1.1](https://github.com/eea/volto-eea-kitkat/compare/7.1.0...7.1.1) - 5 September 2022
|
|
1656
1727
|
|
|
1657
1728
|
#### :hammer_and_wrench: Others
|
|
1658
1729
|
|
|
1659
|
-
- [jenkins] fix coverage report name [valentinab25 - [`b03633d`](https://github.com/eea/volto-eea-kitkat/commit/b03633d92c50ae921cf902b88d6321d347aac3d2)]
|
|
1660
1730
|
### [7.1.0](https://github.com/eea/volto-eea-kitkat/compare/7.0.0...7.1.0) - 29 August 2022
|
|
1661
1731
|
|
|
1662
1732
|
## [7.0.0](https://github.com/eea/volto-eea-kitkat/compare/6.2.3...7.0.0) - 26 August 2022
|
|
@@ -1729,7 +1799,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1729
1799
|
|
|
1730
1800
|
#### :hammer_and_wrench: Others
|
|
1731
1801
|
|
|
1732
|
-
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`88e838b`](https://github.com/eea/volto-eea-kitkat/commit/88e838bdf224f8f30a48822dc0b457f3eba8c837)]
|
|
1733
1802
|
- update volto-widget-dataprovenance readme badges [Nilesh - [`5009c47`](https://github.com/eea/volto-eea-kitkat/commit/5009c47097c70ba102e41cba2870d6aad37221d3)]
|
|
1734
1803
|
- Revert "Trying to fix cypress" [Alin Voinea - [`0c1eeb2`](https://github.com/eea/volto-eea-kitkat/commit/0c1eeb2fada6e204fed19140407f642ffde5e07f)]
|
|
1735
1804
|
- Trying to fix cypress [Alin Voinea - [`61c3a51`](https://github.com/eea/volto-eea-kitkat/commit/61c3a5105608e3015c59c5d74e5d2afcc86f434f)]
|
|
@@ -1852,7 +1921,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1852
1921
|
|
|
1853
1922
|
#### :hammer_and_wrench: Others
|
|
1854
1923
|
|
|
1855
|
-
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`23f80c1`](https://github.com/eea/volto-eea-kitkat/commit/23f80c1a3d3fd77ad8be5fdf6ef3354d61ef2849)]
|
|
1856
1924
|
- Update README.md [Alexandru Ghica - [`69f379b`](https://github.com/eea/volto-eea-kitkat/commit/69f379bb4effb22be2e78eda6599c822202acfd3)]
|
|
1857
1925
|
### [5.2.6](https://github.com/eea/volto-eea-kitkat/compare/5.2.5...5.2.6) - 16 March 2022
|
|
1858
1926
|
|
|
@@ -1871,7 +1939,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1871
1939
|
|
|
1872
1940
|
#### :hammer_and_wrench: Others
|
|
1873
1941
|
|
|
1874
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`340e29a`](https://github.com/eea/volto-eea-kitkat/commit/340e29aba1802068591da23490562db0dd6a9a01)]
|
|
1875
1942
|
### [5.2.4](https://github.com/eea/volto-eea-kitkat/compare/5.2.3...5.2.4) - 4 March 2022
|
|
1876
1943
|
|
|
1877
1944
|
### [5.2.3](https://github.com/eea/volto-eea-kitkat/compare/5.2.2...5.2.3) - 4 March 2022
|
|
@@ -2037,7 +2104,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2037
2104
|
|
|
2038
2105
|
#### :hammer_and_wrench: Others
|
|
2039
2106
|
|
|
2040
|
-
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`106efb6`](https://github.com/eea/volto-eea-kitkat/commit/106efb623afd9142b4d3cea2225f7b197608a5b6)]
|
|
2041
2107
|
- Add SonarQube badges [Alin Voinea - [`c9ab6ef`](https://github.com/eea/volto-eea-kitkat/commit/c9ab6efe9c303775751856ffec72923169a7c2ac)]
|
|
2042
2108
|
### [4.1.7](https://github.com/eea/volto-eea-kitkat/compare/4.1.6...4.1.7) - 24 November 2021
|
|
2043
2109
|
|
|
@@ -2091,7 +2157,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2091
2157
|
- Disable cypress [Alin Voinea - [`a406e2d`](https://github.com/eea/volto-eea-kitkat/commit/a406e2dc4be788f924642d43d82c677577a6877a)]
|
|
2092
2158
|
- Roll-back volto-slate to 4.2.1 [Alin Voinea - [`ab6ae97`](https://github.com/eea/volto-eea-kitkat/commit/ab6ae97366c1b75b73d77636f5ab937401b9f8f7)]
|
|
2093
2159
|
- Add dependencies resolutions [Alin Voinea - [`7ade630`](https://github.com/eea/volto-eea-kitkat/commit/7ade6305c9c9dfc5c2e332c50676d5f75ffe4c9f)]
|
|
2094
|
-
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`a77e812`](https://github.com/eea/volto-eea-kitkat/commit/a77e812cd7aa74bc1d94cc5a44144f05b6d99264)]
|
|
2095
2160
|
### [4.1.2](https://github.com/eea/volto-eea-kitkat/compare/4.1.1...4.1.2) - 4 November 2021
|
|
2096
2161
|
|
|
2097
2162
|
#### :rocket: Dependency updates
|
|
@@ -2109,9 +2174,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2109
2174
|
- Release volto-slate 4.2.1 [Alin Voinea - [`3c26754`](https://github.com/eea/volto-eea-kitkat/commit/3c26754a1ead420dfb675c7453cec6d723566a85)]
|
|
2110
2175
|
- Release stable volto-slate 4.2.0 [Alin Voinea - [`591bcba`](https://github.com/eea/volto-eea-kitkat/commit/591bcbafa174a6cf20f45b622b2c1407df24c288)]
|
|
2111
2176
|
- Revert "Release volto-slate@4.1.0" [Alin Voinea - [`6c22eb3`](https://github.com/eea/volto-eea-kitkat/commit/6c22eb35c65f8ee7470f6dac18fe88ad73bdef3e)]
|
|
2112
|
-
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`981c570`](https://github.com/eea/volto-eea-kitkat/commit/981c570138a1b0890080a111b862759049216995)]
|
|
2113
|
-
- Revert "[JENKINS] - skip cypress" [Alin Voinea - [`c24997c`](https://github.com/eea/volto-eea-kitkat/commit/c24997cd7a293c4021ac7a8bc43212bae4cfecbc)]
|
|
2114
|
-
- Revert "[JENKINS] - Skip cypress report to sonar" [Alin Voinea - [`0cb9887`](https://github.com/eea/volto-eea-kitkat/commit/0cb9887381e5469466bb1ac3516af0d1d572fc19)]
|
|
2115
2177
|
### [4.1.0](https://github.com/eea/volto-eea-kitkat/compare/4.0.2...4.1.0) - 14 October 2021
|
|
2116
2178
|
|
|
2117
2179
|
#### :rocket: Dependency updates
|
|
@@ -2141,7 +2203,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2141
2203
|
|
|
2142
2204
|
#### :hammer_and_wrench: Others
|
|
2143
2205
|
|
|
2144
|
-
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`e3f00fb`](https://github.com/eea/volto-eea-kitkat/commit/e3f00fb23202e8ba20c8dbb961a3f54f86b42bb9)]
|
|
2145
2206
|
- Add cypress integration tests [Alin Voinea - [`b49a070`](https://github.com/eea/volto-eea-kitkat/commit/b49a070bdbe2dcd04a31f96ade6d6f06fea94e7b)]
|
|
2146
2207
|
## [4.0.0](https://github.com/eea/volto-eea-kitkat/compare/3.0.2...4.0.0) - 29 September 2021
|
|
2147
2208
|
|
|
@@ -2154,10 +2215,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2154
2215
|
|
|
2155
2216
|
- Rename volto-satging-banner to volto-banner 1.0.0 [Alin Voinea - [`eefc06b`](https://github.com/eea/volto-eea-kitkat/commit/eefc06b186efef1a9627bde3e65656d7be074de6)]
|
|
2156
2217
|
- Add staging-banner to Readme [Alin Voinea - [`cbca78f`](https://github.com/eea/volto-eea-kitkat/commit/cbca78f9b4f76c57dbecd131452925fe7fbe24b4)]
|
|
2157
|
-
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`485a0ba`](https://github.com/eea/volto-eea-kitkat/commit/485a0ba3c16521eba77b092fbae04671acbd3a4d)]
|
|
2158
2218
|
- Revert "Automated release volto-slate@4.0.1" [Alin Voinea - [`447abb0`](https://github.com/eea/volto-eea-kitkat/commit/447abb0791616463d5c7fa4ee562ddd1c7984275)]
|
|
2159
2219
|
- Remove not needed tableButton volto-slate profile [Alin Voinea - [`f8a832e`](https://github.com/eea/volto-eea-kitkat/commit/f8a832ed5702ef656c520b842307ce262a110c9b)]
|
|
2160
|
-
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`af37bcf`](https://github.com/eea/volto-eea-kitkat/commit/af37bcfc75a6868484665ba4710867f61cb7eb39)]
|
|
2161
2220
|
### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2) - 21 September 2021
|
|
2162
2221
|
|
|
2163
2222
|
### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1) - 21 September 2021
|
|
@@ -2170,7 +2229,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2170
2229
|
#### :hammer_and_wrench: Others
|
|
2171
2230
|
|
|
2172
2231
|
- Update to version 3.0.0 [Alexandru Ghica - [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)]
|
|
2173
|
-
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`b700b5a`](https://github.com/eea/volto-eea-kitkat/commit/b700b5a985714197e89e656927586367d63b90a7)]
|
|
2174
2232
|
### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2) - 10 September 2021
|
|
2175
2233
|
|
|
2176
2234
|
#### :hammer_and_wrench: Others
|
|
@@ -2202,5 +2260,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2202
2260
|
|
|
2203
2261
|
#### :hammer_and_wrench: Others
|
|
2204
2262
|
|
|
2205
|
-
- yarn bootstrap [Alin Voinea - [`180a877`](https://github.com/eea/volto-eea-kitkat/commit/180a877a89301183ce7492933965161e21e2509b)]
|
|
2206
2263
|
- Initial commit [Alin Voinea - [`0451abf`](https://github.com/eea/volto-eea-kitkat/commit/0451abfbaad75a437b9e6ec0df56b924c8d1637f)]
|