@eeacms/volto-cca-policy 1.0.3 → 1.0.4

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 (49) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/locales/bg/LC_MESSAGES/volto.po +576 -0
  3. package/locales/cs/LC_MESSAGES/volto.po +576 -0
  4. package/locales/da/LC_MESSAGES/volto.po +576 -0
  5. package/locales/de/LC_MESSAGES/volto.po +576 -0
  6. package/locales/el/LC_MESSAGES/volto.po +576 -0
  7. package/locales/en/LC_MESSAGES/volto.po +576 -0
  8. package/locales/es/LC_MESSAGES/volto.po +576 -0
  9. package/locales/et/LC_MESSAGES/volto.po +576 -0
  10. package/locales/fi/LC_MESSAGES/volto.po +576 -0
  11. package/locales/fr/LC_MESSAGES/volto.po +576 -0
  12. package/locales/ga/LC_MESSAGES/volto.po +576 -0
  13. package/locales/hr/LC_MESSAGES/volto.po +576 -0
  14. package/locales/hu/LC_MESSAGES/volto.po +576 -0
  15. package/locales/is/LC_MESSAGES/volto.po +576 -0
  16. package/locales/it/LC_MESSAGES/volto.po +576 -0
  17. package/locales/lt/LC_MESSAGES/volto.po +576 -0
  18. package/locales/lv/LC_MESSAGES/volto.po +576 -0
  19. package/locales/mt/LC_MESSAGES/volto.po +576 -0
  20. package/locales/nl/LC_MESSAGES/volto.po +576 -0
  21. package/locales/nn/LC_MESSAGES/volto.po +576 -0
  22. package/locales/pl/LC_MESSAGES/volto.po +576 -0
  23. package/locales/pt/LC_MESSAGES/volto.po +576 -0
  24. package/locales/ro/LC_MESSAGES/volto.po +576 -0
  25. package/locales/sk/LC_MESSAGES/volto.po +576 -0
  26. package/locales/sl/LC_MESSAGES/volto.po +576 -0
  27. package/locales/sv/LC_MESSAGES/volto.po +576 -0
  28. package/locales/tr/LC_MESSAGES/volto.po +576 -0
  29. package/locales/volto.pot +577 -1
  30. package/package.json +1 -1
  31. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +10 -14
  32. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +6 -0
  33. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueContentView.jsx +1 -1
  34. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +268 -7
  35. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.test.jsx +160 -0
  36. package/src/components/Search/NavigatorCatalogue/utils.js +56 -0
  37. package/src/components/theme/CompareTools/CompareToolsView.jsx +15 -8
  38. package/src/components/theme/CompareTools/CompareToolsView.test.jsx +110 -0
  39. package/src/constants.js +0 -48
  40. package/theme/globals/navigator.less +178 -55
  41. package/artifacts/BLOCKS.md +0 -167
  42. package/artifacts/link-integrity-workflow/README.md +0 -76
  43. package/artifacts/link-integrity-workflow/index.md +0 -33
  44. package/artifacts/link-integrity-workflow/link-integrity-block-fields-report.md +0 -132
  45. package/artifacts/link-integrity-workflow/link-integrity-blocks-report.md +0 -52
  46. package/artifacts/link-integrity-workflow/understanding-link-integrity.md +0 -143
  47. package/artifacts/link-integrity-workflow/volto-block-link-analysis.md +0 -63
  48. package/artifacts/link-integrity-workflow/volto-block-link-discovery.md +0 -60
  49. package/artifacts/test-fixes/test-fixes-specification.md +0 -267
package/CHANGELOG.md CHANGED
@@ -4,6 +4,34 @@ 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.4](https://github.com/eea/volto-cca-policy/compare/1.0.3...1.0.4) - 30 July 2026
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat: refactor map styles [kreafox - [`7d774c1`](https://github.com/eea/volto-cca-policy/commit/7d774c1678171ffae8ba6d47d1804a65e3c12e2b)]
12
+ - feat: update tooltip message for tool availability [kreafox - [`d7af0b8`](https://github.com/eea/volto-cca-policy/commit/d7af0b8a7bba3e800dc01008268b25474b372c8b)]
13
+ - feat: improve tooltip styling [kreafox - [`6ce5edc`](https://github.com/eea/volto-cca-policy/commit/6ce5edcc1d878385db5b99e757f583ecf7fbe564)]
14
+ - feat: fix accessibility and styling in Navigator components [kreafox - [`5bf04bc`](https://github.com/eea/volto-cca-policy/commit/5bf04bc3568f06e53b5e8f6acbed9fb7e5daef95)]
15
+ - feat: Explore Tools applies country filter and switches to list view [Tiberiu Ichim - [`c42619d`](https://github.com/eea/volto-cca-policy/commit/c42619d58a1e9a8520bcf16c203c3da6d6c24216)]
16
+ - feat: render OpenLayers map with color-coded countries [Tiberiu Ichim - [`52dbe76`](https://github.com/eea/volto-cca-policy/commit/52dbe7694dfeb875b8ce7133dcb7179622eff1f0)]
17
+
18
+ #### :nail_care: Enhancements
19
+
20
+ - change: enhance map features and style [kreafox - [`270f102`](https://github.com/eea/volto-cca-policy/commit/270f1020470f804c162f87a81258884ee91d4fb3)]
21
+ - refactor: extract map utils and expand test coverage [Tiberiu Ichim - [`e62fc16`](https://github.com/eea/volto-cca-policy/commit/e62fc1613fffb022c6ed7ecd40f73821611ed426)]
22
+ - refactor: remove unused download fields [kreafox - [`937ccef`](https://github.com/eea/volto-cca-policy/commit/937ccef4258f04bc9f8f47b8216863fc8b0eedbf)]
23
+
24
+ #### :house: Internal changes
25
+
26
+ - style: css improvements [kreafox - [`7dcdd2e`](https://github.com/eea/volto-cca-policy/commit/7dcdd2ef55585fb1ca3e35511b838634f15ae7ca)]
27
+ - style: improve navigator guide styles [kreafox - [`d75d210`](https://github.com/eea/volto-cca-policy/commit/d75d2104ecd8cfdce4cff96a92a3f984f5f862a8)]
28
+ - chore: add istanbul ignore for hard-to-test HOC/OL components [Tiberiu Ichim - [`3b09e44`](https://github.com/eea/volto-cca-policy/commit/3b09e4465fe0fae2202287cd35357bbc195d2566)]
29
+ - chore: gitignore artifacts/ directory and remove from tracking [Tiberiu Ichim - [`d027391`](https://github.com/eea/volto-cca-policy/commit/d0273915b62dff2f4122a06da7eac4e6de9cf6b8)]
30
+ - chore: discover navigator map view — facet data access verified, pagination hidden in map view [Tiberiu Ichim - [`ba19728`](https://github.com/eea/volto-cca-policy/commit/ba19728a5bc3fd461e482b64844e16c413364024)]
31
+
32
+ #### :hammer_and_wrench: Others
33
+
34
+ - test: add unit tests for map view utility functions [Tiberiu Ichim - [`988f4c6`](https://github.com/eea/volto-cca-policy/commit/988f4c6122be6d347cb833b34e7c67fff6119d90)]
7
35
  ### [1.0.3](https://github.com/eea/volto-cca-policy/compare/1.0.2...1.0.3) - 28 July 2026
8
36
 
9
37
  #### :rocket: New Features
@@ -143,6 +171,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
143
171
 
144
172
  #### :house: Internal changes
145
173
 
174
+ - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
146
175
 
147
176
  #### :hammer_and_wrench: Others
148
177
 
@@ -305,6 +334,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
305
334
 
306
335
  #### :house: Internal changes
307
336
 
337
+ - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
308
338
 
309
339
  #### :hammer_and_wrench: Others
310
340
 
@@ -841,6 +871,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
841
871
 
842
872
  #### :house: Internal changes
843
873
 
874
+ - chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
844
875
 
845
876
  ### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
846
877
 
@@ -850,6 +881,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
850
881
 
851
882
  #### :house: Internal changes
852
883
 
884
+ - chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
853
885
 
854
886
  ### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
855
887
 
@@ -1137,6 +1169,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1137
1169
  - style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
1138
1170
  - chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
1139
1171
  - style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
1172
+ - chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
1140
1173
  - chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
1141
1174
  - chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
1142
1175
  - chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
@@ -3899,10 +3932,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3899
3932
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
3900
3933
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
3901
3934
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
3935
+ - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
3936
+ - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
3902
3937
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
3903
3938
 
3904
3939
  #### :house: Internal changes
3905
3940
 
3941
+ - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
3906
3942
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
3907
3943
 
3908
3944
  #### :hammer_and_wrench: Others
@@ -3919,6 +3955,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3919
3955
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
3920
3956
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
3921
3957
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
3958
+ - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
3959
+ - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
3960
+ - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
3922
3961
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
3923
3962
  - 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)]
3924
3963
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -4135,6 +4174,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4135
4174
 
4136
4175
  #### :house: Internal changes
4137
4176
 
4177
+ - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
4138
4178
 
4139
4179
  #### :hammer_and_wrench: Others
4140
4180
 
@@ -4615,6 +4655,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4615
4655
  #### :hammer_and_wrench: Others
4616
4656
 
4617
4657
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
4658
+ - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
4618
4659
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
4619
4660
 
4620
4661
  #### :hammer_and_wrench: Others