@eeacms/volto-cca-policy 1.0.2 → 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.
- package/CHANGELOG.md +259 -3
- package/jest-addon.config.js +4 -2
- package/locales/bg/LC_MESSAGES/volto.po +576 -0
- package/locales/cs/LC_MESSAGES/volto.po +576 -0
- package/locales/da/LC_MESSAGES/volto.po +576 -0
- package/locales/de/LC_MESSAGES/volto.po +576 -0
- package/locales/el/LC_MESSAGES/volto.po +576 -0
- package/locales/en/LC_MESSAGES/volto.po +576 -0
- package/locales/es/LC_MESSAGES/volto.po +576 -0
- package/locales/et/LC_MESSAGES/volto.po +576 -0
- package/locales/fi/LC_MESSAGES/volto.po +576 -0
- package/locales/fr/LC_MESSAGES/volto.po +576 -0
- package/locales/ga/LC_MESSAGES/volto.po +576 -0
- package/locales/hr/LC_MESSAGES/volto.po +576 -0
- package/locales/hu/LC_MESSAGES/volto.po +576 -0
- package/locales/is/LC_MESSAGES/volto.po +576 -0
- package/locales/it/LC_MESSAGES/volto.po +576 -0
- package/locales/lt/LC_MESSAGES/volto.po +576 -0
- package/locales/lv/LC_MESSAGES/volto.po +576 -0
- package/locales/mt/LC_MESSAGES/volto.po +576 -0
- package/locales/nl/LC_MESSAGES/volto.po +576 -0
- package/locales/nn/LC_MESSAGES/volto.po +576 -0
- package/locales/pl/LC_MESSAGES/volto.po +576 -0
- package/locales/pt/LC_MESSAGES/volto.po +576 -0
- package/locales/ro/LC_MESSAGES/volto.po +576 -0
- package/locales/sk/LC_MESSAGES/volto.po +576 -0
- package/locales/sl/LC_MESSAGES/volto.po +576 -0
- package/locales/sv/LC_MESSAGES/volto.po +576 -0
- package/locales/tr/LC_MESSAGES/volto.po +576 -0
- package/locales/volto.pot +577 -1
- package/package.json +1 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +224 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +173 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueContentView.jsx +189 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +272 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.test.jsx +160 -0
- package/src/components/Search/NavigatorCatalogue/utils.js +157 -0
- package/src/components/Search/NavigatorCatalogue/utils.test.js +132 -0
- package/src/components/Search/NavigatorGuide/NavigatorGuideContentView.jsx +409 -0
- package/src/components/Search/NavigatorGuide/NavigatorGuideLayout.jsx +8 -0
- package/src/components/index.js +2 -0
- package/src/components/theme/CompareTools/CompareToolsPanel.jsx +151 -0
- package/src/components/theme/CompareTools/CompareToolsPanel.test.jsx +96 -0
- package/src/components/theme/CompareTools/CompareToolsView.jsx +475 -0
- package/src/components/theme/CompareTools/CompareToolsView.test.jsx +110 -0
- package/src/components/theme/CompareTools/utils.js +111 -0
- package/src/components/theme/CompareTools/utils.test.jsx +217 -0
- package/src/components/theme/Views/ExtendedToolView.jsx +201 -201
- package/src/components/theme/Views/ExtendedToolView.test.jsx +420 -58
- package/src/constants.js +0 -48
- package/src/customizations/volto/reducers/breadcrumbs/breadcrumbs.js +1 -1
- package/src/helpers/Utils.jsx +29 -0
- package/src/helpers/index.js +3 -0
- package/src/index.js +28 -2
- package/src/search/index.js +6 -0
- package/src/search/navigator_catalogue/config.js +89 -0
- package/src/search/navigator_catalogue/facets.js +86 -0
- package/src/search/navigator_catalogue/views.js +28 -0
- package/src/search/navigator_guide/config.js +70 -0
- package/src/search/navigator_guide/facets.js +31 -0
- package/src/search/navigator_guide/guideSteps.js +93 -0
- package/src/slate-styles.less +4 -0
- package/src/state.js +1 -0
- package/theme/elements/button.overrides +0 -11
- package/theme/elements/label.overrides +15 -0
- package/theme/globals/blocks.less +3 -2
- package/theme/globals/navigator.less +1090 -0
- package/theme/globals/site.overrides +5 -0
- package/theme/tokens/colors.less +2 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -4,13 +4,156 @@ 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.
|
|
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)]
|
|
35
|
+
### [1.0.3](https://github.com/eea/volto-cca-policy/compare/1.0.2...1.0.3) - 28 July 2026
|
|
36
|
+
|
|
37
|
+
#### :rocket: New Features
|
|
38
|
+
|
|
39
|
+
- feat: update landing page URLs and adjust heading styles in Navigator components [kreafox - [`a582043`](https://github.com/eea/volto-cca-policy/commit/a5820439635339c3ebdfa5b71c619e52a34891ab)]
|
|
40
|
+
- feat: add green text style and adjust small text size [kreafox - [`c3197cf`](https://github.com/eea/volto-cca-policy/commit/c3197cf9b68370eabf8e68f09bfd5988fe676264)]
|
|
41
|
+
- feat: add label styles and update color definitions [kreafox - [`5d3793e`](https://github.com/eea/volto-cca-policy/commit/5d3793e783895dd3597bce84cb41460b2918df12)]
|
|
42
|
+
- feat: add nature-based solution facet to search filters [kreafox - [`d4c29e0`](https://github.com/eea/volto-cca-policy/commit/d4c29e09e18aa7763e5ac0c14b1ebf4c2913f4d2)]
|
|
43
|
+
- feat: update ExtendedToolView and tests [kreafox - [`240ecc8`](https://github.com/eea/volto-cca-policy/commit/240ecc82b7243fd402d3b0f906dd0de12da08a3b)]
|
|
44
|
+
- feat: add facets for navigator catalogue [kreafox - [`6025755`](https://github.com/eea/volto-cca-policy/commit/6025755b280055f7ed05aae4cdfb5fb6e6715e01)]
|
|
45
|
+
- feat: update tool provider display; add adaptation support cycle [kreafox - [`9e7c744`](https://github.com/eea/volto-cca-policy/commit/9e7c74455982cfdc0adfc44d6dd5d39429e58af8)]
|
|
46
|
+
- feat: unify icon styling [kreafox - [`f6b69af`](https://github.com/eea/volto-cca-policy/commit/f6b69af9935284e4e08fb815209c77637b46143e)]
|
|
47
|
+
- feat: estyle improvements and remove unused styles [kreafox - [`2c80d90`](https://github.com/eea/volto-cca-policy/commit/2c80d90fa9d0fcd671a54193a11fd266c1f1fb20)]
|
|
48
|
+
- feat: add refined by criteria display in NavigatorGuideContentView [kreafox - [`02ae8da`](https://github.com/eea/volto-cca-policy/commit/02ae8dacc9dd654dc4b0fcaf0f369e5aeee34671)]
|
|
49
|
+
- feat: display cycle elements in NavigatorCatalogueCardItem [kreafox - [`cea151e`](https://github.com/eea/volto-cca-policy/commit/cea151ebcf1c0af6a0bc2a84887f6ecd07c79130)]
|
|
50
|
+
- feat: display date in NavigatorCatalogueCardItem [kreafox - [`06924bd`](https://github.com/eea/volto-cca-policy/commit/06924bd87ed95c3d0e60533a12d4266814e4eaee)]
|
|
51
|
+
- feat: display license status in NavigatorCatalogueCardItem [kreafox - [`a6b8589`](https://github.com/eea/volto-cca-policy/commit/a6b85890390b824664cd144ed4ebf7e917891953)]
|
|
52
|
+
- feat: integrate breadcrumb to CompareToolsView [kreafox - [`86ab7dd`](https://github.com/eea/volto-cca-policy/commit/86ab7dd44bd034696cb491e7c27f2b39dcf5ac8c)]
|
|
53
|
+
- feat: add banner title to CompareToolsView [kreafox - [`71aa8b6`](https://github.com/eea/volto-cca-policy/commit/71aa8b67fbe41b9b00816ef6d166a2a7f146a0eb)]
|
|
54
|
+
- feat: update CompareToolsView [kreafox - [`66575dc`](https://github.com/eea/volto-cca-policy/commit/66575dc4ce991d7e25744b29de7d3a7e4cc43a11)]
|
|
55
|
+
- feat: update comparison table with data [kreafox - [`3b30c96`](https://github.com/eea/volto-cca-policy/commit/3b30c9659118bc06ef8a693e32c4801c35d02c21)]
|
|
56
|
+
- feat: add icon to compare panel tools [kreafox - [`d2e33bc`](https://github.com/eea/volto-cca-policy/commit/d2e33bcf4eab091da5d489c50c5e4bb25a459a91)]
|
|
57
|
+
- feat: add selected state styling to NavigatorCatalogueCardItem [kreafox - [`7b861ea`](https://github.com/eea/volto-cca-policy/commit/7b861eaff806538556b03554121fb740a2b7fb84)]
|
|
58
|
+
- feat: add share button to ExtendedToolView [kreafox - [`74535d9`](https://github.com/eea/volto-cca-policy/commit/74535d94eb23ba82a670d438a582f98180d7f58e)]
|
|
59
|
+
- feat: add hyperlink button to ExtendedToolView [kreafox - [`9d36b75`](https://github.com/eea/volto-cca-policy/commit/9d36b75f387a71bf9e45266ac361a78da1d5d85b)]
|
|
60
|
+
- feat: add tool comparison from view, refactoring comparison functionality, UI improvements [kreafox - [`32fa6ee`](https://github.com/eea/volto-cca-policy/commit/32fa6eec873dbfc6bfcdaf257ec9810e2d781134)]
|
|
61
|
+
- feat: enhance navigator guide preview layout and styling [kreafox - [`0a8e92b`](https://github.com/eea/volto-cca-policy/commit/0a8e92bcedba929f6b6e0a93e227ea6373915de0)]
|
|
62
|
+
- feat: add empty state message and styling for navigator guide preview [kreafox - [`94a4f35`](https://github.com/eea/volto-cca-policy/commit/94a4f3544c7ca71084e2ead83f9a0ec21f8f3e91)]
|
|
63
|
+
- feat: enhance navigator guide progress steps with connectors and improved styling [kreafox - [`f2c9cef`](https://github.com/eea/volto-cca-policy/commit/f2c9cefdafbaf746df50ff8e6fe963640204fe10)]
|
|
64
|
+
- feat: add intl support to guide steps [kreafox - [`f21c229`](https://github.com/eea/volto-cca-policy/commit/f21c229efdce20dec4c7d69d2c8777aa43c0928f)]
|
|
65
|
+
- feat: add uuid module mapping to jest configuration [kreafox - [`887bdb0`](https://github.com/eea/volto-cca-policy/commit/887bdb0febf60c9fb497d2930a2f68249d23b883)]
|
|
66
|
+
- feat: make progress steps clickable [kreafox - [`5d9a1d8`](https://github.com/eea/volto-cca-policy/commit/5d9a1d8c09d7f00263157c7cef61e50531aeab89)]
|
|
67
|
+
- feat: allow customizable headline and subheadline [kreafox - [`df23003`](https://github.com/eea/volto-cca-policy/commit/df230030dc3d44ade67f11db3c83cf7f3ed06422)]
|
|
68
|
+
- feat: add intl support to Navigator Guide messages [kreafox - [`0b876e4`](https://github.com/eea/volto-cca-policy/commit/0b876e475ea51ea9733ba00ae8ace465a8488b0f)]
|
|
69
|
+
- feat: update colors and font sizes in Navigator Guide preview [kreafox - [`865b4ec`](https://github.com/eea/volto-cca-policy/commit/865b4ec40ccc9e4d26ead76c8ff6d444068ebeaf)]
|
|
70
|
+
- feat: determine selected steps in Navigator Guide [kreafox - [`a3a627e`](https://github.com/eea/volto-cca-policy/commit/a3a627ea6237c2349d717d386fc53cc21eff0df4)]
|
|
71
|
+
- feat: persist navigator guide step and enable URL state tracking [kreafox - [`a88dd4f`](https://github.com/eea/volto-cca-policy/commit/a88dd4f67e24fb15ef2d0c5eed4d75d95138a3a0)]
|
|
72
|
+
- feat: add separators to progress steps in Navigator Guide [kreafox - [`ce95dfc`](https://github.com/eea/volto-cca-policy/commit/ce95dfcf080cfa4eae2f523a30b6d5e91cb27770)]
|
|
73
|
+
- feat: style improvements [kreafox - [`e4ae8ba`](https://github.com/eea/volto-cca-policy/commit/e4ae8baf1a977b247874db41186bc8c062faa15a)]
|
|
74
|
+
- feat: add progress bar for Navigator Guide [kreafox - [`685e0b8`](https://github.com/eea/volto-cca-policy/commit/685e0b8860521d7d7efbdd65d5a6e77cb13eb95a)]
|
|
75
|
+
- feat: update styles for active/completed states [kreafox - [`97e83be`](https://github.com/eea/volto-cca-policy/commit/97e83be00cbe52b0de43a051fa8f96c530413dcb)]
|
|
76
|
+
- feat: add loading state Navigator Guide options [kreafox - [`522a44b`](https://github.com/eea/volto-cca-policy/commit/522a44b79b04cb0e2aa535a9a0a016c66e8d99e1)]
|
|
77
|
+
- feat: improve Navigator Guide progress indicators and styles [kreafox - [`9a6b14c`](https://github.com/eea/volto-cca-policy/commit/9a6b14c40d86d8eb33778e27d6c3102b2781d81f)]
|
|
78
|
+
- feat: implement Navigator Guide [kreafox - [`3908029`](https://github.com/eea/volto-cca-policy/commit/39080299b7a8b4915088730f1e233e18571fa7c3)]
|
|
79
|
+
- feat: update comparison tool validation and improve messages [kreafox - [`867d961`](https://github.com/eea/volto-cca-policy/commit/867d9614e32904c0c813dc1ad78ec6b72072a675)]
|
|
80
|
+
- feat: implement compare tools limit [kreafox - [`d464bcd`](https://github.com/eea/volto-cca-policy/commit/d464bcdd4bcfdd34f3d076f7f635684fb61dad51)]
|
|
81
|
+
- feat: add back to search [kreafox - [`f58a6fc`](https://github.com/eea/volto-cca-policy/commit/f58a6fcd9cb1c59a6669ecf5c4cd2e3f4d4147bb)]
|
|
82
|
+
- feat: add landing page URL to config [kreafox - [`d8249cf`](https://github.com/eea/volto-cca-policy/commit/d8249cf16514d3fc05901cef838b177c038180a4)]
|
|
83
|
+
- feat: add CSV export for comparison table [kreafox - [`46c3060`](https://github.com/eea/volto-cca-policy/commit/46c3060f409ec179e34c063b95fbadfa644bd689)]
|
|
84
|
+
- feat: add back to results and export table buttons [kreafox - [`0813814`](https://github.com/eea/volto-cca-policy/commit/08138149efc90ff9843df67eeabacc6328a1d75c)]
|
|
85
|
+
- feat: add remove tool functionality [kreafox - [`00a6a0c`](https://github.com/eea/volto-cca-policy/commit/00a6a0c1bda87adea88a32a0f6d555f6bf82ab62)]
|
|
86
|
+
- feat: add internationalization for navigator search [kreafox - [`54010fd`](https://github.com/eea/volto-cca-policy/commit/54010fdab3019127b26ca495e3490569a97c03be)]
|
|
87
|
+
- feat: enhance comparison view with new criteria and styling updates [kreafox - [`25d101d`](https://github.com/eea/volto-cca-policy/commit/25d101d615ecb4d18706147c16663d3144928561)]
|
|
88
|
+
- feat: add comparison view for Navigator Catalogue tools (WIP) [kreafox - [`7024b27`](https://github.com/eea/volto-cca-policy/commit/7024b27e621be95456f611ecb4666cac3da7fdba)]
|
|
89
|
+
- feat: add Compare Tools panel for Navigator Catalogue [kreafox - [`f895de5`](https://github.com/eea/volto-cca-policy/commit/f895de5746b9eb093c8aa879cc858811ee63da6d)]
|
|
90
|
+
- feat: remove unused styles for navigator components [kreafox - [`95f39b2`](https://github.com/eea/volto-cca-policy/commit/95f39b224e2d425afbfe506242ec9eb507125ce4)]
|
|
91
|
+
- feat: update styles for cycle elements [kreafox - [`5b23e7f`](https://github.com/eea/volto-cca-policy/commit/5b23e7f1248796e6e56b74482bd8dec0845b46a6)]
|
|
92
|
+
- feat: add tooltip for additional tag values [kreafox - [`6c96d07`](https://github.com/eea/volto-cca-policy/commit/6c96d07ee1ea7eba2c90f6e57a9fb6f8fca229fc)]
|
|
93
|
+
- feat: update Navigator Catalogue view [kreafox - [`b6e2695`](https://github.com/eea/volto-cca-policy/commit/b6e26953e78d4c8dad71864ff870c9b5ca5c13d9)]
|
|
94
|
+
- feat: add Navigator Catalogue Map and Content view [kreafox - [`0e42a82`](https://github.com/eea/volto-cca-policy/commit/0e42a828899673cf83620ad17511fa066f08655e)]
|
|
95
|
+
|
|
96
|
+
#### :bug: Bug Fixes
|
|
97
|
+
|
|
98
|
+
- fix: tag types in navigator guide [kreafox - [`0cf7b0a`](https://github.com/eea/volto-cca-policy/commit/0cf7b0a9c8c8e1bc0f8b5644da14d6e3aa946ee8)]
|
|
99
|
+
- fix: update CSV download test to use HTMLAnchorElement's remove method [kreafox - [`10b49b9`](https://github.com/eea/volto-cca-policy/commit/10b49b9680d003481f85b00a0dd0cebb83638d3b)]
|
|
100
|
+
- fix: sonarqube reported issues [kreafox - [`6cb24f0`](https://github.com/eea/volto-cca-policy/commit/6cb24f04c2d5104cb93989fee9a00dfd4df7363d)]
|
|
101
|
+
- fix: language availability handling in ExtendedToolView [kreafox - [`06cd807`](https://github.com/eea/volto-cca-policy/commit/06cd8078bb0e8177233eefe88b5a1768b1b5dcee)]
|
|
102
|
+
- fix: button style [kreafox - [`8dedce2`](https://github.com/eea/volto-cca-policy/commit/8dedce290ff937c626c9d2afc0e62c2687252110)]
|
|
103
|
+
- fix: license status in cards [kreafox - [`b891a6f`](https://github.com/eea/volto-cca-policy/commit/b891a6ff010be7d0e3e6ad1fcb2f4428b4b6865c)]
|
|
104
|
+
- fix: className for icon [kreafox - [`02416b3`](https://github.com/eea/volto-cca-policy/commit/02416b34011fe3342ea745f3922a8cbc379b2290)]
|
|
105
|
+
- fix: update module path for @eeacms/search in jest-addon.config.js [kreafox - [`72f3549`](https://github.com/eea/volto-cca-policy/commit/72f35491918173a94d0ac60b2435bb02eefae2ce)]
|
|
106
|
+
- fix: merge conflicts [kreafox - [`14b8842`](https://github.com/eea/volto-cca-policy/commit/14b8842b73c1a62daa948e7f064b2d5d5881c30b)]
|
|
107
|
+
- fix: match selected tools using cca_uid [kreafox - [`8bd262f`](https://github.com/eea/volto-cca-policy/commit/8bd262f9f45d7ceaaf90f029972cd5d591718405)]
|
|
108
|
+
- fix: improve conditional rendering for options [kreafox - [`24acba6`](https://github.com/eea/volto-cca-policy/commit/24acba6401532f3bc5ac6e318f59a24c6cdf89cc)]
|
|
109
|
+
- fix: add uuid as a dependency [kreafox - [`662648b`](https://github.com/eea/volto-cca-policy/commit/662648b111046f20ff813ec4f2c34443426ba75d)]
|
|
110
|
+
- fix: language facet [kreafox - [`d7d0603`](https://github.com/eea/volto-cca-policy/commit/d7d0603ddd12f5a31a86120031012597efe1be43)]
|
|
111
|
+
- fix: code cleanup [kreafox - [`fa70404`](https://github.com/eea/volto-cca-policy/commit/fa70404d687d9611ca14340d8aec3ade5c90c89f)]
|
|
112
|
+
- fix: code cleanup [kreafox - [`939dbba`](https://github.com/eea/volto-cca-policy/commit/939dbba2f01ba2d0c462e886cdae96221bcf7257)]
|
|
113
|
+
|
|
114
|
+
#### :nail_care: Enhancements
|
|
115
|
+
|
|
116
|
+
- change: update compare tools [kreafox - [`7ff0a66`](https://github.com/eea/volto-cca-policy/commit/7ff0a667a7f24064308d08ae59c8dbcf833b1aa8)]
|
|
117
|
+
- refactor: update adaptation sectors and climate impacts messages [kreafox - [`1b6e22f`](https://github.com/eea/volto-cca-policy/commit/1b6e22f5ff8fe2f8f1f15d4690ae8be1e0f4c148)]
|
|
118
|
+
- change: add incomplete message compare panel [kreafox - [`3157b08`](https://github.com/eea/volto-cca-policy/commit/3157b08563d139b4ac77e9d3784a82b81058900d)]
|
|
119
|
+
- refactor: update field names [kreafox - [`9a8dadb`](https://github.com/eea/volto-cca-policy/commit/9a8dadb1eee276d498aa2908559a2044d19b8c1c)]
|
|
120
|
+
- refactor: rename navigator guide result [kreafox - [`1f9c467`](https://github.com/eea/volto-cca-policy/commit/1f9c4670bca9d5101894b45b60c5581687eda618)]
|
|
121
|
+
- refactor: update class names for consistency [kreafox - [`edd5b76`](https://github.com/eea/volto-cca-policy/commit/edd5b7639f84b07933d08aef6ab52089ec50af33)]
|
|
122
|
+
- refactor: remove unused styles [kreafox - [`d799975`](https://github.com/eea/volto-cca-policy/commit/d799975357d16c3e68ef4003b9f41431478d0273)]
|
|
123
|
+
- change: display type in NavigatorCatalogueCardItem [kreafox - [`f93caef`](https://github.com/eea/volto-cca-policy/commit/f93caefcadaf044affd9ebf6987528c062e82bed)]
|
|
124
|
+
- change: add cluster_name to navigator search [kreafox - [`d63c481`](https://github.com/eea/volto-cca-policy/commit/d63c4812ff5b2692bb0bbc1c1894dc89d91440f9)]
|
|
125
|
+
- change: functionality score display in CompareToolsView [kreafox - [`ff15cff`](https://github.com/eea/volto-cca-policy/commit/ff15cff24d1ad0f577c0ffbad2317a38f74f2746)]
|
|
126
|
+
- refactor: remove clipboard functionality from ExtendedToolView [kreafox - [`f5347e4`](https://github.com/eea/volto-cca-policy/commit/f5347e4307b838797b1196ced8f4a5d5f3d2d6a4)]
|
|
127
|
+
- refactor: rename less file [kreafox - [`42bf28d`](https://github.com/eea/volto-cca-policy/commit/42bf28d00236cc3c785c60dfa3bbf4b6c68542eb)]
|
|
128
|
+
- refactor: update imports for CompareTools utilities and adjust test mocks [kreafox - [`0087fc9`](https://github.com/eea/volto-cca-policy/commit/0087fc9e6ac620cad1fceedc917257e47809f955)]
|
|
129
|
+
- refactor: replace ExternalLink with UniversalLink in CompareToolsView [kreafox - [`d053d35`](https://github.com/eea/volto-cca-policy/commit/d053d3544203531abdfb6efc618eacd091eb7cb5)]
|
|
130
|
+
- refactor: reorganize compare tools and update imports [kreafox - [`d4858ca`](https://github.com/eea/volto-cca-policy/commit/d4858ca8dd8ca400bfeb42248afb80622dec2cb6)]
|
|
131
|
+
- refactor: update imports and routing [kreafox - [`ba27e71`](https://github.com/eea/volto-cca-policy/commit/ba27e71d538f706cfa2eca677898f4bac6bf1d7c)]
|
|
132
|
+
- refactor: move files [kreafox - [`54b467c`](https://github.com/eea/volto-cca-policy/commit/54b467cd36745bd632d2b1a4fe95aecc78b45b92)]
|
|
133
|
+
|
|
134
|
+
#### :house: Internal changes
|
|
135
|
+
|
|
136
|
+
- chore: i18n [kreafox - [`bfa6267`](https://github.com/eea/volto-cca-policy/commit/bfa6267cb2c42b1076ab766917cc4b89b255d1ef)]
|
|
137
|
+
- style: css polishments [kreafox - [`d3e8112`](https://github.com/eea/volto-cca-policy/commit/d3e8112e43b7c1bc585d8e1f51452066031d9d77)]
|
|
138
|
+
- style: Automated code fix [eea-jenkins - [`fd4f850`](https://github.com/eea/volto-cca-policy/commit/fd4f850edaeb18e67655b4820dae9318779ce680)]
|
|
139
|
+
- style: css polishments [kreafox - [`318a036`](https://github.com/eea/volto-cca-policy/commit/318a03662914ae34547668f450d07c35a8d49895)]
|
|
140
|
+
- style: Automated code fix [eea-jenkins - [`8199208`](https://github.com/eea/volto-cca-policy/commit/8199208321b07d633e4030a83f10fcf8b1775751)]
|
|
141
|
+
- style: Automated code fix [eea-jenkins - [`3aa3f45`](https://github.com/eea/volto-cca-policy/commit/3aa3f45e7cfa712f8cfc62b291c23c1883e8229c)]
|
|
142
|
+
- style: Automated code fix [eea-jenkins - [`1e7ab82`](https://github.com/eea/volto-cca-policy/commit/1e7ab821fe22be996df7a2d2999bea2cd0dbe194)]
|
|
143
|
+
- style: Automated code fix [eea-jenkins - [`15945bb`](https://github.com/eea/volto-cca-policy/commit/15945bb1c56efce3afd13ae94a7fb0f86da087bd)]
|
|
144
|
+
- style: Automated code fix [eea-jenkins - [`1e99b64`](https://github.com/eea/volto-cca-policy/commit/1e99b6431452812c483c6848af6cab397dfa9112)]
|
|
145
|
+
- style: css improvements [kreafox - [`3657fec`](https://github.com/eea/volto-cca-policy/commit/3657fecd55b9e0359c9af2e13a23855b4a63ed58)]
|
|
146
|
+
|
|
147
|
+
#### :hammer_and_wrench: Others
|
|
148
|
+
|
|
149
|
+
- test: add unit tests [kreafox - [`5b66110`](https://github.com/eea/volto-cca-policy/commit/5b661103af1d07ddd4e93982e9ba4de3973c67fd)]
|
|
150
|
+
- Remove unused var [Tiberiu Ichim - [`ebd62d5`](https://github.com/eea/volto-cca-policy/commit/ebd62d532f7bf60575cab8d897abfadb18cba014)]
|
|
151
|
+
### [1.0.2](https://github.com/eea/volto-cca-policy/compare/1.0.1...1.0.2) - 23 July 2026
|
|
8
152
|
|
|
9
153
|
#### :bug: Bug Fixes
|
|
10
154
|
|
|
11
155
|
- fix: add uuid module mapping to jest configuration [kreafox - [`7b56e58`](https://github.com/eea/volto-cca-policy/commit/7b56e5855457a9fb26f2f0d8aa81138e72a7ff32)]
|
|
12
156
|
- fix: Add Jest snapshot for ExtendedToolView component and fix GeoChar rendering logic [kreafox - [`dc6be99`](https://github.com/eea/volto-cca-policy/commit/dc6be99ad49bcc100203eb8d7da436540e59d5bc)]
|
|
13
|
-
- fix: Add betterleaks github action - refs #304517 [dobri1408 - [`ed997d7`](https://github.com/eea/volto-cca-policy/commit/ed997d7794b063b3113f97dfe11ac3b02e1c1075)]
|
|
14
157
|
|
|
15
158
|
#### :hammer_and_wrench: Others
|
|
16
159
|
|
|
@@ -33,8 +176,121 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
33
176
|
#### :hammer_and_wrench: Others
|
|
34
177
|
|
|
35
178
|
- test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
|
|
36
|
-
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.
|
|
179
|
+
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.12...1.0.0) - 12 June 2026
|
|
180
|
+
|
|
181
|
+
### [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
|
|
182
|
+
|
|
183
|
+
#### :rocket: New Features
|
|
184
|
+
|
|
185
|
+
- feat: add nature-based solution facet to search filters [kreafox - [`d4c29e0`](https://github.com/eea/volto-cca-policy/commit/d4c29e09e18aa7763e5ac0c14b1ebf4c2913f4d2)]
|
|
186
|
+
- feat: update ExtendedToolView and tests [kreafox - [`240ecc8`](https://github.com/eea/volto-cca-policy/commit/240ecc82b7243fd402d3b0f906dd0de12da08a3b)]
|
|
187
|
+
- feat: add facets for navigator catalogue [kreafox - [`6025755`](https://github.com/eea/volto-cca-policy/commit/6025755b280055f7ed05aae4cdfb5fb6e6715e01)]
|
|
188
|
+
- feat: update tool provider display; add adaptation support cycle [kreafox - [`9e7c744`](https://github.com/eea/volto-cca-policy/commit/9e7c74455982cfdc0adfc44d6dd5d39429e58af8)]
|
|
189
|
+
- feat: unify icon styling [kreafox - [`f6b69af`](https://github.com/eea/volto-cca-policy/commit/f6b69af9935284e4e08fb815209c77637b46143e)]
|
|
190
|
+
- feat: estyle improvements and remove unused styles [kreafox - [`2c80d90`](https://github.com/eea/volto-cca-policy/commit/2c80d90fa9d0fcd671a54193a11fd266c1f1fb20)]
|
|
191
|
+
- feat: add refined by criteria display in NavigatorGuideContentView [kreafox - [`02ae8da`](https://github.com/eea/volto-cca-policy/commit/02ae8dacc9dd654dc4b0fcaf0f369e5aeee34671)]
|
|
192
|
+
- feat: display cycle elements in NavigatorCatalogueCardItem [kreafox - [`cea151e`](https://github.com/eea/volto-cca-policy/commit/cea151ebcf1c0af6a0bc2a84887f6ecd07c79130)]
|
|
193
|
+
- feat: display date in NavigatorCatalogueCardItem [kreafox - [`06924bd`](https://github.com/eea/volto-cca-policy/commit/06924bd87ed95c3d0e60533a12d4266814e4eaee)]
|
|
194
|
+
- feat: display license status in NavigatorCatalogueCardItem [kreafox - [`a6b8589`](https://github.com/eea/volto-cca-policy/commit/a6b85890390b824664cd144ed4ebf7e917891953)]
|
|
195
|
+
- feat: integrate breadcrumb to CompareToolsView [kreafox - [`86ab7dd`](https://github.com/eea/volto-cca-policy/commit/86ab7dd44bd034696cb491e7c27f2b39dcf5ac8c)]
|
|
196
|
+
- feat: add banner title to CompareToolsView [kreafox - [`71aa8b6`](https://github.com/eea/volto-cca-policy/commit/71aa8b67fbe41b9b00816ef6d166a2a7f146a0eb)]
|
|
197
|
+
- feat: update CompareToolsView [kreafox - [`66575dc`](https://github.com/eea/volto-cca-policy/commit/66575dc4ce991d7e25744b29de7d3a7e4cc43a11)]
|
|
198
|
+
- feat: update comparison table with data [kreafox - [`3b30c96`](https://github.com/eea/volto-cca-policy/commit/3b30c9659118bc06ef8a693e32c4801c35d02c21)]
|
|
199
|
+
- feat: add icon to compare panel tools [kreafox - [`d2e33bc`](https://github.com/eea/volto-cca-policy/commit/d2e33bcf4eab091da5d489c50c5e4bb25a459a91)]
|
|
200
|
+
- feat: add selected state styling to NavigatorCatalogueCardItem [kreafox - [`7b861ea`](https://github.com/eea/volto-cca-policy/commit/7b861eaff806538556b03554121fb740a2b7fb84)]
|
|
201
|
+
- feat: add share button to ExtendedToolView [kreafox - [`74535d9`](https://github.com/eea/volto-cca-policy/commit/74535d94eb23ba82a670d438a582f98180d7f58e)]
|
|
202
|
+
- feat: add hyperlink button to ExtendedToolView [kreafox - [`9d36b75`](https://github.com/eea/volto-cca-policy/commit/9d36b75f387a71bf9e45266ac361a78da1d5d85b)]
|
|
203
|
+
- feat: add tool comparison from view, refactoring comparison functionality, UI improvements [kreafox - [`32fa6ee`](https://github.com/eea/volto-cca-policy/commit/32fa6eec873dbfc6bfcdaf257ec9810e2d781134)]
|
|
204
|
+
- feat: enhance navigator guide preview layout and styling [kreafox - [`0a8e92b`](https://github.com/eea/volto-cca-policy/commit/0a8e92bcedba929f6b6e0a93e227ea6373915de0)]
|
|
205
|
+
- feat: add empty state message and styling for navigator guide preview [kreafox - [`94a4f35`](https://github.com/eea/volto-cca-policy/commit/94a4f3544c7ca71084e2ead83f9a0ec21f8f3e91)]
|
|
206
|
+
- feat: enhance navigator guide progress steps with connectors and improved styling [kreafox - [`f2c9cef`](https://github.com/eea/volto-cca-policy/commit/f2c9cefdafbaf746df50ff8e6fe963640204fe10)]
|
|
207
|
+
- feat: add intl support to guide steps [kreafox - [`f21c229`](https://github.com/eea/volto-cca-policy/commit/f21c229efdce20dec4c7d69d2c8777aa43c0928f)]
|
|
208
|
+
- feat: add uuid module mapping to jest configuration [kreafox - [`887bdb0`](https://github.com/eea/volto-cca-policy/commit/887bdb0febf60c9fb497d2930a2f68249d23b883)]
|
|
209
|
+
- feat: make progress steps clickable [kreafox - [`5d9a1d8`](https://github.com/eea/volto-cca-policy/commit/5d9a1d8c09d7f00263157c7cef61e50531aeab89)]
|
|
210
|
+
- feat: allow customizable headline and subheadline [kreafox - [`df23003`](https://github.com/eea/volto-cca-policy/commit/df230030dc3d44ade67f11db3c83cf7f3ed06422)]
|
|
211
|
+
- feat: add intl support to Navigator Guide messages [kreafox - [`0b876e4`](https://github.com/eea/volto-cca-policy/commit/0b876e475ea51ea9733ba00ae8ace465a8488b0f)]
|
|
212
|
+
- feat: update colors and font sizes in Navigator Guide preview [kreafox - [`865b4ec`](https://github.com/eea/volto-cca-policy/commit/865b4ec40ccc9e4d26ead76c8ff6d444068ebeaf)]
|
|
213
|
+
- feat: determine selected steps in Navigator Guide [kreafox - [`a3a627e`](https://github.com/eea/volto-cca-policy/commit/a3a627ea6237c2349d717d386fc53cc21eff0df4)]
|
|
214
|
+
- feat: persist navigator guide step and enable URL state tracking [kreafox - [`a88dd4f`](https://github.com/eea/volto-cca-policy/commit/a88dd4f67e24fb15ef2d0c5eed4d75d95138a3a0)]
|
|
215
|
+
- feat: add separators to progress steps in Navigator Guide [kreafox - [`ce95dfc`](https://github.com/eea/volto-cca-policy/commit/ce95dfcf080cfa4eae2f523a30b6d5e91cb27770)]
|
|
216
|
+
- feat: style improvements [kreafox - [`e4ae8ba`](https://github.com/eea/volto-cca-policy/commit/e4ae8baf1a977b247874db41186bc8c062faa15a)]
|
|
217
|
+
- feat: add progress bar for Navigator Guide [kreafox - [`685e0b8`](https://github.com/eea/volto-cca-policy/commit/685e0b8860521d7d7efbdd65d5a6e77cb13eb95a)]
|
|
218
|
+
- feat: update styles for active/completed states [kreafox - [`97e83be`](https://github.com/eea/volto-cca-policy/commit/97e83be00cbe52b0de43a051fa8f96c530413dcb)]
|
|
219
|
+
- feat: add loading state Navigator Guide options [kreafox - [`522a44b`](https://github.com/eea/volto-cca-policy/commit/522a44b79b04cb0e2aa535a9a0a016c66e8d99e1)]
|
|
220
|
+
- feat: improve Navigator Guide progress indicators and styles [kreafox - [`9a6b14c`](https://github.com/eea/volto-cca-policy/commit/9a6b14c40d86d8eb33778e27d6c3102b2781d81f)]
|
|
221
|
+
- feat: implement Navigator Guide [kreafox - [`3908029`](https://github.com/eea/volto-cca-policy/commit/39080299b7a8b4915088730f1e233e18571fa7c3)]
|
|
222
|
+
- feat: update comparison tool validation and improve messages [kreafox - [`867d961`](https://github.com/eea/volto-cca-policy/commit/867d9614e32904c0c813dc1ad78ec6b72072a675)]
|
|
223
|
+
- feat: implement compare tools limit [kreafox - [`d464bcd`](https://github.com/eea/volto-cca-policy/commit/d464bcdd4bcfdd34f3d076f7f635684fb61dad51)]
|
|
224
|
+
- feat: add back to search [kreafox - [`f58a6fc`](https://github.com/eea/volto-cca-policy/commit/f58a6fcd9cb1c59a6669ecf5c4cd2e3f4d4147bb)]
|
|
225
|
+
- feat: add landing page URL to config [kreafox - [`d8249cf`](https://github.com/eea/volto-cca-policy/commit/d8249cf16514d3fc05901cef838b177c038180a4)]
|
|
226
|
+
- feat: add CSV export for comparison table [kreafox - [`46c3060`](https://github.com/eea/volto-cca-policy/commit/46c3060f409ec179e34c063b95fbadfa644bd689)]
|
|
227
|
+
- feat: add back to results and export table buttons [kreafox - [`0813814`](https://github.com/eea/volto-cca-policy/commit/08138149efc90ff9843df67eeabacc6328a1d75c)]
|
|
228
|
+
- feat: add remove tool functionality [kreafox - [`00a6a0c`](https://github.com/eea/volto-cca-policy/commit/00a6a0c1bda87adea88a32a0f6d555f6bf82ab62)]
|
|
229
|
+
- feat: add internationalization for navigator search [kreafox - [`54010fd`](https://github.com/eea/volto-cca-policy/commit/54010fdab3019127b26ca495e3490569a97c03be)]
|
|
230
|
+
- feat: enhance comparison view with new criteria and styling updates [kreafox - [`25d101d`](https://github.com/eea/volto-cca-policy/commit/25d101d615ecb4d18706147c16663d3144928561)]
|
|
231
|
+
- feat: add comparison view for Navigator Catalogue tools (WIP) [kreafox - [`7024b27`](https://github.com/eea/volto-cca-policy/commit/7024b27e621be95456f611ecb4666cac3da7fdba)]
|
|
232
|
+
- feat: add Compare Tools panel for Navigator Catalogue [kreafox - [`f895de5`](https://github.com/eea/volto-cca-policy/commit/f895de5746b9eb093c8aa879cc858811ee63da6d)]
|
|
233
|
+
- feat: remove unused styles for navigator components [kreafox - [`95f39b2`](https://github.com/eea/volto-cca-policy/commit/95f39b224e2d425afbfe506242ec9eb507125ce4)]
|
|
234
|
+
- feat: update styles for cycle elements [kreafox - [`5b23e7f`](https://github.com/eea/volto-cca-policy/commit/5b23e7f1248796e6e56b74482bd8dec0845b46a6)]
|
|
235
|
+
- feat: add tooltip for additional tag values [kreafox - [`6c96d07`](https://github.com/eea/volto-cca-policy/commit/6c96d07ee1ea7eba2c90f6e57a9fb6f8fca229fc)]
|
|
236
|
+
- feat: update Navigator Catalogue view [kreafox - [`b6e2695`](https://github.com/eea/volto-cca-policy/commit/b6e26953e78d4c8dad71864ff870c9b5ca5c13d9)]
|
|
237
|
+
- feat: add Navigator Catalogue Map and Content view [kreafox - [`0e42a82`](https://github.com/eea/volto-cca-policy/commit/0e42a828899673cf83620ad17511fa066f08655e)]
|
|
238
|
+
- feat: add Navigator Catalogue search app - refs #304610 [kreafox - [`58a8ba1`](https://github.com/eea/volto-cca-policy/commit/58a8ba1590cd3d8b603a1f8f9bfd666fb5801d3b)]
|
|
239
|
+
|
|
240
|
+
#### :bug: Bug Fixes
|
|
241
|
+
|
|
242
|
+
- fix: update CSV download test to use HTMLAnchorElement's remove method [kreafox - [`10b49b9`](https://github.com/eea/volto-cca-policy/commit/10b49b9680d003481f85b00a0dd0cebb83638d3b)]
|
|
243
|
+
- fix: sonarqube reported issues [kreafox - [`6cb24f0`](https://github.com/eea/volto-cca-policy/commit/6cb24f04c2d5104cb93989fee9a00dfd4df7363d)]
|
|
244
|
+
- fix: language availability handling in ExtendedToolView [kreafox - [`06cd807`](https://github.com/eea/volto-cca-policy/commit/06cd8078bb0e8177233eefe88b5a1768b1b5dcee)]
|
|
245
|
+
- fix: button style [kreafox - [`8dedce2`](https://github.com/eea/volto-cca-policy/commit/8dedce290ff937c626c9d2afc0e62c2687252110)]
|
|
246
|
+
- fix: license status in cards [kreafox - [`b891a6f`](https://github.com/eea/volto-cca-policy/commit/b891a6ff010be7d0e3e6ad1fcb2f4428b4b6865c)]
|
|
247
|
+
- fix: className for icon [kreafox - [`02416b3`](https://github.com/eea/volto-cca-policy/commit/02416b34011fe3342ea745f3922a8cbc379b2290)]
|
|
248
|
+
- fix: update module path for @eeacms/search in jest-addon.config.js [kreafox - [`72f3549`](https://github.com/eea/volto-cca-policy/commit/72f35491918173a94d0ac60b2435bb02eefae2ce)]
|
|
249
|
+
- fix: merge conflicts [kreafox - [`14b8842`](https://github.com/eea/volto-cca-policy/commit/14b8842b73c1a62daa948e7f064b2d5d5881c30b)]
|
|
250
|
+
- fix: match selected tools using cca_uid [kreafox - [`8bd262f`](https://github.com/eea/volto-cca-policy/commit/8bd262f9f45d7ceaaf90f029972cd5d591718405)]
|
|
251
|
+
- fix: add uuid module mapping to jest configuration [kreafox - [`7b56e58`](https://github.com/eea/volto-cca-policy/commit/7b56e5855457a9fb26f2f0d8aa81138e72a7ff32)]
|
|
252
|
+
- fix: improve conditional rendering for options [kreafox - [`24acba6`](https://github.com/eea/volto-cca-policy/commit/24acba6401532f3bc5ac6e318f59a24c6cdf89cc)]
|
|
253
|
+
- fix: add uuid as a dependency [kreafox - [`662648b`](https://github.com/eea/volto-cca-policy/commit/662648b111046f20ff813ec4f2c34443426ba75d)]
|
|
254
|
+
- fix: language facet [kreafox - [`d7d0603`](https://github.com/eea/volto-cca-policy/commit/d7d0603ddd12f5a31a86120031012597efe1be43)]
|
|
255
|
+
- fix: code cleanup [kreafox - [`fa70404`](https://github.com/eea/volto-cca-policy/commit/fa70404d687d9611ca14340d8aec3ade5c90c89f)]
|
|
256
|
+
- fix: code cleanup [kreafox - [`939dbba`](https://github.com/eea/volto-cca-policy/commit/939dbba2f01ba2d0c462e886cdae96221bcf7257)]
|
|
257
|
+
|
|
258
|
+
#### :nail_care: Enhancements
|
|
259
|
+
|
|
260
|
+
- refactor: update adaptation sectors and climate impacts messages [kreafox - [`1b6e22f`](https://github.com/eea/volto-cca-policy/commit/1b6e22f5ff8fe2f8f1f15d4690ae8be1e0f4c148)]
|
|
261
|
+
- change: add incomplete message compare panel [kreafox - [`3157b08`](https://github.com/eea/volto-cca-policy/commit/3157b08563d139b4ac77e9d3784a82b81058900d)]
|
|
262
|
+
- refactor: update field names [kreafox - [`9a8dadb`](https://github.com/eea/volto-cca-policy/commit/9a8dadb1eee276d498aa2908559a2044d19b8c1c)]
|
|
263
|
+
- refactor: rename navigator guide result [kreafox - [`1f9c467`](https://github.com/eea/volto-cca-policy/commit/1f9c4670bca9d5101894b45b60c5581687eda618)]
|
|
264
|
+
- refactor: update class names for consistency [kreafox - [`edd5b76`](https://github.com/eea/volto-cca-policy/commit/edd5b7639f84b07933d08aef6ab52089ec50af33)]
|
|
265
|
+
- refactor: remove unused styles [kreafox - [`d799975`](https://github.com/eea/volto-cca-policy/commit/d799975357d16c3e68ef4003b9f41431478d0273)]
|
|
266
|
+
- change: display type in NavigatorCatalogueCardItem [kreafox - [`f93caef`](https://github.com/eea/volto-cca-policy/commit/f93caefcadaf044affd9ebf6987528c062e82bed)]
|
|
267
|
+
- change: add cluster_name to navigator search [kreafox - [`d63c481`](https://github.com/eea/volto-cca-policy/commit/d63c4812ff5b2692bb0bbc1c1894dc89d91440f9)]
|
|
268
|
+
- change: functionality score display in CompareToolsView [kreafox - [`ff15cff`](https://github.com/eea/volto-cca-policy/commit/ff15cff24d1ad0f577c0ffbad2317a38f74f2746)]
|
|
269
|
+
- refactor: remove clipboard functionality from ExtendedToolView [kreafox - [`f5347e4`](https://github.com/eea/volto-cca-policy/commit/f5347e4307b838797b1196ced8f4a5d5f3d2d6a4)]
|
|
270
|
+
- refactor: rename less file [kreafox - [`42bf28d`](https://github.com/eea/volto-cca-policy/commit/42bf28d00236cc3c785c60dfa3bbf4b6c68542eb)]
|
|
271
|
+
- refactor: update imports for CompareTools utilities and adjust test mocks [kreafox - [`0087fc9`](https://github.com/eea/volto-cca-policy/commit/0087fc9e6ac620cad1fceedc917257e47809f955)]
|
|
272
|
+
- refactor: replace ExternalLink with UniversalLink in CompareToolsView [kreafox - [`d053d35`](https://github.com/eea/volto-cca-policy/commit/d053d3544203531abdfb6efc618eacd091eb7cb5)]
|
|
273
|
+
- refactor: reorganize compare tools and update imports [kreafox - [`d4858ca`](https://github.com/eea/volto-cca-policy/commit/d4858ca8dd8ca400bfeb42248afb80622dec2cb6)]
|
|
274
|
+
- refactor: update imports and routing [kreafox - [`ba27e71`](https://github.com/eea/volto-cca-policy/commit/ba27e71d538f706cfa2eca677898f4bac6bf1d7c)]
|
|
275
|
+
- refactor: move files [kreafox - [`54b467c`](https://github.com/eea/volto-cca-policy/commit/54b467cd36745bd632d2b1a4fe95aecc78b45b92)]
|
|
276
|
+
|
|
277
|
+
#### :house: Internal changes
|
|
278
|
+
|
|
279
|
+
- chore: i18n [kreafox - [`bfa6267`](https://github.com/eea/volto-cca-policy/commit/bfa6267cb2c42b1076ab766917cc4b89b255d1ef)]
|
|
280
|
+
- style: css polishments [kreafox - [`d3e8112`](https://github.com/eea/volto-cca-policy/commit/d3e8112e43b7c1bc585d8e1f51452066031d9d77)]
|
|
281
|
+
- style: Automated code fix [eea-jenkins - [`fd4f850`](https://github.com/eea/volto-cca-policy/commit/fd4f850edaeb18e67655b4820dae9318779ce680)]
|
|
282
|
+
- style: css polishments [kreafox - [`318a036`](https://github.com/eea/volto-cca-policy/commit/318a03662914ae34547668f450d07c35a8d49895)]
|
|
283
|
+
- style: Automated code fix [eea-jenkins - [`8199208`](https://github.com/eea/volto-cca-policy/commit/8199208321b07d633e4030a83f10fcf8b1775751)]
|
|
284
|
+
- style: Automated code fix [eea-jenkins - [`3aa3f45`](https://github.com/eea/volto-cca-policy/commit/3aa3f45e7cfa712f8cfc62b291c23c1883e8229c)]
|
|
285
|
+
- style: Automated code fix [eea-jenkins - [`1e7ab82`](https://github.com/eea/volto-cca-policy/commit/1e7ab821fe22be996df7a2d2999bea2cd0dbe194)]
|
|
286
|
+
- style: Automated code fix [eea-jenkins - [`15945bb`](https://github.com/eea/volto-cca-policy/commit/15945bb1c56efce3afd13ae94a7fb0f86da087bd)]
|
|
287
|
+
- style: Automated code fix [eea-jenkins - [`1e99b64`](https://github.com/eea/volto-cca-policy/commit/1e99b6431452812c483c6848af6cab397dfa9112)]
|
|
288
|
+
- style: css improvements [kreafox - [`3657fec`](https://github.com/eea/volto-cca-policy/commit/3657fecd55b9e0359c9af2e13a23855b4a63ed58)]
|
|
289
|
+
|
|
290
|
+
#### :hammer_and_wrench: Others
|
|
37
291
|
|
|
292
|
+
- test: add unit tests [kreafox - [`5b66110`](https://github.com/eea/volto-cca-policy/commit/5b661103af1d07ddd4e93982e9ba4de3973c67fd)]
|
|
293
|
+
- Remove unused var [Tiberiu Ichim - [`ebd62d5`](https://github.com/eea/volto-cca-policy/commit/ebd62d532f7bf60575cab8d897abfadb18cba014)]
|
|
38
294
|
### [1.0.0-alpha.11](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.10...1.0.0-alpha.11) - 20 July 2026
|
|
39
295
|
|
|
40
296
|
#### :bug: Bug Fixes
|
package/jest-addon.config.js
CHANGED
|
@@ -38,8 +38,10 @@ module.exports = {
|
|
|
38
38
|
'@package/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
|
|
39
39
|
'@root/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
|
|
40
40
|
'@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
|
|
41
|
-
'
|
|
42
|
-
|
|
41
|
+
'^@eeacms/search/(.*)$':
|
|
42
|
+
'<rootDir>/node_modules/@eeacms/volto-searchlib/searchlib/$1',
|
|
43
|
+
'^@eeacms/search$':
|
|
44
|
+
'<rootDir>/node_modules/@eeacms/volto-searchlib/searchlib',
|
|
43
45
|
'@eeacms/(.*?)/(.*)$': '<rootDir>/node_modules/@eeacms/$1/src/$2',
|
|
44
46
|
'@plone/volto-slate$': voltoSlatePath,
|
|
45
47
|
'@plone/volto-slate/(.*)$': `${voltoSlatePath}/$1`,
|