@eeacms/volto-eea-kitkat 20.0.0 → 20.0.1
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 +40 -2
- package/CHANGELOG.md +40 -2
- package/new.json +5 -5
- package/old.json +47 -47
- package/package.json +5 -5
- package/partfile +5 -9
- package/releasefile +12 -278
package/CHANGELOG
CHANGED
|
@@ -4,7 +4,21 @@ 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
|
-
### [20.0.
|
|
7
|
+
### [20.0.1](https://github.com/eea/volto-eea-kitkat/compare/20.0.0...20.0.1) - 10 November 2023
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-tabs-block@7.0.1 [EEA Jenkins - [`51f70aa`](https://github.com/eea/volto-eea-kitkat/commit/51f70aa858300d569b83a14021a845a8384a037f)]
|
|
12
|
+
- Release @eeacms/volto-listing-block@6.0.3 [EEA Jenkins - [`01ca02e`](https://github.com/eea/volto-eea-kitkat/commit/01ca02e3eb68fc57becf18c3f9c48e17b600abd7)]
|
|
13
|
+
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
|
|
17
|
+
- test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
|
|
18
|
+
- test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
|
|
19
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
|
|
20
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
|
|
21
|
+
## [20.0.0](https://github.com/eea/volto-eea-kitkat/compare/19.1.0...20.0.0) - 2 November 2023
|
|
8
22
|
|
|
9
23
|
#### :rocket: Dependency updates
|
|
10
24
|
|
|
@@ -40,10 +54,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
40
54
|
|
|
41
55
|
#### :house: Internal changes
|
|
42
56
|
|
|
57
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`068610e`](https://github.com/eea/volto-eea-kitkat/commit/068610e11366f3d9a2c49c7ed1b22c0ae4549b5d)]
|
|
43
58
|
|
|
44
59
|
#### :hammer_and_wrench: Others
|
|
45
60
|
|
|
46
|
-
- Release 20.0.0 [Alin Voinea - [`d76fde9`](https://github.com/eea/volto-eea-kitkat/commit/d76fde92e0d632dccf7b7389ec5505b5b48b761a)]
|
|
47
61
|
- bump package version preparing for release [David Ichim - [`4c6cbf6`](https://github.com/eea/volto-eea-kitkat/commit/4c6cbf68687cfb8420877b00b57eff37814a4a33)]
|
|
48
62
|
- test: get latest version of image [valentinab25 - [`2610d85`](https://github.com/eea/volto-eea-kitkat/commit/2610d8516a01dc6c62b450edb9ad11df9a10892b)]
|
|
49
63
|
- test: use chromium for cypress [valentinab25 - [`3c7950e`](https://github.com/eea/volto-eea-kitkat/commit/3c7950eff45006c1e7ffa1371ef300097d6adc4f)]
|
|
@@ -379,6 +393,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
379
393
|
#### :house: Internal changes
|
|
380
394
|
|
|
381
395
|
- chore: Revert version bump until ready for release [Alin Voinea - [`91ada51`](https://github.com/eea/volto-eea-kitkat/commit/91ada510d1f78cee615c9ffdf9307995f2b1722d)]
|
|
396
|
+
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`a62f4ff`](https://github.com/eea/volto-eea-kitkat/commit/a62f4ffee3796fa3558628fe1d63a9a263ae6bd2)]
|
|
382
397
|
|
|
383
398
|
#### :hammer_and_wrench: Others
|
|
384
399
|
|
|
@@ -495,6 +510,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
495
510
|
|
|
496
511
|
#### :hammer_and_wrench: Others
|
|
497
512
|
|
|
513
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`8ec6014`](https://github.com/eea/volto-eea-kitkat/commit/8ec6014398b1b266b4f0173b92539245a385ee1a)]
|
|
498
514
|
- refactor code as per sonarqube issues [tedw87 - [`6aab22a`](https://github.com/eea/volto-eea-kitkat/commit/6aab22a3ddf038bdce2272be8733b9afd9562720)]
|
|
499
515
|
## [14.0.0](https://github.com/eea/volto-eea-kitkat/compare/13.0.0...14.0.0) - 24 March 2023
|
|
500
516
|
|
|
@@ -528,6 +544,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
528
544
|
|
|
529
545
|
- Release 12.1.0 [Alin Voinea - [`f98ddf7`](https://github.com/eea/volto-eea-kitkat/commit/f98ddf78b0818591f95e027d612257f78fcbba99)]
|
|
530
546
|
- test(Jenkins): Use latest stable Volto for testing [Alin Voinea - [`49938ca`](https://github.com/eea/volto-eea-kitkat/commit/49938ca373ee9f6384932fa39b957361db3b84a7)]
|
|
547
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`877d026`](https://github.com/eea/volto-eea-kitkat/commit/877d026f7a98bed9aac7f0117cace1e28963ccf1)]
|
|
531
548
|
### [12.0.3](https://github.com/eea/volto-eea-kitkat/compare/12.0.2...12.0.3) - 1 March 2023
|
|
532
549
|
|
|
533
550
|
### [12.0.2](https://github.com/eea/volto-eea-kitkat/compare/12.0.1...12.0.2) - 1 March 2023
|
|
@@ -622,6 +639,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
622
639
|
|
|
623
640
|
#### :hammer_and_wrench: Others
|
|
624
641
|
|
|
642
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`78dcc6c`](https://github.com/eea/volto-eea-kitkat/commit/78dcc6c91c3070988f8eab4f40906948b2f24b04)]
|
|
625
643
|
### [10.4.0](https://github.com/eea/volto-eea-kitkat/compare/10.3.0...10.4.0) - 28 December 2022
|
|
626
644
|
|
|
627
645
|
#### :rocket: Dependency updates
|
|
@@ -634,6 +652,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
634
652
|
#### :hammer_and_wrench: Others
|
|
635
653
|
|
|
636
654
|
- Release 10.4.0 [Alin Voinea - [`9f580b7`](https://github.com/eea/volto-eea-kitkat/commit/9f580b75c7349f824bf537a9f14c2da1c505a105)]
|
|
655
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`fd9cc58`](https://github.com/eea/volto-eea-kitkat/commit/fd9cc589f17e2eb73bf42f88645688824f97eb9e)]
|
|
637
656
|
### [10.3.0](https://github.com/eea/volto-eea-kitkat/compare/10.2.0...10.3.0) - 16 December 2022
|
|
638
657
|
|
|
639
658
|
#### :rocket: Dependency updates
|
|
@@ -645,6 +664,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
645
664
|
#### :hammer_and_wrench: Others
|
|
646
665
|
|
|
647
666
|
- Release 10.3.0 [Alin Voinea - [`4f9945a`](https://github.com/eea/volto-eea-kitkat/commit/4f9945a0fd1a981a7f4b43c56293040dba0dd09d)]
|
|
667
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`92644a9`](https://github.com/eea/volto-eea-kitkat/commit/92644a95981feb5fc97931d549a078d5bb190839)]
|
|
648
668
|
### [10.2.0](https://github.com/eea/volto-eea-kitkat/compare/10.1.1...10.2.0) - 29 November 2022
|
|
649
669
|
|
|
650
670
|
#### :rocket: Dependency updates
|
|
@@ -675,6 +695,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
675
695
|
|
|
676
696
|
- Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
|
|
677
697
|
- Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
|
|
698
|
+
- Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins - [`c53b32f`](https://github.com/eea/volto-eea-kitkat/commit/c53b32fe433942500365fc7384c36db46eb9e87e)]
|
|
678
699
|
## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
679
700
|
|
|
680
701
|
#### :rocket: New Features
|
|
@@ -785,6 +806,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
785
806
|
|
|
786
807
|
#### :hammer_and_wrench: Others
|
|
787
808
|
|
|
809
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
|
788
810
|
### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
|
|
789
811
|
|
|
790
812
|
### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
|
|
@@ -802,6 +824,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
802
824
|
#### :hammer_and_wrench: Others
|
|
803
825
|
|
|
804
826
|
- Release 8.2.0 [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
|
|
827
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b88dbd1`](https://github.com/eea/volto-eea-kitkat/commit/b88dbd11c7dc85a57b22b98a7a71c33bb827cd34)]
|
|
805
828
|
### [8.1.0](https://github.com/eea/volto-eea-kitkat/compare/8.0.0...8.1.0) - 22 September 2022
|
|
806
829
|
|
|
807
830
|
#### :rocket: Dependency updates
|
|
@@ -833,10 +856,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
833
856
|
#### :hammer_and_wrench: Others
|
|
834
857
|
|
|
835
858
|
- Merge pull request #66 from eea/develop [Nilesh - [`f7d1d2f`](https://github.com/eea/volto-eea-kitkat/commit/f7d1d2f0e209a6650d134a7657ded482bc87b3d5)]
|
|
859
|
+
- [jenkins] fix coverage report name [valentinab25 - [`d3d29e4`](https://github.com/eea/volto-eea-kitkat/commit/d3d29e49bb323f82d1ef2d2d9e8674c8c9455386)]
|
|
836
860
|
### [7.1.1](https://github.com/eea/volto-eea-kitkat/compare/7.1.0...7.1.1) - 5 September 2022
|
|
837
861
|
|
|
838
862
|
#### :hammer_and_wrench: Others
|
|
839
863
|
|
|
864
|
+
- [jenkins] fix coverage report name [valentinab25 - [`b03633d`](https://github.com/eea/volto-eea-kitkat/commit/b03633d92c50ae921cf902b88d6321d347aac3d2)]
|
|
840
865
|
### [7.1.0](https://github.com/eea/volto-eea-kitkat/compare/7.0.0...7.1.0) - 29 August 2022
|
|
841
866
|
|
|
842
867
|
## [7.0.0](https://github.com/eea/volto-eea-kitkat/compare/6.2.3...7.0.0) - 26 August 2022
|
|
@@ -909,6 +934,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
909
934
|
|
|
910
935
|
#### :hammer_and_wrench: Others
|
|
911
936
|
|
|
937
|
+
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`88e838b`](https://github.com/eea/volto-eea-kitkat/commit/88e838bdf224f8f30a48822dc0b457f3eba8c837)]
|
|
912
938
|
- update volto-widget-dataprovenance readme badges [Nilesh - [`5009c47`](https://github.com/eea/volto-eea-kitkat/commit/5009c47097c70ba102e41cba2870d6aad37221d3)]
|
|
913
939
|
- Revert "Trying to fix cypress" [Alin Voinea - [`0c1eeb2`](https://github.com/eea/volto-eea-kitkat/commit/0c1eeb2fada6e204fed19140407f642ffde5e07f)]
|
|
914
940
|
- Trying to fix cypress [Alin Voinea - [`61c3a51`](https://github.com/eea/volto-eea-kitkat/commit/61c3a5105608e3015c59c5d74e5d2afcc86f434f)]
|
|
@@ -1031,6 +1057,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1031
1057
|
|
|
1032
1058
|
#### :hammer_and_wrench: Others
|
|
1033
1059
|
|
|
1060
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`23f80c1`](https://github.com/eea/volto-eea-kitkat/commit/23f80c1a3d3fd77ad8be5fdf6ef3354d61ef2849)]
|
|
1034
1061
|
- Update README.md [Alexandru Ghica - [`69f379b`](https://github.com/eea/volto-eea-kitkat/commit/69f379bb4effb22be2e78eda6599c822202acfd3)]
|
|
1035
1062
|
### [5.2.6](https://github.com/eea/volto-eea-kitkat/compare/5.2.5...5.2.6) - 16 March 2022
|
|
1036
1063
|
|
|
@@ -1049,6 +1076,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1049
1076
|
|
|
1050
1077
|
#### :hammer_and_wrench: Others
|
|
1051
1078
|
|
|
1079
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`340e29a`](https://github.com/eea/volto-eea-kitkat/commit/340e29aba1802068591da23490562db0dd6a9a01)]
|
|
1052
1080
|
### [5.2.4](https://github.com/eea/volto-eea-kitkat/compare/5.2.3...5.2.4) - 4 March 2022
|
|
1053
1081
|
|
|
1054
1082
|
### [5.2.3](https://github.com/eea/volto-eea-kitkat/compare/5.2.2...5.2.3) - 4 March 2022
|
|
@@ -1214,6 +1242,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1214
1242
|
|
|
1215
1243
|
#### :hammer_and_wrench: Others
|
|
1216
1244
|
|
|
1245
|
+
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`106efb6`](https://github.com/eea/volto-eea-kitkat/commit/106efb623afd9142b4d3cea2225f7b197608a5b6)]
|
|
1217
1246
|
- Add SonarQube badges [Alin Voinea - [`c9ab6ef`](https://github.com/eea/volto-eea-kitkat/commit/c9ab6efe9c303775751856ffec72923169a7c2ac)]
|
|
1218
1247
|
### [4.1.7](https://github.com/eea/volto-eea-kitkat/compare/4.1.6...4.1.7) - 24 November 2021
|
|
1219
1248
|
|
|
@@ -1267,6 +1296,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1267
1296
|
- Disable cypress [Alin Voinea - [`a406e2d`](https://github.com/eea/volto-eea-kitkat/commit/a406e2dc4be788f924642d43d82c677577a6877a)]
|
|
1268
1297
|
- Roll-back volto-slate to 4.2.1 [Alin Voinea - [`ab6ae97`](https://github.com/eea/volto-eea-kitkat/commit/ab6ae97366c1b75b73d77636f5ab937401b9f8f7)]
|
|
1269
1298
|
- Add dependencies resolutions [Alin Voinea - [`7ade630`](https://github.com/eea/volto-eea-kitkat/commit/7ade6305c9c9dfc5c2e332c50676d5f75ffe4c9f)]
|
|
1299
|
+
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`a77e812`](https://github.com/eea/volto-eea-kitkat/commit/a77e812cd7aa74bc1d94cc5a44144f05b6d99264)]
|
|
1270
1300
|
### [4.1.2](https://github.com/eea/volto-eea-kitkat/compare/4.1.1...4.1.2) - 4 November 2021
|
|
1271
1301
|
|
|
1272
1302
|
#### :rocket: Dependency updates
|
|
@@ -1284,6 +1314,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1284
1314
|
- Release volto-slate 4.2.1 [Alin Voinea - [`3c26754`](https://github.com/eea/volto-eea-kitkat/commit/3c26754a1ead420dfb675c7453cec6d723566a85)]
|
|
1285
1315
|
- Release stable volto-slate 4.2.0 [Alin Voinea - [`591bcba`](https://github.com/eea/volto-eea-kitkat/commit/591bcbafa174a6cf20f45b622b2c1407df24c288)]
|
|
1286
1316
|
- Revert "Release volto-slate@4.1.0" [Alin Voinea - [`6c22eb3`](https://github.com/eea/volto-eea-kitkat/commit/6c22eb35c65f8ee7470f6dac18fe88ad73bdef3e)]
|
|
1317
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`981c570`](https://github.com/eea/volto-eea-kitkat/commit/981c570138a1b0890080a111b862759049216995)]
|
|
1318
|
+
- Revert "[JENKINS] - skip cypress" [Alin Voinea - [`c24997c`](https://github.com/eea/volto-eea-kitkat/commit/c24997cd7a293c4021ac7a8bc43212bae4cfecbc)]
|
|
1319
|
+
- Revert "[JENKINS] - Skip cypress report to sonar" [Alin Voinea - [`0cb9887`](https://github.com/eea/volto-eea-kitkat/commit/0cb9887381e5469466bb1ac3516af0d1d572fc19)]
|
|
1287
1320
|
### [4.1.0](https://github.com/eea/volto-eea-kitkat/compare/4.0.2...4.1.0) - 14 October 2021
|
|
1288
1321
|
|
|
1289
1322
|
#### :rocket: Dependency updates
|
|
@@ -1313,6 +1346,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1313
1346
|
|
|
1314
1347
|
#### :hammer_and_wrench: Others
|
|
1315
1348
|
|
|
1349
|
+
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`e3f00fb`](https://github.com/eea/volto-eea-kitkat/commit/e3f00fb23202e8ba20c8dbb961a3f54f86b42bb9)]
|
|
1316
1350
|
- Add cypress integration tests [Alin Voinea - [`b49a070`](https://github.com/eea/volto-eea-kitkat/commit/b49a070bdbe2dcd04a31f96ade6d6f06fea94e7b)]
|
|
1317
1351
|
## [4.0.0](https://github.com/eea/volto-eea-kitkat/compare/3.0.2...4.0.0) - 29 September 2021
|
|
1318
1352
|
|
|
@@ -1325,8 +1359,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1325
1359
|
|
|
1326
1360
|
- Rename volto-satging-banner to volto-banner 1.0.0 [Alin Voinea - [`eefc06b`](https://github.com/eea/volto-eea-kitkat/commit/eefc06b186efef1a9627bde3e65656d7be074de6)]
|
|
1327
1361
|
- Add staging-banner to Readme [Alin Voinea - [`cbca78f`](https://github.com/eea/volto-eea-kitkat/commit/cbca78f9b4f76c57dbecd131452925fe7fbe24b4)]
|
|
1362
|
+
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`485a0ba`](https://github.com/eea/volto-eea-kitkat/commit/485a0ba3c16521eba77b092fbae04671acbd3a4d)]
|
|
1328
1363
|
- Revert "Automated release volto-slate@4.0.1" [Alin Voinea - [`447abb0`](https://github.com/eea/volto-eea-kitkat/commit/447abb0791616463d5c7fa4ee562ddd1c7984275)]
|
|
1329
1364
|
- Remove not needed tableButton volto-slate profile [Alin Voinea - [`f8a832e`](https://github.com/eea/volto-eea-kitkat/commit/f8a832ed5702ef656c520b842307ce262a110c9b)]
|
|
1365
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`af37bcf`](https://github.com/eea/volto-eea-kitkat/commit/af37bcfc75a6868484665ba4710867f61cb7eb39)]
|
|
1330
1366
|
### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2) - 21 September 2021
|
|
1331
1367
|
|
|
1332
1368
|
### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1) - 21 September 2021
|
|
@@ -1339,6 +1375,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1339
1375
|
#### :hammer_and_wrench: Others
|
|
1340
1376
|
|
|
1341
1377
|
- Update to version 3.0.0 [Alexandru Ghica - [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)]
|
|
1378
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`b700b5a`](https://github.com/eea/volto-eea-kitkat/commit/b700b5a985714197e89e656927586367d63b90a7)]
|
|
1342
1379
|
### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2) - 10 September 2021
|
|
1343
1380
|
|
|
1344
1381
|
#### :hammer_and_wrench: Others
|
|
@@ -1370,4 +1407,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1370
1407
|
|
|
1371
1408
|
#### :hammer_and_wrench: Others
|
|
1372
1409
|
|
|
1410
|
+
- yarn bootstrap [Alin Voinea - [`180a877`](https://github.com/eea/volto-eea-kitkat/commit/180a877a89301183ce7492933965161e21e2509b)]
|
|
1373
1411
|
- Initial commit [Alin Voinea - [`0451abf`](https://github.com/eea/volto-eea-kitkat/commit/0451abfbaad75a437b9e6ec0df56b924c8d1637f)]
|
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,21 @@ 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
|
-
### [20.0.
|
|
7
|
+
### [20.0.1](https://github.com/eea/volto-eea-kitkat/compare/20.0.0...20.0.1) - 10 November 2023
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-tabs-block@7.0.1 [EEA Jenkins - [`51f70aa`](https://github.com/eea/volto-eea-kitkat/commit/51f70aa858300d569b83a14021a845a8384a037f)]
|
|
12
|
+
- Release @eeacms/volto-listing-block@6.0.3 [EEA Jenkins - [`01ca02e`](https://github.com/eea/volto-eea-kitkat/commit/01ca02e3eb68fc57becf18c3f9c48e17b600abd7)]
|
|
13
|
+
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
|
|
17
|
+
- test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
|
|
18
|
+
- test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
|
|
19
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
|
|
20
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
|
|
21
|
+
## [20.0.0](https://github.com/eea/volto-eea-kitkat/compare/19.1.0...20.0.0) - 2 November 2023
|
|
8
22
|
|
|
9
23
|
#### :rocket: Dependency updates
|
|
10
24
|
|
|
@@ -40,10 +54,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
40
54
|
|
|
41
55
|
#### :house: Internal changes
|
|
42
56
|
|
|
57
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`068610e`](https://github.com/eea/volto-eea-kitkat/commit/068610e11366f3d9a2c49c7ed1b22c0ae4549b5d)]
|
|
43
58
|
|
|
44
59
|
#### :hammer_and_wrench: Others
|
|
45
60
|
|
|
46
|
-
- Release 20.0.0 [Alin Voinea - [`d76fde9`](https://github.com/eea/volto-eea-kitkat/commit/d76fde92e0d632dccf7b7389ec5505b5b48b761a)]
|
|
47
61
|
- bump package version preparing for release [David Ichim - [`4c6cbf6`](https://github.com/eea/volto-eea-kitkat/commit/4c6cbf68687cfb8420877b00b57eff37814a4a33)]
|
|
48
62
|
- test: get latest version of image [valentinab25 - [`2610d85`](https://github.com/eea/volto-eea-kitkat/commit/2610d8516a01dc6c62b450edb9ad11df9a10892b)]
|
|
49
63
|
- test: use chromium for cypress [valentinab25 - [`3c7950e`](https://github.com/eea/volto-eea-kitkat/commit/3c7950eff45006c1e7ffa1371ef300097d6adc4f)]
|
|
@@ -379,6 +393,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
379
393
|
#### :house: Internal changes
|
|
380
394
|
|
|
381
395
|
- chore: Revert version bump until ready for release [Alin Voinea - [`91ada51`](https://github.com/eea/volto-eea-kitkat/commit/91ada510d1f78cee615c9ffdf9307995f2b1722d)]
|
|
396
|
+
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`a62f4ff`](https://github.com/eea/volto-eea-kitkat/commit/a62f4ffee3796fa3558628fe1d63a9a263ae6bd2)]
|
|
382
397
|
|
|
383
398
|
#### :hammer_and_wrench: Others
|
|
384
399
|
|
|
@@ -495,6 +510,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
495
510
|
|
|
496
511
|
#### :hammer_and_wrench: Others
|
|
497
512
|
|
|
513
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`8ec6014`](https://github.com/eea/volto-eea-kitkat/commit/8ec6014398b1b266b4f0173b92539245a385ee1a)]
|
|
498
514
|
- refactor code as per sonarqube issues [tedw87 - [`6aab22a`](https://github.com/eea/volto-eea-kitkat/commit/6aab22a3ddf038bdce2272be8733b9afd9562720)]
|
|
499
515
|
## [14.0.0](https://github.com/eea/volto-eea-kitkat/compare/13.0.0...14.0.0) - 24 March 2023
|
|
500
516
|
|
|
@@ -528,6 +544,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
528
544
|
|
|
529
545
|
- Release 12.1.0 [Alin Voinea - [`f98ddf7`](https://github.com/eea/volto-eea-kitkat/commit/f98ddf78b0818591f95e027d612257f78fcbba99)]
|
|
530
546
|
- test(Jenkins): Use latest stable Volto for testing [Alin Voinea - [`49938ca`](https://github.com/eea/volto-eea-kitkat/commit/49938ca373ee9f6384932fa39b957361db3b84a7)]
|
|
547
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`877d026`](https://github.com/eea/volto-eea-kitkat/commit/877d026f7a98bed9aac7f0117cace1e28963ccf1)]
|
|
531
548
|
### [12.0.3](https://github.com/eea/volto-eea-kitkat/compare/12.0.2...12.0.3) - 1 March 2023
|
|
532
549
|
|
|
533
550
|
### [12.0.2](https://github.com/eea/volto-eea-kitkat/compare/12.0.1...12.0.2) - 1 March 2023
|
|
@@ -622,6 +639,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
622
639
|
|
|
623
640
|
#### :hammer_and_wrench: Others
|
|
624
641
|
|
|
642
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`78dcc6c`](https://github.com/eea/volto-eea-kitkat/commit/78dcc6c91c3070988f8eab4f40906948b2f24b04)]
|
|
625
643
|
### [10.4.0](https://github.com/eea/volto-eea-kitkat/compare/10.3.0...10.4.0) - 28 December 2022
|
|
626
644
|
|
|
627
645
|
#### :rocket: Dependency updates
|
|
@@ -634,6 +652,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
634
652
|
#### :hammer_and_wrench: Others
|
|
635
653
|
|
|
636
654
|
- Release 10.4.0 [Alin Voinea - [`9f580b7`](https://github.com/eea/volto-eea-kitkat/commit/9f580b75c7349f824bf537a9f14c2da1c505a105)]
|
|
655
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`fd9cc58`](https://github.com/eea/volto-eea-kitkat/commit/fd9cc589f17e2eb73bf42f88645688824f97eb9e)]
|
|
637
656
|
### [10.3.0](https://github.com/eea/volto-eea-kitkat/compare/10.2.0...10.3.0) - 16 December 2022
|
|
638
657
|
|
|
639
658
|
#### :rocket: Dependency updates
|
|
@@ -645,6 +664,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
645
664
|
#### :hammer_and_wrench: Others
|
|
646
665
|
|
|
647
666
|
- Release 10.3.0 [Alin Voinea - [`4f9945a`](https://github.com/eea/volto-eea-kitkat/commit/4f9945a0fd1a981a7f4b43c56293040dba0dd09d)]
|
|
667
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`92644a9`](https://github.com/eea/volto-eea-kitkat/commit/92644a95981feb5fc97931d549a078d5bb190839)]
|
|
648
668
|
### [10.2.0](https://github.com/eea/volto-eea-kitkat/compare/10.1.1...10.2.0) - 29 November 2022
|
|
649
669
|
|
|
650
670
|
#### :rocket: Dependency updates
|
|
@@ -675,6 +695,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
675
695
|
|
|
676
696
|
- Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
|
|
677
697
|
- Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
|
|
698
|
+
- Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins - [`c53b32f`](https://github.com/eea/volto-eea-kitkat/commit/c53b32fe433942500365fc7384c36db46eb9e87e)]
|
|
678
699
|
## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
679
700
|
|
|
680
701
|
#### :rocket: New Features
|
|
@@ -785,6 +806,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
785
806
|
|
|
786
807
|
#### :hammer_and_wrench: Others
|
|
787
808
|
|
|
809
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
|
788
810
|
### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
|
|
789
811
|
|
|
790
812
|
### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
|
|
@@ -802,6 +824,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
802
824
|
#### :hammer_and_wrench: Others
|
|
803
825
|
|
|
804
826
|
- Release 8.2.0 [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
|
|
827
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b88dbd1`](https://github.com/eea/volto-eea-kitkat/commit/b88dbd11c7dc85a57b22b98a7a71c33bb827cd34)]
|
|
805
828
|
### [8.1.0](https://github.com/eea/volto-eea-kitkat/compare/8.0.0...8.1.0) - 22 September 2022
|
|
806
829
|
|
|
807
830
|
#### :rocket: Dependency updates
|
|
@@ -833,10 +856,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
833
856
|
#### :hammer_and_wrench: Others
|
|
834
857
|
|
|
835
858
|
- Merge pull request #66 from eea/develop [Nilesh - [`f7d1d2f`](https://github.com/eea/volto-eea-kitkat/commit/f7d1d2f0e209a6650d134a7657ded482bc87b3d5)]
|
|
859
|
+
- [jenkins] fix coverage report name [valentinab25 - [`d3d29e4`](https://github.com/eea/volto-eea-kitkat/commit/d3d29e49bb323f82d1ef2d2d9e8674c8c9455386)]
|
|
836
860
|
### [7.1.1](https://github.com/eea/volto-eea-kitkat/compare/7.1.0...7.1.1) - 5 September 2022
|
|
837
861
|
|
|
838
862
|
#### :hammer_and_wrench: Others
|
|
839
863
|
|
|
864
|
+
- [jenkins] fix coverage report name [valentinab25 - [`b03633d`](https://github.com/eea/volto-eea-kitkat/commit/b03633d92c50ae921cf902b88d6321d347aac3d2)]
|
|
840
865
|
### [7.1.0](https://github.com/eea/volto-eea-kitkat/compare/7.0.0...7.1.0) - 29 August 2022
|
|
841
866
|
|
|
842
867
|
## [7.0.0](https://github.com/eea/volto-eea-kitkat/compare/6.2.3...7.0.0) - 26 August 2022
|
|
@@ -909,6 +934,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
909
934
|
|
|
910
935
|
#### :hammer_and_wrench: Others
|
|
911
936
|
|
|
937
|
+
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`88e838b`](https://github.com/eea/volto-eea-kitkat/commit/88e838bdf224f8f30a48822dc0b457f3eba8c837)]
|
|
912
938
|
- update volto-widget-dataprovenance readme badges [Nilesh - [`5009c47`](https://github.com/eea/volto-eea-kitkat/commit/5009c47097c70ba102e41cba2870d6aad37221d3)]
|
|
913
939
|
- Revert "Trying to fix cypress" [Alin Voinea - [`0c1eeb2`](https://github.com/eea/volto-eea-kitkat/commit/0c1eeb2fada6e204fed19140407f642ffde5e07f)]
|
|
914
940
|
- Trying to fix cypress [Alin Voinea - [`61c3a51`](https://github.com/eea/volto-eea-kitkat/commit/61c3a5105608e3015c59c5d74e5d2afcc86f434f)]
|
|
@@ -1031,6 +1057,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1031
1057
|
|
|
1032
1058
|
#### :hammer_and_wrench: Others
|
|
1033
1059
|
|
|
1060
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`23f80c1`](https://github.com/eea/volto-eea-kitkat/commit/23f80c1a3d3fd77ad8be5fdf6ef3354d61ef2849)]
|
|
1034
1061
|
- Update README.md [Alexandru Ghica - [`69f379b`](https://github.com/eea/volto-eea-kitkat/commit/69f379bb4effb22be2e78eda6599c822202acfd3)]
|
|
1035
1062
|
### [5.2.6](https://github.com/eea/volto-eea-kitkat/compare/5.2.5...5.2.6) - 16 March 2022
|
|
1036
1063
|
|
|
@@ -1049,6 +1076,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1049
1076
|
|
|
1050
1077
|
#### :hammer_and_wrench: Others
|
|
1051
1078
|
|
|
1079
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`340e29a`](https://github.com/eea/volto-eea-kitkat/commit/340e29aba1802068591da23490562db0dd6a9a01)]
|
|
1052
1080
|
### [5.2.4](https://github.com/eea/volto-eea-kitkat/compare/5.2.3...5.2.4) - 4 March 2022
|
|
1053
1081
|
|
|
1054
1082
|
### [5.2.3](https://github.com/eea/volto-eea-kitkat/compare/5.2.2...5.2.3) - 4 March 2022
|
|
@@ -1214,6 +1242,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1214
1242
|
|
|
1215
1243
|
#### :hammer_and_wrench: Others
|
|
1216
1244
|
|
|
1245
|
+
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`106efb6`](https://github.com/eea/volto-eea-kitkat/commit/106efb623afd9142b4d3cea2225f7b197608a5b6)]
|
|
1217
1246
|
- Add SonarQube badges [Alin Voinea - [`c9ab6ef`](https://github.com/eea/volto-eea-kitkat/commit/c9ab6efe9c303775751856ffec72923169a7c2ac)]
|
|
1218
1247
|
### [4.1.7](https://github.com/eea/volto-eea-kitkat/compare/4.1.6...4.1.7) - 24 November 2021
|
|
1219
1248
|
|
|
@@ -1267,6 +1296,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1267
1296
|
- Disable cypress [Alin Voinea - [`a406e2d`](https://github.com/eea/volto-eea-kitkat/commit/a406e2dc4be788f924642d43d82c677577a6877a)]
|
|
1268
1297
|
- Roll-back volto-slate to 4.2.1 [Alin Voinea - [`ab6ae97`](https://github.com/eea/volto-eea-kitkat/commit/ab6ae97366c1b75b73d77636f5ab937401b9f8f7)]
|
|
1269
1298
|
- Add dependencies resolutions [Alin Voinea - [`7ade630`](https://github.com/eea/volto-eea-kitkat/commit/7ade6305c9c9dfc5c2e332c50676d5f75ffe4c9f)]
|
|
1299
|
+
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`a77e812`](https://github.com/eea/volto-eea-kitkat/commit/a77e812cd7aa74bc1d94cc5a44144f05b6d99264)]
|
|
1270
1300
|
### [4.1.2](https://github.com/eea/volto-eea-kitkat/compare/4.1.1...4.1.2) - 4 November 2021
|
|
1271
1301
|
|
|
1272
1302
|
#### :rocket: Dependency updates
|
|
@@ -1284,6 +1314,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1284
1314
|
- Release volto-slate 4.2.1 [Alin Voinea - [`3c26754`](https://github.com/eea/volto-eea-kitkat/commit/3c26754a1ead420dfb675c7453cec6d723566a85)]
|
|
1285
1315
|
- Release stable volto-slate 4.2.0 [Alin Voinea - [`591bcba`](https://github.com/eea/volto-eea-kitkat/commit/591bcbafa174a6cf20f45b622b2c1407df24c288)]
|
|
1286
1316
|
- Revert "Release volto-slate@4.1.0" [Alin Voinea - [`6c22eb3`](https://github.com/eea/volto-eea-kitkat/commit/6c22eb35c65f8ee7470f6dac18fe88ad73bdef3e)]
|
|
1317
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`981c570`](https://github.com/eea/volto-eea-kitkat/commit/981c570138a1b0890080a111b862759049216995)]
|
|
1318
|
+
- Revert "[JENKINS] - skip cypress" [Alin Voinea - [`c24997c`](https://github.com/eea/volto-eea-kitkat/commit/c24997cd7a293c4021ac7a8bc43212bae4cfecbc)]
|
|
1319
|
+
- Revert "[JENKINS] - Skip cypress report to sonar" [Alin Voinea - [`0cb9887`](https://github.com/eea/volto-eea-kitkat/commit/0cb9887381e5469466bb1ac3516af0d1d572fc19)]
|
|
1287
1320
|
### [4.1.0](https://github.com/eea/volto-eea-kitkat/compare/4.0.2...4.1.0) - 14 October 2021
|
|
1288
1321
|
|
|
1289
1322
|
#### :rocket: Dependency updates
|
|
@@ -1313,6 +1346,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1313
1346
|
|
|
1314
1347
|
#### :hammer_and_wrench: Others
|
|
1315
1348
|
|
|
1349
|
+
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`e3f00fb`](https://github.com/eea/volto-eea-kitkat/commit/e3f00fb23202e8ba20c8dbb961a3f54f86b42bb9)]
|
|
1316
1350
|
- Add cypress integration tests [Alin Voinea - [`b49a070`](https://github.com/eea/volto-eea-kitkat/commit/b49a070bdbe2dcd04a31f96ade6d6f06fea94e7b)]
|
|
1317
1351
|
## [4.0.0](https://github.com/eea/volto-eea-kitkat/compare/3.0.2...4.0.0) - 29 September 2021
|
|
1318
1352
|
|
|
@@ -1325,8 +1359,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1325
1359
|
|
|
1326
1360
|
- Rename volto-satging-banner to volto-banner 1.0.0 [Alin Voinea - [`eefc06b`](https://github.com/eea/volto-eea-kitkat/commit/eefc06b186efef1a9627bde3e65656d7be074de6)]
|
|
1327
1361
|
- Add staging-banner to Readme [Alin Voinea - [`cbca78f`](https://github.com/eea/volto-eea-kitkat/commit/cbca78f9b4f76c57dbecd131452925fe7fbe24b4)]
|
|
1362
|
+
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`485a0ba`](https://github.com/eea/volto-eea-kitkat/commit/485a0ba3c16521eba77b092fbae04671acbd3a4d)]
|
|
1328
1363
|
- Revert "Automated release volto-slate@4.0.1" [Alin Voinea - [`447abb0`](https://github.com/eea/volto-eea-kitkat/commit/447abb0791616463d5c7fa4ee562ddd1c7984275)]
|
|
1329
1364
|
- Remove not needed tableButton volto-slate profile [Alin Voinea - [`f8a832e`](https://github.com/eea/volto-eea-kitkat/commit/f8a832ed5702ef656c520b842307ce262a110c9b)]
|
|
1365
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`af37bcf`](https://github.com/eea/volto-eea-kitkat/commit/af37bcfc75a6868484665ba4710867f61cb7eb39)]
|
|
1330
1366
|
### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2) - 21 September 2021
|
|
1331
1367
|
|
|
1332
1368
|
### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1) - 21 September 2021
|
|
@@ -1339,6 +1375,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1339
1375
|
#### :hammer_and_wrench: Others
|
|
1340
1376
|
|
|
1341
1377
|
- Update to version 3.0.0 [Alexandru Ghica - [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)]
|
|
1378
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`b700b5a`](https://github.com/eea/volto-eea-kitkat/commit/b700b5a985714197e89e656927586367d63b90a7)]
|
|
1342
1379
|
### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2) - 10 September 2021
|
|
1343
1380
|
|
|
1344
1381
|
#### :hammer_and_wrench: Others
|
|
@@ -1370,4 +1407,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1370
1407
|
|
|
1371
1408
|
#### :hammer_and_wrench: Others
|
|
1372
1409
|
|
|
1410
|
+
- yarn bootstrap [Alin Voinea - [`180a877`](https://github.com/eea/volto-eea-kitkat/commit/180a877a89301183ce7492933965161e21e2509b)]
|
|
1373
1411
|
- Initial commit [Alin Voinea - [`0451abf`](https://github.com/eea/volto-eea-kitkat/commit/0451abfbaad75a437b9e6ec0df56b924c8d1637f)]
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1",
|
|
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",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@eeacms/volto-description-block": "1.2.4",
|
|
73
73
|
"@eeacms/volto-group-block": "6.3.4",
|
|
74
74
|
"@eeacms/volto-hero-block": "5.4.5",
|
|
75
|
-
"@eeacms/volto-listing-block": "6.0.
|
|
75
|
+
"@eeacms/volto-listing-block": "6.0.3",
|
|
76
76
|
"@eeacms/volto-matomo": "4.2.1",
|
|
77
77
|
"@eeacms/volto-metadata-block": "6.0.3",
|
|
78
78
|
"@eeacms/volto-nextcloud-video-block": "0.4.8",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@eeacms/volto-slate-metadata-mentions": "7.0.2",
|
|
86
86
|
"@eeacms/volto-slate-zotero": "5.2.5",
|
|
87
87
|
"@eeacms/volto-statistic-block": "4.0.2",
|
|
88
|
-
"@eeacms/volto-tabs-block": "7.0.
|
|
88
|
+
"@eeacms/volto-tabs-block": "7.0.1",
|
|
89
89
|
"@eeacms/volto-tags-block": "1.2.4",
|
|
90
90
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
91
91
|
"@eeacms/volto-timeline-block": "1.1.5",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@eeacms/volto-columns-block": "6.4.0",
|
|
118
118
|
"@eeacms/volto-corsproxy": "3.1.5",
|
|
119
119
|
"@eeacms/volto-group-block": "6.3.4",
|
|
120
|
-
"@eeacms/volto-listing-block": "6.0.
|
|
120
|
+
"@eeacms/volto-listing-block": "6.0.3",
|
|
121
121
|
"@eeacms/volto-matomo": "4.2.1",
|
|
122
122
|
"@eeacms/volto-metadata-block": "6.0.3",
|
|
123
123
|
"@eeacms/volto-object-widget": "5.1.5",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@eeacms/volto-slate-footnote": "6.1.8",
|
|
127
127
|
"@eeacms/volto-slate-metadata-mentions": "7.0.2",
|
|
128
128
|
"@eeacms/volto-slate-zotero": "5.2.5",
|
|
129
|
-
"@eeacms/volto-tabs-block": "7.0.
|
|
129
|
+
"@eeacms/volto-tabs-block": "7.0.1",
|
|
130
130
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
131
131
|
"@eeacms/volto-widget-geolocation": "5.1.6",
|
|
132
132
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.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",
|
|
@@ -63,76 +63,76 @@
|
|
|
63
63
|
"@eeacms/volto-accordion-block": "10.4.3",
|
|
64
64
|
"@eeacms/volto-anchors": "0.4.2",
|
|
65
65
|
"@eeacms/volto-banner": "3.1.4",
|
|
66
|
-
"@eeacms/volto-block-divider": "6.1.
|
|
67
|
-
"@eeacms/volto-block-image-cards": "1.3.
|
|
68
|
-
"@eeacms/volto-block-style": "5.2.
|
|
69
|
-
"@eeacms/volto-call-to-action-block": "4.2.
|
|
70
|
-
"@eeacms/volto-columns-block": "6.
|
|
71
|
-
"@eeacms/volto-corsproxy": "3.1.
|
|
72
|
-
"@eeacms/volto-description-block": "1.2.
|
|
73
|
-
"@eeacms/volto-group-block": "6.3.
|
|
74
|
-
"@eeacms/volto-hero-block": "5.4.
|
|
75
|
-
"@eeacms/volto-listing-block": "6.0.
|
|
66
|
+
"@eeacms/volto-block-divider": "6.1.5",
|
|
67
|
+
"@eeacms/volto-block-image-cards": "1.3.5",
|
|
68
|
+
"@eeacms/volto-block-style": "5.2.6",
|
|
69
|
+
"@eeacms/volto-call-to-action-block": "4.2.2",
|
|
70
|
+
"@eeacms/volto-columns-block": "6.4.0",
|
|
71
|
+
"@eeacms/volto-corsproxy": "3.1.5",
|
|
72
|
+
"@eeacms/volto-description-block": "1.2.4",
|
|
73
|
+
"@eeacms/volto-group-block": "6.3.4",
|
|
74
|
+
"@eeacms/volto-hero-block": "5.4.5",
|
|
75
|
+
"@eeacms/volto-listing-block": "6.0.2",
|
|
76
76
|
"@eeacms/volto-matomo": "4.2.1",
|
|
77
|
-
"@eeacms/volto-metadata-block": "6.0.
|
|
78
|
-
"@eeacms/volto-nextcloud-video-block": "0.4.
|
|
79
|
-
"@eeacms/volto-object-widget": "5.1.
|
|
77
|
+
"@eeacms/volto-metadata-block": "6.0.3",
|
|
78
|
+
"@eeacms/volto-nextcloud-video-block": "0.4.8",
|
|
79
|
+
"@eeacms/volto-object-widget": "5.1.5",
|
|
80
80
|
"@eeacms/volto-quote-block": "1.2.3",
|
|
81
81
|
"@eeacms/volto-resize-helper": "1.3.4",
|
|
82
82
|
"@eeacms/volto-sentry-rancher-config": "4.0.0",
|
|
83
|
-
"@eeacms/volto-slate-footnote": "6.1.
|
|
84
|
-
"@eeacms/volto-slate-label": "0.5.
|
|
85
|
-
"@eeacms/volto-slate-metadata-mentions": "7.0.
|
|
83
|
+
"@eeacms/volto-slate-footnote": "6.1.8",
|
|
84
|
+
"@eeacms/volto-slate-label": "0.5.8",
|
|
85
|
+
"@eeacms/volto-slate-metadata-mentions": "7.0.2",
|
|
86
86
|
"@eeacms/volto-slate-zotero": "5.2.5",
|
|
87
87
|
"@eeacms/volto-statistic-block": "4.0.2",
|
|
88
|
-
"@eeacms/volto-tabs-block": "
|
|
89
|
-
"@eeacms/volto-tags-block": "1.2.
|
|
88
|
+
"@eeacms/volto-tabs-block": "7.0.0",
|
|
89
|
+
"@eeacms/volto-tags-block": "1.2.4",
|
|
90
90
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
91
|
-
"@eeacms/volto-timeline-block": "1.1.
|
|
92
|
-
"@eeacms/volto-widget-dataprovenance": "0.4.
|
|
93
|
-
"@eeacms/volto-widget-geolocation": "5.1.
|
|
94
|
-
"@eeacms/volto-widget-temporal-coverage": "5.1.
|
|
95
|
-
"@eeacms/volto-widget-theme-picker": "1.1.
|
|
91
|
+
"@eeacms/volto-timeline-block": "1.1.5",
|
|
92
|
+
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
93
|
+
"@eeacms/volto-widget-geolocation": "5.1.6",
|
|
94
|
+
"@eeacms/volto-widget-temporal-coverage": "5.1.5",
|
|
95
|
+
"@eeacms/volto-widget-theme-picker": "1.1.5",
|
|
96
96
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
|
97
97
|
"@kitconcept/volto-blocks-grid": "7.0.2",
|
|
98
98
|
"@plone-collective/volto-sentry": "0.3.1"
|
|
99
99
|
},
|
|
100
100
|
"resolutions": {
|
|
101
|
-
"@eeacms/volto-nextcloud-video-block": "0.4.
|
|
101
|
+
"@eeacms/volto-nextcloud-video-block": "0.4.8",
|
|
102
102
|
"@eeacms/volto-anchors": "0.4.2",
|
|
103
103
|
"@eeacms/volto-quote-block": "1.2.3",
|
|
104
104
|
"@eeacms/volto-statistic-block": "4.0.2",
|
|
105
|
-
"@eeacms/volto-tags-block": "1.2.
|
|
106
|
-
"@eeacms/volto-call-to-action-block": "4.2.
|
|
107
|
-
"@eeacms/volto-hero-block": "5.4.
|
|
108
|
-
"@eeacms/volto-timeline-block": "1.1.
|
|
109
|
-
"@eeacms/volto-description-block": "1.2.
|
|
110
|
-
"@eeacms/volto-slate-label": "0.5.
|
|
105
|
+
"@eeacms/volto-tags-block": "1.2.4",
|
|
106
|
+
"@eeacms/volto-call-to-action-block": "4.2.2",
|
|
107
|
+
"@eeacms/volto-hero-block": "5.4.5",
|
|
108
|
+
"@eeacms/volto-timeline-block": "1.1.5",
|
|
109
|
+
"@eeacms/volto-description-block": "1.2.4",
|
|
110
|
+
"@eeacms/volto-slate-label": "0.5.8",
|
|
111
111
|
"@plone-collective/volto-sentry": "0.3.1",
|
|
112
112
|
"@eeacms/volto-accordion-block": "10.4.3",
|
|
113
113
|
"@eeacms/volto-banner": "3.1.4",
|
|
114
|
-
"@eeacms/volto-block-divider": "6.1.
|
|
115
|
-
"@eeacms/volto-block-image-cards": "1.3.
|
|
116
|
-
"@eeacms/volto-block-style": "5.2.
|
|
117
|
-
"@eeacms/volto-columns-block": "6.
|
|
118
|
-
"@eeacms/volto-corsproxy": "3.1.
|
|
119
|
-
"@eeacms/volto-group-block": "6.3.
|
|
120
|
-
"@eeacms/volto-listing-block": "6.0.
|
|
114
|
+
"@eeacms/volto-block-divider": "6.1.5",
|
|
115
|
+
"@eeacms/volto-block-image-cards": "1.3.5",
|
|
116
|
+
"@eeacms/volto-block-style": "5.2.6",
|
|
117
|
+
"@eeacms/volto-columns-block": "6.4.0",
|
|
118
|
+
"@eeacms/volto-corsproxy": "3.1.5",
|
|
119
|
+
"@eeacms/volto-group-block": "6.3.4",
|
|
120
|
+
"@eeacms/volto-listing-block": "6.0.2",
|
|
121
121
|
"@eeacms/volto-matomo": "4.2.1",
|
|
122
|
-
"@eeacms/volto-metadata-block": "6.0.
|
|
123
|
-
"@eeacms/volto-object-widget": "5.1.
|
|
122
|
+
"@eeacms/volto-metadata-block": "6.0.3",
|
|
123
|
+
"@eeacms/volto-object-widget": "5.1.5",
|
|
124
124
|
"@eeacms/volto-resize-helper": "1.3.4",
|
|
125
125
|
"@eeacms/volto-sentry-rancher-config": "4.0.0",
|
|
126
|
-
"@eeacms/volto-slate-footnote": "6.1.
|
|
127
|
-
"@eeacms/volto-slate-metadata-mentions": "7.0.
|
|
126
|
+
"@eeacms/volto-slate-footnote": "6.1.8",
|
|
127
|
+
"@eeacms/volto-slate-metadata-mentions": "7.0.2",
|
|
128
128
|
"@eeacms/volto-slate-zotero": "5.2.5",
|
|
129
|
-
"@eeacms/volto-tabs-block": "
|
|
129
|
+
"@eeacms/volto-tabs-block": "7.0.0",
|
|
130
130
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
131
|
-
"@eeacms/volto-widget-geolocation": "5.1.
|
|
132
|
-
"@eeacms/volto-widget-dataprovenance": "0.4.
|
|
133
|
-
"@eeacms/volto-widget-temporal-coverage": "5.1.
|
|
131
|
+
"@eeacms/volto-widget-geolocation": "5.1.6",
|
|
132
|
+
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
133
|
+
"@eeacms/volto-widget-temporal-coverage": "5.1.5",
|
|
134
134
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
|
135
|
-
"@eeacms/volto-widget-theme-picker": "1.1.
|
|
135
|
+
"@eeacms/volto-widget-theme-picker": "1.1.5",
|
|
136
136
|
"@eeacms/countup": "2.0.6"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1",
|
|
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",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@eeacms/volto-description-block": "1.2.4",
|
|
73
73
|
"@eeacms/volto-group-block": "6.3.4",
|
|
74
74
|
"@eeacms/volto-hero-block": "5.4.5",
|
|
75
|
-
"@eeacms/volto-listing-block": "6.0.
|
|
75
|
+
"@eeacms/volto-listing-block": "6.0.3",
|
|
76
76
|
"@eeacms/volto-matomo": "4.2.1",
|
|
77
77
|
"@eeacms/volto-metadata-block": "6.0.3",
|
|
78
78
|
"@eeacms/volto-nextcloud-video-block": "0.4.8",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@eeacms/volto-slate-metadata-mentions": "7.0.2",
|
|
86
86
|
"@eeacms/volto-slate-zotero": "5.2.5",
|
|
87
87
|
"@eeacms/volto-statistic-block": "4.0.2",
|
|
88
|
-
"@eeacms/volto-tabs-block": "7.0.
|
|
88
|
+
"@eeacms/volto-tabs-block": "7.0.1",
|
|
89
89
|
"@eeacms/volto-tags-block": "1.2.4",
|
|
90
90
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
91
91
|
"@eeacms/volto-timeline-block": "1.1.5",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@eeacms/volto-columns-block": "6.4.0",
|
|
118
118
|
"@eeacms/volto-corsproxy": "3.1.5",
|
|
119
119
|
"@eeacms/volto-group-block": "6.3.4",
|
|
120
|
-
"@eeacms/volto-listing-block": "6.0.
|
|
120
|
+
"@eeacms/volto-listing-block": "6.0.3",
|
|
121
121
|
"@eeacms/volto-matomo": "4.2.1",
|
|
122
122
|
"@eeacms/volto-metadata-block": "6.0.3",
|
|
123
123
|
"@eeacms/volto-object-widget": "5.1.5",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@eeacms/volto-slate-footnote": "6.1.8",
|
|
127
127
|
"@eeacms/volto-slate-metadata-mentions": "7.0.2",
|
|
128
128
|
"@eeacms/volto-slate-zotero": "5.2.5",
|
|
129
|
-
"@eeacms/volto-tabs-block": "7.0.
|
|
129
|
+
"@eeacms/volto-tabs-block": "7.0.1",
|
|
130
130
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
131
131
|
"@eeacms/volto-widget-geolocation": "5.1.6",
|
|
132
132
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
package/partfile
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
- bump package version preparing for release [David Ichim - [`4c6cbf6`](https://github.com/eea/volto-eea-kitkat/commit/4c6cbf68687cfb8420877b00b57eff37814a4a33)]
|
|
7
|
-
- test: get latest version of image [valentinab25 - [`2610d85`](https://github.com/eea/volto-eea-kitkat/commit/2610d8516a01dc6c62b450edb9ad11df9a10892b)]
|
|
8
|
-
- test: use chromium for cypress [valentinab25 - [`3c7950e`](https://github.com/eea/volto-eea-kitkat/commit/3c7950eff45006c1e7ffa1371ef300097d6adc4f)]
|
|
9
|
-
- test: disable cypress video [valentinab25 - [`2beb13f`](https://github.com/eea/volto-eea-kitkat/commit/2beb13f864f9a0581ad5fa6ceaea832257f244de)]
|
|
1
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
|
|
2
|
+
- test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
|
|
3
|
+
- test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
|
|
4
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
|
|
5
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
|
package/releasefile
CHANGED
|
@@ -1,288 +1,22 @@
|
|
|
1
1
|
# Dependency updates
|
|
2
2
|
|
|
3
|
-
### [@eeacms/volto-block
|
|
3
|
+
### [@eeacms/volto-listing-block: 6.0.2 ~ 6.0.3](https://github.com/eea/volto-listing-block/releases)
|
|
4
4
|
|
|
5
|
-
###### :
|
|
5
|
+
###### :bug: Bug Fixes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Avoid default export of unnamed function [Tiberiu Ichim - [`fa710c9`](https://github.com/eea/volto-block-divider/commit/fa710c948e4ecf32032f720ea0a01c397421c036)]
|
|
7
|
+
- fix: generic class name [kreafox - [`fba55d7`](https://github.com/eea/volto-listing-block/commit/fba55d7dbb32fca595223b6e1524e5af3ee13d72)]
|
|
9
8
|
|
|
10
|
-
### [@eeacms/volto-block
|
|
9
|
+
### [@eeacms/volto-tabs-block: 7.0.0 ~ 7.0.1](https://github.com/eea/volto-tabs-block/releases)
|
|
11
10
|
|
|
12
|
-
###### :
|
|
11
|
+
###### :bug: Bug Fixes
|
|
13
12
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
###### :hammer_and_wrench: Others
|
|
17
|
-
|
|
18
|
-
- Avoid default export of unnamed function [Tiberiu Ichim - [`aedaf98`](https://github.com/eea/volto-block-image-cards/commit/aedaf980cc47ebb3dd903c6af38e8401d76b46bc)]
|
|
19
|
-
|
|
20
|
-
### [@eeacms/volto-block-style: 5.2.5 ~ 5.2.6](https://github.com/eea/volto-block-style/releases)
|
|
21
|
-
|
|
22
|
-
###### :house: Internal changes
|
|
23
|
-
|
|
24
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`2d22f18`](https://github.com/eea/volto-block-style/commit/2d22f18c43ed4818e5894f7fcec23583752c85a0)]
|
|
25
|
-
###### :hammer_and_wrench: Others
|
|
26
|
-
|
|
27
|
-
- Update README.md [ana-oprea - [`b343ef4`](https://github.com/eea/volto-block-style/commit/b343ef47afc990c3139da246b8fc75fcc3c10bb5)]
|
|
28
|
-
|
|
29
|
-
### [@eeacms/volto-call-to-action-block: 4.2.1 ~ 4.2.2](https://github.com/eea/volto-call-to-action-block/releases)
|
|
30
|
-
|
|
31
|
-
###### :house: Internal changes
|
|
32
|
-
|
|
33
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`67f68bc`](https://github.com/eea/volto-call-to-action-block/commit/67f68bcc6fde8888cb44b0c483b4c1933d207e54)]
|
|
34
|
-
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`e958386`](https://github.com/eea/volto-call-to-action-block/commit/e95838603735d0ebfa7829359d1503a4e06a39ac)]
|
|
35
|
-
###### :hammer_and_wrench: Others
|
|
36
|
-
|
|
37
|
-
- Update README.md [ana-oprea - [`f9b73a5`](https://github.com/eea/volto-call-to-action-block/commit/f9b73a50664cf4a4f1292eb2d5a93dd156e70639)]
|
|
38
|
-
|
|
39
|
-
### [@eeacms/volto-columns-block: 6.3.5 ~ 6.4.0](https://github.com/eea/volto-columns-block/releases)
|
|
40
|
-
|
|
41
|
-
###### :house: Internal changes
|
|
42
|
-
|
|
43
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`1fc316f`](https://github.com/eea/volto-columns-block/commit/1fc316fe3c99a45e3c9a07917bead63782cef4b4)]
|
|
44
|
-
###### :hammer_and_wrench: Others
|
|
45
|
-
|
|
46
|
-
- Release 6.4.0 [Alin Voinea - [`d88a8cc`](https://github.com/eea/volto-columns-block/commit/d88a8ccd7af8648f22f182016570a9ee5ba69a2f)]
|
|
47
|
-
- Fix margin-bottom inside the columns block [laszlocseh - [`8080e84`](https://github.com/eea/volto-columns-block/commit/8080e843d9ed2604da76d361d65ede5d03446732)]
|
|
48
|
-
|
|
49
|
-
### [@eeacms/volto-corsproxy: 3.1.4 ~ 3.1.5](https://github.com/eea/volto-corsproxy/releases)
|
|
50
|
-
|
|
51
|
-
###### :house: Internal changes
|
|
52
|
-
|
|
53
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`c7be7a1`](https://github.com/eea/volto-corsproxy/commit/c7be7a16ba3311324a57294df2cd17d48ee6c77d)]
|
|
54
|
-
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`1764071`](https://github.com/eea/volto-corsproxy/commit/1764071e7f0e21b5a7110ac567e661ed9a868e33)]
|
|
55
|
-
###### :hammer_and_wrench: Others
|
|
56
|
-
|
|
57
|
-
- Avoid default export of unnamed function [Tiberiu Ichim - [`6de36be`](https://github.com/eea/volto-corsproxy/commit/6de36be8769190ae1cbd6f993b913d70a20b8b88)]
|
|
58
|
-
|
|
59
|
-
### [@eeacms/volto-description-block: 1.2.3 ~ 1.2.4](https://github.com/eea/volto-description-block/releases)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### [@eeacms/volto-group-block: 6.3.3 ~ 6.3.4](https://github.com/eea/volto-group-block/releases)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### [@eeacms/volto-hero-block: 5.4.3 ~ 5.4.5](https://github.com/eea/volto-hero-block/releases)
|
|
68
|
-
|
|
69
|
-
###### :house: Internal changes
|
|
70
|
-
|
|
71
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f220c0b`](https://github.com/eea/volto-hero-block/commit/f220c0b8fe543d504e532d539a1d606df3e94265)]
|
|
72
|
-
###### :hammer_and_wrench: Others
|
|
73
|
-
|
|
74
|
-
- test: add cypress test for hero block and fix error in DX Layout - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [Crețu Mihaela - [`e4c9e3f`](https://github.com/eea/volto-hero-block/commit/e4c9e3f1d579826de25fa3ca0b829a1f8a65a744)]
|
|
75
|
-
- * docs: add demo gif - Refs [#253277](https://taskman.eionet.europa.eu/issues/253277) [ana-oprea - [`ac59025`](https://github.com/eea/volto-hero-block/commit/ac59025036d2b96fe5fee76abbf15e9f3ef151b9)]
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### [@eeacms/volto-listing-block: 6.0.1 ~ 6.0.2](https://github.com/eea/volto-listing-block/releases)
|
|
80
|
-
|
|
81
|
-
###### :house: Internal changes
|
|
82
|
-
|
|
83
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`84b5668`](https://github.com/eea/volto-listing-block/commit/84b56684ef43d294f339c21f016fb50bf86bfc09)]
|
|
84
|
-
###### :hammer_and_wrench: Others
|
|
85
|
-
|
|
86
|
-
- Update README.md [ana-oprea - [`a3c2121`](https://github.com/eea/volto-listing-block/commit/a3c21214ee2eb41bd138f4bb6760a2628943d4e9)]
|
|
87
|
-
|
|
88
|
-
### [@eeacms/volto-metadata-block: 6.0.2 ~ 6.0.3](https://github.com/eea/volto-metadata-block/releases)
|
|
89
|
-
|
|
90
|
-
###### :house: Internal changes
|
|
91
|
-
|
|
92
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`2759728`](https://github.com/eea/volto-metadata-block/commit/275972853932a5996cadae54a5af3f5ec3356ef1)]
|
|
93
|
-
###### :hammer_and_wrench: Others
|
|
94
|
-
|
|
95
|
-
- Update README.md [ana-oprea - [`0c6727f`](https://github.com/eea/volto-metadata-block/commit/0c6727f0ecf183ff9a104b386b989de70cd6b7a9)]
|
|
96
|
-
|
|
97
|
-
### [@eeacms/volto-nextcloud-video-block: 0.4.7 ~ 0.4.8](https://github.com/eea/volto-nextcloud-video-block/releases)
|
|
98
|
-
|
|
99
|
-
###### :house: Internal changes
|
|
100
|
-
|
|
101
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`d25d01f`](https://github.com/eea/volto-nextcloud-video-block/commit/d25d01ff07e8619cb3cd37124a8a31ad87c23d48)]
|
|
102
|
-
###### :hammer_and_wrench: Others
|
|
103
|
-
|
|
104
|
-
- Update README.md [ana-oprea - [`306d34c`](https://github.com/eea/volto-nextcloud-video-block/commit/306d34cbb0c6073a9d310b2aed0535fd7bcb65ed)]
|
|
105
|
-
|
|
106
|
-
### [@eeacms/volto-object-widget: 5.1.4 ~ 5.1.5](https://github.com/eea/volto-object-widget/releases)
|
|
107
|
-
|
|
108
|
-
###### :house: Internal changes
|
|
109
|
-
|
|
110
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`d0e591e`](https://github.com/eea/volto-object-widget/commit/d0e591e442c1a1ac47ec63f38b008a2165d247ca)]
|
|
111
|
-
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`80b57c0`](https://github.com/eea/volto-object-widget/commit/80b57c03ae46770a47f6fa52913c2e216dc4286b)]
|
|
112
|
-
###### :hammer_and_wrench: Others
|
|
113
|
-
|
|
114
|
-
- Update README.md [ana-oprea - [`ce96b03`](https://github.com/eea/volto-object-widget/commit/ce96b03ec27f5732a3256babd2d8cc21d4ab7538)]
|
|
115
|
-
|
|
116
|
-
### [@eeacms/volto-slate-footnote: 6.1.7 ~ 6.1.8](https://github.com/eea/volto-slate-footnote/releases)
|
|
117
|
-
|
|
118
|
-
###### :house: Internal changes
|
|
119
|
-
|
|
120
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`002ea8c`](https://github.com/eea/volto-slate-footnote/commit/002ea8cbdc9699ebca01db8fdbe0e03ef7b01c2f)]
|
|
121
|
-
###### :hammer_and_wrench: Others
|
|
122
|
-
|
|
123
|
-
- Update README.md [ana-oprea - [`8d8430d`](https://github.com/eea/volto-slate-footnote/commit/8d8430d3b1346ccf53d51b8235429c87617c9f37)]
|
|
124
|
-
|
|
125
|
-
### [@eeacms/volto-slate-label: 0.5.7 ~ 0.5.8](https://github.com/eea/volto-slate-label/releases)
|
|
126
|
-
|
|
127
|
-
###### :house: Internal changes
|
|
128
|
-
|
|
129
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`2b99757`](https://github.com/eea/volto-slate-label/commit/2b997577f7ce6007a25c3cb6ffff904e5006c7da)]
|
|
130
|
-
###### :hammer_and_wrench: Others
|
|
131
|
-
|
|
132
|
-
- Update README.md [ana-oprea - [`23a5a17`](https://github.com/eea/volto-slate-label/commit/23a5a17ea9bf9a790a5dab20c4e37627f2201702)]
|
|
133
|
-
|
|
134
|
-
### [@eeacms/volto-slate-metadata-mentions: 7.0.1 ~ 7.0.2](https://github.com/eea/volto-slate-metadata-mentions/releases)
|
|
135
|
-
|
|
136
|
-
###### :house: Internal changes
|
|
137
|
-
|
|
138
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`8547893`](https://github.com/eea/volto-slate-metadata-mentions/commit/85478933bcf49693948ca3b7aa253f46a661c5a0)]
|
|
139
|
-
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`c007e0e`](https://github.com/eea/volto-slate-metadata-mentions/commit/c007e0eb8220e5b7f4b7db4c4683accd235778b7)]
|
|
140
|
-
###### :hammer_and_wrench: Others
|
|
141
|
-
|
|
142
|
-
- Update README.md [ana-oprea - [`083039d`](https://github.com/eea/volto-slate-metadata-mentions/commit/083039da2c3dd15a7990e9b8f426adabbf10385e)]
|
|
143
|
-
|
|
144
|
-
### [@eeacms/volto-tabs-block: 6.0.2 ~ 7.0.0](https://github.com/eea/volto-tabs-block/releases)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
###### :hammer_and_wrench: Others
|
|
149
|
-
|
|
150
|
-
- Release 7.0.0 with variation support, icons for titles and i18n improvements #74 from eea/develop [ichim-david - [`a48175f`](https://github.com/eea/volto-tabs-block/commit/a48175fa3bc76650a76f993f0a3f4a3b43d14a9a)]
|
|
151
|
-
- Added a few upgrade notes regarding 7.0.0 release within README.md [David Ichim - [`6c13da1`](https://github.com/eea/volto-tabs-block/commit/6c13da188f3b30a31cd21fa2553e57a3f601cc3d)]
|
|
152
|
-
- Added tablist role for the menu section of default and accordion template [David Ichim - [`6af71e3`](https://github.com/eea/volto-tabs-block/commit/6af71e315e5122f982f0564fe73ae73e716d94e1)]
|
|
153
|
-
- Speed up animation by making max height of accordion to 1000px [David Ichim - [`beb741a`](https://github.com/eea/volto-tabs-block/commit/beb741a70fac223791868c41369201894e7710cd)]
|
|
154
|
-
- lint :( [David Ichim - [`cae4d48`](https://github.com/eea/volto-tabs-block/commit/cae4d4842415792c726d66a6e36d2c1b88324bd9)]
|
|
155
|
-
- Don't add background when using pointing option [David Ichim - [`69d3dfe`](https://github.com/eea/volto-tabs-block/commit/69d3dfe35042faab81c7b025c87dcce286ae6c06)]
|
|
156
|
-
- modified variable names for clearer context [David Ichim - [`8cb0444`](https://github.com/eea/volto-tabs-block/commit/8cb0444cb0d4ea64c0760b8e4745a369ca0a6d01)]
|
|
157
|
-
- Removed extra border when using inverted pointing secondary [David Ichim - [`5fab8f1`](https://github.com/eea/volto-tabs-block/commit/5fab8f1c00839dc8ce08b2237f847c4a7c9483db)]
|
|
158
|
-
- Add important to menuItemInvertedTextColor item color [David Ichim - [`45a5e75`](https://github.com/eea/volto-tabs-block/commit/45a5e7594d1319b65b3cb5d12570951c87e04493)]
|
|
159
|
-
- Add cursor to any .ui.item from tabs-block [David Ichim - [`1fea949`](https://github.com/eea/volto-tabs-block/commit/1fea9492660f749273f843d5c5c94e69b4829eca)]
|
|
160
|
-
- Make selectors more specific due to semantic ui styling [David Ichim - [`1b3e1b5`](https://github.com/eea/volto-tabs-block/commit/1b3e1b5aae6744cfb5ff97175c99e3ab5fbbbcd2)]
|
|
161
|
-
- Set grey bg with text color on inverted secondary menu [David Ichim - [`f2635a5`](https://github.com/eea/volto-tabs-block/commit/f2635a5ae39a07d63f51e4e421c4d76a0f57a1ea)]
|
|
162
|
-
- Set hover color to white for inverted menu from tabs [David Ichim - [`5fcad8e`](https://github.com/eea/volto-tabs-block/commit/5fcad8e53489e7c73f787c15d702a778836d4760)]
|
|
163
|
-
- Fixed space key blocking when tab turns into input after double click [David Ichim - [`361fe59`](https://github.com/eea/volto-tabs-block/commit/361fe59bf5abeb3ed412d99e8a37b5a300355d26)]
|
|
164
|
-
- lint fix [David Ichim - [`9b6a2b8`](https://github.com/eea/volto-tabs-block/commit/9b6a2b80aa9779e58e647a64d48531fa092477ca)]
|
|
165
|
-
- Re-organize imports, vs code auto import sucks [David Ichim - [`1320e92`](https://github.com/eea/volto-tabs-block/commit/1320e92fd2c47f549c0a904e4f4925383a64f6cf)]
|
|
166
|
-
- Use css animation for accordion from tab [David Ichim - [`adcbc36`](https://github.com/eea/volto-tabs-block/commit/adcbc36a75055a9431ed031690b8b9bc5a1350cc)]
|
|
167
|
-
- Variations support, tabs can have an icon besides title using Semantic or Image icons #73 from eea/menu-icons [ichim-david - [`263dd99`](https://github.com/eea/volto-tabs-block/commit/263dd99dde56fde1faeb31b90d76833c4494b22b)]
|
|
168
|
-
- Updated Default Tab test to also check for space key and toggling over menu position [David Ichim - [`cb3a576`](https://github.com/eea/volto-tabs-block/commit/cb3a57692b2c1b01ef359bef9d88140fad7e92b7)]
|
|
169
|
-
- Ensure slick slide is accessible by hiding the visibility on non active slides [David Ichim - [`e0afc97`](https://github.com/eea/volto-tabs-block/commit/e0afc9700eb0bb523a5747d60b969d0ea23a7c5d)]
|
|
170
|
-
- Use role presentation for tab-container to avoid the double tab mention while still pleasing eslint-jsx-a11y [David Ichim - [`6e29125`](https://github.com/eea/volto-tabs-block/commit/6e29125c8aaf0bdb399302a01260a6fcf3ab9ff6)]
|
|
171
|
-
- Use a negative tab index for responsive tab container [David Ichim - [`771997d`](https://github.com/eea/volto-tabs-block/commit/771997d56c0f0956ea4597688ec0797b77a7c268)]
|
|
172
|
-
- Removed focus color change for tabs, let site or browser settings affect the focus styles [David Ichim - [`196c38f`](https://github.com/eea/volto-tabs-block/commit/196c38f0bc6c28a92a02f8478075bb7cd48749a7)]
|
|
173
|
-
- Removed .text selector from horizontal responsive since text option isn't on by default anymore [David Ichim - [`b3adcce`](https://github.com/eea/volto-tabs-block/commit/b3adcced57a2cb0e45021c997e21ad8ebe4699c1)]
|
|
174
|
-
- Removed default menuCompact, menuFluid and MenuText [David Ichim - [`250551a`](https://github.com/eea/volto-tabs-block/commit/250551ae10e4cb0437b9d6ab771fdf144024d61b)]
|
|
175
|
-
- Tweak defaults to use fluid secondary pointing class for all templates [David Ichim - [`b040268`](https://github.com/eea/volto-tabs-block/commit/b040268abee7ecab0e2b2388591a218f8fd50926)]
|
|
176
|
-
- Use default instead of defaultValue in order for options to also appear as checked or unchecked in stock Volto [David Ichim - [`dadb61f`](https://github.com/eea/volto-tabs-block/commit/dadb61ffe1295a7f85de0b3ef8058261a591476c)]
|
|
177
|
-
- updated translations with latest additions [David Ichim - [`d962caa`](https://github.com/eea/volto-tabs-block/commit/d962caae022cdcdb0a536ee15eab43e9c1bdb37c)]
|
|
178
|
-
- bring back accordion schema as an enhancer that contained translations [David Ichim - [`c9b8823`](https://github.com/eea/volto-tabs-block/commit/c9b8823c2ca23d4162087a0f8949f55111b16382)]
|
|
179
|
-
- Use full path imports to avoid silent circular imports [David Ichim - [`3ae2a73`](https://github.com/eea/volto-tabs-block/commit/3ae2a73cfd4d8628d4f565a36e4444b1bfd4c4be)]
|
|
180
|
-
- code cleanup and suggestion fixes given by Pycharm [David Ichim - [`599b72e`](https://github.com/eea/volto-tabs-block/commit/599b72e342a76489a98707f2fdd789a5f87108b8)]
|
|
181
|
-
- Export carouselSchemaExtender used for carousel templates [David Ichim - [`035a43f`](https://github.com/eea/volto-tabs-block/commit/035a43fefafdf4a0f16c9aa097cb1d688de20081)]
|
|
182
|
-
- Modify default schema to act as default schema extender [David Ichim - [`1c9eb7f`](https://github.com/eea/volto-tabs-block/commit/1c9eb7f503e724c5b16f0f9ce0cfaf443958b357)]
|
|
183
|
-
- Tabs can now be navigated with tab on edit [David Ichim - [`1165b6a`](https://github.com/eea/volto-tabs-block/commit/1165b6ad55175fa75eb51daaa1e62d32e1c8402b)]
|
|
184
|
-
- Accordion Edit now uses the MenuItem from Default Edit.jsx [David Ichim - [`3d0454a`](https://github.com/eea/volto-tabs-block/commit/3d0454afa9853523eaf18fb5453e00dbf3d3450f)]
|
|
185
|
-
- fixed typo instrunctions [David Ichim - [`67af0fe`](https://github.com/eea/volto-tabs-block/commit/67af0feb381964bd7244bc326b73e7e6481cdfa6)]
|
|
186
|
-
- insert a wait on carousel test since there is a slide in on content [David Ichim - [`5018c47`](https://github.com/eea/volto-tabs-block/commit/5018c4765af173a3b101efedbbc7abf4c8548f23)]
|
|
187
|
-
- Bump package to 7 [David Ichim - [`cb24695`](https://github.com/eea/volto-tabs-block/commit/cb24695282566d5a27cdd603707712c433176223)]
|
|
188
|
-
- Fixed description referencing in Default Edit Template [David Ichim - [`b0daf12`](https://github.com/eea/volto-tabs-block/commit/b0daf12609e6a127bf21b3da37d406f0026037d2)]
|
|
189
|
-
- Linting :( [David Ichim - [`ac76173`](https://github.com/eea/volto-tabs-block/commit/ac76173c7aef1aa5919e04d68f712a0634ea55c1)]
|
|
190
|
-
- Modified icon sizes to use small, medium and large and style image and icon sizes to be the same [David Ichim - [`78a6eb2`](https://github.com/eea/volto-tabs-block/commit/78a6eb2c5b05c29c24799066fe1beed6c7b425e4)]
|
|
191
|
-
- Removed AnimateHeight from accordion Edit template [David Ichim - [`eaa5e00`](https://github.com/eea/volto-tabs-block/commit/eaa5e003da9880afaef508c70d341fac4854526d)]
|
|
192
|
-
- Use object_browser instead of attached image for image asset type [David Ichim - [`29fdb67`](https://github.com/eea/volto-tabs-block/commit/29fdb6775e5ec56cab0a6aaa36e5456c43c56d17)]
|
|
193
|
-
- lint fix [David Ichim - [`18903fb`](https://github.com/eea/volto-tabs-block/commit/18903fb93ea20b9819c147b805e46153bead230c)]
|
|
194
|
-
- Fixed missing Tab creation when adding new tab [David Ichim - [`4adace2`](https://github.com/eea/volto-tabs-block/commit/4adace2d7af3a81bfc687875d95a7d72caf5f9da)]
|
|
195
|
-
- Set blockSchema in config instead of in Edit.jsx and removed icon description that is eea only [David Ichim - [`f10230c`](https://github.com/eea/volto-tabs-block/commit/f10230cec2dd59276d4b1e9f9e33e9eb104b9b43)]
|
|
196
|
-
- Remove duplication of Asset Tab logic by refactoring into own Component [David Ichim - [`52d0514`](https://github.com/eea/volto-tabs-block/commit/52d05140aa676d03498b8ccc62d9e286b3eec711)]
|
|
197
|
-
- Removed static alt title for image and set tab title to image when hideTitle is enabled [David Ichim - [`724f7ff`](https://github.com/eea/volto-tabs-block/commit/724f7fffb07b2679dd7135644e79c04aabdbf5f1)]
|
|
198
|
-
- fix test by having proper variation name that was accordion and not accordionResponsive [David Ichim - [`7c47ee0`](https://github.com/eea/volto-tabs-block/commit/7c47ee0e8666360b6df4597d00397fe1b00aa861)]
|
|
199
|
-
- Added format messages to the default tab schema [David Ichim - [`d1503e3`](https://github.com/eea/volto-tabs-block/commit/d1503e31f394208d6fc8afb07b1232dc65e68c04)]
|
|
200
|
-
- Use Volto 16 for Jenkins tests until we are compatible with 17 [David Ichim - [`2b67e55`](https://github.com/eea/volto-tabs-block/commit/2b67e55745f815544ea462220a27193f13173e5c)]
|
|
201
|
-
- updated test to also handle double click on edit and clicking around tabs [David Ichim - [`843f44b`](https://github.com/eea/volto-tabs-block/commit/843f44ba797355987a5a439d741dc947de21afce)]
|
|
202
|
-
- enable pointing and secondary option and added some basic styling for tabs transformed into accordions [David Ichim - [`31baef7`](https://github.com/eea/volto-tabs-block/commit/31baef71e8765ad44f4c605954edd0995a996ab9)]
|
|
203
|
-
- avoid double title if icon is enabled and removed rrt styles [David Ichim - [`b29941f`](https://github.com/eea/volto-tabs-block/commit/b29941f37b9b2131fd1b0e021351dd64bdff5237)]
|
|
204
|
-
- removed unused parameter variation for linting purposes [David Ichim - [`9b4f03e`](https://github.com/eea/volto-tabs-block/commit/9b4f03ee9d07bc8a698083f7929808d55af84790)]
|
|
205
|
-
- removed theme set for color and test also enter for horizontal template [David Ichim - [`d9e846b`](https://github.com/eea/volto-tabs-block/commit/d9e846b819baa7727d12f5e3fc70ae353489ad09)]
|
|
206
|
-
- lint fix [David Ichim - [`8a9f2f8`](https://github.com/eea/volto-tabs-block/commit/8a9f2f813a81106718018dc77b997d2ddc664ac5)]
|
|
207
|
-
- preserve default markup if we have no icons to renamed accordion template back to Accordion responsive [David Ichim - [`c5b22cf`](https://github.com/eea/volto-tabs-block/commit/c5b22cf317fc6cf1c86aff1356b59e611c8ac357)]
|
|
208
|
-
- fixed merge errors from previous commit and ensured that for schema we have no anonymous defaults [David Ichim - [`78eb088`](https://github.com/eea/volto-tabs-block/commit/78eb08885e4c050b71433c86a9038d5b18c5ee12)]
|
|
209
|
-
- Tests [Tiberiu Ichim - [`7ed9a35`](https://github.com/eea/volto-tabs-block/commit/7ed9a35badd6d3be6602756b5bc83d9ec5acaf5c)]
|
|
210
|
-
- Tests [Tiberiu Ichim - [`d6aea51`](https://github.com/eea/volto-tabs-block/commit/d6aea513ccf19dc4fb209d8a994439a614bc4034)]
|
|
211
|
-
- Wrong type [Tiberiu Ichim - [`4fc0cb1`](https://github.com/eea/volto-tabs-block/commit/4fc0cb1145689ba887e15c012cf7166e728c2f73)]
|
|
212
|
-
- Merge from develop [Tiberiu Ichim - [`9583965`](https://github.com/eea/volto-tabs-block/commit/9583965b44a74f8583a24c426268d5439e552d19)]
|
|
213
|
-
- CSS cleanup [kreafox - [`b4129b4`](https://github.com/eea/volto-tabs-block/commit/b4129b40bd4e30e7fa656183134e8755e2fd5330)]
|
|
214
|
-
- Remove default value for asset type [kreafox - [`7e4a4c6`](https://github.com/eea/volto-tabs-block/commit/7e4a4c65a1f50a2a4b7b278f21816073ece63670)]
|
|
215
|
-
- Fix cypress tests [kreafox - [`ed5485b`](https://github.com/eea/volto-tabs-block/commit/ed5485bbb1135baf80b66f29b575a5eb4e174a34)]
|
|
216
|
-
- Improve menu icons [kreafox - [`ed8467e`](https://github.com/eea/volto-tabs-block/commit/ed8467ee9374a3d4f8cc8a47db9190a8e098dea8)]
|
|
217
|
-
- Menu asset improvements [kreafox - [`5d93b2e`](https://github.com/eea/volto-tabs-block/commit/5d93b2eef267d60b0aea63e704a2c2efec2335c5)]
|
|
218
|
-
- Fix default values on templates [kreafox - [`a3c6a78`](https://github.com/eea/volto-tabs-block/commit/a3c6a78553817f7a76e883dbabe4f3681a2dba03)]
|
|
219
|
-
- Update tab schema fields [kreafox - [`257aaca`](https://github.com/eea/volto-tabs-block/commit/257aaca460138fc91711b3f4f0b4463cdc95333a)]
|
|
220
|
-
- Use cloneDeepSchema helper from volto [kreafox - [`d28f571`](https://github.com/eea/volto-tabs-block/commit/d28f571b67537134042abffb4595ac51e1d26a35)]
|
|
221
|
-
- WIP on schema defaults [Tiberiu Ichim - [`351ccd6`](https://github.com/eea/volto-tabs-block/commit/351ccd6cf8647010ad54f3d45ece37f23e5cf011)]
|
|
222
|
-
- WIP on schema defaults [Tiberiu Ichim - [`f7e344d`](https://github.com/eea/volto-tabs-block/commit/f7e344d055c481504c61ff2017f84908f50504b7)]
|
|
223
|
-
- WIP: icon/image in menu items [kreafox - [`69c35e6`](https://github.com/eea/volto-tabs-block/commit/69c35e67097b777aba1f7eae271a431ead051648)]
|
|
224
|
-
- Update block extension mechanism by using variations [kreafox - [`8dd2fae`](https://github.com/eea/volto-tabs-block/commit/8dd2fae660f5cba07c343da39864f37d40ca78d1)]
|
|
225
|
-
- WIP: Tabs block improvements [kreafox - [`fb7cad8`](https://github.com/eea/volto-tabs-block/commit/fb7cad821df54bee219c15e8f697283ff25a4fb0)]
|
|
226
|
-
|
|
227
|
-
### [@eeacms/volto-tags-block: 1.2.3 ~ 1.2.4](https://github.com/eea/volto-tags-block/releases)
|
|
228
|
-
|
|
229
|
-
###### :house: Internal changes
|
|
230
|
-
|
|
231
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f16a8fa`](https://github.com/eea/volto-tags-block/commit/f16a8fa792518f541632e096d4961327b229bc03)]
|
|
232
|
-
###### :hammer_and_wrench: Others
|
|
233
|
-
|
|
234
|
-
- Update README.md [ana-oprea - [`1887357`](https://github.com/eea/volto-tags-block/commit/1887357010ce5b7c9a0097cfa08ac6a7f6476dde)]
|
|
235
|
-
|
|
236
|
-
### [@eeacms/volto-timeline-block: 1.1.4 ~ 1.1.5](https://github.com/eea/volto-timeline-block/releases)
|
|
237
|
-
|
|
238
|
-
###### :house: Internal changes
|
|
239
|
-
|
|
240
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`5ae7016`](https://github.com/eea/volto-timeline-block/commit/5ae701608171d5309e51d3aa1875f2649849256f)]
|
|
241
|
-
###### :hammer_and_wrench: Others
|
|
242
|
-
|
|
243
|
-
- Update README.md [ana-oprea - [`89ccacc`](https://github.com/eea/volto-timeline-block/commit/89ccacc7bc9b69bbbedcc0fc8ca455153c2905e1)]
|
|
244
|
-
|
|
245
|
-
### [@eeacms/volto-widget-dataprovenance: 0.4.2 ~ 0.4.3](https://github.com/eea/volto-widget-dataprovenance/releases)
|
|
246
|
-
|
|
247
|
-
###### :house: Internal changes
|
|
248
|
-
|
|
249
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`e0311bd`](https://github.com/eea/volto-widget-dataprovenance/commit/e0311bd1720517c3c347d0aa9e50a86b4a240c1a)]
|
|
250
|
-
###### :hammer_and_wrench: Others
|
|
251
|
-
|
|
252
|
-
- Update README.md [ana-oprea - [`2446e47`](https://github.com/eea/volto-widget-dataprovenance/commit/2446e47ab4560f554bfa76e4df61d9487b235b3e)]
|
|
253
|
-
|
|
254
|
-
### [@eeacms/volto-widget-geolocation: 5.1.5 ~ 5.1.6](https://github.com/eea/volto-widget-geolocation/releases)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
### [@eeacms/volto-widget-temporal-coverage: 5.1.4 ~ 5.1.5](https://github.com/eea/volto-widget-temporal-coverage/releases)
|
|
259
|
-
|
|
260
|
-
###### :house: Internal changes
|
|
261
|
-
|
|
262
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`21f9922`](https://github.com/eea/volto-widget-temporal-coverage/commit/21f9922f6d7ddbb069d5e1a5ec44283fdc240ce3)]
|
|
263
|
-
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`cf94086`](https://github.com/eea/volto-widget-temporal-coverage/commit/cf94086424559b144d98d25aae32b0917b3b855b)]
|
|
264
|
-
###### :hammer_and_wrench: Others
|
|
265
|
-
|
|
266
|
-
- Update README.md [ana-oprea - [`995fbe7`](https://github.com/eea/volto-widget-temporal-coverage/commit/995fbe77d87d63fefc1a905e12060e312ce9535e)]
|
|
267
|
-
|
|
268
|
-
### [@eeacms/volto-widget-theme-picker: 1.1.4 ~ 1.1.5](https://github.com/eea/volto-widget-theme-picker/releases)
|
|
269
|
-
|
|
270
|
-
###### :house: Internal changes
|
|
271
|
-
|
|
272
|
-
- chore: husky, lint-staged use fixed versions [valentinab25 - [`3b4adf2`](https://github.com/eea/volto-widget-theme-picker/commit/3b4adf25a43e9c138757dc7f50cf6229d5e33e16)]
|
|
273
|
-
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`c16abe5`](https://github.com/eea/volto-widget-theme-picker/commit/c16abe5d06563bcc69452f82e9b976fa8e978efa)]
|
|
274
|
-
###### :hammer_and_wrench: Others
|
|
275
|
-
|
|
276
|
-
- test: change volto version in Jenkinsfile [ana-oprea - [`3105c0e`](https://github.com/eea/volto-widget-theme-picker/commit/3105c0e34ff772eaf7bb13780ed0ee1ba6728063)]
|
|
13
|
+
- fix(tabs): default view style due to missing class found on edit #75 from eea/develop [ichim-david - [`f620621`](https://github.com/eea/volto-tabs-block/commit/f6206213915d072838173ca2a5bff4d4ddc461c1)]
|
|
14
|
+
- fix(tabs): added missing tabs-secondary-variant class to default tab view template [David Ichim - [`a122359`](https://github.com/eea/volto-tabs-block/commit/a122359601d548d7577e7f978b5025a92469d1dd)]
|
|
277
15
|
|
|
278
16
|
# Internal
|
|
279
17
|
|
|
280
|
-
|
|
281
|
-
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
-
|
|
285
|
-
- bump package version preparing for release [David Ichim - [`4c6cbf6`](https://github.com/eea/volto-eea-kitkat/commit/4c6cbf68687cfb8420877b00b57eff37814a4a33)]
|
|
286
|
-
- test: get latest version of image [valentinab25 - [`2610d85`](https://github.com/eea/volto-eea-kitkat/commit/2610d8516a01dc6c62b450edb9ad11df9a10892b)]
|
|
287
|
-
- test: use chromium for cypress [valentinab25 - [`3c7950e`](https://github.com/eea/volto-eea-kitkat/commit/3c7950eff45006c1e7ffa1371ef300097d6adc4f)]
|
|
288
|
-
- test: disable cypress video [valentinab25 - [`2beb13f`](https://github.com/eea/volto-eea-kitkat/commit/2beb13f864f9a0581ad5fa6ceaea832257f244de)]
|
|
18
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
|
|
19
|
+
- test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
|
|
20
|
+
- test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
|
|
21
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
|
|
22
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
|