@eeacms/volto-eea-kitkat 5.1.1 → 5.1.5

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 CHANGED
@@ -4,9 +4,42 @@ 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
+ #### [5.1.5](https://github.com/eea/volto-eea-kitkat/compare/5.1.4...5.1.5)
8
+
9
+ - Release @eeacms/volto-columns-block@4.4.14 [`34a6296`](https://github.com/eea/volto-eea-kitkat/commit/34a629632594a8776e0066d863c0a181f63d5217)
10
+ - Release @eeacms/volto-tabs-block@1.2.12 [`49f6fca`](https://github.com/eea/volto-eea-kitkat/commit/49f6fcaddd8eb7a16d0e6231240b764f3ba562cf)
11
+ - Release @eeacms/volto-widget-temporal-coverage@4.0.5 [`0dc1b67`](https://github.com/eea/volto-eea-kitkat/commit/0dc1b6793c28a17fbdf482da6bf9430782f34a04)
12
+
13
+ #### [5.1.4](https://github.com/eea/volto-eea-kitkat/compare/5.1.3...5.1.4)
14
+
15
+ > 18 January 2022
16
+
17
+ - Release @eeacms/volto-accordion-block@3.4.13 [`#30`](https://github.com/eea/volto-eea-kitkat/pull/30)
18
+
19
+ #### [5.1.3](https://github.com/eea/volto-eea-kitkat/compare/5.1.2...5.1.3)
20
+
21
+ > 13 January 2022
22
+
23
+ - Develop [`#29`](https://github.com/eea/volto-eea-kitkat/pull/29)
24
+ - Release @eeacms/volto-columns-block@4.4.13 [`47c7b7e`](https://github.com/eea/volto-eea-kitkat/commit/47c7b7e69b7dd5f90a3f2903bfcde56fa5ac8118)
25
+ - Release @eeacms/volto-block-style@3.5.15 [`ceca166`](https://github.com/eea/volto-eea-kitkat/commit/ceca1668b875a410d9df8386b4b36317ea128246)
26
+ - Release @eeacms/volto-columns-block@4.4.12 [`f04fbc1`](https://github.com/eea/volto-eea-kitkat/commit/f04fbc1f05c32e92628bbeda500cd1d251d0e973)
27
+ - Release @eeacms/volto-block-style@3.5.14 [`a4ac3a2`](https://github.com/eea/volto-eea-kitkat/commit/a4ac3a2d554905d0a012cc56bec676d1b1eb1315)
28
+ - Release @eeacms/volto-block-style@3.5.13 [`cd13526`](https://github.com/eea/volto-eea-kitkat/commit/cd1352606f88d38e82a16ad39bcdb6d8edd9e81e)
29
+
30
+ #### [5.1.2](https://github.com/eea/volto-eea-kitkat/compare/5.1.1...5.1.2)
31
+
32
+ > 5 January 2022
33
+
34
+ - I will skip the taxonomy as it has some issues with cypress tests. [`#27`](https://github.com/eea/volto-eea-kitkat/pull/27)
35
+ - Run cypress for slate [`#28`](https://github.com/eea/volto-eea-kitkat/pull/28)
36
+ - Release @eeacms/volto-matomo@2.0.7 [`1e083b6`](https://github.com/eea/volto-eea-kitkat/commit/1e083b6811aaa5e7b5989d49a11fb386e4d3d221)
37
+
7
38
  #### [5.1.1](https://github.com/eea/volto-eea-kitkat/compare/5.1.0...5.1.1)
8
39
 
9
- - Release volto-slate@5.3.3 [`21285a5`](https://github.com/eea/volto-eea-kitkat/commit/21285a59ad0c8dec033c419ff3a7911718a378a0)
40
+ > 5 January 2022
41
+
42
+ - Release volto-slate@5.3.3 [`#26`](https://github.com/eea/volto-eea-kitkat/pull/26)
10
43
 
11
44
  #### [5.1.0](https://github.com/eea/volto-eea-kitkat/compare/5.0.0...5.1.0)
12
45
 
@@ -0,0 +1,22 @@
1
+ {
2
+ "baseUrl": "http://localhost:3000",
3
+ "viewportWidth": 1280,
4
+ "defaultCommandTimeout": 8888,
5
+ "chromeWebSecurity": false,
6
+ "reporter": "junit",
7
+ "video": true,
8
+ "retries": {
9
+ "runMode": 8,
10
+ "openMode": 0
11
+ },
12
+ "reporterOptions": {
13
+ "mochaFile": "cypress/reports/cypress-[hash].xml",
14
+ "jenkinsMode": true,
15
+ "toConsole": true
16
+ },
17
+ "integrationFolder": "../../../node_modules/@eeacms",
18
+ "testFiles": "**/cypress/integration/**/*.js",
19
+ "fixturesFolder": "../../../node_modules/@eeacms/volto-slate-zotero/cypress/fixtures",
20
+ "videoUploadOnPasses": false,
21
+ "screenshotOnRunFailure": false
22
+ }
package/cypress.json CHANGED
@@ -14,9 +14,9 @@
14
14
  "jenkinsMode": true,
15
15
  "toConsole": true
16
16
  },
17
- "integrationFolder": "../../../node_modules/@eeacms",
17
+ "integrationFolder": "../",
18
18
  "testFiles": "**/cypress/integration/**/*.js",
19
- "fixturesFolder": "../../../node_modules/@eeacms/volto-slate-zotero/cypress/fixtures",
19
+ "fixturesFolder": "../volto-slate-zotero/cypress/fixtures",
20
20
  "videoUploadOnPasses": false,
21
21
  "screenshotOnRunFailure": false
22
22
  }
@@ -0,0 +1,21 @@
1
+ {
2
+ "baseUrl": "http://localhost:3000",
3
+ "viewportWidth": 1280,
4
+ "defaultCommandTimeout": 8888,
5
+ "chromeWebSecurity": false,
6
+ "reporter": "junit",
7
+ "video": true,
8
+ "retries": {
9
+ "runMode": 8,
10
+ "openMode": 0
11
+ },
12
+ "reporterOptions": {
13
+ "mochaFile": "cypress/reports/cypress-[hash].xml",
14
+ "jenkinsMode": true,
15
+ "toConsole": true
16
+ },
17
+ "integrationFolder": "../../../node_modules/volto-slate",
18
+ "testFiles": "**/cypress/integration/**/*.js",
19
+ "videoUploadOnPasses": false,
20
+ "screenshotOnRunFailure": false
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "5.1.1",
3
+ "version": "5.1.5",
4
4
  "description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -49,18 +49,18 @@
49
49
  "@eeacms/volto-block-image-cards"
50
50
  ],
51
51
  "dependencies": {
52
- "@eeacms/volto-accordion-block": "3.4.12",
52
+ "@eeacms/volto-accordion-block": "3.4.13",
53
53
  "@eeacms/volto-banner": "1.0.4",
54
54
  "@eeacms/volto-block-divider": "2.1.6",
55
55
  "@eeacms/volto-block-image-cards": "0.1.11",
56
- "@eeacms/volto-block-style": "3.5.12",
56
+ "@eeacms/volto-block-style": "3.5.15",
57
57
  "@eeacms/volto-block-toc": "2.2.5",
58
- "@eeacms/volto-columns-block": "4.4.11",
58
+ "@eeacms/volto-columns-block": "4.4.14",
59
59
  "@eeacms/volto-corsproxy": "2.1.5",
60
60
  "@eeacms/volto-depiction": "0.1.5",
61
61
  "@eeacms/volto-group-block": "4.3.5",
62
62
  "@eeacms/volto-listing-block": "0.1.5",
63
- "@eeacms/volto-matomo": "2.0.6",
63
+ "@eeacms/volto-matomo": "2.0.7",
64
64
  "@eeacms/volto-metadata-block": "4.0.5",
65
65
  "@eeacms/volto-object-widget": "3.0.3",
66
66
  "@eeacms/volto-resize-helper": "0.2.8",
@@ -68,27 +68,27 @@
68
68
  "@eeacms/volto-slate-footnote": "4.0.4",
69
69
  "@eeacms/volto-slate-metadata-mentions": "4.0.2",
70
70
  "@eeacms/volto-slate-zotero": "4.0.4",
71
- "@eeacms/volto-tabs-block": "1.2.11",
71
+ "@eeacms/volto-tabs-block": "1.2.12",
72
72
  "@eeacms/volto-taxonomy": "2.0.4",
73
73
  "@eeacms/volto-widget-geolocation": "4.0.3",
74
- "@eeacms/volto-widget-temporal-coverage": "4.0.4",
74
+ "@eeacms/volto-widget-temporal-coverage": "4.0.5",
75
75
  "@eeacms/volto-widget-toggle": "2.2.6",
76
76
  "@eeacms/volto-widgets-view": "3.0.4",
77
77
  "volto-slate": "5.3.3"
78
78
  },
79
79
  "resolutions": {
80
- "@eeacms/volto-accordion-block": "3.4.12",
80
+ "@eeacms/volto-accordion-block": "3.4.13",
81
81
  "@eeacms/volto-banner": "1.0.4",
82
82
  "@eeacms/volto-block-divider": "2.1.6",
83
83
  "@eeacms/volto-block-image-cards": "0.1.11",
84
- "@eeacms/volto-block-style": "3.5.12",
84
+ "@eeacms/volto-block-style": "3.5.15",
85
85
  "@eeacms/volto-block-toc": "2.2.5",
86
- "@eeacms/volto-columns-block": "4.4.11",
86
+ "@eeacms/volto-columns-block": "4.4.14",
87
87
  "@eeacms/volto-corsproxy": "2.1.5",
88
88
  "@eeacms/volto-depiction": "0.1.5",
89
89
  "@eeacms/volto-group-block": "4.3.5",
90
90
  "@eeacms/volto-listing-block": "0.1.5",
91
- "@eeacms/volto-matomo": "2.0.6",
91
+ "@eeacms/volto-matomo": "2.0.7",
92
92
  "@eeacms/volto-metadata-block": "4.0.5",
93
93
  "@eeacms/volto-object-widget": "3.0.3",
94
94
  "@eeacms/volto-resize-helper": "0.2.8",
@@ -96,10 +96,10 @@
96
96
  "@eeacms/volto-slate-footnote": "4.0.4",
97
97
  "@eeacms/volto-slate-metadata-mentions": "4.0.2",
98
98
  "@eeacms/volto-slate-zotero": "4.0.4",
99
- "@eeacms/volto-tabs-block": "1.2.11",
99
+ "@eeacms/volto-tabs-block": "1.2.12",
100
100
  "@eeacms/volto-taxonomy": "2.0.4",
101
101
  "@eeacms/volto-widget-geolocation": "4.0.3",
102
- "@eeacms/volto-widget-temporal-coverage": "4.0.4",
102
+ "@eeacms/volto-widget-temporal-coverage": "4.0.5",
103
103
  "@eeacms/volto-widget-toggle": "2.2.6",
104
104
  "@eeacms/volto-widgets-view": "3.0.4",
105
105
  "volto-slate": "5.3.3"
package/src/index.js CHANGED
@@ -1,4 +1,8 @@
1
1
  const applyConfig = (config) => {
2
+ if (process.env.NODE_ENV !== 'production') {
3
+ // Enable description block for cypress
4
+ config.blocks.blocksConfig.description.restricted = false;
5
+ }
2
6
  return config;
3
7
  };
4
8