@eeacms/volto-cca-policy 1.0.10 → 1.0.11
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/CHANGELOG.md +60 -1
- package/package.json +1 -1
- package/src/constants.js +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,8 @@ 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
|
+
### [1.0.11](https://github.com/eea/volto-cca-policy/compare/1.0.10...1.0.11) - 21 August 2026
|
|
8
|
+
|
|
7
9
|
### [1.0.10](https://github.com/eea/volto-cca-policy/compare/1.0.9...1.0.10) - 19 August 2026
|
|
8
10
|
|
|
9
11
|
#### :rocket: New Features
|
|
@@ -281,12 +283,57 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
281
283
|
|
|
282
284
|
#### :house: Internal changes
|
|
283
285
|
|
|
286
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
284
287
|
|
|
285
288
|
#### :hammer_and_wrench: Others
|
|
286
289
|
|
|
287
290
|
- test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
|
|
288
|
-
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.
|
|
291
|
+
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.23...1.0.0) - 12 June 2026
|
|
292
|
+
|
|
293
|
+
### [1.0.0-alpha.23](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.22...1.0.0-alpha.23) - 19 August 2026
|
|
294
|
+
|
|
295
|
+
### [1.0.0-alpha.22](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.21...1.0.0-alpha.22) - 19 August 2026
|
|
296
|
+
|
|
297
|
+
#### :rocket: New Features
|
|
298
|
+
|
|
299
|
+
- feat: add FieldValueList component and update CompareToolsView for better display of adaptation steps and sectors [kreafox - [`0b3cd95`](https://github.com/eea/volto-cca-policy/commit/0b3cd951ec38982d50a10fc76932bf46788a5c96)]
|
|
300
|
+
- feat: improve ExtendedToolView and RelatedTools with improved layout and additional tags [kreafox - [`5d0b971`](https://github.com/eea/volto-cca-policy/commit/5d0b971e6777725b6007ed888e8226d962292999)]
|
|
301
|
+
- feat: add related tools section to ExtendedToolView [kreafox - [`b60b794`](https://github.com/eea/volto-cca-policy/commit/b60b794f7b69174a8b6cc690da1734dab062a214)]
|
|
302
|
+
- feat: update ExtendedToolView with tool usage and spatial resolution details [kreafox - [`0fcb769`](https://github.com/eea/volto-cca-policy/commit/0fcb769b1f9e00c809463a1eccb9c260b40cb0ab)]
|
|
303
|
+
- feat: update ExtendedToolView [kreafox - [`ac4b0a0`](https://github.com/eea/volto-cca-policy/commit/ac4b0a06cdb00d506b93a0a2613415850f69f590)]
|
|
304
|
+
- feat: add ExtendedToolGeographicMetadata [kreafox - [`60cb434`](https://github.com/eea/volto-cca-policy/commit/60cb4345a7ba74a3061df877593155aadadb7dc3)]
|
|
305
|
+
- feat: improve LinkedMetadataItemList and MetadataItemList components to support inline and list rendering [kreafox - [`845164a`](https://github.com/eea/volto-cca-policy/commit/845164aefb7ae94ba59befbaa4482aa6a025b3c1)]
|
|
306
|
+
- feat: improve MetadataItemList to support list rendering and add GeographicMetadata to ExtendedToolView [kreafox - [`0909eb3`](https://github.com/eea/volto-cca-policy/commit/0909eb3e53bd4f8058f66dcd1d9a717be6c40b24)]
|
|
307
|
+
- feat: update metadata section [kreafox - [`666c84f`](https://github.com/eea/volto-cca-policy/commit/666c84fcc0de41b80d5d019fa6ab6ebdfed07a62)]
|
|
308
|
+
- feat: add climate impacts and sectors metadata to ExtendedToolView and update tests [kreafox - [`09226a4`](https://github.com/eea/volto-cca-policy/commit/09226a43fc60e337f1111b1750aa7469c22d4074)]
|
|
309
|
+
- feat: add share functionality to ExtendedToolView [kreafox - [`cbd015f`](https://github.com/eea/volto-cca-policy/commit/cbd015f7d467594391a448e546a980a93d371473)]
|
|
310
|
+
- feat: enhance ExtendedToolView layout and styles [kreafox - [`ec4d7a6`](https://github.com/eea/volto-cca-policy/commit/ec4d7a6841e2b19605a153eedd9dde69064865c5)]
|
|
311
|
+
|
|
312
|
+
#### :bug: Bug Fixes
|
|
289
313
|
|
|
314
|
+
- fix: update heading from 'Climate impacts' to 'Climate hazards' in ExtendedToolView tests [kreafox - [`affee3f`](https://github.com/eea/volto-cca-policy/commit/affee3fc5afe303a6c69a743605f9fc5f44b53ed)]
|
|
315
|
+
- fix: improve language handling and refactor hyperlink section in ExtendedToolView [kreafox - [`aefc8c5`](https://github.com/eea/volto-cca-policy/commit/aefc8c58298523a22a23b9b8ff6359053c5e49fb)]
|
|
316
|
+
- fix(tool): update related tools and adjust styles [kreafox - [`04f89ff`](https://github.com/eea/volto-cca-policy/commit/04f89ff38abfe50a6c5ae21e71f884c58f4db787)]
|
|
317
|
+
- fix(test): remove unused ItemLogo mock [kreafox - [`8593036`](https://github.com/eea/volto-cca-policy/commit/85930369fea097c53092727faef30749e628eee3)]
|
|
318
|
+
- fix(styles): update background colors to use secondaryColor [kreafox - [`d333b75`](https://github.com/eea/volto-cca-policy/commit/d333b753b6b1821e9fd3b4f6191028b91c356cd3)]
|
|
319
|
+
- fix(search): update colors & style [kreafox - [`06e3a27`](https://github.com/eea/volto-cca-policy/commit/06e3a273a8b978d35f8a64bab533427909c88c69)]
|
|
320
|
+
- fix: add labelPosition to ExternalLink [kreafox - [`ef93ef2`](https://github.com/eea/volto-cca-policy/commit/ef93ef208744e19d3cba0828294df76a2bfc1b3b)]
|
|
321
|
+
|
|
322
|
+
#### :nail_care: Enhancements
|
|
323
|
+
|
|
324
|
+
- change: functionality to dots in compare page [kreafox - [`047aabf`](https://github.com/eea/volto-cca-policy/commit/047aabf61d3152b94cfb4ccfcedfbfcf21483987)]
|
|
325
|
+
- change: move user groups in metadata section [kreafox - [`95f33b8`](https://github.com/eea/volto-cca-policy/commit/95f33b8e4040e69cb435aa550bc446f3174575f0)]
|
|
326
|
+
- refactor: rename climate impacts to climate hazards and update related messages [kreafox - [`921da15`](https://github.com/eea/volto-cca-policy/commit/921da159ec96a8d633aa3b8617382ef761259df8)]
|
|
327
|
+
- refactor(test): clean up ExtendedToolView tests [kreafox - [`fbe7978`](https://github.com/eea/volto-cca-policy/commit/fbe797823e297fd92467c6d4f250d0647e48f9e6)]
|
|
328
|
+
- refactor: clean up ExtendedToolView component and tests, remove unused fields and mocks [kreafox - [`7ee545f`](https://github.com/eea/volto-cca-policy/commit/7ee545f2361ebc877917e5911c37d5d2ed6a5dda)]
|
|
329
|
+
- refactor: code cleanup in ExtendedToolView [kreafox - [`8b89379`](https://github.com/eea/volto-cca-policy/commit/8b89379c20976abe5aa7060ad12a8a684ea972dc)]
|
|
330
|
+
- refactor: adjust theme variables [kreafox - [`cbe7df4`](https://github.com/eea/volto-cca-policy/commit/cbe7df4d08a76f652d012acd1ae8983a32dd8fcf)]
|
|
331
|
+
|
|
332
|
+
#### :hammer_and_wrench: Others
|
|
333
|
+
|
|
334
|
+
- Refs #307245 - Add test for visualizations. [GhitaB - [`15d7a0b`](https://github.com/eea/volto-cca-policy/commit/15d7a0bc514e6ac09bbec19303e42ceb120647dc)]
|
|
335
|
+
- core(i18n): update locales [kreafox - [`e81e7ce`](https://github.com/eea/volto-cca-policy/commit/e81e7ce14f6dff4d0a8969e465cb0685d844aed5)]
|
|
336
|
+
- test: update heading in ExtendedToolView tests [kreafox - [`7a3a854`](https://github.com/eea/volto-cca-policy/commit/7a3a85435050bafe164feaa6e8f0e09b3e20fd25)]
|
|
290
337
|
### [1.0.0-alpha.21](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.20...1.0.0-alpha.21) - 18 August 2026
|
|
291
338
|
|
|
292
339
|
#### :hammer_and_wrench: Others
|
|
@@ -544,6 +591,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
544
591
|
|
|
545
592
|
#### :house: Internal changes
|
|
546
593
|
|
|
594
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
547
595
|
|
|
548
596
|
#### :hammer_and_wrench: Others
|
|
549
597
|
|
|
@@ -1080,6 +1128,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1080
1128
|
|
|
1081
1129
|
#### :house: Internal changes
|
|
1082
1130
|
|
|
1131
|
+
- chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
|
|
1083
1132
|
|
|
1084
1133
|
### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
|
|
1085
1134
|
|
|
@@ -1089,6 +1138,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1089
1138
|
|
|
1090
1139
|
#### :house: Internal changes
|
|
1091
1140
|
|
|
1141
|
+
- chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
|
|
1092
1142
|
|
|
1093
1143
|
### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
|
|
1094
1144
|
|
|
@@ -1376,6 +1426,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1376
1426
|
- style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
|
|
1377
1427
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
1378
1428
|
- style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
|
|
1429
|
+
- chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
|
|
1379
1430
|
- chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
|
|
1380
1431
|
- chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
|
|
1381
1432
|
- chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
|
|
@@ -4138,10 +4189,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4138
4189
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
4139
4190
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
4140
4191
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
4192
|
+
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
4193
|
+
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
4141
4194
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
4142
4195
|
|
|
4143
4196
|
#### :house: Internal changes
|
|
4144
4197
|
|
|
4198
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
4145
4199
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
4146
4200
|
|
|
4147
4201
|
#### :hammer_and_wrench: Others
|
|
@@ -4158,6 +4212,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4158
4212
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
4159
4213
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
4160
4214
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
4215
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
4216
|
+
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
4217
|
+
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
4161
4218
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
4162
4219
|
- Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
|
|
4163
4220
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -4374,6 +4431,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4374
4431
|
|
|
4375
4432
|
#### :house: Internal changes
|
|
4376
4433
|
|
|
4434
|
+
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
4377
4435
|
|
|
4378
4436
|
#### :hammer_and_wrench: Others
|
|
4379
4437
|
|
|
@@ -4854,6 +4912,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4854
4912
|
#### :hammer_and_wrench: Others
|
|
4855
4913
|
|
|
4856
4914
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
4915
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
4857
4916
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
4858
4917
|
|
|
4859
4918
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -55,6 +55,10 @@ export const DOWNLOAD_FIELDS = [
|
|
|
55
55
|
{ field: 'cca_sub_nationals', name: 'Sub national regions' },
|
|
56
56
|
{ field: 'cca_city', name: 'City' },
|
|
57
57
|
{ field: 'cca_adaptation_elements', name: 'Adaptation Approaches' },
|
|
58
|
+
{
|
|
59
|
+
field: 'cca_adaptation_options',
|
|
60
|
+
name: 'Adaptation options used in this case',
|
|
61
|
+
},
|
|
58
62
|
{ field: 'cca_funding_programme', name: 'Funding programme' },
|
|
59
63
|
{ field: 'cca_key_type_measure', name: 'Key type measure' },
|
|
60
64
|
{ field: 'cca_geographic_countries', name: 'Countries' },
|