@eeacms/volto-eea-kitkat 8.0.0 → 8.2.0
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 +22 -1
- package/new.json +9 -9
- package/old.json +7 -7
- package/package.json +9 -9
- package/releasefile +71 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,28 @@ 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
|
-
### [8.
|
|
7
|
+
### [8.2.0](https://github.com/eea/volto-eea-kitkat/compare/8.1.0...8.2.0) - 27 September 2022
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-block-style@3.7.2 [EEA Jenkins - [`d0a5b05`](https://github.com/eea/volto-eea-kitkat/commit/d0a5b05728bb289aeda5feeb3ec4778de47b77c6)]
|
|
12
|
+
- Release @eeacms/volto-listing-block@0.6.5 [EEA Jenkins - [`a7bf1d8`](https://github.com/eea/volto-eea-kitkat/commit/a7bf1d84fffcc907f0da85ce73baf86681e10087)]
|
|
13
|
+
- Release @eeacms/volto-block-style@3.7.1 [EEA Jenkins - [`b46751f`](https://github.com/eea/volto-eea-kitkat/commit/b46751fe22962b8e51def5d0129135e5e15b4da4)]
|
|
14
|
+
- Release @eeacms/volto-listing-block@0.6.0 [EEA Jenkins - [`609fbb4`](https://github.com/eea/volto-eea-kitkat/commit/609fbb4e31d7770ed8da354ff2b885ff65b1bd50)]
|
|
15
|
+
- Release @eeacms/volto-accordion-block@4.0.0 [EEA Jenkins - [`8d50b71`](https://github.com/eea/volto-eea-kitkat/commit/8d50b712fd96890b079779920aa9fa3936a5068d)]
|
|
16
|
+
|
|
17
|
+
#### :hammer_and_wrench: Others
|
|
18
|
+
|
|
19
|
+
- Release 8.2.0 [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
|
|
20
|
+
### [8.1.0](https://github.com/eea/volto-eea-kitkat/compare/8.0.0...8.1.0) - 22 September 2022
|
|
21
|
+
|
|
22
|
+
#### :rocket: Dependency updates
|
|
23
|
+
|
|
24
|
+
- Release @eeacms/volto-block-style@3.7.0 [EEA Jenkins - [`9e2c485`](https://github.com/eea/volto-eea-kitkat/commit/9e2c4852d83bd5f9fed18c004ad1079b03523504)]
|
|
25
|
+
- Release volto-slate@6.4.0 [EEA Jenkins - [`f38459f`](https://github.com/eea/volto-eea-kitkat/commit/f38459f152547e567460ed0ad20d4ecf94058755)]
|
|
26
|
+
- Release @eeacms/volto-block-style@3.6.3 - resolutions [EEA Jenkins - [`2dc21ef`](https://github.com/eea/volto-eea-kitkat/commit/2dc21ef7e1caa640b95bb3578886288ea18471f1)]
|
|
27
|
+
|
|
28
|
+
## [8.0.0](https://github.com/eea/volto-eea-kitkat/compare/7.1.4...8.0.0) - 19 September 2022
|
|
8
29
|
|
|
9
30
|
#### :rocket: Dependency updates
|
|
10
31
|
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0",
|
|
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",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"@eeacms/volto-block-image-cards"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "
|
|
53
|
+
"@eeacms/volto-accordion-block": "4.0.0",
|
|
54
54
|
"@eeacms/volto-banner": "2.2.1",
|
|
55
55
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
56
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
57
|
-
"@eeacms/volto-block-style": "3.
|
|
57
|
+
"@eeacms/volto-block-style": "3.7.2",
|
|
58
58
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
59
59
|
"@eeacms/volto-columns-block": "4.5.3",
|
|
60
60
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
61
|
"@eeacms/volto-depiction": "0.1.6",
|
|
62
62
|
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
-
"@eeacms/volto-listing-block": "0.5
|
|
63
|
+
"@eeacms/volto-listing-block": "0.6.5",
|
|
64
64
|
"@eeacms/volto-matomo": "2.0.9",
|
|
65
65
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
66
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
77
77
|
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
78
78
|
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
-
"volto-slate": "6.
|
|
79
|
+
"volto-slate": "6.4.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "
|
|
82
|
+
"@eeacms/volto-accordion-block": "4.0.0",
|
|
83
83
|
"@eeacms/volto-banner": "2.2.1",
|
|
84
84
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
85
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
86
|
-
"@eeacms/volto-block-style": "3.
|
|
86
|
+
"@eeacms/volto-block-style": "3.7.2",
|
|
87
87
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
88
88
|
"@eeacms/volto-columns-block": "4.5.3",
|
|
89
89
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
90
|
"@eeacms/volto-depiction": "0.1.6",
|
|
91
91
|
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
-
"@eeacms/volto-listing-block": "0.5
|
|
92
|
+
"@eeacms/volto-listing-block": "0.6.5",
|
|
93
93
|
"@eeacms/volto-matomo": "2.0.9",
|
|
94
94
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
95
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
106
106
|
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
107
107
|
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
-
"volto-slate": "6.
|
|
108
|
+
"volto-slate": "6.4.0"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@cypress/code-coverage": "^3.9.5",
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.1.0",
|
|
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",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"@eeacms/volto-banner": "2.2.1",
|
|
55
55
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
56
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
57
|
-
"@eeacms/volto-block-style": "3.
|
|
57
|
+
"@eeacms/volto-block-style": "3.7.0",
|
|
58
58
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
59
59
|
"@eeacms/volto-columns-block": "4.5.3",
|
|
60
60
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
61
|
"@eeacms/volto-depiction": "0.1.6",
|
|
62
62
|
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
-
"@eeacms/volto-listing-block": "0.
|
|
63
|
+
"@eeacms/volto-listing-block": "0.5.0",
|
|
64
64
|
"@eeacms/volto-matomo": "2.0.9",
|
|
65
65
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
66
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
77
77
|
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
78
78
|
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
-
"volto-slate": "6.
|
|
79
|
+
"volto-slate": "6.4.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
82
|
"@eeacms/volto-accordion-block": "3.5.0",
|
|
83
83
|
"@eeacms/volto-banner": "2.2.1",
|
|
84
84
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
85
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
86
|
-
"@eeacms/volto-block-style": "3.
|
|
86
|
+
"@eeacms/volto-block-style": "3.7.0",
|
|
87
87
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
88
88
|
"@eeacms/volto-columns-block": "4.5.3",
|
|
89
89
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
90
|
"@eeacms/volto-depiction": "0.1.6",
|
|
91
91
|
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
-
"@eeacms/volto-listing-block": "0.
|
|
92
|
+
"@eeacms/volto-listing-block": "0.5.0",
|
|
93
93
|
"@eeacms/volto-matomo": "2.0.9",
|
|
94
94
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
95
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
106
106
|
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
107
107
|
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
-
"volto-slate": "6.
|
|
108
|
+
"volto-slate": "6.4.0"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@cypress/code-coverage": "^3.9.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0",
|
|
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",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"@eeacms/volto-block-image-cards"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "
|
|
53
|
+
"@eeacms/volto-accordion-block": "4.0.0",
|
|
54
54
|
"@eeacms/volto-banner": "2.2.1",
|
|
55
55
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
56
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
57
|
-
"@eeacms/volto-block-style": "3.
|
|
57
|
+
"@eeacms/volto-block-style": "3.7.2",
|
|
58
58
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
59
59
|
"@eeacms/volto-columns-block": "4.5.3",
|
|
60
60
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
61
|
"@eeacms/volto-depiction": "0.1.6",
|
|
62
62
|
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
-
"@eeacms/volto-listing-block": "0.5
|
|
63
|
+
"@eeacms/volto-listing-block": "0.6.5",
|
|
64
64
|
"@eeacms/volto-matomo": "2.0.9",
|
|
65
65
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
66
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
77
77
|
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
78
78
|
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
-
"volto-slate": "6.
|
|
79
|
+
"volto-slate": "6.4.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "
|
|
82
|
+
"@eeacms/volto-accordion-block": "4.0.0",
|
|
83
83
|
"@eeacms/volto-banner": "2.2.1",
|
|
84
84
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
85
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
86
|
-
"@eeacms/volto-block-style": "3.
|
|
86
|
+
"@eeacms/volto-block-style": "3.7.2",
|
|
87
87
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
88
88
|
"@eeacms/volto-columns-block": "4.5.3",
|
|
89
89
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
90
|
"@eeacms/volto-depiction": "0.1.6",
|
|
91
91
|
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
-
"@eeacms/volto-listing-block": "0.5
|
|
92
|
+
"@eeacms/volto-listing-block": "0.6.5",
|
|
93
93
|
"@eeacms/volto-matomo": "2.0.9",
|
|
94
94
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
95
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
106
106
|
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
107
107
|
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
-
"volto-slate": "6.
|
|
108
|
+
"volto-slate": "6.4.0"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@cypress/code-coverage": "^3.9.5",
|
package/releasefile
CHANGED
|
@@ -1,12 +1,79 @@
|
|
|
1
1
|
# Dependency updates
|
|
2
2
|
|
|
3
|
-
### [@eeacms/volto-
|
|
3
|
+
### [@eeacms/volto-accordion-block: 3.5.0 ~ 4.0.0](https://github.com/eea/volto-accordion-block/releases)
|
|
4
4
|
|
|
5
|
+
###### :rocket: New Features
|
|
6
|
+
|
|
7
|
+
- feat: Add theme variations - Refs [#153783](https://taskman.eionet.europa.eu/issues/153783) [Miu Razvan - [`70c0599`](https://github.com/eea/volto-accordion-block/commit/70c05996fdeef1b9f71ec48bd983f4d8e69897c5)]
|
|
8
|
+
###### :nail_care: Enhancements
|
|
9
|
+
|
|
10
|
+
- refactor(accordion): Use Volto core styling for theme - Refs [#153783](https://taskman.eionet.europa.eu/issues/153783) [Alin Voinea - [`414e859`](https://github.com/eea/volto-accordion-block/commit/414e8597ebdf4c29614a5998ce858e26504e5401)]
|
|
11
|
+
###### :hammer_and_wrench: Others
|
|
12
|
+
|
|
13
|
+
- i18n [Alin Voinea - [`dd7061d`](https://github.com/eea/volto-accordion-block/commit/dd7061d1417aa8403dc0155a3acb9d45d124aad0)]
|
|
14
|
+
- Release 3.6.0 [Alin Voinea - [`2c84012`](https://github.com/eea/volto-accordion-block/commit/2c840125496e23e1f1587e9e1ba2713ef538491e)]
|
|
15
|
+
- test(prettier): Fix stylelint [Alin Voinea - [`e3fd717`](https://github.com/eea/volto-accordion-block/commit/e3fd717b60d67a09b500282837470707f57747a1)]
|
|
16
|
+
- Use volto@16.0.0-alpha.14 in cypress tests [Miu Razvan - [`f4dd7a1`](https://github.com/eea/volto-accordion-block/commit/f4dd7a1221ef2437b813d45b232efbf8c04bb8c5)]
|
|
17
|
+
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`7a1af55`](https://github.com/eea/volto-accordion-block/commit/7a1af55061b0c75ecb77fdbae9e2e6586df3b50c)]
|
|
18
|
+
|
|
19
|
+
### [@eeacms/volto-block-style: 3.7.0 ~ 3.7.2](https://github.com/eea/volto-block-style/releases)
|
|
20
|
+
|
|
21
|
+
###### :rocket: New Features
|
|
22
|
+
|
|
23
|
+
- feat(align): added possibility to pass actions to text align widget bypassing defaults [David Ichim - [`2b2a193`](https://github.com/eea/volto-block-style/commit/2b2a1937e01eae65e7eea707c9f4a0cf1736c2a3)]
|
|
24
|
+
- feat(align): added clear option to text align widget [David Ichim - [`1381793`](https://github.com/eea/volto-block-style/commit/138179315d2ed7ae8be0132ea4357514fc900877)]
|
|
25
|
+
|
|
26
|
+
###### :bug: Bug Fixes
|
|
27
|
+
|
|
28
|
+
- fix(open-styles-button): Show button only for the inner most block - Refs [#148213](https://taskman.eionet.europa.eu/issues/148213) [Alin Voinea - [`696384b`](https://github.com/eea/volto-block-style/commit/696384b613b3684cb8cc9b2b2a0554571facd7c2)]
|
|
29
|
+
|
|
30
|
+
### [@eeacms/volto-listing-block: 0.5.0 ~ 0.6.5](https://github.com/eea/volto-listing-block/releases)
|
|
31
|
+
|
|
32
|
+
###### :bug: Bug Fixes
|
|
33
|
+
|
|
34
|
+
- fix(styles): has classes should only set variables not css properties [David Ichim - [`b1c78d0`](https://github.com/eea/volto-listing-block/commit/b1c78d0566763c55ebcf99ea295cabbf083b37f8)]
|
|
35
|
+
###### :nail_care: Enhancements
|
|
36
|
+
|
|
37
|
+
- change(styles): filter align widget from volto styling within basic listing block schema [David Ichim - [`eb6da1b`](https://github.com/eea/volto-listing-block/commit/eb6da1b542ceeb864389872938e1aab62fedd8e3)]
|
|
38
|
+
- change(styles): set more variables on has classes instead of using them as override styles [David Ichim - [`d46f7ba`](https://github.com/eea/volto-listing-block/commit/d46f7ba7bc525e177df3eceda5a6a26e1a5cf2d9)]
|
|
39
|
+
- change(item): listing images now provide left and right classes to style accordingly [David Ichim - [`b1507ec`](https://github.com/eea/volto-listing-block/commit/b1507ecf3775851836d0d928f9021d7141ddd3cb)]
|
|
40
|
+
- change(listing): added text align widget to styling schema [David Ichim - [`aeed63d`](https://github.com/eea/volto-listing-block/commit/aeed63d44f2fde79576526a849910f67308732da)]
|
|
41
|
+
- change(cards): style items listing using css variables independent of item classes due to parent classes [David Ichim - [`40c3439`](https://github.com/eea/volto-listing-block/commit/40c34392e1fcf6361dc6c605ff5f196b2e34d3b6)]
|
|
42
|
+
- change(items): use styles from volto styles panel [David Ichim - [`2b3b4a4`](https://github.com/eea/volto-listing-block/commit/2b3b4a4db80ca0af0b6651a28b1a3448c335b293)]
|
|
43
|
+
- change(listings): added listing styles from custom to product [David Ichim - [`ab1a200`](https://github.com/eea/volto-listing-block/commit/ab1a2000432f4cd3308dbf155420f758a5c559a9)]
|
|
44
|
+
###### :hammer_and_wrench: Others
|
|
45
|
+
|
|
46
|
+
- Release 0.6.0 [Alin Voinea - [`597a357`](https://github.com/eea/volto-listing-block/commit/597a357ff3e333d8745cdf37cd4ca11ab2e537d2)]
|
|
47
|
+
- test(Jenkins): Fix eslint [Alin Voinea - [`57a55af`](https://github.com/eea/volto-listing-block/commit/57a55af52798d2fb4158cd2ed27795c70cfa50fa)]
|
|
48
|
+
- Revert "update package to a newer version of volto" [Alin Voinea - [`b428407`](https://github.com/eea/volto-listing-block/commit/b428407e539e5c7539dc5f2c09bef05a22236c71)]
|
|
49
|
+
- feature(schema): added customization of styling schema in schema extender #23 [ichim-david - [`c85d69f`](https://github.com/eea/volto-listing-block/commit/c85d69fcbe1aa21256b29d1a8b1adfe346f2ef69)]
|
|
50
|
+
- update package to a newer version of volto [David Ichim - [`ef39bc1`](https://github.com/eea/volto-listing-block/commit/ef39bc128e0673478674c3fe7c8e3436bc199722)]
|
|
51
|
+
- lint fixes [David Ichim - [`c7202f4`](https://github.com/eea/volto-listing-block/commit/c7202f4abe497f62ab357d988770f5125e53f866)]
|
|
52
|
+
- Plug into cards [Tiberiu Ichim - [`d6a226f`](https://github.com/eea/volto-listing-block/commit/d6a226fa2b68e141e3a67c65c1fa54ba8939384c)]
|
|
53
|
+
- Add missing file [Tiberiu Ichim - [`3dd7bbe`](https://github.com/eea/volto-listing-block/commit/3dd7bbee2a70eeb71f9618b7a43618bd237bd17a)]
|
|
54
|
+
- WIP [Tiberiu Ichim - [`b4f3880`](https://github.com/eea/volto-listing-block/commit/b4f3880be732e1e92c44a07cbcd8ea06c7c52557)]
|
|
55
|
+
- WIP [Tiberiu Ichim - [`4fb2a70`](https://github.com/eea/volto-listing-block/commit/4fb2a70f870effd1705ab083e3a629b847e9069f)]
|
|
56
|
+
- WIP [Tiberiu Ichim - [`a4c7ae5`](https://github.com/eea/volto-listing-block/commit/a4c7ae5f11443833f936fa182ecbbf8b4a2db46f)]
|
|
57
|
+
- fix cypress by defining color also in volto-listing-block [David Ichim - [`a5a1324`](https://github.com/eea/volto-listing-block/commit/a5a1324b1b80fca264342ff24f050b212a2505b3)]
|
|
58
|
+
- linting fixes [David Ichim - [`f082535`](https://github.com/eea/volto-listing-block/commit/f0825350da16338026c26622ad30911d5439d649)]
|
|
59
|
+
- Add styling schema demo [Tiberiu Ichim - [`9d95279`](https://github.com/eea/volto-listing-block/commit/9d952798bb9e80da2781091bc0c582d6a0809481)]
|
|
60
|
+
- Style adjusment for search item [kreafox - [`ab83a5f`](https://github.com/eea/volto-listing-block/commit/ab83a5f1adc6a2bde6740846e02bff58c7a633a9)]
|
|
61
|
+
- Remove unneeded style for search item [kreafox - [`a1fde0f`](https://github.com/eea/volto-listing-block/commit/a1fde0f5291176c5136314699f61033cbb62f6ea)]
|
|
62
|
+
- WIP search item [kreafox - [`c7d933c`](https://github.com/eea/volto-listing-block/commit/c7d933c2637965d7b93642c97ea8013f37cdc4cd)]
|
|
63
|
+
- linting fixes [David Ichim - [`785fbc2`](https://github.com/eea/volto-listing-block/commit/785fbc22239f1c9d519c83fb4b46037b47fa9b55)]
|
|
64
|
+
|
|
65
|
+
###### :nail_care: Enhancements
|
|
66
|
+
|
|
67
|
+
- change(teaser): added card styling to teaser [David Ichim - [`c30aebd`](https://github.com/eea/volto-listing-block/commit/c30aebd3a6e641af90aea831f9163876cd7d844a)]
|
|
5
68
|
###### :hammer_and_wrench: Others
|
|
6
69
|
|
|
7
|
-
-
|
|
70
|
+
- commented code cleanup [David Ichim - [`cff1b71`](https://github.com/eea/volto-listing-block/commit/cff1b715ae404f85a0d027bb1ca5ccaf78bf05ed)]
|
|
71
|
+
- Update package.json [ichim-david - [`4a21b8a`](https://github.com/eea/volto-listing-block/commit/4a21b8aff436dd94719b4d37aa2a2bcebc9ecc87)]
|
|
72
|
+
- lint fix [David Ichim - [`f2bae86`](https://github.com/eea/volto-listing-block/commit/f2bae860ca3e654445b813e046eb5f77ce291405)]
|
|
73
|
+
- lint fix [David Ichim - [`154020f`](https://github.com/eea/volto-listing-block/commit/154020f83e631dd0c59b4ea67f98dd3fc8138f16)]
|
|
74
|
+
- lint fix [David Ichim - [`6aaa93d`](https://github.com/eea/volto-listing-block/commit/6aaa93d9e9ac2b091ea8389103ccd552a7c4c48e)]
|
|
75
|
+
- updated basic schema with extra fields and customized cards to use the cards enhancer [David Ichim - [`373de14`](https://github.com/eea/volto-listing-block/commit/373de1412ded316320bae49164c3614808a21713)]
|
|
8
76
|
|
|
9
77
|
# Internal
|
|
10
78
|
|
|
11
|
-
-
|
|
12
|
-
- Merge branch 'master' into develop - [Alin Voinea - [`06cd521`](https://github.com/eea/volto-eea-kitkat/commit/06cd521603c99114883cdfdd3f6b7aa8a38f62dd)]
|
|
79
|
+
- Release 8.2.0 - [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
|