@eeacms/volto-eea-kitkat 6.2.2 → 7.1.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 +120 -227
- package/new.json +135 -0
- package/old.json +135 -0
- package/package.json +9 -9
- package/releasefile +5 -0
- package/src/customizations/volto/components/manage/Controlpanels/VersionOverview.jsx +136 -0
- package/src/index.js +41 -0
- package/src/system.js +49 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,23 +4,44 @@ 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
|
-
|
|
7
|
+
### [7.1.0](https://github.com/eea/volto-eea-kitkat/compare/7.0.0...7.1.0) - 2022-08-29T09:23:29.623Z
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- fix(changelog) - Fix BACKEND NAME link in changelog - refs #153334 [`d7c0f5c`](https://github.com/eea/volto-eea-kitkat/commit/d7c0f5c457e3b987a0f93c85a1b6d23a8e2d23d5)
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
## [7.0.0](https://github.com/eea/volto-eea-kitkat/compare/6.2.3...7.0.0) - 2022-08-26
|
|
14
|
+
|
|
15
|
+
#### :rocket: New Features
|
|
16
|
+
|
|
17
|
+
- feat(VersionOverview): Use config.settings.frontendVersion - refs #153334 [`2143cc6`](https://github.com/eea/volto-eea-kitkat/commit/2143cc65dfd45ab7cafea691368088a0c58090b4)
|
|
18
|
+
- feat(VersionOverview): Better discover frontend / backend version [`aaec299`](https://github.com/eea/volto-eea-kitkat/commit/aaec299f285f82f999b13b6518c94802b1df14d4)
|
|
19
|
+
- feat(VersionOverview): Show history changelog if version - refs #153334 [`6c6a170`](https://github.com/eea/volto-eea-kitkat/commit/6c6a170d2fc3507fce7b59f8ea9f4e007483eef2)
|
|
20
|
+
- feat(VersionOverview): Add links to changelogs - refs #153334 [`15867e4`](https://github.com/eea/volto-eea-kitkat/commit/15867e4b81bbcefa2c492e118725d9add9bd6de5)
|
|
21
|
+
- feat(VersionOverview): Update Controlpanels VersionOverview - refs #153089 [`9856935`](https://github.com/eea/volto-eea-kitkat/commit/9856935f9d64e9ed442b883a639717901ec28ae0)
|
|
22
|
+
- feat(VersionOverview): Copy unchanged from @plone/volto 16 alpha 12 [`4dd2c23`](https://github.com/eea/volto-eea-kitkat/commit/4dd2c23c7440fa12845d15831d2b645152997af0)
|
|
23
|
+
|
|
24
|
+
#### :hammer_and_wrench: Others
|
|
25
|
+
|
|
26
|
+
- Release @eeacms/volto-group-block@4.3.8 [`17629a0`](https://github.com/eea/volto-eea-kitkat/commit/17629a0097f740e1f871f3b84df76ecae23c58d9)
|
|
27
|
+
- Release @eeacms/volto-tabs-block@2.2.0 [`206bd93`](https://github.com/eea/volto-eea-kitkat/commit/206bd93dfc6dba92d4425e1d8f30e9cc502de5b1)
|
|
28
|
+
- Release volto-slate@6.3.0 [`a9a8bf8`](https://github.com/eea/volto-eea-kitkat/commit/a9a8bf8ba1ba8b711cf8949cd864e94d87f2f1e7)
|
|
29
|
+
|
|
30
|
+
### [6.2.3](https://github.com/eea/volto-eea-kitkat/compare/6.2.2...6.2.3) - 2022-08-17
|
|
31
|
+
|
|
32
|
+
### [6.2.2](https://github.com/eea/volto-eea-kitkat/compare/6.2.1...6.2.2) - 2022-08-09
|
|
33
|
+
|
|
34
|
+
### [6.2.1](https://github.com/eea/volto-eea-kitkat/compare/6.2.0...6.2.1) - 2022-08-01
|
|
35
|
+
|
|
36
|
+
#### :hammer_and_wrench: Others
|
|
14
37
|
|
|
15
|
-
- Release @eeacms/volto-block-image-cards@0.6.5 [`#59`](https://github.com/eea/volto-eea-kitkat/pull/59)
|
|
16
38
|
- Release @eeacms/volto-listing-block@0.4.4 [`bbd1161`](https://github.com/eea/volto-eea-kitkat/commit/bbd11610e47d1198cb8e01ffa6872795973c1fb3)
|
|
17
39
|
- Release @eeacms/volto-columns-block@4.5.2 [`7fe05ab`](https://github.com/eea/volto-eea-kitkat/commit/7fe05abbdc891adbf0910582646fe570e8cff889)
|
|
18
40
|
|
|
19
|
-
|
|
41
|
+
### [6.2.0](https://github.com/eea/volto-eea-kitkat/compare/6.1.4...6.2.0) - 2022-07-01
|
|
20
42
|
|
|
21
|
-
|
|
43
|
+
#### :hammer_and_wrench: Others
|
|
22
44
|
|
|
23
|
-
- Release 6.2.0 [`#58`](https://github.com/eea/volto-eea-kitkat/pull/58)
|
|
24
45
|
- Release @eeacms/volto-slate-zotero@4.0.5 [`945434c`](https://github.com/eea/volto-eea-kitkat/commit/945434c820a03b62817604832c8ea84718ac266f)
|
|
25
46
|
- Release @eeacms/volto-metadata-block@4.0.8 [`085c5cf`](https://github.com/eea/volto-eea-kitkat/commit/085c5cf1e413b76466f214e2bb851a98e295c5ca)
|
|
26
47
|
- Release @eeacms/volto-tabs-block@2.1.0 [`5ca3c86`](https://github.com/eea/volto-eea-kitkat/commit/5ca3c86609151d72b10405a05e575583fd052db1)
|
|
@@ -61,80 +82,59 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
61
82
|
- Release @eeacms/volto-block-image-cards 0.6.2 [`c8c7e22`](https://github.com/eea/volto-eea-kitkat/commit/c8c7e2239a1b09ff854fbafd71de8e0307c9ae8f)
|
|
62
83
|
- Release @eeacms/volto-block-image-cards@0.6.1 [`5c9c438`](https://github.com/eea/volto-eea-kitkat/commit/5c9c438a41e46a4f11d899c530ae2403f8df8ef4)
|
|
63
84
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
> 21 June 2022
|
|
85
|
+
### [6.1.4](https://github.com/eea/volto-eea-kitkat/compare/6.1.3...6.1.4) - 2022-06-21
|
|
67
86
|
|
|
68
|
-
|
|
87
|
+
### [6.1.3](https://github.com/eea/volto-eea-kitkat/compare/6.1.2...6.1.3) - 2022-06-21
|
|
69
88
|
|
|
70
|
-
####
|
|
71
|
-
|
|
72
|
-
> 21 June 2022
|
|
89
|
+
#### :hammer_and_wrench: Others
|
|
73
90
|
|
|
74
91
|
- Merge pull request #54 from eea/develop [`e5ee98a`](https://github.com/eea/volto-eea-kitkat/commit/e5ee98a73420a753d043d1495960b88827093bf3)
|
|
75
92
|
- Release @eeacms/volto-widget-dataprovenance@0.1.2 [`1ce6162`](https://github.com/eea/volto-eea-kitkat/commit/1ce61622c7338ef66a433be032433e3c62672fc4)
|
|
76
93
|
- Release @eeacms/volto-widget-geolocation@4.0.5 [`abf2efb`](https://github.com/eea/volto-eea-kitkat/commit/abf2efb1a42131c3c33873397fbf9784d35d8641)
|
|
77
94
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
> 16 June 2022
|
|
81
|
-
|
|
82
|
-
- Release @eeacms/volto-tabs-block@2.0.2 [`#53`](https://github.com/eea/volto-eea-kitkat/pull/53)
|
|
95
|
+
### [6.1.2](https://github.com/eea/volto-eea-kitkat/compare/6.1.1...6.1.2) - 2022-06-16
|
|
83
96
|
|
|
84
|
-
|
|
97
|
+
### [6.1.1](https://github.com/eea/volto-eea-kitkat/compare/6.1.0...6.1.1) - 2022-06-13
|
|
85
98
|
|
|
86
|
-
|
|
99
|
+
#### :hammer_and_wrench: Others
|
|
87
100
|
|
|
88
|
-
- Release: add volto-widget-dataprovenance [`#52`](https://github.com/eea/volto-eea-kitkat/pull/52)
|
|
89
101
|
- add volto-widget-dataprovenance [`f9ef7a9`](https://github.com/eea/volto-eea-kitkat/commit/f9ef7a9cc845cbe7c46de99e46aa8510c29d6f2c)
|
|
90
102
|
|
|
91
|
-
|
|
103
|
+
### [6.1.0](https://github.com/eea/volto-eea-kitkat/compare/6.0.4...6.1.0) - 2022-06-10
|
|
92
104
|
|
|
93
|
-
|
|
105
|
+
#### :hammer_and_wrench: Others
|
|
94
106
|
|
|
95
|
-
- Release [`#51`](https://github.com/eea/volto-eea-kitkat/pull/51)
|
|
96
107
|
- Release 6.1.0 [`6aed09d`](https://github.com/eea/volto-eea-kitkat/commit/6aed09defa9e92fedc59a6d50be138e7bc727b31)
|
|
97
108
|
- Release @eeacms/volto-listing-block@0.4.0 [`5f1b88a`](https://github.com/eea/volto-eea-kitkat/commit/5f1b88a546e342928bee980cda024e458769af1d)
|
|
98
109
|
- Release @eeacms/volto-tabs-block@2.0.1 [`c342e95`](https://github.com/eea/volto-eea-kitkat/commit/c342e9516ef9b31e5682c6a5944a90b850d15f9e)
|
|
99
110
|
- Release @eeacms/volto-widget-geolocation@4.0.4 [`551d9b7`](https://github.com/eea/volto-eea-kitkat/commit/551d9b75fe4d1a2c7c99a13158f901e01f4dd7a1)
|
|
100
111
|
- Release @eeacms/volto-block-style@3.6.0 [`a4861d3`](https://github.com/eea/volto-eea-kitkat/commit/a4861d3941f16595f9d32dc7f674f056bf500256)
|
|
101
112
|
|
|
102
|
-
|
|
113
|
+
### [6.0.4](https://github.com/eea/volto-eea-kitkat/compare/6.0.3...6.0.4) - 2022-06-08
|
|
103
114
|
|
|
104
|
-
|
|
115
|
+
#### :hammer_and_wrench: Others
|
|
105
116
|
|
|
106
|
-
- Release [`#50`](https://github.com/eea/volto-eea-kitkat/pull/50)
|
|
107
117
|
- Release @eeacms/volto-tabs-block@2.0.0 [`c27d019`](https://github.com/eea/volto-eea-kitkat/commit/c27d0190b6af9a70475bf2d97b862072c3db6712)
|
|
108
118
|
- Release volto-slate@6.2.0 [`afa4354`](https://github.com/eea/volto-eea-kitkat/commit/afa4354bccc0775c9928f2c4eedf430989db86b6)
|
|
109
119
|
- Release @eeacms/volto-block-image-cards@0.6.0 [`40b2fda`](https://github.com/eea/volto-eea-kitkat/commit/40b2fdaf3e153c189fd137284e8e413826e5b0cf)
|
|
110
120
|
- Release @eeacms/volto-block-divider@3.0.0 [`d359594`](https://github.com/eea/volto-eea-kitkat/commit/d35959416777f86fcf536b2054571e4cae65606a)
|
|
111
121
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
> 3 June 2022
|
|
115
|
-
|
|
116
|
-
- Release @eeacms/volto-tabs-block@1.3.2 [`#49`](https://github.com/eea/volto-eea-kitkat/pull/49)
|
|
122
|
+
### [6.0.3](https://github.com/eea/volto-eea-kitkat/compare/6.0.2...6.0.3) - 2022-06-03
|
|
117
123
|
|
|
118
|
-
|
|
124
|
+
### [6.0.2](https://github.com/eea/volto-eea-kitkat/compare/6.0.1...6.0.2) - 2022-06-02
|
|
119
125
|
|
|
120
|
-
|
|
126
|
+
### [6.0.1](https://github.com/eea/volto-eea-kitkat/compare/6.0.0...6.0.1) - 2022-05-31
|
|
121
127
|
|
|
122
|
-
|
|
128
|
+
#### :hammer_and_wrench: Others
|
|
123
129
|
|
|
124
|
-
#### [6.0.1](https://github.com/eea/volto-eea-kitkat/compare/6.0.0...6.0.1)
|
|
125
|
-
|
|
126
|
-
> 31 May 2022
|
|
127
|
-
|
|
128
|
-
- Release [`#47`](https://github.com/eea/volto-eea-kitkat/pull/47)
|
|
129
130
|
- Release volto-slate@6.1.0 [`37d1bd7`](https://github.com/eea/volto-eea-kitkat/commit/37d1bd772c68e5bb00146c578a5ee5fffa0b9ddf)
|
|
130
131
|
- Release @eeacms/volto-block-image-cards@0.5.1 [`6629829`](https://github.com/eea/volto-eea-kitkat/commit/662982903a0f24cc6767ed583c1a00ee6a9e3e43)
|
|
131
132
|
- Release @eeacms/volto-object-widget@4.0.1 [`4fc4c6c`](https://github.com/eea/volto-eea-kitkat/commit/4fc4c6cfa20da4949d125115c9349f267f42eee9)
|
|
132
133
|
|
|
133
|
-
|
|
134
|
+
## [6.0.0](https://github.com/eea/volto-eea-kitkat/compare/5.4.1...6.0.0) - 2022-05-20
|
|
134
135
|
|
|
135
|
-
|
|
136
|
+
#### :hammer_and_wrench: Others
|
|
136
137
|
|
|
137
|
-
- Release [`#46`](https://github.com/eea/volto-eea-kitkat/pull/46)
|
|
138
138
|
- Release volto-slate@6.0.1 [`f591ab1`](https://github.com/eea/volto-eea-kitkat/commit/f591ab11c79396c3b9ef33121fdc68bf6bf76fc0)
|
|
139
139
|
- Release @eeacms/volto-slate-footnote@5.0.0 [`d91787a`](https://github.com/eea/volto-eea-kitkat/commit/d91787a6324d583096756991b8e4d6b8a2010d15)
|
|
140
140
|
- Release @eeacms/volto-object-widget@4.0.0 [`a7b2962`](https://github.com/eea/volto-eea-kitkat/commit/a7b29622c148f951d6c573a07b37f0e420633cb5)
|
|
@@ -145,19 +145,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
145
145
|
- Release @eeacms/volto-accordion-block@3.4.16 [`3bc4902`](https://github.com/eea/volto-eea-kitkat/commit/3bc4902ccffc48ee667f848fe0d5d93c089b956a)
|
|
146
146
|
- Release @eeacms/volto-slate-footnote@4.0.5 [`cf9d2d5`](https://github.com/eea/volto-eea-kitkat/commit/cf9d2d5fae2f32d67ce4880e12c0af7f8eb47edd)
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
### [5.4.1](https://github.com/eea/volto-eea-kitkat/compare/5.4.0...5.4.1) - 2022-05-12
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
#### :hammer_and_wrench: Others
|
|
151
151
|
|
|
152
|
-
- Release [`#45`](https://github.com/eea/volto-eea-kitkat/pull/45)
|
|
153
152
|
- Release @eeacms/volto-matomo@2.0.8 [`08a5957`](https://github.com/eea/volto-eea-kitkat/commit/08a5957cbf82b2e7aae9ca08ac8104dc212f8edc)
|
|
154
153
|
- Release @eeacms/volto-tabs-block@1.3.1 [`183acd3`](https://github.com/eea/volto-eea-kitkat/commit/183acd388ce5add34aef5adfa4a32c7d45923494)
|
|
155
154
|
|
|
156
|
-
|
|
155
|
+
### [5.4.0](https://github.com/eea/volto-eea-kitkat/compare/5.3.0...5.4.0) - 2022-04-11
|
|
157
156
|
|
|
158
|
-
|
|
157
|
+
#### :hammer_and_wrench: Others
|
|
159
158
|
|
|
160
|
-
- Release [`#44`](https://github.com/eea/volto-eea-kitkat/pull/44)
|
|
161
159
|
- Release 5.4.0 [`29cf0ad`](https://github.com/eea/volto-eea-kitkat/commit/29cf0ad6b4dd0ea2d99a802d14d5c49bc3aaebe5)
|
|
162
160
|
- Release @eeacms/volto-columns-block@4.5.0 [`1c9b199`](https://github.com/eea/volto-eea-kitkat/commit/1c9b199dd00a0232486a6c1f10b6ce0824139abb)
|
|
163
161
|
- Release @eeacms/volto-listing-block@0.3.2 [`f696aa6`](https://github.com/eea/volto-eea-kitkat/commit/f696aa60efec91490ca74538b337857649f6b43f)
|
|
@@ -165,11 +163,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
165
163
|
- Release @eeacms/volto-block-image-cards@0.4.0 [`6fc7e62`](https://github.com/eea/volto-eea-kitkat/commit/6fc7e621a3065296db8ffd3e46946348f9ce63ab)
|
|
166
164
|
- Release @eeacms/volto-banner@2.2.0 [`6c98696`](https://github.com/eea/volto-eea-kitkat/commit/6c986968108b6fe5e5227557acc1e2b5b7d5de20)
|
|
167
165
|
|
|
168
|
-
|
|
166
|
+
### [5.3.0](https://github.com/eea/volto-eea-kitkat/compare/5.2.9...5.3.0) - 2022-04-07
|
|
169
167
|
|
|
170
|
-
|
|
168
|
+
#### :hammer_and_wrench: Others
|
|
171
169
|
|
|
172
|
-
- Release [`#43`](https://github.com/eea/volto-eea-kitkat/pull/43)
|
|
173
170
|
- Release 5.3.0 [`0dafa80`](https://github.com/eea/volto-eea-kitkat/commit/0dafa8073c3bd86bfa40148c8bca9c885e5853cc)
|
|
174
171
|
- Release @eeacms/volto-columns-block@4.4.15 [`5f0d876`](https://github.com/eea/volto-eea-kitkat/commit/5f0d876d814305d4099bef45338ae44cc3aca8b1)
|
|
175
172
|
- Release @eeacms/volto-resize-helper@0.2.9 [`c4aca49`](https://github.com/eea/volto-eea-kitkat/commit/c4aca49c09da797821d94deeaecc711a1594dc2b)
|
|
@@ -177,131 +174,95 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
177
174
|
- Release @eeacms/volto-accordion-block@3.4.15 [`c69cde7`](https://github.com/eea/volto-eea-kitkat/commit/c69cde7eb233b51325da04056b915877ae9f50ea)
|
|
178
175
|
- Release @eeacms/volto-slate-metadata-mentions@5.0.0 [`ec956a0`](https://github.com/eea/volto-eea-kitkat/commit/ec956a033a9d409a7fa9bc9f3bb17b8a5dd8bbc4)
|
|
179
176
|
|
|
180
|
-
|
|
177
|
+
### [5.2.9](https://github.com/eea/volto-eea-kitkat/compare/5.2.8...5.2.9) - 2022-04-06
|
|
181
178
|
|
|
182
|
-
|
|
179
|
+
#### :hammer_and_wrench: Others
|
|
183
180
|
|
|
184
|
-
- Release [`#42`](https://github.com/eea/volto-eea-kitkat/pull/42)
|
|
185
181
|
- Release @eeacms/volto-block-image-cards@0.3.0 [`23c7746`](https://github.com/eea/volto-eea-kitkat/commit/23c774620a79e7fbf182930ef0fb884a722a4b79)
|
|
186
182
|
- Release @eeacms/volto-block-image-cards@0.2.1 [`72942af`](https://github.com/eea/volto-eea-kitkat/commit/72942af90779edf935874a86e37c36fcf66b049a)
|
|
187
183
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
> 25 March 2022
|
|
191
|
-
|
|
192
|
-
- Release @eeacms/volto-block-toc@2.3.0 [`#41`](https://github.com/eea/volto-eea-kitkat/pull/41)
|
|
184
|
+
### [5.2.8](https://github.com/eea/volto-eea-kitkat/compare/5.2.7...5.2.8) - 2022-03-25
|
|
193
185
|
|
|
194
|
-
|
|
186
|
+
### [5.2.7](https://github.com/eea/volto-eea-kitkat/compare/5.2.6...5.2.7) - 2022-03-19
|
|
195
187
|
|
|
196
|
-
|
|
188
|
+
#### :hammer_and_wrench: Others
|
|
197
189
|
|
|
198
|
-
- Release [`#40`](https://github.com/eea/volto-eea-kitkat/pull/40)
|
|
199
190
|
- Release volto-slate@5.4.1 [`d92949b`](https://github.com/eea/volto-eea-kitkat/commit/d92949b6d42dc8c72fbf7082c5e0aa81d9e85f15)
|
|
200
191
|
- Update README.md [`69f379b`](https://github.com/eea/volto-eea-kitkat/commit/69f379bb4effb22be2e78eda6599c822202acfd3)
|
|
201
192
|
|
|
202
|
-
|
|
193
|
+
### [5.2.6](https://github.com/eea/volto-eea-kitkat/compare/5.2.5...5.2.6) - 2022-03-16
|
|
203
194
|
|
|
204
|
-
|
|
195
|
+
#### :hammer_and_wrench: Others
|
|
205
196
|
|
|
206
|
-
- Release volto-slate@5.4.0 [`#39`](https://github.com/eea/volto-eea-kitkat/pull/39)
|
|
207
197
|
- Release @eeacms/volto-slate-metadata-mentions@4.0.3 [`f244305`](https://github.com/eea/volto-eea-kitkat/commit/f244305b9713420bede43b7c08e4034cf096dd3d)
|
|
208
198
|
|
|
209
|
-
|
|
199
|
+
### [5.2.5](https://github.com/eea/volto-eea-kitkat/compare/5.2.4...5.2.5) - 2022-03-11
|
|
210
200
|
|
|
211
|
-
|
|
201
|
+
#### :hammer_and_wrench: Others
|
|
212
202
|
|
|
213
|
-
- Release [`#38`](https://github.com/eea/volto-eea-kitkat/pull/38)
|
|
214
203
|
- Release @eeacms/volto-listing-block@0.3.0 [`10725b8`](https://github.com/eea/volto-eea-kitkat/commit/10725b86940e70a50b3c0d31941950d3a382e7c4)
|
|
215
204
|
- Release @eeacms/volto-block-image-cards@0.2.0 [`07c89d6`](https://github.com/eea/volto-eea-kitkat/commit/07c89d6f6120a14b5d2d1e08bdc1b1ee556efb58)
|
|
216
205
|
- Release @eeacms/volto-banner@2.1.0 [`d9786ae`](https://github.com/eea/volto-eea-kitkat/commit/d9786aed0baeb3eadf4adba8c472556aa885fe5e)
|
|
217
206
|
- Release volto-slate@5.3.5 [`83955b7`](https://github.com/eea/volto-eea-kitkat/commit/83955b785ac1974da3cda32bb8c9dfd0a1fb102e)
|
|
218
207
|
|
|
219
|
-
|
|
208
|
+
### [5.2.4](https://github.com/eea/volto-eea-kitkat/compare/5.2.3...5.2.4) - 2022-03-04
|
|
220
209
|
|
|
221
|
-
|
|
210
|
+
### [5.2.3](https://github.com/eea/volto-eea-kitkat/compare/5.2.2...5.2.3) - 2022-03-04
|
|
222
211
|
|
|
223
|
-
|
|
212
|
+
### [5.2.2](https://github.com/eea/volto-eea-kitkat/compare/5.2.1...5.2.2) - 2022-03-03
|
|
224
213
|
|
|
225
|
-
####
|
|
214
|
+
#### :hammer_and_wrench: Others
|
|
226
215
|
|
|
227
|
-
> 4 March 2022
|
|
228
|
-
|
|
229
|
-
- Release @eeacms/volto-metadata-block@4.0.7 [`#36`](https://github.com/eea/volto-eea-kitkat/pull/36)
|
|
230
|
-
|
|
231
|
-
#### [5.2.2](https://github.com/eea/volto-eea-kitkat/compare/5.2.1...5.2.2)
|
|
232
|
-
|
|
233
|
-
> 3 March 2022
|
|
234
|
-
|
|
235
|
-
- Release @eeacms/volto-block-style@3.5.18 [`#35`](https://github.com/eea/volto-eea-kitkat/pull/35)
|
|
236
216
|
- Release @eeacms/volto-accordion-block@3.4.14 [`f9d8c75`](https://github.com/eea/volto-eea-kitkat/commit/f9d8c7572e1684a24f436fd2a257adda1ddc543b)
|
|
237
217
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
> 2 March 2022
|
|
218
|
+
### [5.2.1](https://github.com/eea/volto-eea-kitkat/compare/5.2.0...5.2.1) - 2022-03-02
|
|
241
219
|
|
|
242
|
-
|
|
220
|
+
### [5.2.0](https://github.com/eea/volto-eea-kitkat/compare/5.1.6...5.2.0) - 2022-02-17
|
|
243
221
|
|
|
244
|
-
####
|
|
222
|
+
#### :hammer_and_wrench: Others
|
|
245
223
|
|
|
246
|
-
> 17 February 2022
|
|
247
|
-
|
|
248
|
-
- Release 5.2.0 [`#33`](https://github.com/eea/volto-eea-kitkat/pull/33)
|
|
249
224
|
- Release volto-slate@5.3.4 [`28e01f2`](https://github.com/eea/volto-eea-kitkat/commit/28e01f29f3d3f1b2fb9c3ddc359a362457ba67c5)
|
|
250
225
|
- Release @eeacms/volto-banner@2.0.0 [`b5f4d60`](https://github.com/eea/volto-eea-kitkat/commit/b5f4d60b8098de0564b1e44872f29e04d181137a)
|
|
251
226
|
|
|
252
|
-
|
|
227
|
+
### [5.1.6](https://github.com/eea/volto-eea-kitkat/compare/5.1.5...5.1.6) - 2022-01-28
|
|
253
228
|
|
|
254
|
-
|
|
229
|
+
#### :hammer_and_wrench: Others
|
|
255
230
|
|
|
256
|
-
- Packages vs update [`#32`](https://github.com/eea/volto-eea-kitkat/pull/32)
|
|
257
231
|
- Release @eeacms/volto-block-style@3.5.16 [`ab10a89`](https://github.com/eea/volto-eea-kitkat/commit/ab10a895f690702d1767edb5b84b634f6eaf7bed)
|
|
258
232
|
- Release @eeacms/volto-metadata-block@4.0.6 [`674257e`](https://github.com/eea/volto-eea-kitkat/commit/674257e75e08dc912e6c3c70bab62567203c5cc6)
|
|
259
233
|
|
|
260
|
-
|
|
234
|
+
### [5.1.5](https://github.com/eea/volto-eea-kitkat/compare/5.1.4...5.1.5) - 2022-01-21
|
|
261
235
|
|
|
262
|
-
|
|
236
|
+
#### :hammer_and_wrench: Others
|
|
263
237
|
|
|
264
|
-
- Release [`#31`](https://github.com/eea/volto-eea-kitkat/pull/31)
|
|
265
238
|
- Release @eeacms/volto-columns-block@4.4.14 [`34a6296`](https://github.com/eea/volto-eea-kitkat/commit/34a629632594a8776e0066d863c0a181f63d5217)
|
|
266
239
|
- Release @eeacms/volto-tabs-block@1.2.12 [`49f6fca`](https://github.com/eea/volto-eea-kitkat/commit/49f6fcaddd8eb7a16d0e6231240b764f3ba562cf)
|
|
267
240
|
- Release @eeacms/volto-widget-temporal-coverage@4.0.5 [`0dc1b67`](https://github.com/eea/volto-eea-kitkat/commit/0dc1b6793c28a17fbdf482da6bf9430782f34a04)
|
|
268
241
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
> 18 January 2022
|
|
242
|
+
### [5.1.4](https://github.com/eea/volto-eea-kitkat/compare/5.1.3...5.1.4) - 2022-01-18
|
|
272
243
|
|
|
273
|
-
|
|
244
|
+
### [5.1.3](https://github.com/eea/volto-eea-kitkat/compare/5.1.2...5.1.3) - 2022-01-13
|
|
274
245
|
|
|
275
|
-
####
|
|
246
|
+
#### :hammer_and_wrench: Others
|
|
276
247
|
|
|
277
|
-
> 13 January 2022
|
|
278
|
-
|
|
279
|
-
- Develop [`#29`](https://github.com/eea/volto-eea-kitkat/pull/29)
|
|
280
248
|
- Release @eeacms/volto-columns-block@4.4.13 [`47c7b7e`](https://github.com/eea/volto-eea-kitkat/commit/47c7b7e69b7dd5f90a3f2903bfcde56fa5ac8118)
|
|
281
249
|
- Release @eeacms/volto-block-style@3.5.15 [`ceca166`](https://github.com/eea/volto-eea-kitkat/commit/ceca1668b875a410d9df8386b4b36317ea128246)
|
|
282
250
|
- Release @eeacms/volto-columns-block@4.4.12 [`f04fbc1`](https://github.com/eea/volto-eea-kitkat/commit/f04fbc1f05c32e92628bbeda500cd1d251d0e973)
|
|
283
251
|
- Release @eeacms/volto-block-style@3.5.14 [`a4ac3a2`](https://github.com/eea/volto-eea-kitkat/commit/a4ac3a2d554905d0a012cc56bec676d1b1eb1315)
|
|
284
252
|
- Release @eeacms/volto-block-style@3.5.13 [`cd13526`](https://github.com/eea/volto-eea-kitkat/commit/cd1352606f88d38e82a16ad39bcdb6d8edd9e81e)
|
|
285
253
|
|
|
286
|
-
|
|
254
|
+
### [5.1.2](https://github.com/eea/volto-eea-kitkat/compare/5.1.1...5.1.2) - 2022-01-05
|
|
287
255
|
|
|
288
|
-
|
|
256
|
+
#### :hammer_and_wrench: Others
|
|
289
257
|
|
|
290
|
-
- I will skip the taxonomy as it has some issues with cypress tests. [`#27`](https://github.com/eea/volto-eea-kitkat/pull/27)
|
|
291
|
-
- Run cypress for slate [`#28`](https://github.com/eea/volto-eea-kitkat/pull/28)
|
|
292
258
|
- Release @eeacms/volto-matomo@2.0.7 [`1e083b6`](https://github.com/eea/volto-eea-kitkat/commit/1e083b6811aaa5e7b5989d49a11fb386e4d3d221)
|
|
293
259
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
> 5 January 2022
|
|
260
|
+
### [5.1.1](https://github.com/eea/volto-eea-kitkat/compare/5.1.0...5.1.1) - 2022-01-05
|
|
297
261
|
|
|
298
|
-
|
|
262
|
+
### [5.1.0](https://github.com/eea/volto-eea-kitkat/compare/5.0.0...5.1.0) - 2022-01-04
|
|
299
263
|
|
|
300
|
-
####
|
|
264
|
+
#### :hammer_and_wrench: Others
|
|
301
265
|
|
|
302
|
-
> 4 January 2022
|
|
303
|
-
|
|
304
|
-
- Release [`#25`](https://github.com/eea/volto-eea-kitkat/pull/25)
|
|
305
266
|
- Release volto-slate@5.3.2 [`016b72d`](https://github.com/eea/volto-eea-kitkat/commit/016b72d4a0d8df0524b3ea6bb83e7ffa79bff4e7)
|
|
306
267
|
- Release 5.1.0 [`89880c3`](https://github.com/eea/volto-eea-kitkat/commit/89880c3c60db7675df9192108b7e7699c6ef3b07)
|
|
307
268
|
- Release @eeacms/volto-block-image-cards@0.1.11 [`1553a67`](https://github.com/eea/volto-eea-kitkat/commit/1553a672d9704c9da607e5c3d6e8447245296f63)
|
|
@@ -337,12 +298,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
337
298
|
- Release volto-slate@5.3.0 [`29fa3fe`](https://github.com/eea/volto-eea-kitkat/commit/29fa3fe1868fea90490644ca29379957fe033e3a)
|
|
338
299
|
- add command to delete successfull test videos [`7cdb40f`](https://github.com/eea/volto-eea-kitkat/commit/7cdb40f2132d8cde1e9ece555517b2ac7da1315a)
|
|
339
300
|
|
|
340
|
-
|
|
301
|
+
## [5.0.0](https://github.com/eea/volto-eea-kitkat/compare/4.1.7...5.0.0) - 2021-12-22
|
|
341
302
|
|
|
342
|
-
|
|
303
|
+
#### :hammer_and_wrench: Others
|
|
343
304
|
|
|
344
|
-
- Release 5.0.0 [`#24`](https://github.com/eea/volto-eea-kitkat/pull/24)
|
|
345
|
-
- update fixturesPath and fix cypress [`#23`](https://github.com/eea/volto-eea-kitkat/pull/23)
|
|
346
305
|
- Release @eeacms/volto-block-style@3.5.10 [`c63b6db`](https://github.com/eea/volto-eea-kitkat/commit/c63b6db6043fca9d78e516a2816b2e7d69ffc8d1)
|
|
347
306
|
- Release @eeacms/volto-slate-zotero@4.0.3 [`17c63ab`](https://github.com/eea/volto-eea-kitkat/commit/17c63ab61d484e5ab99372ee9415506773919753)
|
|
348
307
|
- Release volto-slate@5.2.1 [`258c1eb`](https://github.com/eea/volto-eea-kitkat/commit/258c1eb0f7a94f96aec55e65d93fca1d7331ed85)
|
|
@@ -408,18 +367,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
408
367
|
- Release @eeacms/volto-block-style@3.5.4 [`51eb395`](https://github.com/eea/volto-eea-kitkat/commit/51eb395b18ceb3eb0603a146079f93ef7101feee)
|
|
409
368
|
- Release @eeacms/volto-accordion-block@3.4.9 [`e7e73f8`](https://github.com/eea/volto-eea-kitkat/commit/e7e73f82b05a9a7e09581439c09d05de735eb1a3)
|
|
410
369
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
> 24 November 2021
|
|
370
|
+
### [4.1.7](https://github.com/eea/volto-eea-kitkat/compare/4.1.6...4.1.7) - 2021-11-24
|
|
414
371
|
|
|
415
|
-
|
|
372
|
+
### [4.1.6](https://github.com/eea/volto-eea-kitkat/compare/4.1.5...4.1.6) - 2021-11-24
|
|
416
373
|
|
|
417
|
-
####
|
|
374
|
+
#### :hammer_and_wrench: Others
|
|
418
375
|
|
|
419
|
-
> 24 November 2021
|
|
420
|
-
|
|
421
|
-
- Develop [`#19`](https://github.com/eea/volto-eea-kitkat/pull/19)
|
|
422
|
-
- Cypress tests in child addons [`#18`](https://github.com/eea/volto-eea-kitkat/pull/18)
|
|
423
376
|
- screenshotOnRunFailure: false [`de33099`](https://github.com/eea/volto-eea-kitkat/commit/de330994f12db6e0436ddfcfa0dc173ddeff3778)
|
|
424
377
|
- cy: upload video on failure [`b3c2b46`](https://github.com/eea/volto-eea-kitkat/commit/b3c2b464b14baf5e2a972bc001f5872288faa0a8)
|
|
425
378
|
- Refs #142010 - Optimize Volto-addons gitflow pipelines [`8494683`](https://github.com/eea/volto-eea-kitkat/commit/84946833bfc87dac06ce38a23665b42addafdcfe)
|
|
@@ -428,196 +381,136 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
428
381
|
- shift configs -> cypress.json [`8c2ff75`](https://github.com/eea/volto-eea-kitkat/commit/8c2ff758fabf7a156d50ce179555862fec1cad3e)
|
|
429
382
|
- run cypress in child addons [`4a29e33`](https://github.com/eea/volto-eea-kitkat/commit/4a29e33c9ebfc2ca039e9da34bab55e58dc007d3)
|
|
430
383
|
|
|
431
|
-
|
|
384
|
+
### [4.1.5](https://github.com/eea/volto-eea-kitkat/compare/4.1.4...4.1.5) - 2021-11-19
|
|
432
385
|
|
|
433
|
-
|
|
386
|
+
#### :hammer_and_wrench: Others
|
|
434
387
|
|
|
435
|
-
- Addons updates [`#17`](https://github.com/eea/volto-eea-kitkat/pull/17)
|
|
436
388
|
- Release @eeacms/volto-block-style@3.5.3 [`6ca12a3`](https://github.com/eea/volto-eea-kitkat/commit/6ca12a382fbb5d8f7662fb5ba7169e5640b056c3)
|
|
437
389
|
- Revert "Release volto-slate@5.1.1" [`fff322e`](https://github.com/eea/volto-eea-kitkat/commit/fff322e60cbb11639bb0987eaad3500225cfa9b8)
|
|
438
390
|
- Release volto-slate@5.1.1 [`39a8899`](https://github.com/eea/volto-eea-kitkat/commit/39a8899700b84a170ad255677289efacca3c4c3a)
|
|
439
391
|
- Revert "Release volto-slate@5.1.0" [`b14761c`](https://github.com/eea/volto-eea-kitkat/commit/b14761c51e7acc132b95a91cf63a5ec7635154dc)
|
|
440
392
|
- Release volto-slate@5.1.0 [`7c1c8b9`](https://github.com/eea/volto-eea-kitkat/commit/7c1c8b971c098682a04cb56f91b1cf85a119bd32)
|
|
441
393
|
|
|
442
|
-
|
|
394
|
+
### [4.1.4](https://github.com/eea/volto-eea-kitkat/compare/4.1.3...4.1.4) - 2021-11-17
|
|
443
395
|
|
|
444
|
-
|
|
396
|
+
#### :hammer_and_wrench: Others
|
|
445
397
|
|
|
446
|
-
- Release [`#16`](https://github.com/eea/volto-eea-kitkat/pull/16)
|
|
447
398
|
- Release @eeacms/volto-metadata-block@4.0.2 [`3afddfe`](https://github.com/eea/volto-eea-kitkat/commit/3afddfe665089559fc6921d0b70cc2fa5fb16b04)
|
|
448
399
|
- Update docs about resolutions [`e0af879`](https://github.com/eea/volto-eea-kitkat/commit/e0af879d360c15aa10e471150f9cb2ce6f41b14a)
|
|
449
400
|
- remove tests from master [`b4115c4`](https://github.com/eea/volto-eea-kitkat/commit/b4115c4f595d5767ad0493944ad132f3fdfcf445)
|
|
450
401
|
- Revert "Disable cypress" [`a161c31`](https://github.com/eea/volto-eea-kitkat/commit/a161c31535cf33621c7513ddc5d8954ff9532c4a)
|
|
451
402
|
|
|
452
|
-
|
|
403
|
+
### [4.1.3](https://github.com/eea/volto-eea-kitkat/compare/4.1.2...4.1.3) - 2021-11-15
|
|
453
404
|
|
|
454
|
-
|
|
405
|
+
#### :hammer_and_wrench: Others
|
|
455
406
|
|
|
456
|
-
- Enforce Volto add-ons pins with resolutions [`#14`](https://github.com/eea/volto-eea-kitkat/pull/14)
|
|
457
407
|
- Disable cypress [`a406e2d`](https://github.com/eea/volto-eea-kitkat/commit/a406e2dc4be788f924642d43d82c677577a6877a)
|
|
458
408
|
- Roll-back volto-slate to 4.2.1 [`ab6ae97`](https://github.com/eea/volto-eea-kitkat/commit/ab6ae97366c1b75b73d77636f5ab937401b9f8f7)
|
|
459
409
|
- Add dependencies resolutions [`7ade630`](https://github.com/eea/volto-eea-kitkat/commit/7ade6305c9c9dfc5c2e332c50676d5f75ffe4c9f)
|
|
460
410
|
- Release @eeacms/volto-banner@1.0.1 [`32cf298`](https://github.com/eea/volto-eea-kitkat/commit/32cf29873643817979ff3e791f8483cd5176e303)
|
|
461
411
|
- Release volto-slate@5.0.0 [`41c5925`](https://github.com/eea/volto-eea-kitkat/commit/41c5925d31ed5dc30ede00794fe5cdcdc3ffc6a6)
|
|
462
412
|
|
|
463
|
-
|
|
413
|
+
### [4.1.2](https://github.com/eea/volto-eea-kitkat/compare/4.1.1...4.1.2) - 2021-11-04
|
|
464
414
|
|
|
465
|
-
|
|
415
|
+
#### :hammer_and_wrench: Others
|
|
466
416
|
|
|
467
|
-
- Release [`#13`](https://github.com/eea/volto-eea-kitkat/pull/13)
|
|
468
417
|
- Release @eeacms/volto-resize-helper@0.2.5 [`10f4702`](https://github.com/eea/volto-eea-kitkat/commit/10f4702945b2d3d1ebdaa9de99cbe7124756fd9e)
|
|
469
418
|
- Release @eeacms/volto-block-style@3.5.2 [`ba8a0d4`](https://github.com/eea/volto-eea-kitkat/commit/ba8a0d47ac1435b110bcb0bf8a1eabed696f44ab)
|
|
470
419
|
- Release @eeacms/volto-accordion-block@3.4.7 [`872f76a`](https://github.com/eea/volto-eea-kitkat/commit/872f76adb332a7c0eb6b06ad4df17d19d129bab5)
|
|
471
420
|
- Release @eeacms/volto-widgets-view@3.0.1 [`ecb68d1`](https://github.com/eea/volto-eea-kitkat/commit/ecb68d19fe557c894a807d037f045feea2053cc6)
|
|
472
421
|
- Release @eeacms/volto-block-style@3.5.1 [`79506fc`](https://github.com/eea/volto-eea-kitkat/commit/79506fc09cec3bbe4f8a160fb1c35bd10611acbe)
|
|
473
422
|
|
|
474
|
-
|
|
423
|
+
### [4.1.1](https://github.com/eea/volto-eea-kitkat/compare/4.1.0...4.1.1) - 2021-10-18
|
|
475
424
|
|
|
476
|
-
|
|
425
|
+
#### :hammer_and_wrench: Others
|
|
477
426
|
|
|
478
|
-
- Revert volto-slate to a stable version [`#12`](https://github.com/eea/volto-eea-kitkat/pull/12)
|
|
479
427
|
- Release volto-slate 4.2.1 [`3c26754`](https://github.com/eea/volto-eea-kitkat/commit/3c26754a1ead420dfb675c7453cec6d723566a85)
|
|
480
428
|
- Release stable volto-slate 4.2.0 [`591bcba`](https://github.com/eea/volto-eea-kitkat/commit/591bcbafa174a6cf20f45b622b2c1407df24c288)
|
|
481
429
|
- Revert "Release volto-slate@4.1.0" [`6c22eb3`](https://github.com/eea/volto-eea-kitkat/commit/6c22eb35c65f8ee7470f6dac18fe88ad73bdef3e)
|
|
482
430
|
|
|
483
|
-
|
|
431
|
+
### [4.1.0](https://github.com/eea/volto-eea-kitkat/compare/4.0.2...4.1.0) - 2021-10-14
|
|
484
432
|
|
|
485
|
-
|
|
433
|
+
#### :hammer_and_wrench: Others
|
|
486
434
|
|
|
487
|
-
- Release [`#11`](https://github.com/eea/volto-eea-kitkat/pull/11)
|
|
488
435
|
- Release volto-slate@4.1.0 [`340bce0`](https://github.com/eea/volto-eea-kitkat/commit/340bce054ebc9a846f768dee749e0abf5970eef3)
|
|
489
436
|
- Release @eeacms/volto-columns-block@4.4.6 [`d74bd6b`](https://github.com/eea/volto-eea-kitkat/commit/d74bd6ba4a3b8d9f9f04d77de990956fb60090fc)
|
|
490
437
|
|
|
491
|
-
|
|
438
|
+
### [4.0.2](https://github.com/eea/volto-eea-kitkat/compare/4.0.1...4.0.2) - 2021-10-11
|
|
492
439
|
|
|
493
|
-
|
|
440
|
+
#### :hammer_and_wrench: Others
|
|
494
441
|
|
|
495
|
-
- Release [`#10`](https://github.com/eea/volto-eea-kitkat/pull/10)
|
|
496
442
|
- Release @eeacms/volto-matomo@2.0.3 [`164f793`](https://github.com/eea/volto-eea-kitkat/commit/164f793332f326aa1352f5b73c808babfc8836c5)
|
|
497
443
|
- Release @eeacms/volto-group-block@4.3.1 [`197e1ac`](https://github.com/eea/volto-eea-kitkat/commit/197e1ac28fbb0f14ebc3527c0ff35dbb6fc8038f)
|
|
498
444
|
- Release @eeacms/volto-accordion-block@3.4.6 [`2b23f33`](https://github.com/eea/volto-eea-kitkat/commit/2b23f330628ebce79892718df8c89816fc607dde)
|
|
499
445
|
|
|
500
|
-
|
|
446
|
+
### [4.0.1](https://github.com/eea/volto-eea-kitkat/compare/4.0.0...4.0.1) - 2021-10-01
|
|
501
447
|
|
|
502
|
-
|
|
448
|
+
#### :hammer_and_wrench: Others
|
|
503
449
|
|
|
504
|
-
- Release 4.0.1 [`#9`](https://github.com/eea/volto-eea-kitkat/pull/9)
|
|
505
450
|
- Release @eeacms/volto-block-image-cards@0.1.4 [`0522f59`](https://github.com/eea/volto-eea-kitkat/commit/0522f5927231f0b15a02e932c5ccd8f258f6cd3a)
|
|
506
451
|
- Release volto-slate@4.0.3 [`294797c`](https://github.com/eea/volto-eea-kitkat/commit/294797c343e77504a0c1139fff7ce278c34876ae)
|
|
507
452
|
- Release @eeacms/volto-slate-footnote@4.0.2 [`45b67fe`](https://github.com/eea/volto-eea-kitkat/commit/45b67fee7bfc14ddd601a179dc80bb1d8f682be7)
|
|
508
453
|
- Add cypress integration tests [`b49a070`](https://github.com/eea/volto-eea-kitkat/commit/b49a070bdbe2dcd04a31f96ade6d6f06fea94e7b)
|
|
509
454
|
- Release @eeacms/volto-accordion-block@3.4.5 [`99472c7`](https://github.com/eea/volto-eea-kitkat/commit/99472c732da833ab26ba0e0b4328927be408ee89)
|
|
510
455
|
|
|
511
|
-
|
|
456
|
+
## [4.0.0](https://github.com/eea/volto-eea-kitkat/compare/3.0.2...4.0.0) - 2021-09-29
|
|
512
457
|
|
|
513
|
-
|
|
458
|
+
#### :hammer_and_wrench: Others
|
|
514
459
|
|
|
515
|
-
- Release 4.0.0 [`#8`](https://github.com/eea/volto-eea-kitkat/pull/8)
|
|
516
460
|
- Release volto-slate@4.0.2 [`c34689c`](https://github.com/eea/volto-eea-kitkat/commit/c34689cfb844abb6c766c2839168ae23fce98369)
|
|
517
461
|
- Rename volto-satging-banner to volto-banner 1.0.0 [`eefc06b`](https://github.com/eea/volto-eea-kitkat/commit/eefc06b186efef1a9627bde3e65656d7be074de6)
|
|
518
462
|
- Release @eeacms/volto-slate-footnote@4.0.1 [`01223c3`](https://github.com/eea/volto-eea-kitkat/commit/01223c326d5af55189daad3a39594273f3a17f8f)
|
|
519
463
|
- Add staging-banner to Readme [`cbca78f`](https://github.com/eea/volto-eea-kitkat/commit/cbca78f9b4f76c57dbecd131452925fe7fbe24b4)
|
|
520
|
-
- Automated release @eeacms/volto-staging-banner@0.1.7 [`85db5cb`](https://github.com/eea/volto-eea-kitkat/commit/85db5cbe87cc27e868d4fd332a157f6c2f74ea63)
|
|
521
464
|
- Revert "Automated release volto-slate@4.0.1" [`447abb0`](https://github.com/eea/volto-eea-kitkat/commit/447abb0791616463d5c7fa4ee562ddd1c7984275)
|
|
522
|
-
- Automated release volto-slate@4.0.1 [`e9ffcfd`](https://github.com/eea/volto-eea-kitkat/commit/e9ffcfdd5cc0585ab58406fd1f072b21321e8f3c)
|
|
523
|
-
- Automated release @eeacms/volto-metadata-block@4.0.1 [`b729c87`](https://github.com/eea/volto-eea-kitkat/commit/b729c876dd14485b93022486cc6afedb6d4dcfa1)
|
|
524
|
-
- Automated release @eeacms/volto-block-style@3.5.0 [`c6cf63e`](https://github.com/eea/volto-eea-kitkat/commit/c6cf63e1470ba388a25005b1b80004e947f1a0b1)
|
|
525
465
|
- Remove not needed tableButton volto-slate profile [`f8a832e`](https://github.com/eea/volto-eea-kitkat/commit/f8a832ed5702ef656c520b842307ce262a110c9b)
|
|
526
|
-
- Automated release @eeacms/volto-slate-metadata-mentions@4.0.0 [`8bfe178`](https://github.com/eea/volto-eea-kitkat/commit/8bfe178441f1686a6f0e8bc6e6cbb6287be769a8)
|
|
527
|
-
- Automated release @eeacms/volto-slate-zotero@4.0.0 [`870fd85`](https://github.com/eea/volto-eea-kitkat/commit/870fd8555e3f47ed9e2ff2e4ad4b7d789957a209)
|
|
528
|
-
- Automated release @eeacms/volto-slate-footnote@4.0.0 [`ae01358`](https://github.com/eea/volto-eea-kitkat/commit/ae01358c5f5fdc198c3c952577dedcc0a058ba29)
|
|
529
|
-
- Automated release volto-slate@4.0.0 [`bc46310`](https://github.com/eea/volto-eea-kitkat/commit/bc463101291ff1960d13d0ad464a65840bde3cd8)
|
|
530
|
-
- Automated release @eeacms/volto-metadata-block@4.0.0 [`ee7647c`](https://github.com/eea/volto-eea-kitkat/commit/ee7647c9762f8369997e8c6faa8d3cc785878dcc)
|
|
531
|
-
- Automated release @eeacms/volto-widget-temporal-coverage@4.0.0 [`6f2fe33`](https://github.com/eea/volto-eea-kitkat/commit/6f2fe33e77a5f350c741a2093e06fca77036d723)
|
|
532
|
-
- Automated release @eeacms/volto-widget-geolocation@4.0.0 [`f2ee0ca`](https://github.com/eea/volto-eea-kitkat/commit/f2ee0ca301dd5d703d36a9551f0c1fafbb053186)
|
|
533
|
-
- Automated release @eeacms/volto-accordion-block@3.4.4 [`2a46dcd`](https://github.com/eea/volto-eea-kitkat/commit/2a46dcd7bec87a14096f6baf5b44698d486985c7)
|
|
534
|
-
|
|
535
|
-
#### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2)
|
|
536
466
|
|
|
537
|
-
|
|
467
|
+
### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2) - 2021-09-21
|
|
538
468
|
|
|
469
|
+
### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1) - 2021-09-21
|
|
539
470
|
|
|
540
|
-
####
|
|
471
|
+
#### :hammer_and_wrench: Others
|
|
541
472
|
|
|
542
|
-
> 21 September 2021
|
|
543
|
-
|
|
544
|
-
- Added tableButton [`#6`](https://github.com/eea/volto-eea-kitkat/pull/6)
|
|
545
473
|
- Update package.json [`5012e7a`](https://github.com/eea/volto-eea-kitkat/commit/5012e7a746518d5a21523e33809e1a4e9a14a4a0)
|
|
546
474
|
|
|
547
|
-
|
|
475
|
+
## [3.0.0](https://github.com/eea/volto-eea-kitkat/compare/2.0.2...3.0.0) - 2021-09-21
|
|
548
476
|
|
|
549
|
-
|
|
477
|
+
#### :hammer_and_wrench: Others
|
|
550
478
|
|
|
551
|
-
- Remove volto-workflow-progress [`#5`](https://github.com/eea/volto-eea-kitkat/pull/5)
|
|
552
479
|
- Update to version 3.0.0 [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
- Automated release @eeacms/volto-slate-footnote@3.2.0 [`caba841`](https://github.com/eea/volto-eea-kitkat/commit/caba841c8c218a9ff3a29046746e83dfaae37fb1)
|
|
559
|
-
- Automated release volto-slate@3.0.1 [`19e79f8`](https://github.com/eea/volto-eea-kitkat/commit/19e79f8ba19e238d12018528d0cf6e4d94af36bf)
|
|
560
|
-
- Automated release @eeacms/volto-widget-temporal-coverage@3.0.2 [`7e63a3f`](https://github.com/eea/volto-eea-kitkat/commit/7e63a3f3ed75aaab321ae756a1f1dfd2e5c19faf)
|
|
561
|
-
- Automated release @eeacms/volto-accordion-block@3.4.1 [`4ab69f6`](https://github.com/eea/volto-eea-kitkat/commit/4ab69f66faa8859cba16b993ac3a20a7d50bc97d)
|
|
562
|
-
- Automated release @eeacms/volto-slate-footnote@3.1.1 [`63a8d43`](https://github.com/eea/volto-eea-kitkat/commit/63a8d43dcf691d24027d5ce1ac83d08978801958)
|
|
563
|
-
- Automated release @eeacms/volto-slate-metadata-mentions@3.0.2 [`f332f87`](https://github.com/eea/volto-eea-kitkat/commit/f332f87f90e870b1b126ca15fb0a8cfc36117231)
|
|
564
|
-
|
|
565
|
-
#### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2)
|
|
566
|
-
|
|
567
|
-
> 10 September 2021
|
|
568
|
-
|
|
569
|
-
- Develop - upgrade Slate [`#4`](https://github.com/eea/volto-eea-kitkat/pull/4)
|
|
480
|
+
|
|
481
|
+
### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2) - 2021-09-10
|
|
482
|
+
|
|
483
|
+
#### :hammer_and_wrench: Others
|
|
484
|
+
|
|
570
485
|
- Update package.json [`d9afb01`](https://github.com/eea/volto-eea-kitkat/commit/d9afb0111b58d435a2cbc70e22c9fca0fe9068cd)
|
|
571
|
-
- Automated release @eeacms/volto-slate-footnote@3.1.0 [`c3525f8`](https://github.com/eea/volto-eea-kitkat/commit/c3525f8d0faf17b7c93168e5405420bd475c667b)
|
|
572
|
-
- Automated release @eeacms/volto-metadata-block@3.3.1 [`2057d5d`](https://github.com/eea/volto-eea-kitkat/commit/2057d5dd1e7f1642c3ff52ed711e75aaf079e24c)
|
|
573
|
-
- Automated release @eeacms/volto-widget-geolocation@3.0.2 [`a93fef6`](https://github.com/eea/volto-eea-kitkat/commit/a93fef63263a0bebf3674feee7f99eeb5e33cdd8)
|
|
574
|
-
- Automated release @eeacms/volto-slate-zotero@3.0.0 [`fef9238`](https://github.com/eea/volto-eea-kitkat/commit/fef9238ed74ca034fc49fb748a4b93f6ca879924)
|
|
575
|
-
- Automated release @eeacms/volto-metadata-block@3.3.0 [`478a8a5`](https://github.com/eea/volto-eea-kitkat/commit/478a8a5df2af9d3a2b5771dbb780c28ba23496b5)
|
|
576
486
|
|
|
577
|
-
|
|
487
|
+
### [2.0.1](https://github.com/eea/volto-eea-kitkat/compare/2.0.0...2.0.1) - 2021-09-09
|
|
578
488
|
|
|
579
|
-
|
|
489
|
+
#### :hammer_and_wrench: Others
|
|
580
490
|
|
|
581
|
-
- Develop #137887 [`#3`](https://github.com/eea/volto-eea-kitkat/pull/3)
|
|
582
491
|
- Added two more addons [`67a480e`](https://github.com/eea/volto-eea-kitkat/commit/67a480e8289ff9aa48dd9ef4263eab4d8da080bc)
|
|
583
|
-
- Automated release @eeacms/volto-slate-metadata-mentions@3.0.1 [`978bbb3`](https://github.com/eea/volto-eea-kitkat/commit/978bbb3f9e4db40d5ce906569628034511246a64)
|
|
584
492
|
- important branding change [`de98c70`](https://github.com/eea/volto-eea-kitkat/commit/de98c7079311a9662c8288fadc26311359cd6b0f)
|
|
585
493
|
|
|
586
|
-
|
|
494
|
+
## [2.0.0](https://github.com/eea/volto-eea-kitkat/compare/1.0.0...2.0.0) - 2021-09-08
|
|
587
495
|
|
|
588
|
-
|
|
496
|
+
#### :hammer_and_wrench: Others
|
|
589
497
|
|
|
590
|
-
- Release [`#2`](https://github.com/eea/volto-eea-kitkat/pull/2)
|
|
591
|
-
- Automated release @eeacms/volto-accordion-block@3.4.0 [`1dfb43b`](https://github.com/eea/volto-eea-kitkat/commit/1dfb43baae905c2a64ebeacb2a8b0d1bda21fdff)
|
|
592
|
-
- Automated release @eeacms/volto-metadata-block@3.2.1 [`4050f45`](https://github.com/eea/volto-eea-kitkat/commit/4050f45706f316f78a6bc01c3ec8aa63482919b6)
|
|
593
498
|
- Release 2.0.0 [`b69e769`](https://github.com/eea/volto-eea-kitkat/commit/b69e769ffc4777f68af307f63f77d54c0f3f9b53)
|
|
594
|
-
- Automated release @eeacms/volto-metadata-block@3.2.0 [`1c4faa6`](https://github.com/eea/volto-eea-kitkat/commit/1c4faa69dc3e6c428deb6d76dc2760b537673264)
|
|
595
|
-
- Automated release @eeacms/volto-accordion-block@3.3.1 [`a05bc3a`](https://github.com/eea/volto-eea-kitkat/commit/a05bc3a5e44098d8fe6de5d2f725a7337635189f)
|
|
596
|
-
- Automated release @eeacms/volto-slate-footnote@3.0.0 [`378b9d9`](https://github.com/eea/volto-eea-kitkat/commit/378b9d980a67416bcd5b39d76bb3c17822de5fe3)
|
|
597
|
-
- Automated release @eeacms/volto-slate-metadata-mentions@3.0.0 [`0514c75`](https://github.com/eea/volto-eea-kitkat/commit/0514c75e5e822bab79a84ee5aa17baa3b5592b71)
|
|
598
|
-
- Automated release @eeacms/volto-slate-zotero@2.1.6 [`cdfaaba`](https://github.com/eea/volto-eea-kitkat/commit/cdfaabaa610580b13672427521d97ec820d5ca4e)
|
|
599
|
-
- Automated release @eeacms/volto-widgets-view@3.0.0 [`918a0fe`](https://github.com/eea/volto-eea-kitkat/commit/918a0fe6cb73d0fea0ccd5fff98723139430e95e)
|
|
600
|
-
- Automated release @eeacms/volto-metadata-block@3.1.0 [`885d65a`](https://github.com/eea/volto-eea-kitkat/commit/885d65a059d6493b90d1fa72e2a86fad561757ca)
|
|
601
|
-
- Automated release @eeacms/volto-object-widget@3.0.0 [`6fbb4cc`](https://github.com/eea/volto-eea-kitkat/commit/6fbb4cc4e59a4559763209b7de3a7a9b035c27ba)
|
|
602
|
-
- Automated release @eeacms/volto-block-style@3.4.5 [`aab7496`](https://github.com/eea/volto-eea-kitkat/commit/aab74968c545000717d8789888cc15671115e2f4)
|
|
603
|
-
- Automated release @eeacms/volto-accordion-block@3.3.0 [`d8f628a`](https://github.com/eea/volto-eea-kitkat/commit/d8f628a4be6b0b9ba7d46c1e7092a42df4dc6595)
|
|
604
499
|
|
|
605
|
-
|
|
500
|
+
## [1.0.0](https://github.com/eea/volto-eea-kitkat/compare/0.1.0...1.0.0) - 2021-08-27
|
|
606
501
|
|
|
607
|
-
|
|
502
|
+
#### :hammer_and_wrench: Others
|
|
608
503
|
|
|
609
504
|
- Release 1.0.0 [`82ea502`](https://github.com/eea/volto-eea-kitkat/commit/82ea50218518114b001a82f7fd5389a5ae7ac41a)
|
|
610
505
|
- Update add-ons dependencies [`7894d39`](https://github.com/eea/volto-eea-kitkat/commit/7894d3991854a1ee143c45c361df8ffa3dc7fdd1)
|
|
611
|
-
- Automated release @eeacms/volto-block-image-cards@0.1.3 [`256effe`](https://github.com/eea/volto-eea-kitkat/commit/256effe69ee2fa1bfe64771d04f72440ffd2d2d4)
|
|
612
|
-
- Automated release @eeacms/volto-block-style@3.4.4 [`18fc26b`](https://github.com/eea/volto-eea-kitkat/commit/18fc26bba6f64606db02305efa8d36f5d8b14cb7)
|
|
613
506
|
- Fix volto-block-style order in addons [`e28f4a1`](https://github.com/eea/volto-eea-kitkat/commit/e28f4a1b4e3e2eb6abc1bc855151116ca9cb042e)
|
|
614
507
|
- Update docs [`bbb5fbc`](https://github.com/eea/volto-eea-kitkat/commit/bbb5fbc5a4449548a32b86d03bc1c909036185b9)
|
|
615
508
|
- Fix Makefile [`c03665a`](https://github.com/eea/volto-eea-kitkat/commit/c03665acb2fac95d5c5144713b71a46c9e467757)
|
|
616
509
|
- i18n; test scripts [`accbe9e`](https://github.com/eea/volto-eea-kitkat/commit/accbe9eb83ac5905380ae0568bedcf8ae2d8d2b4)
|
|
617
510
|
- Add common Volto add-on dependencies [`3806e66`](https://github.com/eea/volto-eea-kitkat/commit/3806e666c076c0428909beaa439b52158c78485f)
|
|
618
511
|
|
|
619
|
-
|
|
512
|
+
### 0.1.0 - 2021-08-27
|
|
620
513
|
|
|
621
|
-
|
|
514
|
+
#### :hammer_and_wrench: Others
|
|
622
515
|
|
|
623
516
|
- Initial commit [`0451abf`](https://github.com/eea/volto-eea-kitkat/commit/0451abfbaad75a437b9e6ec0df56b924c8d1637f)
|
package/new.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
+
"version": "7.1.0",
|
|
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
|
+
"main": "src/index.js",
|
|
6
|
+
"author": "European Environment Agency: IDM2 A-Team",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/eea/volto-eea-kitkat",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"volto-addon",
|
|
11
|
+
"volto-bundle",
|
|
12
|
+
"volto-addons-bundle",
|
|
13
|
+
"volto-addons-kit",
|
|
14
|
+
"volto-kitkat",
|
|
15
|
+
"volto",
|
|
16
|
+
"plone",
|
|
17
|
+
"react"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git@github.com:eea/volto-eea-kitkat.git"
|
|
22
|
+
},
|
|
23
|
+
"addons": [
|
|
24
|
+
"@eeacms/volto-matomo",
|
|
25
|
+
"@eeacms/volto-sentry-rancher-config",
|
|
26
|
+
"@eeacms/volto-corsproxy",
|
|
27
|
+
"@eeacms/volto-depiction",
|
|
28
|
+
"@eeacms/volto-taxonomy",
|
|
29
|
+
"@eeacms/volto-object-widget",
|
|
30
|
+
"@eeacms/volto-widgets-view",
|
|
31
|
+
"@eeacms/volto-widget-toggle",
|
|
32
|
+
"@eeacms/volto-widget-temporal-coverage",
|
|
33
|
+
"@eeacms/volto-widget-geolocation",
|
|
34
|
+
"@eeacms/volto-widget-dataprovenance",
|
|
35
|
+
"volto-slate:asDefault",
|
|
36
|
+
"@eeacms/volto-slate-metadata-mentions",
|
|
37
|
+
"@eeacms/volto-slate-footnote",
|
|
38
|
+
"@eeacms/volto-slate-zotero",
|
|
39
|
+
"@eeacms/volto-accordion-block",
|
|
40
|
+
"@eeacms/volto-block-toc",
|
|
41
|
+
"@eeacms/volto-block-divider",
|
|
42
|
+
"@eeacms/volto-listing-block",
|
|
43
|
+
"@eeacms/volto-metadata-block",
|
|
44
|
+
"@eeacms/volto-group-block",
|
|
45
|
+
"@eeacms/volto-columns-block",
|
|
46
|
+
"@eeacms/volto-resize-helper",
|
|
47
|
+
"@eeacms/volto-block-style",
|
|
48
|
+
"@eeacms/volto-tabs-block",
|
|
49
|
+
"@eeacms/volto-banner",
|
|
50
|
+
"@eeacms/volto-block-image-cards"
|
|
51
|
+
],
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@eeacms/volto-accordion-block": "3.5.0",
|
|
54
|
+
"@eeacms/volto-banner": "2.2.1",
|
|
55
|
+
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
|
+
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
57
|
+
"@eeacms/volto-block-style": "3.6.3",
|
|
58
|
+
"@eeacms/volto-block-toc": "3.0.1",
|
|
59
|
+
"@eeacms/volto-columns-block": "4.5.3",
|
|
60
|
+
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
|
+
"@eeacms/volto-depiction": "0.1.6",
|
|
62
|
+
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
+
"@eeacms/volto-listing-block": "0.4.4",
|
|
64
|
+
"@eeacms/volto-matomo": "2.0.9",
|
|
65
|
+
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
|
+
"@eeacms/volto-object-widget": "4.0.2",
|
|
67
|
+
"@eeacms/volto-resize-helper": "0.2.10",
|
|
68
|
+
"@eeacms/volto-sentry-rancher-config": "2.1.6",
|
|
69
|
+
"@eeacms/volto-slate-footnote": "5.0.1",
|
|
70
|
+
"@eeacms/volto-slate-metadata-mentions": "5.0.1",
|
|
71
|
+
"@eeacms/volto-slate-zotero": "4.0.5",
|
|
72
|
+
"@eeacms/volto-tabs-block": "2.2.0",
|
|
73
|
+
"@eeacms/volto-taxonomy": "2.0.6",
|
|
74
|
+
"@eeacms/volto-widget-dataprovenance": "0.1.4",
|
|
75
|
+
"@eeacms/volto-widget-geolocation": "4.0.6",
|
|
76
|
+
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
77
|
+
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
78
|
+
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
+
"volto-slate": "6.3.0"
|
|
80
|
+
},
|
|
81
|
+
"resolutions": {
|
|
82
|
+
"@eeacms/volto-accordion-block": "3.5.0",
|
|
83
|
+
"@eeacms/volto-banner": "2.2.1",
|
|
84
|
+
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
|
+
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
86
|
+
"@eeacms/volto-block-style": "3.6.2",
|
|
87
|
+
"@eeacms/volto-block-toc": "3.0.1",
|
|
88
|
+
"@eeacms/volto-columns-block": "4.5.3",
|
|
89
|
+
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
|
+
"@eeacms/volto-depiction": "0.1.6",
|
|
91
|
+
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
+
"@eeacms/volto-listing-block": "0.4.4",
|
|
93
|
+
"@eeacms/volto-matomo": "2.0.9",
|
|
94
|
+
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
|
+
"@eeacms/volto-object-widget": "4.0.2",
|
|
96
|
+
"@eeacms/volto-resize-helper": "0.2.10",
|
|
97
|
+
"@eeacms/volto-sentry-rancher-config": "2.1.6",
|
|
98
|
+
"@eeacms/volto-slate-footnote": "5.0.1",
|
|
99
|
+
"@eeacms/volto-slate-metadata-mentions": "5.0.1",
|
|
100
|
+
"@eeacms/volto-slate-zotero": "4.0.5",
|
|
101
|
+
"@eeacms/volto-tabs-block": "2.2.0",
|
|
102
|
+
"@eeacms/volto-taxonomy": "2.0.6",
|
|
103
|
+
"@eeacms/volto-widget-geolocation": "4.0.6",
|
|
104
|
+
"@eeacms/volto-widget-dataprovenance": "0.1.4",
|
|
105
|
+
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
106
|
+
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
107
|
+
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
+
"volto-slate": "6.3.0"
|
|
109
|
+
},
|
|
110
|
+
"devDependencies": {
|
|
111
|
+
"@cypress/code-coverage": "^3.9.5",
|
|
112
|
+
"@plone/scripts": "*",
|
|
113
|
+
"babel-plugin-transform-class-properties": "^6.24.1"
|
|
114
|
+
},
|
|
115
|
+
"scripts": {
|
|
116
|
+
"release": "release-it",
|
|
117
|
+
"release-major-beta": "release-it major --preRelease=beta",
|
|
118
|
+
"release-beta": "release-it --preRelease=beta",
|
|
119
|
+
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
|
|
120
|
+
"test": "make test",
|
|
121
|
+
"test:fix": "make test-update",
|
|
122
|
+
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
|
123
|
+
"pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix",
|
|
124
|
+
"stylelint": "if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi",
|
|
125
|
+
"stylelint:overrides": "if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi",
|
|
126
|
+
"stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix",
|
|
127
|
+
"prettier": "if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi",
|
|
128
|
+
"prettier:fix": "if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi",
|
|
129
|
+
"lint": "if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi",
|
|
130
|
+
"lint:fix": "if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi",
|
|
131
|
+
"cypress:run": "if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi",
|
|
132
|
+
"cypress:open": "if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi",
|
|
133
|
+
"update": "./scripts/update.sh"
|
|
134
|
+
}
|
|
135
|
+
}
|
package/old.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
+
"version": "7.0.0",
|
|
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
|
+
"main": "src/index.js",
|
|
6
|
+
"author": "European Environment Agency: IDM2 A-Team",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/eea/volto-eea-kitkat",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"volto-addon",
|
|
11
|
+
"volto-bundle",
|
|
12
|
+
"volto-addons-bundle",
|
|
13
|
+
"volto-addons-kit",
|
|
14
|
+
"volto-kitkat",
|
|
15
|
+
"volto",
|
|
16
|
+
"plone",
|
|
17
|
+
"react"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git@github.com:eea/volto-eea-kitkat.git"
|
|
22
|
+
},
|
|
23
|
+
"addons": [
|
|
24
|
+
"@eeacms/volto-matomo",
|
|
25
|
+
"@eeacms/volto-sentry-rancher-config",
|
|
26
|
+
"@eeacms/volto-corsproxy",
|
|
27
|
+
"@eeacms/volto-depiction",
|
|
28
|
+
"@eeacms/volto-taxonomy",
|
|
29
|
+
"@eeacms/volto-object-widget",
|
|
30
|
+
"@eeacms/volto-widgets-view",
|
|
31
|
+
"@eeacms/volto-widget-toggle",
|
|
32
|
+
"@eeacms/volto-widget-temporal-coverage",
|
|
33
|
+
"@eeacms/volto-widget-geolocation",
|
|
34
|
+
"@eeacms/volto-widget-dataprovenance",
|
|
35
|
+
"volto-slate:asDefault",
|
|
36
|
+
"@eeacms/volto-slate-metadata-mentions",
|
|
37
|
+
"@eeacms/volto-slate-footnote",
|
|
38
|
+
"@eeacms/volto-slate-zotero",
|
|
39
|
+
"@eeacms/volto-accordion-block",
|
|
40
|
+
"@eeacms/volto-block-toc",
|
|
41
|
+
"@eeacms/volto-block-divider",
|
|
42
|
+
"@eeacms/volto-listing-block",
|
|
43
|
+
"@eeacms/volto-metadata-block",
|
|
44
|
+
"@eeacms/volto-group-block",
|
|
45
|
+
"@eeacms/volto-columns-block",
|
|
46
|
+
"@eeacms/volto-resize-helper",
|
|
47
|
+
"@eeacms/volto-block-style",
|
|
48
|
+
"@eeacms/volto-tabs-block",
|
|
49
|
+
"@eeacms/volto-banner",
|
|
50
|
+
"@eeacms/volto-block-image-cards"
|
|
51
|
+
],
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@eeacms/volto-accordion-block": "3.5.0",
|
|
54
|
+
"@eeacms/volto-banner": "2.2.1",
|
|
55
|
+
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
|
+
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
57
|
+
"@eeacms/volto-block-style": "3.6.3",
|
|
58
|
+
"@eeacms/volto-block-toc": "3.0.1",
|
|
59
|
+
"@eeacms/volto-columns-block": "4.5.3",
|
|
60
|
+
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
|
+
"@eeacms/volto-depiction": "0.1.6",
|
|
62
|
+
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
+
"@eeacms/volto-listing-block": "0.4.4",
|
|
64
|
+
"@eeacms/volto-matomo": "2.0.9",
|
|
65
|
+
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
|
+
"@eeacms/volto-object-widget": "4.0.2",
|
|
67
|
+
"@eeacms/volto-resize-helper": "0.2.10",
|
|
68
|
+
"@eeacms/volto-sentry-rancher-config": "2.1.6",
|
|
69
|
+
"@eeacms/volto-slate-footnote": "5.0.1",
|
|
70
|
+
"@eeacms/volto-slate-metadata-mentions": "5.0.1",
|
|
71
|
+
"@eeacms/volto-slate-zotero": "4.0.5",
|
|
72
|
+
"@eeacms/volto-tabs-block": "2.2.0",
|
|
73
|
+
"@eeacms/volto-taxonomy": "2.0.6",
|
|
74
|
+
"@eeacms/volto-widget-dataprovenance": "0.1.4",
|
|
75
|
+
"@eeacms/volto-widget-geolocation": "4.0.6",
|
|
76
|
+
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
77
|
+
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
78
|
+
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
+
"volto-slate": "6.3.0"
|
|
80
|
+
},
|
|
81
|
+
"resolutions": {
|
|
82
|
+
"@eeacms/volto-accordion-block": "3.5.0",
|
|
83
|
+
"@eeacms/volto-banner": "2.2.1",
|
|
84
|
+
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
|
+
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
86
|
+
"@eeacms/volto-block-style": "3.6.2",
|
|
87
|
+
"@eeacms/volto-block-toc": "3.0.1",
|
|
88
|
+
"@eeacms/volto-columns-block": "4.5.3",
|
|
89
|
+
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
|
+
"@eeacms/volto-depiction": "0.1.6",
|
|
91
|
+
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
+
"@eeacms/volto-listing-block": "0.4.4",
|
|
93
|
+
"@eeacms/volto-matomo": "2.0.9",
|
|
94
|
+
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
|
+
"@eeacms/volto-object-widget": "4.0.2",
|
|
96
|
+
"@eeacms/volto-resize-helper": "0.2.10",
|
|
97
|
+
"@eeacms/volto-sentry-rancher-config": "2.1.6",
|
|
98
|
+
"@eeacms/volto-slate-footnote": "5.0.1",
|
|
99
|
+
"@eeacms/volto-slate-metadata-mentions": "5.0.1",
|
|
100
|
+
"@eeacms/volto-slate-zotero": "4.0.5",
|
|
101
|
+
"@eeacms/volto-tabs-block": "2.2.0",
|
|
102
|
+
"@eeacms/volto-taxonomy": "2.0.6",
|
|
103
|
+
"@eeacms/volto-widget-geolocation": "4.0.6",
|
|
104
|
+
"@eeacms/volto-widget-dataprovenance": "0.1.4",
|
|
105
|
+
"@eeacms/volto-widget-temporal-coverage": "4.0.6",
|
|
106
|
+
"@eeacms/volto-widget-toggle": "2.2.7",
|
|
107
|
+
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
+
"volto-slate": "6.3.0"
|
|
109
|
+
},
|
|
110
|
+
"devDependencies": {
|
|
111
|
+
"@cypress/code-coverage": "^3.9.5",
|
|
112
|
+
"@plone/scripts": "*",
|
|
113
|
+
"babel-plugin-transform-class-properties": "^6.24.1"
|
|
114
|
+
},
|
|
115
|
+
"scripts": {
|
|
116
|
+
"release": "release-it",
|
|
117
|
+
"release-major-beta": "release-it major --preRelease=beta",
|
|
118
|
+
"release-beta": "release-it --preRelease=beta",
|
|
119
|
+
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
|
|
120
|
+
"test": "make test",
|
|
121
|
+
"test:fix": "make test-update",
|
|
122
|
+
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
|
123
|
+
"pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix",
|
|
124
|
+
"stylelint": "if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi",
|
|
125
|
+
"stylelint:overrides": "if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi",
|
|
126
|
+
"stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix",
|
|
127
|
+
"prettier": "if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi",
|
|
128
|
+
"prettier:fix": "if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi",
|
|
129
|
+
"lint": "if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi",
|
|
130
|
+
"lint:fix": "if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi",
|
|
131
|
+
"cypress:run": "if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi",
|
|
132
|
+
"cypress:open": "if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi",
|
|
133
|
+
"update": "./scripts/update.sh"
|
|
134
|
+
}
|
|
135
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.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",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
57
57
|
"@eeacms/volto-block-style": "3.6.3",
|
|
58
58
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
59
|
-
"@eeacms/volto-columns-block": "4.5.
|
|
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
|
-
"@eeacms/volto-group-block": "4.3.
|
|
62
|
+
"@eeacms/volto-group-block": "4.3.8",
|
|
63
63
|
"@eeacms/volto-listing-block": "0.4.4",
|
|
64
64
|
"@eeacms/volto-matomo": "2.0.9",
|
|
65
65
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"@eeacms/volto-slate-footnote": "5.0.1",
|
|
70
70
|
"@eeacms/volto-slate-metadata-mentions": "5.0.1",
|
|
71
71
|
"@eeacms/volto-slate-zotero": "4.0.5",
|
|
72
|
-
"@eeacms/volto-tabs-block": "2.
|
|
72
|
+
"@eeacms/volto-tabs-block": "2.2.0",
|
|
73
73
|
"@eeacms/volto-taxonomy": "2.0.6",
|
|
74
74
|
"@eeacms/volto-widget-dataprovenance": "0.1.4",
|
|
75
75
|
"@eeacms/volto-widget-geolocation": "4.0.6",
|
|
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.3.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
82
|
"@eeacms/volto-accordion-block": "3.5.0",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
86
86
|
"@eeacms/volto-block-style": "3.6.2",
|
|
87
87
|
"@eeacms/volto-block-toc": "3.0.1",
|
|
88
|
-
"@eeacms/volto-columns-block": "4.5.
|
|
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
|
-
"@eeacms/volto-group-block": "4.3.
|
|
91
|
+
"@eeacms/volto-group-block": "4.3.8",
|
|
92
92
|
"@eeacms/volto-listing-block": "0.4.4",
|
|
93
93
|
"@eeacms/volto-matomo": "2.0.9",
|
|
94
94
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
@@ -98,14 +98,14 @@
|
|
|
98
98
|
"@eeacms/volto-slate-footnote": "5.0.1",
|
|
99
99
|
"@eeacms/volto-slate-metadata-mentions": "5.0.1",
|
|
100
100
|
"@eeacms/volto-slate-zotero": "4.0.5",
|
|
101
|
-
"@eeacms/volto-tabs-block": "2.
|
|
101
|
+
"@eeacms/volto-tabs-block": "2.2.0",
|
|
102
102
|
"@eeacms/volto-taxonomy": "2.0.6",
|
|
103
103
|
"@eeacms/volto-widget-geolocation": "4.0.6",
|
|
104
104
|
"@eeacms/volto-widget-dataprovenance": "0.1.4",
|
|
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.3.0"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@cypress/code-coverage": "^3.9.5",
|
package/releasefile
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Version Overview component.
|
|
3
|
+
* @module components/manage/Controlpanels/VersionOverview
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { FormattedMessage } from 'react-intl';
|
|
8
|
+
import { Grid, Label, Header } from 'semantic-ui-react';
|
|
9
|
+
import { formatDate } from '@plone/volto/helpers/Utils/Date';
|
|
10
|
+
import { version as voltoVersion } from '@plone/volto/../package.json';
|
|
11
|
+
|
|
12
|
+
import config from '@plone/volto/registry';
|
|
13
|
+
|
|
14
|
+
const VersionOverview = ({
|
|
15
|
+
cmf_version,
|
|
16
|
+
debug_mode,
|
|
17
|
+
pil_version,
|
|
18
|
+
plone_version,
|
|
19
|
+
plone_restapi_version,
|
|
20
|
+
python_version,
|
|
21
|
+
zope_version,
|
|
22
|
+
eggs = {},
|
|
23
|
+
frontend = {},
|
|
24
|
+
backend = {},
|
|
25
|
+
}) => {
|
|
26
|
+
const { addonsInfo } = config.settings;
|
|
27
|
+
const locale = config.settings.dateLocale || 'en-gb';
|
|
28
|
+
const frontendVersion = frontend.version || config.settings.frontendVersion;
|
|
29
|
+
const backendVersion = backend.version || config.settings.backendVersion;
|
|
30
|
+
|
|
31
|
+
return (
|
|
32
|
+
<Grid columns={2} stackable>
|
|
33
|
+
<Grid.Row>
|
|
34
|
+
<Grid.Column>
|
|
35
|
+
{frontend.date && (
|
|
36
|
+
<Label className="highlight" ribbon>
|
|
37
|
+
Updated:{' '}
|
|
38
|
+
{formatDate({
|
|
39
|
+
date: frontend.date,
|
|
40
|
+
format: {
|
|
41
|
+
dateStyle: 'medium',
|
|
42
|
+
timeStyle: 'short',
|
|
43
|
+
},
|
|
44
|
+
locale: locale,
|
|
45
|
+
})}{' '}
|
|
46
|
+
</Label>
|
|
47
|
+
)}
|
|
48
|
+
<Header as="h3">
|
|
49
|
+
<span>Frontend {frontendVersion ? frontendVersion : ''}</span>
|
|
50
|
+
</Header>
|
|
51
|
+
{frontendVersion && (
|
|
52
|
+
<a
|
|
53
|
+
href={[
|
|
54
|
+
config.settings.changelogUrlPrefix,
|
|
55
|
+
config.settings.frontendName,
|
|
56
|
+
config.settings.changelogUrlSuffix,
|
|
57
|
+
].join('/')}
|
|
58
|
+
target="_blank"
|
|
59
|
+
rel="noreferrer"
|
|
60
|
+
>
|
|
61
|
+
History: {frontend.old_version} ⇢ {frontendVersion}
|
|
62
|
+
</a>
|
|
63
|
+
)}
|
|
64
|
+
<ul style={{ fontSize: '16px', fontFamily: 'Monospace' }}>
|
|
65
|
+
{voltoVersion && <li>Volto {voltoVersion}</li>}
|
|
66
|
+
{addonsInfo.map((addon) => (
|
|
67
|
+
<li key={addon.name}>{`${addon.name} ${addon.version || ''}`}</li>
|
|
68
|
+
))}
|
|
69
|
+
</ul>
|
|
70
|
+
</Grid.Column>
|
|
71
|
+
<Grid.Column>
|
|
72
|
+
{backend.date && (
|
|
73
|
+
<Label className="high" ribbon="right">
|
|
74
|
+
Updated:{' '}
|
|
75
|
+
{formatDate({
|
|
76
|
+
date: backend.date,
|
|
77
|
+
format: {
|
|
78
|
+
dateStyle: 'medium',
|
|
79
|
+
timeStyle: 'short',
|
|
80
|
+
},
|
|
81
|
+
locale: locale,
|
|
82
|
+
})}
|
|
83
|
+
</Label>
|
|
84
|
+
)}
|
|
85
|
+
<Header as="h3" textAlign="right">
|
|
86
|
+
Backend {backendVersion ? backendVersion : ''}
|
|
87
|
+
</Header>
|
|
88
|
+
<a
|
|
89
|
+
className="ui right aligned container"
|
|
90
|
+
href={[
|
|
91
|
+
config.settings.changelogUrlPrefix,
|
|
92
|
+
config.settings.backendName,
|
|
93
|
+
config.settings.changelogUrlSuffix,
|
|
94
|
+
].join('/')}
|
|
95
|
+
target="_blank"
|
|
96
|
+
rel="noreferrer"
|
|
97
|
+
>
|
|
98
|
+
History: {backend.old_version} ⇢ {backendVersion}
|
|
99
|
+
</a>
|
|
100
|
+
<ul
|
|
101
|
+
style={{
|
|
102
|
+
fontSize: '16px',
|
|
103
|
+
fontFamily: 'Monospace',
|
|
104
|
+
}}
|
|
105
|
+
>
|
|
106
|
+
<li>Plone {plone_version}</li>
|
|
107
|
+
<li>plone.restapi {plone_restapi_version}</li>
|
|
108
|
+
<li>CMF {cmf_version}</li>
|
|
109
|
+
<li>Zope {zope_version}</li>
|
|
110
|
+
<li>Python {python_version}</li>
|
|
111
|
+
<li>PIL {pil_version}</li>
|
|
112
|
+
{Object.keys(eggs).map((k) => (
|
|
113
|
+
<li>
|
|
114
|
+
{k} {eggs[k]}
|
|
115
|
+
</li>
|
|
116
|
+
))}
|
|
117
|
+
</ul>
|
|
118
|
+
</Grid.Column>
|
|
119
|
+
</Grid.Row>
|
|
120
|
+
<Grid.Row columns={1}>
|
|
121
|
+
<Grid.Column>
|
|
122
|
+
{debug_mode !== 'No' && (
|
|
123
|
+
<p>
|
|
124
|
+
<FormattedMessage
|
|
125
|
+
id="Warning Regarding debug mode"
|
|
126
|
+
defaultMessage="You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process."
|
|
127
|
+
/>
|
|
128
|
+
</p>
|
|
129
|
+
)}
|
|
130
|
+
</Grid.Column>
|
|
131
|
+
</Grid.Row>
|
|
132
|
+
</Grid>
|
|
133
|
+
);
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
export default VersionOverview;
|
package/src/index.js
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
|
+
import { version as frontendVersion } from '../../../../package.json';
|
|
2
|
+
import { name as frontendName } from '../../../../package.json';
|
|
3
|
+
import { updateSystemInfo } from '@eeacms/volto-eea-kitkat/system';
|
|
4
|
+
|
|
1
5
|
const applyConfig = (config) => {
|
|
2
6
|
if (process.env.NODE_ENV !== 'production') {
|
|
3
7
|
// Enable description block for cypress
|
|
4
8
|
config.blocks.blocksConfig.description.restricted = false;
|
|
5
9
|
}
|
|
10
|
+
|
|
11
|
+
// Changelogs
|
|
12
|
+
config.settings.changelogUrlPrefix =
|
|
13
|
+
config.settings.changelogPrefix || __SERVER__
|
|
14
|
+
? process.env.RAZZLE_CHANGELOG_PREFIX
|
|
15
|
+
: window.env.RAZZLE_CHANGELOG_PREFIX || 'https://github.com/eea';
|
|
16
|
+
|
|
17
|
+
config.settings.changelogUrlSuffix =
|
|
18
|
+
config.settings.changelogSuffix || __SERVER__
|
|
19
|
+
? process.env.RAZZLE_CHANGELOG_SUFFIX
|
|
20
|
+
: window.env.RAZZLE_CHANGELOG_SUFFIX || 'releases';
|
|
21
|
+
|
|
22
|
+
config.settings.frontendVersion =
|
|
23
|
+
config.settings.frontendVersion || __SERVER__
|
|
24
|
+
? process.env.RAZZLE_FRONTEND_VERSION
|
|
25
|
+
: window.env.RAZZLE_FRONTEND_VERSION || frontendVersion;
|
|
26
|
+
|
|
27
|
+
config.settings.frontendName =
|
|
28
|
+
config.settings.frontendName || __SERVER__
|
|
29
|
+
? process.env.RAZZLE_FRONTEND_NAME
|
|
30
|
+
: window.env.RAZZLE_FRONTEND_NAME || frontendName;
|
|
31
|
+
|
|
32
|
+
config.settings.backendVersion =
|
|
33
|
+
config.settings.backendVersion || __SERVER__
|
|
34
|
+
? process.env.RAZZLE_BACKEND_VERSION
|
|
35
|
+
: window.env.RAZZLE_BACKEND_VERSION || '';
|
|
36
|
+
|
|
37
|
+
config.settings.backendName =
|
|
38
|
+
config.settings.backendName || __SERVER__
|
|
39
|
+
? process.env.RAZZLE_BACKEND_NAME
|
|
40
|
+
: window.env.RAZZLE_BACKEND_NAME || 'plone-backend';
|
|
41
|
+
|
|
42
|
+
// Persist FRONTEND_VERSION on backend registry
|
|
43
|
+
if (__SERVER__) {
|
|
44
|
+
updateSystemInfo(config);
|
|
45
|
+
}
|
|
46
|
+
|
|
6
47
|
return config;
|
|
7
48
|
};
|
|
8
49
|
|
package/src/system.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* eslint no-console: ["error", { allow: ["warn", "log"] }] */
|
|
2
|
+
export const updateSystemInfo = (config) => {
|
|
3
|
+
var fetch = require('node-fetch');
|
|
4
|
+
const internalApi =
|
|
5
|
+
config.settings.internalApiPath || config.settings.devProxyToApiPath;
|
|
6
|
+
const version = config.settings.frontendVersion;
|
|
7
|
+
|
|
8
|
+
// Nothing to do
|
|
9
|
+
if (!version || !internalApi) {
|
|
10
|
+
return config;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// Backend @system update via PATCH is allowed only via internal API
|
|
14
|
+
if (
|
|
15
|
+
!(
|
|
16
|
+
internalApi.startsWith('http://localhost') ||
|
|
17
|
+
internalApi.startsWith('http://backend')
|
|
18
|
+
)
|
|
19
|
+
) {
|
|
20
|
+
return config;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// Persist FRONTEND_VERSION on backend registry
|
|
24
|
+
const url = `${internalApi}/@system`;
|
|
25
|
+
fetch(url, {
|
|
26
|
+
method: 'PATCH',
|
|
27
|
+
body: JSON.stringify({
|
|
28
|
+
'eea.kitkat.interfaces.IEEAVersionsFrontend.version': version,
|
|
29
|
+
}),
|
|
30
|
+
headers: {
|
|
31
|
+
Accept: 'application/json',
|
|
32
|
+
},
|
|
33
|
+
})
|
|
34
|
+
.then((response) => response.text())
|
|
35
|
+
.then((text) => {
|
|
36
|
+
if (text) {
|
|
37
|
+
console.log(`Updating FRONTEND_VERSION on backend registry: ${text}`);
|
|
38
|
+
} else {
|
|
39
|
+
console.log(
|
|
40
|
+
`FRONTEND_VERSION already up-to-date on backend registry: ${version}`,
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
})
|
|
44
|
+
.catch((err) =>
|
|
45
|
+
console.warn(`Could NOT update FRONTEND_VERSION on backend: ${err}`),
|
|
46
|
+
);
|
|
47
|
+
|
|
48
|
+
return config;
|
|
49
|
+
};
|