@eeacms/volto-cca-policy 0.3.22 → 0.3.24
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 +43 -0
- package/locales/bg/LC_MESSAGES/volto.po +301 -360
- package/locales/cs/LC_MESSAGES/volto.po +290 -319
- package/locales/da/LC_MESSAGES/volto.po +3812 -0
- package/locales/de/LC_MESSAGES/volto.po +304 -366
- package/locales/eea.cca.pot +6 -3
- package/locales/eea.climateadapt.menu.pot +0 -3
- package/locales/eea.climateadapt.pot +0 -3
- package/locales/el/LC_MESSAGES/volto.po +3812 -0
- package/locales/es/LC_MESSAGES/volto.po +304 -367
- package/locales/et/LC_MESSAGES/volto.po +287 -310
- package/locales/fi/LC_MESSAGES/volto.po +298 -345
- package/locales/fr/LC_MESSAGES/volto.po +309 -378
- package/locales/ga/LC_MESSAGES/volto.po +304 -372
- package/locales/hr/LC_MESSAGES/volto.po +290 -318
- package/locales/hu/LC_MESSAGES/volto.po +308 -382
- package/locales/is/LC_MESSAGES/volto.po +3812 -0
- package/locales/it/LC_MESSAGES/volto.po +297 -347
- package/locales/lt/LC_MESSAGES/volto.po +296 -331
- package/locales/lv/LC_MESSAGES/volto.po +3812 -0
- package/locales/mt/LC_MESSAGES/volto.po +3812 -0
- package/locales/nl/LC_MESSAGES/volto.po +303 -363
- package/locales/nn/LC_MESSAGES/volto.po +3812 -0
- package/locales/pl/LC_MESSAGES/volto.po +288 -318
- package/locales/pt/LC_MESSAGES/volto.po +296 -346
- package/locales/ro/LC_MESSAGES/volto.po +301 -357
- package/locales/sk/LC_MESSAGES/volto.po +3812 -0
- package/locales/sl/LC_MESSAGES/volto.po +296 -336
- package/locales/sv/LC_MESSAGES/volto.po +3812 -0
- package/package.json +3 -3
- package/src/components/manage/Blocks/MissionSignatoriesProfile/AccordionList.jsx +4 -4
- package/src/components/manage/Blocks/MissionSignatoriesProfile/ItemsSection.jsx +54 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/AssessmentTab.jsx +4 -55
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/GovernanceTab.jsx +3 -2
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/PlanningTab.jsx +92 -1
- package/src/components/manage/Blocks/MissionSignatoriesProfile/style.less +37 -10
- package/src/customizations/volto/error.jsx +109 -0
- package/src/index.js +58 -2
- package/src/search/cca/config.js +17 -11
- package/src/utils.js +1 -3
- package/theme/globals/mission.less +5 -5
- package/theme/globals/search.less +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,49 @@ 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.3.24](https://github.com/eea/volto-cca-policy/compare/0.3.23...0.3.24) - 11 April 2025
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-globalsearch@2.0.11 [EEA Jenkins - [`e96979c`](https://github.com/eea/volto-cca-policy/commit/e96979c8b0bd19a67055f0a1c1e9fd8eeec41e69)]
|
|
12
|
+
- Release @eeacms/volto-searchlib@2.0.15 [EEA Jenkins - [`35919dd`](https://github.com/eea/volto-cca-policy/commit/35919dd309a32ab58704d90291db6b812d4a9d1b)]
|
|
13
|
+
|
|
14
|
+
#### :house: Internal changes
|
|
15
|
+
|
|
16
|
+
- style: Automated code fix [eea-jenkins - [`3630c9a`](https://github.com/eea/volto-cca-policy/commit/3630c9ab97418376c1d4a75a546d4eeb3c8d32e8)]
|
|
17
|
+
- style: Automated code fix [eea-jenkins - [`d085ddd`](https://github.com/eea/volto-cca-policy/commit/d085dddcb1ee2967ecfebd1f956082d2f9bfd16f)]
|
|
18
|
+
- style: Automated code fix [eea-jenkins - [`687b4a2`](https://github.com/eea/volto-cca-policy/commit/687b4a20546b72d6c95810f97f24b08cb46b13b4)]
|
|
19
|
+
|
|
20
|
+
#### :hammer_and_wrench: Others
|
|
21
|
+
|
|
22
|
+
- More langs [Tiberiu Ichim - [`0cea414`](https://github.com/eea/volto-cca-policy/commit/0cea4147d6ae72f4f4ca6cb87177745dbdb79259)]
|
|
23
|
+
- More langs [Tiberiu Ichim - [`9010d13`](https://github.com/eea/volto-cca-policy/commit/9010d132d2b9aad96fa6a297ffd25bdf329ce124)]
|
|
24
|
+
- More langs [Tiberiu Ichim - [`d7a9036`](https://github.com/eea/volto-cca-policy/commit/d7a9036d8341204026fd62aadc748cf71324fe21)]
|
|
25
|
+
- Rename norwegian [Tiberiu Ichim - [`15aaf95`](https://github.com/eea/volto-cca-policy/commit/15aaf9515c86131efebffb9a280e4ea913adebb9)]
|
|
26
|
+
- Add norwegian [Tiberiu Ichim - [`1c2410b`](https://github.com/eea/volto-cca-policy/commit/1c2410b7e590b1ba409d698f3ef2a943ba1fabe5)]
|
|
27
|
+
- Enable extra languages [Tiberiu Ichim - [`3210236`](https://github.com/eea/volto-cca-policy/commit/321023608d5ae8294490929e2def26686ea63cd8)]
|
|
28
|
+
- Add error component [Tiberiu Ichim - [`8a9d6dc`](https://github.com/eea/volto-cca-policy/commit/8a9d6dc3d90b67463b0f3356ce887c7a15996e67)]
|
|
29
|
+
### [0.3.23](https://github.com/eea/volto-cca-policy/compare/0.3.22...0.3.23) - 7 April 2025
|
|
30
|
+
|
|
31
|
+
#### :bug: Bug Fixes
|
|
32
|
+
|
|
33
|
+
- fix: error messages [kreafox - [`e3e91da`](https://github.com/eea/volto-cca-policy/commit/e3e91dabfe5f3acbd1ad101f4b7823c93077151a)]
|
|
34
|
+
- fix: unused import [kreafox - [`2358c1e`](https://github.com/eea/volto-cca-policy/commit/2358c1ea8e6c0dbe6619403b05a3a611d53e27a5)]
|
|
35
|
+
|
|
36
|
+
#### :nail_care: Enhancements
|
|
37
|
+
|
|
38
|
+
- change: update Planning section - refs #285361 [kreafox - [`d19e85c`](https://github.com/eea/volto-cca-policy/commit/d19e85c4664d89ad766483c9926143f8228a1bfc)]
|
|
39
|
+
|
|
40
|
+
#### :house: Internal changes
|
|
41
|
+
|
|
42
|
+
- style: Automated code fix [eea-jenkins - [`d66ffba`](https://github.com/eea/volto-cca-policy/commit/d66ffba27ddc860c21d1b28a278938158bcc790a)]
|
|
43
|
+
|
|
44
|
+
#### :hammer_and_wrench: Others
|
|
45
|
+
|
|
46
|
+
- User SelectAutocomplete for users vocabulary [Tiberiu Ichim - [`56712ac`](https://github.com/eea/volto-cca-policy/commit/56712aca2f031d95ce3c89a77f3f8a13822dd910)]
|
|
47
|
+
- Refs #284961 - add translations [Tripon Eugen - [`500316f`](https://github.com/eea/volto-cca-policy/commit/500316f49d597381b6127121673c2aaae482b656)]
|
|
48
|
+
- Refs #284995 - update download fields and show download only for logged users [Tripon Eugen - [`c9bd163`](https://github.com/eea/volto-cca-policy/commit/c9bd1638581338dcc350012d556443e52d464575)]
|
|
49
|
+
- add translations [Tripon Eugen - [`79d36f9`](https://github.com/eea/volto-cca-policy/commit/79d36f9b0be2101edae1e69052ea2e781c5f3185)]
|
|
7
50
|
### [0.3.22](https://github.com/eea/volto-cca-policy/compare/0.3.21...0.3.22) - 27 March 2025
|
|
8
51
|
|
|
9
52
|
#### :bug: Bug Fixes
|