@eeacms/volto-cca-policy 0.3.21 → 0.3.23
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 +27 -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/no/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 +1 -1
- 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/components/theme/View/DefaultView.jsx +2 -2
- package/src/index.js +5 -0
- 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,33 @@ 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.23](https://github.com/eea/volto-cca-policy/compare/0.3.22...0.3.23) - 7 April 2025
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: error messages [kreafox - [`e3e91da`](https://github.com/eea/volto-cca-policy/commit/e3e91dabfe5f3acbd1ad101f4b7823c93077151a)]
|
|
12
|
+
- fix: unused import [kreafox - [`2358c1e`](https://github.com/eea/volto-cca-policy/commit/2358c1ea8e6c0dbe6619403b05a3a611d53e27a5)]
|
|
13
|
+
|
|
14
|
+
#### :nail_care: Enhancements
|
|
15
|
+
|
|
16
|
+
- change: update Planning section - refs #285361 [kreafox - [`d19e85c`](https://github.com/eea/volto-cca-policy/commit/d19e85c4664d89ad766483c9926143f8228a1bfc)]
|
|
17
|
+
|
|
18
|
+
#### :house: Internal changes
|
|
19
|
+
|
|
20
|
+
- style: Automated code fix [eea-jenkins - [`d66ffba`](https://github.com/eea/volto-cca-policy/commit/d66ffba27ddc860c21d1b28a278938158bcc790a)]
|
|
21
|
+
|
|
22
|
+
#### :hammer_and_wrench: Others
|
|
23
|
+
|
|
24
|
+
- User SelectAutocomplete for users vocabulary [Tiberiu Ichim - [`56712ac`](https://github.com/eea/volto-cca-policy/commit/56712aca2f031d95ce3c89a77f3f8a13822dd910)]
|
|
25
|
+
- Refs #284961 - add translations [Tripon Eugen - [`500316f`](https://github.com/eea/volto-cca-policy/commit/500316f49d597381b6127121673c2aaae482b656)]
|
|
26
|
+
- Refs #284995 - update download fields and show download only for logged users [Tripon Eugen - [`c9bd163`](https://github.com/eea/volto-cca-policy/commit/c9bd1638581338dcc350012d556443e52d464575)]
|
|
27
|
+
- add translations [Tripon Eugen - [`79d36f9`](https://github.com/eea/volto-cca-policy/commit/79d36f9b0be2101edae1e69052ea2e781c5f3185)]
|
|
28
|
+
### [0.3.22](https://github.com/eea/volto-cca-policy/compare/0.3.21...0.3.22) - 27 March 2025
|
|
29
|
+
|
|
30
|
+
#### :bug: Bug Fixes
|
|
31
|
+
|
|
32
|
+
- fix: refs #286159 adjust ContextNavigation topLevel and bottomLevel [laszlocseh - [`890392b`](https://github.com/eea/volto-cca-policy/commit/890392b20499fa570b56e1ef3b2b9afd143f5121)]
|
|
33
|
+
|
|
7
34
|
### [0.3.21](https://github.com/eea/volto-cca-policy/compare/0.3.20...0.3.21) - 26 March 2025
|
|
8
35
|
|
|
9
36
|
#### :rocket: Dependency updates
|