@eeacms/volto-cca-policy 0.2.23 → 0.2.25

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/locales/bg/LC_MESSAGES/volto.po +3461 -0
  3. package/locales/cs/LC_MESSAGES/volto.po +3428 -0
  4. package/locales/de/LC_MESSAGES/volto.po +251 -846
  5. package/locales/eea.climateadapt.frontpage.pot +0 -505
  6. package/locales/eea.climateadapt.observatory.frontpage.pot +0 -136
  7. package/locales/eea.climateadapt.pot +0 -112
  8. package/locales/en/LC_MESSAGES/volto.po +253 -848
  9. package/locales/es/LC_MESSAGES/volto.po +251 -846
  10. package/locales/et/LC_MESSAGES/volto.po +3421 -0
  11. package/locales/fi/LC_MESSAGES/volto.po +3445 -0
  12. package/locales/fr/LC_MESSAGES/volto.po +251 -846
  13. package/locales/ga/LC_MESSAGES/volto.po +3467 -0
  14. package/locales/hr/LC_MESSAGES/volto.po +3425 -0
  15. package/locales/hu/LC_MESSAGES/volto.po +3472 -0
  16. package/locales/it/LC_MESSAGES/volto.po +251 -846
  17. package/locales/lt/LC_MESSAGES/volto.po +3433 -0
  18. package/locales/nl/LC_MESSAGES/volto.po +3460 -0
  19. package/locales/pl/LC_MESSAGES/volto.po +251 -846
  20. package/locales/pt/LC_MESSAGES/volto.po +3447 -0
  21. package/locales/ro/LC_MESSAGES/volto.po +1119 -1545
  22. package/locales/sl/LC_MESSAGES/volto.po +3438 -0
  23. package/locales/tmx/Readme.md +24 -0
  24. package/locales/tmx/data/volto_BG.tmx +7091 -0
  25. package/locales/tmx/data/volto_CS.tmx +7091 -0
  26. package/locales/tmx/data/volto_ET.tmx +7091 -0
  27. package/locales/tmx/data/volto_FI.tmx +7091 -0
  28. package/locales/tmx/data/volto_GA.tmx +7091 -0
  29. package/locales/tmx/data/volto_HR.tmx +7091 -0
  30. package/locales/tmx/data/volto_HU.tmx +7091 -0
  31. package/locales/tmx/data/volto_LT.tmx +7091 -0
  32. package/locales/tmx/data/volto_NL.tmx +7091 -0
  33. package/locales/tmx/data/volto_PT.tmx +7091 -0
  34. package/locales/tmx/data/volto_RO.tmx +7091 -0
  35. package/locales/tmx/data/volto_SL.tmx +7091 -0
  36. package/locales/tmx/run.py +61 -0
  37. package/locales/volto.pot +75 -1
  38. package/package.json +2 -2
  39. package/src/components/manage/Blocks/ContentLinks/ContentLinksView.jsx +25 -8
  40. package/src/components/manage/Blocks/ContentLinks/ContentLinksView.test.jsx +20 -1
  41. package/src/components/manage/Blocks/ContentLinks/DropdownListView.jsx +48 -0
  42. package/src/components/manage/Blocks/ContentLinks/index.js +14 -0
  43. package/src/components/manage/Blocks/ContentLinks/style.less +18 -0
  44. package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +3 -3
  45. package/src/components/manage/Blocks/CountryMapProfile/styles.less +15 -1
  46. package/src/components/manage/Blocks/Listing/DropdownListingView.jsx +49 -0
  47. package/src/components/manage/Blocks/Listing/index.js +15 -0
  48. package/src/components/manage/Blocks/Listing/styles.less +18 -0
  49. package/src/components/manage/Blocks/RelevantAceContent/RelevantAceContentView.jsx +19 -39
  50. package/src/components/manage/Blocks/SearchAceContent/SearchAceContentView.jsx +1 -1
  51. package/src/components/theme/ShareInfoButton/ShareInfoButton.jsx +1 -1
  52. package/src/components/theme/Views/C3SIndicatorView.jsx +2 -2
  53. package/src/components/theme/Views/CaseStudyView.jsx +1 -1
  54. package/src/search/index.js +12 -16
  55. package/src/search/mission_funding/config-funding.js +44 -0
  56. package/src/search/mission_funding/facets-funding.js +39 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,43 @@ 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
+ ### [0.2.25](https://github.com/eea/volto-cca-policy/compare/0.2.24...0.2.25) - 16 May 2024
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: facets order [kreafox - [`32b55a1`](https://github.com/eea/volto-cca-policy/commit/32b55a1f6db776d5ae6eef08eafa6daf463db34c)]
12
+ - fix: countries order in funding search [kreafox - [`51139f6`](https://github.com/eea/volto-cca-policy/commit/51139f63e56bfc332b29034bca6167e3f9460edb)]
13
+ - fix: warning messages [kreafox - [`e3e41a4`](https://github.com/eea/volto-cca-policy/commit/e3e41a42e491a4d1c0ebfcf60960254a01194e00)]
14
+
15
+ #### :hammer_and_wrench: Others
16
+
17
+ - test: update snapshots [kreafox - [`fcc582e`](https://github.com/eea/volto-cca-policy/commit/fcc582e6579e647e61c303cf6173045c0e13cc40)]
18
+ ### [0.2.24](https://github.com/eea/volto-cca-policy/compare/0.2.23...0.2.24) - 15 May 2024
19
+
20
+ #### :rocket: New Features
21
+
22
+ - feat(block): add placeholder_text [kreafox - [`d0205c9`](https://github.com/eea/volto-cca-policy/commit/d0205c9b866aaf2738ca71553e7fb688a0dbeb41)]
23
+ - feat: add dropdown variation for ContentLinks block [kreafox - [`3be2c98`](https://github.com/eea/volto-cca-policy/commit/3be2c986b4915469f6ef0ad79151b1929ded5c1c)]
24
+ - feat: add dropdown variation for listing [kreafox - [`9448119`](https://github.com/eea/volto-cca-policy/commit/94481197acfce37a46e618449dec085596c59365)]
25
+
26
+ #### :bug: Bug Fixes
27
+
28
+ - fix: update test [kreafox - [`83dc46c`](https://github.com/eea/volto-cca-policy/commit/83dc46c81b002f8c95f7ffc833657dce476b15b7)]
29
+ - fix: improve country profile map on mobile [kreafox - [`36c7b99`](https://github.com/eea/volto-cca-policy/commit/36c7b9986cd6384a1c2a2c5801d6d4684b0b5478)]
30
+
31
+ #### :house: Internal changes
32
+
33
+ - style: Automated code fix [eea-jenkins - [`4e18bcf`](https://github.com/eea/volto-cca-policy/commit/4e18bcfdf727396cf66543adfae3dc2d1173cdc9)]
34
+
35
+ #### :hammer_and_wrench: Others
36
+
37
+ - Tweak mission funding search [Tiberiu Ichim - [`878bcef`](https://github.com/eea/volto-cca-policy/commit/878bcef4cf3de75e9751f013d191f87a5e76af43)]
38
+ - Simplify code in RelevantAceContentView [Tiberiu Ichim - [`eed22c2`](https://github.com/eea/volto-cca-policy/commit/eed22c28f73b1608b8b3b953eb9cb6181e01c5be)]
39
+ - Update @eeacms/volto-block-style version [kreafox - [`3b7a5f9`](https://github.com/eea/volto-cca-policy/commit/3b7a5f9d70c9445cbd6adc50e36fe69570185ecb)]
40
+ - Add mission_funding stub configuration [Tiberiu Ichim - [`61c89e3`](https://github.com/eea/volto-cca-policy/commit/61c89e302ea65579453f7c7b59d2b3abcb545f9b)]
41
+ - Refs #269829 - translation script [Tripon Eugen - [`6c2534d`](https://github.com/eea/volto-cca-policy/commit/6c2534d8f904177f4790c5b6cabd26847caa0082)]
42
+ - Refs #269829 - update pot and po files [Tripon Eugen - [`f404882`](https://github.com/eea/volto-cca-policy/commit/f404882524a754e5c5f3cdf7b6c80f71d1d2869a)]
43
+ - Refs #269829 - remove theme/climateadaptv2 [Tripon Eugen - [`23cd523`](https://github.com/eea/volto-cca-policy/commit/23cd523c35ba55679086513d3352a85f2a152076)]
7
44
  ### [0.2.23](https://github.com/eea/volto-cca-policy/compare/0.2.22...0.2.23) - 14 May 2024
8
45
 
9
46
  #### :bug: Bug Fixes
@@ -1153,10 +1190,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1153
1190
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
1154
1191
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
1155
1192
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
1193
+ - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
1194
+ - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
1156
1195
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
1157
1196
 
1158
1197
  #### :house: Internal changes
1159
1198
 
1199
+ - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
1160
1200
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
1161
1201
 
1162
1202
  #### :hammer_and_wrench: Others
@@ -1173,6 +1213,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1173
1213
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
1174
1214
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
1175
1215
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
1216
+ - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
1217
+ - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
1218
+ - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
1176
1219
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
1177
1220
  - 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)]
1178
1221
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -1389,6 +1432,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1389
1432
 
1390
1433
  #### :house: Internal changes
1391
1434
 
1435
+ - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
1392
1436
 
1393
1437
  #### :hammer_and_wrench: Others
1394
1438
 
@@ -1869,6 +1913,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1869
1913
  #### :hammer_and_wrench: Others
1870
1914
 
1871
1915
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
1916
+ - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
1872
1917
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
1873
1918
 
1874
1919
  #### :hammer_and_wrench: Others