@eeacms/volto-cca-policy 1.0.3 → 1.0.5
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 +117 -1
- package/locales/bg/LC_MESSAGES/volto.po +596 -5
- package/locales/cs/LC_MESSAGES/volto.po +596 -5
- package/locales/da/LC_MESSAGES/volto.po +596 -5
- package/locales/de/LC_MESSAGES/volto.po +596 -5
- package/locales/el/LC_MESSAGES/volto.po +596 -5
- package/locales/en/LC_MESSAGES/volto.po +596 -5
- package/locales/es/LC_MESSAGES/volto.po +596 -5
- package/locales/et/LC_MESSAGES/volto.po +596 -5
- package/locales/fi/LC_MESSAGES/volto.po +596 -5
- package/locales/fr/LC_MESSAGES/volto.po +596 -5
- package/locales/ga/LC_MESSAGES/volto.po +596 -5
- package/locales/hr/LC_MESSAGES/volto.po +596 -5
- package/locales/hu/LC_MESSAGES/volto.po +596 -5
- package/locales/is/LC_MESSAGES/volto.po +596 -5
- package/locales/it/LC_MESSAGES/volto.po +596 -5
- package/locales/lt/LC_MESSAGES/volto.po +596 -5
- package/locales/lv/LC_MESSAGES/volto.po +596 -5
- package/locales/mt/LC_MESSAGES/volto.po +596 -5
- package/locales/nl/LC_MESSAGES/volto.po +596 -5
- package/locales/nn/LC_MESSAGES/volto.po +596 -5
- package/locales/pl/LC_MESSAGES/volto.po +596 -5
- package/locales/pt/LC_MESSAGES/volto.po +596 -5
- package/locales/ro/LC_MESSAGES/volto.po +596 -5
- package/locales/sk/LC_MESSAGES/volto.po +596 -5
- package/locales/sl/LC_MESSAGES/volto.po +596 -5
- package/locales/sv/LC_MESSAGES/volto.po +596 -5
- package/locales/tr/LC_MESSAGES/volto.po +596 -5
- package/locales/volto.pot +597 -6
- package/package.json +1 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +17 -27
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +6 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueContentView.jsx +1 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +272 -7
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.test.jsx +160 -0
- package/src/components/Search/NavigatorCatalogue/utils.js +67 -9
- package/src/components/Search/NavigatorCatalogue/utils.test.js +5 -0
- package/src/components/manage/Blocks/CountryMapHeatIndex/Interactions.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapHeatIndex/View.jsx +5 -6
- package/src/components/manage/Blocks/CountryMapObservatory/CountryMapObservatoryOLView.jsx +6 -7
- package/src/components/manage/Blocks/CountryMapObservatory/Interactions.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapProfile/Interactions.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +3 -3
- package/src/components/theme/CompareTools/CompareToolsView.jsx +15 -8
- package/src/components/theme/CompareTools/CompareToolsView.test.jsx +110 -0
- package/src/components/theme/Views/ExtendedToolView.jsx +16 -15
- package/src/components/theme/Views/ExtendedToolView.test.jsx +20 -14
- package/src/constants.js +0 -48
- package/src/helpers/Utils.jsx +20 -11
- package/src/helpers/index.js +2 -0
- package/src/hocs/index.js +1 -0
- package/src/index.js +2 -2
- package/theme/globals/navigator.less +180 -66
- package/artifacts/BLOCKS.md +0 -167
- package/artifacts/link-integrity-workflow/README.md +0 -76
- package/artifacts/link-integrity-workflow/index.md +0 -33
- package/artifacts/link-integrity-workflow/link-integrity-block-fields-report.md +0 -132
- package/artifacts/link-integrity-workflow/link-integrity-blocks-report.md +0 -52
- package/artifacts/link-integrity-workflow/understanding-link-integrity.md +0 -143
- package/artifacts/link-integrity-workflow/volto-block-link-analysis.md +0 -63
- package/artifacts/link-integrity-workflow/volto-block-link-discovery.md +0 -60
- package/artifacts/test-fixes/test-fixes-specification.md +0 -267
- package/src/components/manage/Blocks/CountryMapHeatIndex/euro-countries-simplified.js +0 -46197
- package/src/components/manage/Blocks/CountryMapHeatIndex/flags.js +0 -57
- package/src/components/manage/Blocks/CountryMapProfile/euro-countries-simplified.js +0 -46197
- package/src/components/manage/Blocks/CountryMapProfile/flags.js +0 -57
- package/src/helpers/country_map/flags.js +0 -57
- /package/src/components/{Result → Search/Result}/ClusterHorizontalCardItem.jsx +0 -0
- /package/src/components/{Result → Search/Result}/HealthHorizontalCardItem.jsx +0 -0
- /package/src/{helpers/country_map → data}/euro-countries-simplified.js +0 -0
- /package/src/helpers/{country_map/countryMap.js → countryMap.js} +0 -0
- /package/src/{helpers/country_map/hocs.jsx → hocs/withGeoJsonData.jsx} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,62 @@ 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.5](https://github.com/eea/volto-cca-policy/compare/1.0.4...1.0.5) - 4 August 2026
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: refactor array handling in NavigatorCatalogue utilities [kreafox - [`6b452c0`](https://github.com/eea/volto-cca-policy/commit/6b452c0f8019580a9fa5100e3ae7669595907b3b)]
|
|
12
|
+
- fix: duplicated import [kreafox - [`bf8e515`](https://github.com/eea/volto-cca-policy/commit/bf8e5155092da36824c8e1e9f792c1143e771023)]
|
|
13
|
+
- fix: loader in navigator map view [kreafox - [`137bb90`](https://github.com/eea/volto-cca-policy/commit/137bb903a51ce3860755463772f587125b178878)]
|
|
14
|
+
- fix: update import paths [kreafox - [`a3c528d`](https://github.com/eea/volto-cca-policy/commit/a3c528d620e27262fc9a5bda82c215f223e0c51f)]
|
|
15
|
+
- fix: remove font-weight from selected state in search navigator [kreafox - [`93de223`](https://github.com/eea/volto-cca-policy/commit/93de2233e0c1954c5bb3fda6855f8fd69d06a320)]
|
|
16
|
+
- fix: issue reported by sonarqube [kreafox - [`47dcf9d`](https://github.com/eea/volto-cca-policy/commit/47dcf9dfd8a310049efbfb907c7b5beff5cba984)]
|
|
17
|
+
- fix: update text and style [kreafox - [`d6f4f9d`](https://github.com/eea/volto-cca-policy/commit/d6f4f9dbb0b227ca6286e304bef06963a1920a31)]
|
|
18
|
+
|
|
19
|
+
#### :nail_care: Enhancements
|
|
20
|
+
|
|
21
|
+
- change: update import paths for search listing cards [kreafox - [`2c448e0`](https://github.com/eea/volto-cca-policy/commit/2c448e0f076cea6c54237ba7ddaa951467a090c2)]
|
|
22
|
+
- change: update colors on naivgator map [kreafox - [`6a5aeb2`](https://github.com/eea/volto-cca-policy/commit/6a5aeb21ad51454ebb036d21eeefdb647d737261)]
|
|
23
|
+
- change: update ExtendedToolView [kreafox - [`725f082`](https://github.com/eea/volto-cca-policy/commit/725f08257c9a80d92623e5066fea36c70b52075e)]
|
|
24
|
+
- change: update map legend colors and text [kreafox - [`98e342a`](https://github.com/eea/volto-cca-policy/commit/98e342a69ce449e22b570143898c2b3a97d066ec)]
|
|
25
|
+
|
|
26
|
+
#### :house: Internal changes
|
|
27
|
+
|
|
28
|
+
- style: css polishments [kreafox - [`99605f2`](https://github.com/eea/volto-cca-policy/commit/99605f265c0581c0437d0747c0c3201caa5fdd67)]
|
|
29
|
+
|
|
30
|
+
#### :hammer_and_wrench: Others
|
|
31
|
+
|
|
32
|
+
- core: update locales [kreafox - [`122817e`](https://github.com/eea/volto-cca-policy/commit/122817ea9f6f0084fe8cb697ccfaffb8a9fe833d)]
|
|
33
|
+
- test: update ExtendedToolView tests [kreafox - [`619f8dd`](https://github.com/eea/volto-cca-policy/commit/619f8dd45f2d8eb2bc43260e9b0e5e2099de137b)]
|
|
34
|
+
- test: update map legend colors and labels [kreafox - [`b30b6bc`](https://github.com/eea/volto-cca-policy/commit/b30b6bca3fa26c73e362a5e30f85b8de0bd548a5)]
|
|
35
|
+
### [1.0.4](https://github.com/eea/volto-cca-policy/compare/1.0.3...1.0.4) - 30 July 2026
|
|
36
|
+
|
|
37
|
+
#### :rocket: New Features
|
|
38
|
+
|
|
39
|
+
- feat: refactor map styles [kreafox - [`7d774c1`](https://github.com/eea/volto-cca-policy/commit/7d774c1678171ffae8ba6d47d1804a65e3c12e2b)]
|
|
40
|
+
- feat: update tooltip message for tool availability [kreafox - [`d7af0b8`](https://github.com/eea/volto-cca-policy/commit/d7af0b8a7bba3e800dc01008268b25474b372c8b)]
|
|
41
|
+
- feat: improve tooltip styling [kreafox - [`6ce5edc`](https://github.com/eea/volto-cca-policy/commit/6ce5edcc1d878385db5b99e757f583ecf7fbe564)]
|
|
42
|
+
- feat: fix accessibility and styling in Navigator components [kreafox - [`5bf04bc`](https://github.com/eea/volto-cca-policy/commit/5bf04bc3568f06e53b5e8f6acbed9fb7e5daef95)]
|
|
43
|
+
- feat: Explore Tools applies country filter and switches to list view [Tiberiu Ichim - [`c42619d`](https://github.com/eea/volto-cca-policy/commit/c42619d58a1e9a8520bcf16c203c3da6d6c24216)]
|
|
44
|
+
- feat: render OpenLayers map with color-coded countries [Tiberiu Ichim - [`52dbe76`](https://github.com/eea/volto-cca-policy/commit/52dbe7694dfeb875b8ce7133dcb7179622eff1f0)]
|
|
45
|
+
|
|
46
|
+
#### :nail_care: Enhancements
|
|
47
|
+
|
|
48
|
+
- change: enhance map features and style [kreafox - [`270f102`](https://github.com/eea/volto-cca-policy/commit/270f1020470f804c162f87a81258884ee91d4fb3)]
|
|
49
|
+
- refactor: extract map utils and expand test coverage [Tiberiu Ichim - [`e62fc16`](https://github.com/eea/volto-cca-policy/commit/e62fc1613fffb022c6ed7ecd40f73821611ed426)]
|
|
50
|
+
- refactor: remove unused download fields [kreafox - [`937ccef`](https://github.com/eea/volto-cca-policy/commit/937ccef4258f04bc9f8f47b8216863fc8b0eedbf)]
|
|
51
|
+
|
|
52
|
+
#### :house: Internal changes
|
|
53
|
+
|
|
54
|
+
- style: css improvements [kreafox - [`7dcdd2e`](https://github.com/eea/volto-cca-policy/commit/7dcdd2ef55585fb1ca3e35511b838634f15ae7ca)]
|
|
55
|
+
- style: improve navigator guide styles [kreafox - [`d75d210`](https://github.com/eea/volto-cca-policy/commit/d75d2104ecd8cfdce4cff96a92a3f984f5f862a8)]
|
|
56
|
+
- chore: add istanbul ignore for hard-to-test HOC/OL components [Tiberiu Ichim - [`3b09e44`](https://github.com/eea/volto-cca-policy/commit/3b09e4465fe0fae2202287cd35357bbc195d2566)]
|
|
57
|
+
- chore: gitignore artifacts/ directory and remove from tracking [Tiberiu Ichim - [`d027391`](https://github.com/eea/volto-cca-policy/commit/d0273915b62dff2f4122a06da7eac4e6de9cf6b8)]
|
|
58
|
+
- 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)]
|
|
59
|
+
|
|
60
|
+
#### :hammer_and_wrench: Others
|
|
61
|
+
|
|
62
|
+
- test: add unit tests for map view utility functions [Tiberiu Ichim - [`988f4c6`](https://github.com/eea/volto-cca-policy/commit/988f4c6122be6d347cb833b34e7c67fff6119d90)]
|
|
7
63
|
### [1.0.3](https://github.com/eea/volto-cca-policy/compare/1.0.2...1.0.3) - 28 July 2026
|
|
8
64
|
|
|
9
65
|
#### :rocket: New Features
|
|
@@ -147,7 +203,67 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
147
203
|
#### :hammer_and_wrench: Others
|
|
148
204
|
|
|
149
205
|
- test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
|
|
150
|
-
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.
|
|
206
|
+
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.17...1.0.0) - 12 June 2026
|
|
207
|
+
|
|
208
|
+
### [1.0.0-alpha.17](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.16...1.0.0-alpha.17) - 4 August 2026
|
|
209
|
+
|
|
210
|
+
#### :rocket: New Features
|
|
211
|
+
|
|
212
|
+
- feat: refactor map styles [kreafox - [`7d774c1`](https://github.com/eea/volto-cca-policy/commit/7d774c1678171ffae8ba6d47d1804a65e3c12e2b)]
|
|
213
|
+
- feat: update tooltip message for tool availability [kreafox - [`d7af0b8`](https://github.com/eea/volto-cca-policy/commit/d7af0b8a7bba3e800dc01008268b25474b372c8b)]
|
|
214
|
+
- feat: improve tooltip styling [kreafox - [`6ce5edc`](https://github.com/eea/volto-cca-policy/commit/6ce5edcc1d878385db5b99e757f583ecf7fbe564)]
|
|
215
|
+
- feat: fix accessibility and styling in Navigator components [kreafox - [`5bf04bc`](https://github.com/eea/volto-cca-policy/commit/5bf04bc3568f06e53b5e8f6acbed9fb7e5daef95)]
|
|
216
|
+
- feat: Explore Tools applies country filter and switches to list view [Tiberiu Ichim - [`c42619d`](https://github.com/eea/volto-cca-policy/commit/c42619d58a1e9a8520bcf16c203c3da6d6c24216)]
|
|
217
|
+
- feat: render OpenLayers map with color-coded countries [Tiberiu Ichim - [`52dbe76`](https://github.com/eea/volto-cca-policy/commit/52dbe7694dfeb875b8ce7133dcb7179622eff1f0)]
|
|
218
|
+
- feat: update landing page URLs and adjust heading styles in Navigator components [kreafox - [`a582043`](https://github.com/eea/volto-cca-policy/commit/a5820439635339c3ebdfa5b71c619e52a34891ab)]
|
|
219
|
+
- feat: add green text style and adjust small text size [kreafox - [`c3197cf`](https://github.com/eea/volto-cca-policy/commit/c3197cf9b68370eabf8e68f09bfd5988fe676264)]
|
|
220
|
+
- feat: add label styles and update color definitions [kreafox - [`5d3793e`](https://github.com/eea/volto-cca-policy/commit/5d3793e783895dd3597bce84cb41460b2918df12)]
|
|
221
|
+
|
|
222
|
+
#### :bug: Bug Fixes
|
|
223
|
+
|
|
224
|
+
- fix: update import paths for countryMap helpers [kreafox - [`cfc47b4`](https://github.com/eea/volto-cca-policy/commit/cfc47b4e8d9f7edd3b7ceb5fcdf59498d22dece1)]
|
|
225
|
+
- fix: refactor array handling in NavigatorCatalogue utilities [kreafox - [`6b452c0`](https://github.com/eea/volto-cca-policy/commit/6b452c0f8019580a9fa5100e3ae7669595907b3b)]
|
|
226
|
+
- fix: duplicated import [kreafox - [`bf8e515`](https://github.com/eea/volto-cca-policy/commit/bf8e5155092da36824c8e1e9f792c1143e771023)]
|
|
227
|
+
- fix: loader in navigator map view [kreafox - [`137bb90`](https://github.com/eea/volto-cca-policy/commit/137bb903a51ce3860755463772f587125b178878)]
|
|
228
|
+
- fix: update import paths [kreafox - [`a3c528d`](https://github.com/eea/volto-cca-policy/commit/a3c528d620e27262fc9a5bda82c215f223e0c51f)]
|
|
229
|
+
- fix: remove font-weight from selected state in search navigator [kreafox - [`93de223`](https://github.com/eea/volto-cca-policy/commit/93de2233e0c1954c5bb3fda6855f8fd69d06a320)]
|
|
230
|
+
- fix: issue reported by sonarqube [kreafox - [`47dcf9d`](https://github.com/eea/volto-cca-policy/commit/47dcf9dfd8a310049efbfb907c7b5beff5cba984)]
|
|
231
|
+
- fix: update text and style [kreafox - [`d6f4f9d`](https://github.com/eea/volto-cca-policy/commit/d6f4f9dbb0b227ca6286e304bef06963a1920a31)]
|
|
232
|
+
- fix: tag types in navigator guide [kreafox - [`0cf7b0a`](https://github.com/eea/volto-cca-policy/commit/0cf7b0a9c8c8e1bc0f8b5644da14d6e3aa946ee8)]
|
|
233
|
+
|
|
234
|
+
#### :nail_care: Enhancements
|
|
235
|
+
|
|
236
|
+
- change: update import paths for search listing cards [kreafox - [`2c448e0`](https://github.com/eea/volto-cca-policy/commit/2c448e0f076cea6c54237ba7ddaa951467a090c2)]
|
|
237
|
+
- change: update colors on naivgator map [kreafox - [`6a5aeb2`](https://github.com/eea/volto-cca-policy/commit/6a5aeb21ad51454ebb036d21eeefdb647d737261)]
|
|
238
|
+
- change: update ExtendedToolView [kreafox - [`725f082`](https://github.com/eea/volto-cca-policy/commit/725f08257c9a80d92623e5066fea36c70b52075e)]
|
|
239
|
+
- change: update map legend colors and text [kreafox - [`98e342a`](https://github.com/eea/volto-cca-policy/commit/98e342a69ce449e22b570143898c2b3a97d066ec)]
|
|
240
|
+
- change: enhance map features and style [kreafox - [`270f102`](https://github.com/eea/volto-cca-policy/commit/270f1020470f804c162f87a81258884ee91d4fb3)]
|
|
241
|
+
- refactor: extract map utils and expand test coverage [Tiberiu Ichim - [`e62fc16`](https://github.com/eea/volto-cca-policy/commit/e62fc1613fffb022c6ed7ecd40f73821611ed426)]
|
|
242
|
+
- refactor: remove unused download fields [kreafox - [`937ccef`](https://github.com/eea/volto-cca-policy/commit/937ccef4258f04bc9f8f47b8216863fc8b0eedbf)]
|
|
243
|
+
- change: update compare tools [kreafox - [`7ff0a66`](https://github.com/eea/volto-cca-policy/commit/7ff0a667a7f24064308d08ae59c8dbcf833b1aa8)]
|
|
244
|
+
|
|
245
|
+
#### :house: Internal changes
|
|
246
|
+
|
|
247
|
+
- style: css polishments [kreafox - [`99605f2`](https://github.com/eea/volto-cca-policy/commit/99605f265c0581c0437d0747c0c3201caa5fdd67)]
|
|
248
|
+
- style: css improvements [kreafox - [`7dcdd2e`](https://github.com/eea/volto-cca-policy/commit/7dcdd2ef55585fb1ca3e35511b838634f15ae7ca)]
|
|
249
|
+
- style: improve navigator guide styles [kreafox - [`d75d210`](https://github.com/eea/volto-cca-policy/commit/d75d2104ecd8cfdce4cff96a92a3f984f5f862a8)]
|
|
250
|
+
- chore: add istanbul ignore for hard-to-test HOC/OL components [Tiberiu Ichim - [`3b09e44`](https://github.com/eea/volto-cca-policy/commit/3b09e4465fe0fae2202287cd35357bbc195d2566)]
|
|
251
|
+
- chore: gitignore artifacts/ directory and remove from tracking [Tiberiu Ichim - [`d027391`](https://github.com/eea/volto-cca-policy/commit/d0273915b62dff2f4122a06da7eac4e6de9cf6b8)]
|
|
252
|
+
- 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)]
|
|
253
|
+
|
|
254
|
+
#### :hammer_and_wrench: Others
|
|
255
|
+
|
|
256
|
+
- Refs# 296263 - contact get only first element if array [iugin - [`8d9c01f`](https://github.com/eea/volto-cca-policy/commit/8d9c01f80dec807053f0ca9ecd1b49bbf550ac3e)]
|
|
257
|
+
- test: update ExtendedToolView tests [kreafox - [`619f8dd`](https://github.com/eea/volto-cca-policy/commit/619f8dd45f2d8eb2bc43260e9b0e5e2099de137b)]
|
|
258
|
+
- test: update map legend colors and labels [kreafox - [`b30b6bc`](https://github.com/eea/volto-cca-policy/commit/b30b6bca3fa26c73e362a5e30f85b8de0bd548a5)]
|
|
259
|
+
- test: add unit tests for map view utility functions [Tiberiu Ichim - [`988f4c6`](https://github.com/eea/volto-cca-policy/commit/988f4c6122be6d347cb833b34e7c67fff6119d90)]
|
|
260
|
+
### [1.0.0-alpha.16](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.15...1.0.0-alpha.16) - 4 August 2026
|
|
261
|
+
|
|
262
|
+
### [1.0.0-alpha.15](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.14...1.0.0-alpha.15) - 4 August 2026
|
|
263
|
+
|
|
264
|
+
### [1.0.0-alpha.14](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.13...1.0.0-alpha.14) - 4 August 2026
|
|
265
|
+
|
|
266
|
+
### [1.0.0-alpha.13](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.12...1.0.0-alpha.13) - 3 August 2026
|
|
151
267
|
|
|
152
268
|
### [1.0.0-alpha.12](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.11...1.0.0-alpha.12) - 27 July 2026
|
|
153
269
|
|