@eeacms/volto-cca-policy 0.2.26 → 0.2.28
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 +44 -8
- package/package.json +1 -1
- package/src/cntrg.data +39487 -1
- package/src/components/manage/Blocks/CollectionStatistics/CollectionStatsView.jsx +9 -1
- package/src/components/manage/Blocks/CollectionStatistics/index.js +7 -7
- package/src/components/manage/Blocks/ContentLinks/DropdownListView.test.jsx +78 -0
- package/src/components/manage/Blocks/CountryMapProfile/Interactions.jsx +7 -0
- package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +7 -2
- package/src/components/manage/Blocks/CountryMapProfile/mapstyle.js +4 -4
- package/src/components/manage/Blocks/CountryMapProfile/styles.less +10 -0
- package/src/components/manage/Blocks/FilterAceContent/FilterAceContentView.jsx +188 -42
- package/src/components/manage/Blocks/FilterAceContent/schema.js +1 -0
- package/src/components/manage/Blocks/FilterAceContent/style.less +16 -0
- package/src/components/manage/Blocks/Listing/DropdownListingView.test.jsx +67 -0
- package/src/components/manage/Blocks/RASTBlock/RASTMap.jsx +388 -315
- package/src/components/manage/Blocks/RASTBlock/styles.less +5 -4
- package/src/helpers/country_map/countryMap.js +15 -49
- package/theme/globals/blocks.less +12 -0
- package/src/components/manage/Blocks/CountryMapHeatIndex/euro-countries-simplified.js +0 -46195
- package/src/components/manage/Blocks/CountryMapProfile/euro-countries-simplified.js +0 -46195
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,50 @@ 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.2.28](https://github.com/eea/volto-cca-policy/compare/0.2.27...0.2.28) - 21 May 2024
|
|
8
|
+
|
|
9
|
+
#### :nail_care: Enhancements
|
|
10
|
+
|
|
11
|
+
- change: replace RAST svg [kreafox - [`2c4c65d`](https://github.com/eea/volto-cca-policy/commit/2c4c65d4ee36dca376c73c814a22b6e66a45921c)]
|
|
12
|
+
|
|
13
|
+
#### :house: Internal changes
|
|
14
|
+
|
|
15
|
+
- style: CSS improvement for RAST block [kreafox - [`78cf66a`](https://github.com/eea/volto-cca-policy/commit/78cf66abbf47de1b1f1a5e8e646e571ea6c1027f)]
|
|
16
|
+
- style: fix click on RAST svg steps [kreafox - [`2e49b96`](https://github.com/eea/volto-cca-policy/commit/2e49b963f5abc4d5df7acf988dc109e87404392e)]
|
|
17
|
+
|
|
18
|
+
#### :hammer_and_wrench: Others
|
|
19
|
+
|
|
20
|
+
- Bump version [kreafox - [`b5181ee`](https://github.com/eea/volto-cca-policy/commit/b5181eec768b16c3c8cc1d6d76fbc199b4a06a07)]
|
|
21
|
+
- test: revert changes with volto version in Jenkinsfile (use 16) [kreafox - [`67a156c`](https://github.com/eea/volto-cca-policy/commit/67a156c11ebfc78605c635e88c8e88dfa2e6d71e)]
|
|
22
|
+
- test: revert changes (pin cypress version) [kreafox - [`101a665`](https://github.com/eea/volto-cca-policy/commit/101a66546d80dd90a7c7b8a0d4cb7f6bf0a32694)]
|
|
23
|
+
- test: remove cypress from dependencies [kreafox - [`bf7f12e`](https://github.com/eea/volto-cca-policy/commit/bf7f12ed38a22f3aee0ff84cb10cb9e65d1c6cba)]
|
|
24
|
+
- update volto version in Jenkinsfile [kreafox - [`a4cac28`](https://github.com/eea/volto-cca-policy/commit/a4cac281b81d7f65e3111fc6cfac0ece64f003b2)]
|
|
25
|
+
- update volto version in Jenkinsfile [kreafox - [`6ce58c8`](https://github.com/eea/volto-cca-policy/commit/6ce58c8fbaf03aeb00bcfe73c0a37c7d65e87f6b)]
|
|
26
|
+
- test: increase ram on frontend, add wait time [valentinab25 - [`f7f1a89`](https://github.com/eea/volto-cca-policy/commit/f7f1a89b3718c524d99409bc5c704d55e357317e)]
|
|
27
|
+
### [0.2.27](https://github.com/eea/volto-cca-policy/compare/0.2.26...0.2.27) - 20 May 2024
|
|
28
|
+
|
|
29
|
+
#### :bug: Bug Fixes
|
|
30
|
+
|
|
31
|
+
- fix: map height [kreafox - [`6b5c6a1`](https://github.com/eea/volto-cca-policy/commit/6b5c6a1362fbff9f35fa271e62c5444933d683be)]
|
|
32
|
+
|
|
33
|
+
#### :house: Internal changes
|
|
34
|
+
|
|
35
|
+
- style: Automated code fix [eea-jenkins - [`8bcbdb2`](https://github.com/eea/volto-cca-policy/commit/8bcbdb23e9d83dcc40d2e60004fca47bf6922217)]
|
|
36
|
+
|
|
37
|
+
#### :hammer_and_wrench: Others
|
|
38
|
+
|
|
39
|
+
- test: increase coverage [kreafox - [`1bd6dc0`](https://github.com/eea/volto-cca-policy/commit/1bd6dc0ecebd7fa9a93289c3acb996da1e188fbd)]
|
|
40
|
+
- Show View All link [Tiberiu Ichim - [`ae1dcee`](https://github.com/eea/volto-cca-policy/commit/ae1dceecf20a94db2def9573afe9d8c04b4bd33b)]
|
|
41
|
+
- Refs #269158 - singular portalTypes [Tripon Eugen - [`19b3c7e`](https://github.com/eea/volto-cca-policy/commit/19b3c7e119255b6cc4e6f4f309ec95ccb74c94ea)]
|
|
42
|
+
- Refs #269158 - update colelction statiscs portalTypes [Tripon Eugen - [`7e035a0`](https://github.com/eea/volto-cca-policy/commit/7e035a0bbf72f064631807cfa4d2b0eee4763e63)]
|
|
43
|
+
- test: increase coverage [kreafox - [`15af73a`](https://github.com/eea/volto-cca-policy/commit/15af73a899e8c337c3a237b1c691a36579c57cd3)]
|
|
44
|
+
- fix stylint [kreafox - [`4a80b86`](https://github.com/eea/volto-cca-policy/commit/4a80b8616c94bf539d3b4aa0bd1ff95fd82c9200)]
|
|
45
|
+
- fix stylint [kreafox - [`0674336`](https://github.com/eea/volto-cca-policy/commit/06743361d9d5eea7fa5c5f5157e0d4a881f5ca39)]
|
|
46
|
+
- stylint [kreafox - [`144e541`](https://github.com/eea/volto-cca-policy/commit/144e541ce586c32007361f0bd39b7768302c41d5)]
|
|
47
|
+
- Change map height [Tiberiu Ichim - [`c23bde1`](https://github.com/eea/volto-cca-policy/commit/c23bde1b5c359d0b64ac46b9efac09e088f26252)]
|
|
48
|
+
- Don't need euro-countries-simplified.js [Tiberiu Ichim - [`2a78425`](https://github.com/eea/volto-cca-policy/commit/2a78425400ed9a38300594423d940905aa3eb3c5)]
|
|
49
|
+
- Better map styling [Tiberiu Ichim - [`01cb22e`](https://github.com/eea/volto-cca-policy/commit/01cb22e84884af8539e8a822ad691713cbb9143e)]
|
|
50
|
+
- Fix map interaction [Tiberiu Ichim - [`f49aea2`](https://github.com/eea/volto-cca-policy/commit/f49aea2c4dff5fe38dcf63897a3354b610b4eab1)]
|
|
7
51
|
### [0.2.26](https://github.com/eea/volto-cca-policy/compare/0.2.25...0.2.26) - 17 May 2024
|
|
8
52
|
|
|
9
53
|
#### :house: Internal changes
|
|
@@ -1200,13 +1244,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1200
1244
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
1201
1245
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
1202
1246
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
1203
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
1204
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
1205
1247
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
1206
1248
|
|
|
1207
1249
|
#### :house: Internal changes
|
|
1208
1250
|
|
|
1209
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
1210
1251
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
1211
1252
|
|
|
1212
1253
|
#### :hammer_and_wrench: Others
|
|
@@ -1223,9 +1264,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1223
1264
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
1224
1265
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
1225
1266
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
1226
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
1227
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
1228
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
1229
1267
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
1230
1268
|
- 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)]
|
|
1231
1269
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -1442,7 +1480,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1442
1480
|
|
|
1443
1481
|
#### :house: Internal changes
|
|
1444
1482
|
|
|
1445
|
-
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
1446
1483
|
|
|
1447
1484
|
#### :hammer_and_wrench: Others
|
|
1448
1485
|
|
|
@@ -1923,7 +1960,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1923
1960
|
#### :hammer_and_wrench: Others
|
|
1924
1961
|
|
|
1925
1962
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
1926
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
1927
1963
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
1928
1964
|
|
|
1929
1965
|
#### :hammer_and_wrench: Others
|