@eeacms/volto-cca-policy 0.3.16 → 0.3.17

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +7 -8
  2. package/locales/bg/LC_MESSAGES/volto.po +815 -341
  3. package/locales/cs/LC_MESSAGES/volto.po +764 -320
  4. package/locales/de/LC_MESSAGES/volto.po +794 -317
  5. package/locales/eea.cca.pot +280 -1
  6. package/locales/en/LC_MESSAGES/volto.po +459 -55
  7. package/locales/es/LC_MESSAGES/volto.po +776 -298
  8. package/locales/et/LC_MESSAGES/volto.po +760 -322
  9. package/locales/fi/LC_MESSAGES/volto.po +796 -334
  10. package/locales/fr/LC_MESSAGES/volto.po +808 -324
  11. package/locales/ga/LC_MESSAGES/volto.po +831 -348
  12. package/locales/hr/LC_MESSAGES/volto.po +762 -319
  13. package/locales/hu/LC_MESSAGES/volto.po +831 -342
  14. package/locales/it/LC_MESSAGES/volto.po +775 -310
  15. package/locales/lt/LC_MESSAGES/volto.po +779 -329
  16. package/locales/nl/LC_MESSAGES/volto.po +805 -330
  17. package/locales/pl/LC_MESSAGES/volto.po +737 -292
  18. package/locales/pt/LC_MESSAGES/volto.po +793 -328
  19. package/locales/ro/LC_MESSAGES/volto.po +797 -326
  20. package/locales/sl/LC_MESSAGES/volto.po +782 -327
  21. package/locales/volto.pot +30 -1
  22. package/package.json +1 -1
  23. package/src/components/manage/Blocks/MissionSignatoriesProfile/AccordionList.jsx +41 -0
  24. package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileView.js +23 -106
  25. package/src/components/manage/Blocks/MissionSignatoriesProfile/StatisticsSection.jsx +20 -0
  26. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/ActionPagesTab.jsx +27 -0
  27. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/AssessmentTab.jsx +30 -0
  28. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/GovernanceTab.jsx +92 -0
  29. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/IntroductionTab.jsx +25 -0
  30. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/PlanningTab.jsx +28 -0
  31. package/src/components/manage/Blocks/MissionSignatoriesProfile/style.less +5 -0
  32. package/src/helpers/ContentMetadata.jsx +21 -2
  33. package/src/helpers/Utils.jsx +27 -9
  34. package/src/utils.js +14 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ 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.17](https://github.com/eea/volto-cca-policy/compare/0.3.16...0.3.17) - 19 March 2025
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat: add formatTextToHTML to handle newlines as paragraph and line breaks - refs #285361 [kreafox - [`b4c3729`](https://github.com/eea/volto-cca-policy/commit/b4c3729d69239d699ea5f7aed2b19b1336509d31)]
12
+ - feat: add sections in mission signatories profile view - refs #285361 [kreafox - [`1a47d99`](https://github.com/eea/volto-cca-policy/commit/1a47d991e3d456c403e1b419abc4badd677572ac)]
13
+
7
14
  ### [0.3.16](https://github.com/eea/volto-cca-policy/compare/0.3.15...0.3.16) - 17 March 2025
8
15
 
9
16
  #### :rocket: New Features
@@ -2012,13 +2019,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2012
2019
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
2013
2020
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
2014
2021
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
2015
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
2016
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
2017
2022
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
2018
2023
 
2019
2024
  #### :house: Internal changes
2020
2025
 
2021
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
2022
2026
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
2023
2027
 
2024
2028
  #### :hammer_and_wrench: Others
@@ -2035,9 +2039,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2035
2039
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
2036
2040
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
2037
2041
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
2038
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
2039
- - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
2040
- - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
2041
2042
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
2042
2043
  - Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
2043
2044
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -2254,7 +2255,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2254
2255
 
2255
2256
  #### :house: Internal changes
2256
2257
 
2257
- - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
2258
2258
 
2259
2259
  #### :hammer_and_wrench: Others
2260
2260
 
@@ -2735,7 +2735,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2735
2735
  #### :hammer_and_wrench: Others
2736
2736
 
2737
2737
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
2738
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
2739
2738
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
2740
2739
 
2741
2740
  #### :hammer_and_wrench: Others