@eeacms/volto-cca-policy 0.3.16 → 0.3.18
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 +21 -0
- package/locales/bg/LC_MESSAGES/volto.po +815 -341
- package/locales/cs/LC_MESSAGES/volto.po +764 -320
- package/locales/de/LC_MESSAGES/volto.po +794 -317
- package/locales/eea.cca.pot +280 -1
- package/locales/en/LC_MESSAGES/volto.po +459 -55
- package/locales/es/LC_MESSAGES/volto.po +776 -298
- package/locales/et/LC_MESSAGES/volto.po +760 -322
- package/locales/fi/LC_MESSAGES/volto.po +796 -334
- package/locales/fr/LC_MESSAGES/volto.po +808 -324
- package/locales/ga/LC_MESSAGES/volto.po +831 -348
- package/locales/hr/LC_MESSAGES/volto.po +762 -319
- package/locales/hu/LC_MESSAGES/volto.po +831 -342
- package/locales/it/LC_MESSAGES/volto.po +775 -310
- package/locales/lt/LC_MESSAGES/volto.po +779 -329
- package/locales/nl/LC_MESSAGES/volto.po +805 -330
- package/locales/pl/LC_MESSAGES/volto.po +737 -292
- package/locales/pt/LC_MESSAGES/volto.po +793 -328
- package/locales/ro/LC_MESSAGES/volto.po +797 -326
- package/locales/sl/LC_MESSAGES/volto.po +782 -327
- package/locales/volto.pot +30 -1
- package/package.json +1 -1
- package/src/components/manage/Blocks/MissionSignatoriesProfile/AccordionList.jsx +41 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileView.js +23 -106
- package/src/components/manage/Blocks/MissionSignatoriesProfile/StatisticsSection.jsx +23 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/ActionPagesTab.jsx +27 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/AssessmentTab.jsx +185 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/GovernanceTab.jsx +92 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/IntroductionTab.jsx +39 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/PlanningTab.jsx +28 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/style.less +22 -0
- package/src/helpers/ContentMetadata.jsx +21 -2
- package/src/helpers/Utils.jsx +27 -9
- package/src/utils.js +14 -0
- package/theme/assets/images/image-narrow.svg +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ 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.18](https://github.com/eea/volto-cca-policy/compare/0.3.17...0.3.18) - 21 March 2025
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: improve statistic section, add assessment section (WIP) - refs #285361 [kreafox - [`3a1ca18`](https://github.com/eea/volto-cca-policy/commit/3a1ca18aad31813e55c298c4160bd5092eb8303b)]
|
|
12
|
+
|
|
13
|
+
#### :nail_care: Enhancements
|
|
14
|
+
|
|
15
|
+
- change: improve mission signatories profile view - refs #285361 [kreafox - [`e3a2de9`](https://github.com/eea/volto-cca-policy/commit/e3a2de94b3bb329012380b33695f1f976cd6611e)]
|
|
16
|
+
|
|
17
|
+
#### :house: Internal changes
|
|
18
|
+
|
|
19
|
+
- style: Automated code fix [eea-jenkins - [`7bfbc5c`](https://github.com/eea/volto-cca-policy/commit/7bfbc5cc9ab0489e5dbb9dd35eca77a1ee83d089)]
|
|
20
|
+
|
|
21
|
+
### [0.3.17](https://github.com/eea/volto-cca-policy/compare/0.3.16...0.3.17) - 19 March 2025
|
|
22
|
+
|
|
23
|
+
#### :rocket: New Features
|
|
24
|
+
|
|
25
|
+
- feat: add formatTextToHTML to handle newlines as paragraph and line breaks - refs #285361 [kreafox - [`b4c3729`](https://github.com/eea/volto-cca-policy/commit/b4c3729d69239d699ea5f7aed2b19b1336509d31)]
|
|
26
|
+
- feat: add sections in mission signatories profile view - refs #285361 [kreafox - [`1a47d99`](https://github.com/eea/volto-cca-policy/commit/1a47d991e3d456c403e1b419abc4badd677572ac)]
|
|
27
|
+
|
|
7
28
|
### [0.3.16](https://github.com/eea/volto-cca-policy/compare/0.3.15...0.3.16) - 17 March 2025
|
|
8
29
|
|
|
9
30
|
#### :rocket: New Features
|