@eeacms/volto-clms-theme 1.0.113 → 1.0.116
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 +1398 -1779
- package/package.json +2 -2
- package/src/actions/index.js +2 -0
- package/src/actions/profile/delete_profile.js +20 -0
- package/src/components/Blocks/CclHomeBgImageBlock/CclGreenBgView.jsx +1 -1
- package/src/components/Blocks/CclHomeUsersBlock/CclHomeUsersBlockEdit.jsx +17 -3
- package/src/components/Blocks/CclHomeUsersBlock/CclHomeUsersBlockView.jsx +32 -9
- package/src/components/Blocks/CclHomeUsersBlock/HomeUsersSchema.js +7 -4
- package/src/components/Blocks/CustomTemplates/VoltoListingBlock/CclListingWorkOpportunities.jsx +4 -1
- package/src/components/Blocks/CustomTemplates/VoltoSearchBlock/DoubleRangeFacet.jsx +1 -3
- package/src/components/Blocks/CustomTemplates/VoltoSearchBlock/rewriteOptions.js +1 -1
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/RoutingHOC.jsx +6 -1
- package/src/components/CLMSDatasetDetailView/DataSetInfoContent.jsx +7 -8
- package/src/components/CLMSDatasetDetailView/DownloadDataSetContent.jsx +4 -0
- package/src/components/CLMSLoginView/CLMSLogin.jsx +30 -13
- package/src/components/CLMSNewsItemView/CLMSNewsItemView.jsx +2 -2
- package/src/components/CLMSProfileView/CLMSDeleteProfileView.jsx +53 -0
- package/src/components/CLMSProfileView/CLMSProfileView.jsx +4 -0
- package/src/components/CLMSProfileView/index.js +1 -0
- package/src/components/CLMSSubscriptionView/ConfirmSubscriptionView.jsx +4 -4
- package/src/components/CLMSSubscriptionView/SubscriptionView.jsx +76 -33
- package/src/components/CLMSWorkOpportunityView/WorkOpportunityView.jsx +7 -1
- package/src/components/CclCard/CclCard.jsx +4 -4
- package/src/components/CclLoginModal/CclLoginModal.jsx +34 -13
- package/src/components/CclUtils/dateFormats.js +18 -0
- package/src/components/CclUtils/index.js +6 -1
- package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +2 -1
- package/src/customizations/volto/components/theme/Logout/Logout.jsx +4 -4
- package/src/reducers/index.js +2 -0
- package/src/reducers/profile/delete_profile_reducer.js +41 -0
- package/src/reducers/subscription/subscription_reducer.js +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,1814 +4,1433 @@ 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
|
+
### [1.0.116](https://github.com/eea/volto-clms-theme/compare/1.0.115...1.0.116) - 30 August 2022
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- preview size added to image card and logout stay on same page [Unai - [`d9e4599`](https://github.com/eea/volto-clms-theme/commit/d9e4599716fb52b87bf2288bb12c89c610db226d)]
|
|
12
|
+
- huge scale used in carousel and hour not displayed in news cards [Unai - [`48d1e3d`](https://github.com/eea/volto-clms-theme/commit/48d1e3d18183b85ec9ea1ebbc0d391543cec1393)]
|
|
13
|
+
- CLMS 1063 1072 1064 1067 1069 1073 1077 1079 1161 1162 1163 [Unai - [`ccf82a8`](https://github.com/eea/volto-clms-theme/commit/ccf82a8b481e327c15b33686a7cff6b8e37ce132)]
|
|
14
|
+
- rename Work opportunity -> Job vacancy in the global search [Mikel Larreategi - [`984477e`](https://github.com/eea/volto-clms-theme/commit/984477e97d8f44b271f5ca9cf3b6ed14da100cb9)]
|
|
15
|
+
### [1.0.115](https://github.com/eea/volto-clms-theme/compare/1.0.114...1.0.115) - 5 August 2022
|
|
16
|
+
|
|
17
|
+
#### :hammer_and_wrench: Others
|
|
18
|
+
|
|
19
|
+
- dispatch logout [Mikel Larreategi - [`6f05001`](https://github.com/eea/volto-clms-theme/commit/6f0500198ac72145adbc0d4779b60760a4771527)]
|
|
20
|
+
- delete profile tab inside profile [Unai - [`4dedca5`](https://github.com/eea/volto-clms-theme/commit/4dedca5f32ef01e0f11b6a3cacc8272964000d0f)]
|
|
21
|
+
- date formatting [ionlizarazu - [`93514f7`](https://github.com/eea/volto-clms-theme/commit/93514f789c0a0d7282a2d620d13bf4996ffc28df)]
|
|
22
|
+
- get user from state for UniversalLink [ionlizarazu - [`d3f2d64`](https://github.com/eea/volto-clms-theme/commit/d3f2d64a92b4537b8a80319e9a34e6515c863e84)]
|
|
23
|
+
- routingHOC condition [ionlizarazu - [`8331195`](https://github.com/eea/volto-clms-theme/commit/8331195c27e2d9c10fa4b0cd7f4ef72473bf1331)]
|
|
24
|
+
- upgrade volto-form-block version [Mikel Larreategi - [`8bb77fa`](https://github.com/eea/volto-clms-theme/commit/8bb77fa83b1a2e270824f0de261627928308a147)]
|
|
25
|
+
- use new time handler [Mikel Larreategi - [`44edb37`](https://github.com/eea/volto-clms-theme/commit/44edb378d4a3c0a4e3c352ef141e37a6dab5883d)]
|
|
26
|
+
- new date handler that respects user's timezone [Mikel Larreategi - [`b2d8143`](https://github.com/eea/volto-clms-theme/commit/b2d814331bd2a4f7bb6d7a3312e41d3a0fa52ddf)]
|
|
27
|
+
### [1.0.114](https://github.com/eea/volto-clms-theme/compare/1.0.113...1.0.114) - 4 August 2022
|
|
28
|
+
|
|
29
|
+
#### :hammer_and_wrench: Others
|
|
30
|
+
|
|
31
|
+
- show the message coming from backend [Mikel Larreategi - [`da826b3`](https://github.com/eea/volto-clms-theme/commit/da826b3c9adab0091f643c326cbd716dd523e2a8)]
|
|
32
|
+
- remove the years from the title DoubleRangeFacet [ionlizarazu - [`e32c20e`](https://github.com/eea/volto-clms-theme/commit/e32c20e6cd3a1f096da242ce9f0c5518794a26fd)]
|
|
33
|
+
- HomeUsersBlock improvements [ionlizarazu - [`a05b1fb`](https://github.com/eea/volto-clms-theme/commit/a05b1fb16ef3d736ffc486f2a82b0c5014f102b6)]
|
|
34
|
+
- unsubscribe checkbox condition [ionlizarazu - [`86db726`](https://github.com/eea/volto-clms-theme/commit/86db726bd33884e8927859f540b33c8c69359a7a)]
|
|
35
|
+
### [1.0.113](https://github.com/eea/volto-clms-theme/compare/1.0.112...1.0.113) - 4 August 2022
|
|
36
|
+
|
|
37
|
+
#### :hammer_and_wrench: Others
|
|
38
|
+
|
|
39
|
+
- UniversalLink override to download files in case user is not Manager [Unai - [`dd206ae`](https://github.com/eea/volto-clms-theme/commit/dd206ae6040fe927d2895c00beeaf55e1fd0a6fe)]
|
|
40
|
+
- fix profile subscribe checkbox checking [ionlizarazu - [`62facfa`](https://github.com/eea/volto-clms-theme/commit/62facfa2db2ba518f421eca0002c2774c080d1da)]
|
|
41
|
+
- some changes [Unai - [`8b27aeb`](https://github.com/eea/volto-clms-theme/commit/8b27aeb01df2a04c4331ca5e4c83150957ff076c)]
|
|
42
|
+
- edit and add form dropdown overflow, override volto-block-style product css [ionlizarazu - [`468ce5d`](https://github.com/eea/volto-clms-theme/commit/468ce5d51cffe86844fea63ac9640561d51a9dbd)]
|
|
43
|
+
- Rename Register to this meeting to simple Register [ionlizarazu - [`563e0f8`](https://github.com/eea/volto-clms-theme/commit/563e0f8a46040decc68247c17f134573d5bfb4bf)]
|
|
44
|
+
### [1.0.112](https://github.com/eea/volto-clms-theme/compare/1.0.111...1.0.112) - 3 August 2022
|
|
45
|
+
|
|
46
|
+
#### :hammer_and_wrench: Others
|
|
47
|
+
|
|
48
|
+
- search filters checkbox unification [ionlizarazu - [`0cd48bc`](https://github.com/eea/volto-clms-theme/commit/0cd48bc9a873ec1b3c4a082c4ec3519fbc3cef6d)]
|
|
49
|
+
- check also childless parents CLMS-987 [ionlizarazu - [`641a887`](https://github.com/eea/volto-clms-theme/commit/641a887e9e36f0f2e04aa8eb5362065ed53380a3)]
|
|
50
|
+
- User profile form changes [Unai - [`a7f7a63`](https://github.com/eea/volto-clms-theme/commit/a7f7a63a288f35037fc42a7af6761071c889e7ad)]
|
|
51
|
+
- added UniversalLink to relatedItems [Unai - [`46cb0c5`](https://github.com/eea/volto-clms-theme/commit/46cb0c5e6abb6658d0ec8108ba1eb1cf136d5e2f)]
|
|
52
|
+
### [1.0.111](https://github.com/eea/volto-clms-theme/compare/1.0.110...1.0.111) - 2 August 2022
|
|
53
|
+
|
|
54
|
+
#### :hammer_and_wrench: Others
|
|
55
|
+
|
|
56
|
+
- bump accordion block [Mikel Larreategi - [`f64f037`](https://github.com/eea/volto-clms-theme/commit/f64f037cbcb1200f15d70590beaf4131f7bf464d)]
|
|
57
|
+
- Use Case view [Unai - [`c60b74f`](https://github.com/eea/volto-clms-theme/commit/c60b74f110f98faff7d15a42167e45e410efeec1)]
|
|
58
|
+
- textWidget limit to 1000 characters and textAreaWidget show error with more than 8000 characters [Unai - [`662f035`](https://github.com/eea/volto-clms-theme/commit/662f035fa9ecd7b61b7bb8aa17acb0ce89718df8)]
|
|
59
|
+
- relationship between Datasets Use Cases/News [Unai - [`b1f1848`](https://github.com/eea/volto-clms-theme/commit/b1f184858685783b3ea408930b9e3b1884b381a8)]
|
|
60
|
+
### [1.0.110](https://github.com/eea/volto-clms-theme/compare/1.0.109...1.0.110) - 28 July 2022
|
|
61
|
+
|
|
62
|
+
#### :hammer_and_wrench: Others
|
|
63
|
+
|
|
64
|
+
- eea.meeting editor box condition [ionlizarazu - [`1cb1361`](https://github.com/eea/volto-clms-theme/commit/1cb13611bee071293875e5425a4e63fa689ae640)]
|
|
65
|
+
- fix contents invalid time error [ionlizarazu - [`87dc051`](https://github.com/eea/volto-clms-theme/commit/87dc051c8f8eb0278c0372685adf7a0e3ee2fc09)]
|
|
66
|
+
- add volto-tableau [ionlizarazu - [`8d182ef`](https://github.com/eea/volto-clms-theme/commit/8d182ef1f9bce724097630731010df5ed62809cd)]
|
|
67
|
+
- checkbox tree parents [ionlizarazu - [`2d7432b`](https://github.com/eea/volto-clms-theme/commit/2d7432b39c5b91d160267f2de3791afef55a2310)]
|
|
68
|
+
- add Helmet title to User profile page [ionlizarazu - [`cbca5b3`](https://github.com/eea/volto-clms-theme/commit/cbca5b39f8a8b5ba8b40414561036eb27346e36f)]
|
|
69
|
+
### [1.0.109](https://github.com/eea/volto-clms-theme/compare/1.0.108...1.0.109) - 26 July 2022
|
|
70
|
+
|
|
71
|
+
#### :hammer_and_wrench: Others
|
|
8
72
|
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
|
|
73
|
+
- add ImageSizeWidget to fix volto-style-block incompatibility with Volto 15 [ionlizarazu - [`15e4d97`](https://github.com/eea/volto-clms-theme/commit/15e4d9785aa3d34787ca151319aeaf8a4d8930b4)]
|
|
74
|
+
- breadcrumbs on file views [Unai - [`03ff26a`](https://github.com/eea/volto-clms-theme/commit/03ff26acf75090ebe61a71fb6f9c144548df1615)]
|
|
75
|
+
- prettier [Unai - [`b1f7295`](https://github.com/eea/volto-clms-theme/commit/b1f72954e990a789c84c6a4cc0764bbf98fcb6a2)]
|
|
76
|
+
- email field style login popup and footer subscribe [Unai - [`0561cb5`](https://github.com/eea/volto-clms-theme/commit/0561cb51cacb93f83c448ce82ef4079947942922)]
|
|
77
|
+
### [1.0.108](https://github.com/eea/volto-clms-theme/compare/1.0.107...1.0.108) - 18 July 2022
|
|
78
|
+
|
|
79
|
+
### [1.0.107](https://github.com/eea/volto-clms-theme/compare/1.0.106...1.0.107) - 14 July 2022
|
|
80
|
+
|
|
81
|
+
#### :hammer_and_wrench: Others
|
|
82
|
+
|
|
83
|
+
- remove unused import [Mikel Larreategi - [`dc57cf5`](https://github.com/eea/volto-clms-theme/commit/dc57cf5d5a3c1537edd762854be35ae076fc0359)]
|
|
84
|
+
- unify related items in one component [Mikel Larreategi - [`87fa84f`](https://github.com/eea/volto-clms-theme/commit/87fa84f78c06ec666b2a5ae720e6faa76df9ed1d)]
|
|
85
|
+
- show related products/datasets always [Mikel Larreategi - [`a35faad`](https://github.com/eea/volto-clms-theme/commit/a35faad04dc54e78afa9fc47fe9545ff7fe36303)]
|
|
86
|
+
- show only File items [Mikel Larreategi - [`abb4859`](https://github.com/eea/volto-clms-theme/commit/abb48592819a4bf338fc34aebdc1f1ecd920a226)]
|
|
87
|
+
### [1.0.106](https://github.com/eea/volto-clms-theme/compare/1.0.105...1.0.106) - 13 July 2022
|
|
15
88
|
|
|
16
|
-
####
|
|
89
|
+
#### :hammer_and_wrench: Others
|
|
17
90
|
|
|
18
|
-
|
|
91
|
+
- new field types for form [Mikel Larreategi - [`a452429`](https://github.com/eea/volto-clms-theme/commit/a452429eff799806d58e05e3e4164bc885d6eeb9)]
|
|
92
|
+
- handle SelectWidget choices until the vocabulary is loaded [Mikel Larreategi - [`0614fb5`](https://github.com/eea/volto-clms-theme/commit/0614fb584f52571d15e37fbe921e0694594a01f4)]
|
|
93
|
+
- EmailWidget fix and ImageWidget created for form block [Unai - [`fc1d16b`](https://github.com/eea/volto-clms-theme/commit/fc1d16baf2466dec09d835147fc3df839811e409)]
|
|
94
|
+
- lint fix [Unai - [`af5f960`](https://github.com/eea/volto-clms-theme/commit/af5f9605ec147cb010245a58696087abaed55c35)]
|
|
95
|
+
- EmailWidget override for correct anguage and size limitation [Unai - [`8a6c253`](https://github.com/eea/volto-clms-theme/commit/8a6c253f590fcf753d1a274e8ab7767f366d8c1e)]
|
|
96
|
+
- number of current filters [Unai - [`195cc43`](https://github.com/eea/volto-clms-theme/commit/195cc43d351d0e9793a0f462ecf8bdf9433a1def)]
|
|
97
|
+
- subscription modal block [Unai - [`30db876`](https://github.com/eea/volto-clms-theme/commit/30db876826dd53db6bbb11507de11af10a71a4eb)]
|
|
98
|
+
### [1.0.105](https://github.com/eea/volto-clms-theme/compare/1.0.104...1.0.105) - 11 July 2022
|
|
19
99
|
|
|
20
|
-
|
|
21
|
-
- import fields [`#284`](https://github.com/eea/volto-clms-theme/pull/284)
|
|
22
|
-
- search filters checkbox unification [`0cd48bc`](https://github.com/eea/volto-clms-theme/commit/0cd48bc9a873ec1b3c4a082c4ec3519fbc3cef6d)
|
|
23
|
-
- check also childless parents CLMS-987 [`641a887`](https://github.com/eea/volto-clms-theme/commit/641a887e9e36f0f2e04aa8eb5362065ed53380a3)
|
|
24
|
-
- User profile form changes [`a7f7a63`](https://github.com/eea/volto-clms-theme/commit/a7f7a63a288f35037fc42a7af6761071c889e7ad)
|
|
25
|
-
- added UniversalLink to relatedItems [`46cb0c5`](https://github.com/eea/volto-clms-theme/commit/46cb0c5e6abb6658d0ec8108ba1eb1cf136d5e2f)
|
|
100
|
+
#### :hammer_and_wrench: Others
|
|
26
101
|
|
|
27
|
-
|
|
102
|
+
- related products and datasets added to news and meeting views and login-plone route created [Unai - [`5704a1a`](https://github.com/eea/volto-clms-theme/commit/5704a1a766148746162b60efaf232ea90dc20cf4)]
|
|
103
|
+
- sort items according to the lowercased label and put those with special meaning at the end [Mikel Larreategi - [`6410abe`](https://github.com/eea/volto-clms-theme/commit/6410abe096f60dcad54dced2026c9df9b7946d68)]
|
|
104
|
+
- lint fix [Unai - [`1264a7a`](https://github.com/eea/volto-clms-theme/commit/1264a7adfe8d679fea1bd821ad087add20f4271d)]
|
|
105
|
+
- footer newsletter subscription change, global search maxLength change from 8000 to 200 and /login design change [Unai - [`a09d24a`](https://github.com/eea/volto-clms-theme/commit/a09d24adbb6fa053fb2a2cc0071506b906593b42)]
|
|
106
|
+
- show Collection on download cart, add dropdown selection to it and remove from Type [Mikel Larreategi - [`3a13417`](https://github.com/eea/volto-clms-theme/commit/3a13417b92c15187fe0e91ca891ccf9f8b0ed3f1)]
|
|
107
|
+
- change form label [Mikel Larreategi - [`c512a2e`](https://github.com/eea/volto-clms-theme/commit/c512a2e1048c977847cedc8379f58f42adebba18)]
|
|
108
|
+
### [1.0.104](https://github.com/eea/volto-clms-theme/compare/1.0.103...1.0.104) - 30 June 2022
|
|
28
109
|
|
|
29
|
-
|
|
110
|
+
#### :hammer_and_wrench: Others
|
|
30
111
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
|
|
112
|
+
- use a combined vocabulary of Products and Datasets [Mikel Larreategi - [`9f9d0c6`](https://github.com/eea/volto-clms-theme/commit/9f9d0c693a1e870614eb8adc07c58657d9d72a06)]
|
|
113
|
+
- allow multiple values [Mikel Larreategi - [`1edb5dd`](https://github.com/eea/volto-clms-theme/commit/1edb5dd166f31ade19bdcae0b7fa92836dbad420)]
|
|
114
|
+
- Products Vocabulary for volto-form-block CLMS-747 [ionlizarazu - [`3f48358`](https://github.com/eea/volto-clms-theme/commit/3f48358dab6a3c20a8367bf4be93c94af6c86350)]
|
|
115
|
+
- CLMS-935 and input limitation at 8000 [Unai - [`9971910`](https://github.com/eea/volto-clms-theme/commit/9971910fbe3c291faed7c0c7d458ae34597e7dc4)]
|
|
116
|
+
### [1.0.103](https://github.com/eea/volto-clms-theme/compare/1.0.102...1.0.103) - 29 June 2022
|
|
117
|
+
|
|
118
|
+
#### :hammer_and_wrench: Others
|
|
119
|
+
|
|
120
|
+
- footer button disabled if email is not valid and privacy check is not clicked [Unai - [`ab6a061`](https://github.com/eea/volto-clms-theme/commit/ab6a06174dd3cd5fb38bd5ae35cc530a7d3baf4e)]
|
|
121
|
+
- download table change and home product block fix [Unai - [`480d83f`](https://github.com/eea/volto-clms-theme/commit/480d83f1772b3cdfe9b2906edfc7505dac420c8e)]
|
|
122
|
+
- rename Sort on selection texts CLMS-745 [ionlizarazu - [`2e2f8c6`](https://github.com/eea/volto-clms-theme/commit/2e2f8c60bce7c09844f4e8f17d79f91de47d134b)]
|
|
123
|
+
- remove Searched for text CLMS-746 [ionlizarazu - [`ac36c64`](https://github.com/eea/volto-clms-theme/commit/ac36c6461464e52e214989e56c8b7c3b2df83190)]
|
|
124
|
+
- remove Search Facets ordering CLMS-743 [ionlizarazu - [`ee9a138`](https://github.com/eea/volto-clms-theme/commit/ee9a138b55517350e5566d54d0946a8ceefd2f90)]
|
|
125
|
+
- remove base filter from currentFilters list CLMS-755 [ionlizarazu - [`38c2b8e`](https://github.com/eea/volto-clms-theme/commit/38c2b8e65fed847470aebaed3f2ad141f17e1fd8)]
|
|
126
|
+
- Checkbox tree facet selection CLMS-761 [ionlizarazu - [`46e03b5`](https://github.com/eea/volto-clms-theme/commit/46e03b51e193381bf6d899f4a85334801ec969f6)]
|
|
127
|
+
- styling differences fixed [Unai - [`ec7558d`](https://github.com/eea/volto-clms-theme/commit/ec7558d7b7532226722c64da29ec56a1f5da493f)]
|
|
128
|
+
- popup unification CLMS-938 [ionlizarazu - [`2757b51`](https://github.com/eea/volto-clms-theme/commit/2757b519d44dc44a8db341c834578438affea124)]
|
|
129
|
+
- ESLint fix [Unai - [`427d34c`](https://github.com/eea/volto-clms-theme/commit/427d34ca20f5a0b8dca5da13a4eb36fdc17dac0f)]
|
|
130
|
+
- unautorized page change and log out redirection [Unai - [`737b53f`](https://github.com/eea/volto-clms-theme/commit/737b53ff09c8ef595c71c92a270b7c6ddc394e55)]
|
|
131
|
+
- doubling DownloadTask card CLMS-939 [ionlizarazu - [`86dd1e7`](https://github.com/eea/volto-clms-theme/commit/86dd1e777f927dd33b0835da7483271ab4d0d71b)]
|
|
132
|
+
### [1.0.102](https://github.com/eea/volto-clms-theme/compare/1.0.101...1.0.102) - 23 June 2022
|
|
36
133
|
|
|
37
|
-
####
|
|
134
|
+
#### :hammer_and_wrench: Others
|
|
38
135
|
|
|
39
|
-
|
|
136
|
+
- minor improvements to file listing in Event and News Items [Mikel Larreategi - [`f67f15b`](https://github.com/eea/volto-clms-theme/commit/f67f15b95a96d6104f016ea26a4d2dcfd9ad9610)]
|
|
137
|
+
- polish the downloads list: remove the Finished Not OK tasks, and extract the 'no tasks' message to the component. Extract also the filtering function [Mikel Larreategi - [`d31b94f`](https://github.com/eea/volto-clms-theme/commit/d31b94f20775d1947545f0618b005db594806e95)]
|
|
138
|
+
- improve messages [Mikel Larreategi - [`f7df892`](https://github.com/eea/volto-clms-theme/commit/f7df892e5f1562e55705f3e1a5960d3013e72b28)]
|
|
139
|
+
- save and show the collection [Mikel Larreategi - [`ae7d2f1`](https://github.com/eea/volto-clms-theme/commit/ae7d2f1df0392044ea0c48aabe21e1995811895e)]
|
|
140
|
+
- new field collection [Mikel Larreategi - [`7a6da24`](https://github.com/eea/volto-clms-theme/commit/7a6da24f00a0c7e9b9785cff4a1e143010339aef)]
|
|
141
|
+
### [1.0.101](https://github.com/eea/volto-clms-theme/compare/1.0.100...1.0.101) - 23 June 2022
|
|
40
142
|
|
|
41
|
-
|
|
42
|
-
- Subscription header [`#281`](https://github.com/eea/volto-clms-theme/pull/281)
|
|
43
|
-
- eea.meeting editor box condition [`1cb1361`](https://github.com/eea/volto-clms-theme/commit/1cb13611bee071293875e5425a4e63fa689ae640)
|
|
44
|
-
- fix contents invalid time error [`87dc051`](https://github.com/eea/volto-clms-theme/commit/87dc051c8f8eb0278c0372685adf7a0e3ee2fc09)
|
|
45
|
-
- add volto-tableau [`8d182ef`](https://github.com/eea/volto-clms-theme/commit/8d182ef1f9bce724097630731010df5ed62809cd)
|
|
46
|
-
- checkbox tree parents [`2d7432b`](https://github.com/eea/volto-clms-theme/commit/2d7432b39c5b91d160267f2de3791afef55a2310)
|
|
47
|
-
- add Helmet title to User profile page [`cbca5b3`](https://github.com/eea/volto-clms-theme/commit/cbca5b39f8a8b5ba8b40414561036eb27346e36f)
|
|
143
|
+
#### :hammer_and_wrench: Others
|
|
48
144
|
|
|
49
|
-
|
|
145
|
+
- Sprint 27 [Unai - [`67c5d34`](https://github.com/eea/volto-clms-theme/commit/67c5d340fe2b4bbab19d52936e4e5013040c0f65)]
|
|
146
|
+
- some corrections of Sprint 27 [Unai - [`9bb92da`](https://github.com/eea/volto-clms-theme/commit/9bb92dac754a5c7969b2e78c958918d5099a6d29)]
|
|
147
|
+
### [1.0.100](https://github.com/eea/volto-clms-theme/compare/1.0.99...1.0.100) - 14 June 2022
|
|
50
148
|
|
|
51
|
-
|
|
149
|
+
#### :hammer_and_wrench: Others
|
|
52
150
|
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
- prettier [`b1f7295`](https://github.com/eea/volto-clms-theme/commit/b1f72954e990a789c84c6a4cc0764bbf98fcb6a2)
|
|
57
|
-
- email field style login popup and footer subscribe [`0561cb5`](https://github.com/eea/volto-clms-theme/commit/0561cb51cacb93f83c448ce82ef4079947942922)
|
|
151
|
+
- remove console.log [Mikel Larreategi - [`87d44e1`](https://github.com/eea/volto-clms-theme/commit/87d44e1eae1460da3eeeaa4936de00dcdd1617d9)]
|
|
152
|
+
- save original format of the dataset to be able to handle conversions correctlyÇ [Mikel Larreategi - [`cb90951`](https://github.com/eea/volto-clms-theme/commit/cb909517bd8c8a1b3a0f9511a0a690d3c05b26ff)]
|
|
153
|
+
### [1.0.99](https://github.com/eea/volto-clms-theme/compare/1.0.98...1.0.99) - 14 June 2022
|
|
58
154
|
|
|
59
|
-
####
|
|
155
|
+
#### :hammer_and_wrench: Others
|
|
60
156
|
|
|
61
|
-
|
|
157
|
+
- show rejection message [Mikel Larreategi - [`47cdaad`](https://github.com/eea/volto-clms-theme/commit/47cdaad816a7967abc1a3b4171e2308715515104)]
|
|
158
|
+
- change condition [Mikel Larreategi - [`05818e7`](https://github.com/eea/volto-clms-theme/commit/05818e7caa42345a9ee7068da96e608dfd3601ec)]
|
|
159
|
+
### [1.0.98](https://github.com/eea/volto-clms-theme/compare/1.0.97...1.0.98) - 13 June 2022
|
|
62
160
|
|
|
63
|
-
|
|
161
|
+
### [1.0.97](https://github.com/eea/volto-clms-theme/compare/1.0.96...1.0.97) - 13 June 2022
|
|
64
162
|
|
|
65
|
-
####
|
|
163
|
+
#### :hammer_and_wrench: Others
|
|
66
164
|
|
|
67
|
-
|
|
165
|
+
- extract naming function and use it to format the Format when sending it to the API [Mikel Larreategi - [`f73485b`](https://github.com/eea/volto-clms-theme/commit/f73485b611fafacadc9c0d86a694d6eb76ea863b)]
|
|
166
|
+
### [1.0.96](https://github.com/eea/volto-clms-theme/compare/1.0.95...1.0.96) - 13 June 2022
|
|
68
167
|
|
|
69
|
-
|
|
70
|
-
- Minor fixes [`#277`](https://github.com/eea/volto-clms-theme/pull/277)
|
|
71
|
-
- remove unused import [`dc57cf5`](https://github.com/eea/volto-clms-theme/commit/dc57cf5d5a3c1537edd762854be35ae076fc0359)
|
|
72
|
-
- unify related items in one component [`87fa84f`](https://github.com/eea/volto-clms-theme/commit/87fa84f78c06ec666b2a5ae720e6faa76df9ed1d)
|
|
73
|
-
- show related products/datasets always [`a35faad`](https://github.com/eea/volto-clms-theme/commit/a35faad04dc54e78afa9fc47fe9545ff7fe36303)
|
|
74
|
-
- show only File items [`abb4859`](https://github.com/eea/volto-clms-theme/commit/abb48592819a4bf338fc34aebdc1f1ecd920a226)
|
|
168
|
+
#### :hammer_and_wrench: Others
|
|
75
169
|
|
|
76
|
-
|
|
170
|
+
- change condition to show blocks: as a default layout is configured all newsitems have at least 4 default blocks, and with this condition we were showing always the blocks although they were empty [Mikel Larreategi - [`8221063`](https://github.com/eea/volto-clms-theme/commit/82210634f530b86fece6da520e5b8f12cf906058)]
|
|
171
|
+
### [1.0.95](https://github.com/eea/volto-clms-theme/compare/1.0.94...1.0.95) - 10 June 2022
|
|
77
172
|
|
|
78
|
-
|
|
173
|
+
#### :hammer_and_wrench: Others
|
|
174
|
+
|
|
175
|
+
- prettier [Mikel Larreategi - [`30df928`](https://github.com/eea/volto-clms-theme/commit/30df9281bbd910f108318b66485e7382398b82b4)]
|
|
176
|
+
- add one more check [Mikel Larreategi - [`c4f2615`](https://github.com/eea/volto-clms-theme/commit/c4f261530c657481586a484a15396cc12a4a6776)]
|
|
177
|
+
- show description only if there is one [Mikel Larreategi - [`e075810`](https://github.com/eea/volto-clms-theme/commit/e07581007ea07cd82166fd9ae18691ffb09bfe76)]
|
|
178
|
+
- add new field to the layers widget [Mikel Larreategi - [`bb33477`](https://github.com/eea/volto-clms-theme/commit/bb33477d28edf41a1bc20a8ee90508e77f0d296c)]
|
|
179
|
+
- fix [Mikel Larreategi - [`cde1241`](https://github.com/eea/volto-clms-theme/commit/cde12419a158ac3c7bb3247f11035fb0fb5435f3)]
|
|
180
|
+
- check if there items before showing a table [Mikel Larreategi - [`7ab5d5e`](https://github.com/eea/volto-clms-theme/commit/7ab5d5e13fafbb2fa27d778292d3fc588ea52cba)]
|
|
181
|
+
### [1.0.94](https://github.com/eea/volto-clms-theme/compare/1.0.93...1.0.94) - 18 May 2022
|
|
182
|
+
|
|
183
|
+
#### :hammer_and_wrench: Others
|
|
184
|
+
|
|
185
|
+
- ESLint fix [rodriama - [`53791dc`](https://github.com/eea/volto-clms-theme/commit/53791dc776082a8569ed8a134fe38996f4be9ab2)]
|
|
186
|
+
- Layer opacity [rodriama - [`e8bc03f`](https://github.com/eea/volto-clms-theme/commit/e8bc03fa5034bd245210c89760dfd85534c61128)]
|
|
187
|
+
### [1.0.93](https://github.com/eea/volto-clms-theme/compare/1.0.92...1.0.93) - 13 May 2022
|
|
188
|
+
|
|
189
|
+
#### :hammer_and_wrench: Others
|
|
190
|
+
|
|
191
|
+
- ESLint fix [rodriama - [`b03878a`](https://github.com/eea/volto-clms-theme/commit/b03878ac3cb67d1f020e02ab5d5fbdd33db0d2c1)]
|
|
192
|
+
- ESLint fix [rodriama - [`40dd5ba`](https://github.com/eea/volto-clms-theme/commit/40dd5ba6464b9400a4febded863347a07c94fbea)]
|
|
193
|
+
- Remove load movement [rodriama - [`217829b`](https://github.com/eea/volto-clms-theme/commit/217829bdd769fb74714e434351174c24973cacc9)]
|
|
194
|
+
### [1.0.92](https://github.com/eea/volto-clms-theme/compare/1.0.91...1.0.92) - 29 April 2022
|
|
195
|
+
|
|
196
|
+
#### :hammer_and_wrench: Others
|
|
197
|
+
|
|
198
|
+
- Zoom tooltip [rodriama - [`3c41e14`](https://github.com/eea/volto-clms-theme/commit/3c41e14e4b631193408adb741c440805ca5cc0df)]
|
|
199
|
+
- ESLint fix [rodriama - [`1f3ead1`](https://github.com/eea/volto-clms-theme/commit/1f3ead111747613580ab5e637fc40eae46b39364)]
|
|
200
|
+
- Download card icons [rodriama - [`5bc506d`](https://github.com/eea/volto-clms-theme/commit/5bc506d9251068962ff3e3641017f854b37666f3)]
|
|
201
|
+
- Card work [rodriama - [`d169ff4`](https://github.com/eea/volto-clms-theme/commit/d169ff40e8d3c2fce56af6aa09677c0ba924407a)]
|
|
202
|
+
- UX improvements [rodriama - [`72769b4`](https://github.com/eea/volto-clms-theme/commit/72769b4e0b2327b7c35cec435b2a3311a9ccee3f)]
|
|
203
|
+
### [1.0.91](https://github.com/eea/volto-clms-theme/compare/1.0.90...1.0.91) - 4 April 2022
|
|
204
|
+
|
|
205
|
+
#### :hammer_and_wrench: Others
|
|
206
|
+
|
|
207
|
+
- add extra information for correct rendering to TechnicalLibraries at DataSet view [ionlizarazu - [`ac8578e`](https://github.com/eea/volto-clms-theme/commit/ac8578eeff8eeb3cff9944394937a52062d7caf1)]
|
|
208
|
+
### [1.0.90](https://github.com/eea/volto-clms-theme/compare/1.0.89...1.0.90) - 1 April 2022
|
|
209
|
+
|
|
210
|
+
#### :hammer_and_wrench: Others
|
|
211
|
+
|
|
212
|
+
- controls [ionlizarazu - [`64daf28`](https://github.com/eea/volto-clms-theme/commit/64daf28cc559f771b5cba2c47279fecf2835cef5)]
|
|
213
|
+
- download cart fix [ionlizarazu - [`aebb204`](https://github.com/eea/volto-clms-theme/commit/aebb204f9becf3acd79a05fca2ba7360a3e4be07)]
|
|
214
|
+
- Sitemap styles [rodriama - [`1ab825e`](https://github.com/eea/volto-clms-theme/commit/1ab825e269742b6dcb84eb3f13682488947dc92c)]
|
|
215
|
+
- Home styles review [rodriama - [`095a499`](https://github.com/eea/volto-clms-theme/commit/095a4997942c526714888560c8a512a3eea4193b)]
|
|
216
|
+
- merge [ionlizarazu - [`7a5d037`](https://github.com/eea/volto-clms-theme/commit/7a5d037c4f3349fc05e2292a53a4ec9d85598d5e)]
|
|
217
|
+
- bugfix [ionlizarazu - [`fb91b11`](https://github.com/eea/volto-clms-theme/commit/fb91b110ca2bab99eec1a11322f15811439368a5)]
|
|
218
|
+
- add cookie banner component [Mikel Larreategi - [`153c86e`](https://github.com/eea/volto-clms-theme/commit/153c86ece175dc5c14072f21708224db03593286)]
|
|
219
|
+
- cookie banner [ionlizarazu - [`4fac45d`](https://github.com/eea/volto-clms-theme/commit/4fac45d5d981a3703947d2f27daaa3c90f2f9088)]
|
|
220
|
+
### [1.0.89](https://github.com/eea/volto-clms-theme/compare/1.0.88...1.0.89) - 28 March 2022
|
|
221
|
+
|
|
222
|
+
#### :hammer_and_wrench: Others
|
|
223
|
+
|
|
224
|
+
- date formats [ionlizarazu - [`e93f97d`](https://github.com/eea/volto-clms-theme/commit/e93f97dfef7c40a8e5639bac07224989df1f5b11)]
|
|
225
|
+
- fix texts [ionlizarazu - [`6ed7d77`](https://github.com/eea/volto-clms-theme/commit/6ed7d77257ff65cf0bb0a076766b3a0b8e572edf)]
|
|
226
|
+
- profile tab texts [ionlizarazu - [`d619d74`](https://github.com/eea/volto-clms-theme/commit/d619d74929ab99fba5a86444d04d43fcebded70e)]
|
|
227
|
+
- HomeProductBlock [ionlizarazu - [`3d006ef`](https://github.com/eea/volto-clms-theme/commit/3d006ef334ed25de782d073e3e7c5d68e4b2a430)]
|
|
228
|
+
- add onclick call to homeproductBlock cards [ionlizarazu - [`fcacfc2`](https://github.com/eea/volto-clms-theme/commit/fcacfc2a7ba6cf31f83e9d390e11eaede1a54a53)]
|
|
229
|
+
### [1.0.88](https://github.com/eea/volto-clms-theme/compare/1.0.87...1.0.88) - 24 March 2022
|
|
79
230
|
|
|
80
|
-
|
|
81
|
-
- new field types for form [`a452429`](https://github.com/eea/volto-clms-theme/commit/a452429eff799806d58e05e3e4164bc885d6eeb9)
|
|
82
|
-
- handle SelectWidget choices until the vocabulary is loaded [`0614fb5`](https://github.com/eea/volto-clms-theme/commit/0614fb584f52571d15e37fbe921e0694594a01f4)
|
|
83
|
-
- EmailWidget fix and ImageWidget created for form block [`fc1d16b`](https://github.com/eea/volto-clms-theme/commit/fc1d16baf2466dec09d835147fc3df839811e409)
|
|
84
|
-
- lint fix [`af5f960`](https://github.com/eea/volto-clms-theme/commit/af5f9605ec147cb010245a58696087abaed55c35)
|
|
85
|
-
- EmailWidget override for correct anguage and size limitation [`8a6c253`](https://github.com/eea/volto-clms-theme/commit/8a6c253f590fcf753d1a274e8ab7767f366d8c1e)
|
|
86
|
-
- number of current filters [`195cc43`](https://github.com/eea/volto-clms-theme/commit/195cc43d351d0e9793a0f462ecf8bdf9433a1def)
|
|
87
|
-
- subscription modal block [`30db876`](https://github.com/eea/volto-clms-theme/commit/30db876826dd53db6bbb11507de11af10a71a4eb)
|
|
231
|
+
#### :hammer_and_wrench: Others
|
|
88
232
|
|
|
89
|
-
|
|
233
|
+
- fix type changing format [ionlizarazu - [`adf5424`](https://github.com/eea/volto-clms-theme/commit/adf542474f4e62a21bbbb009243438e2a53d2662)]
|
|
234
|
+
### [1.0.87](https://github.com/eea/volto-clms-theme/compare/1.0.86...1.0.87) - 23 March 2022
|
|
90
235
|
|
|
91
|
-
|
|
236
|
+
### [1.0.86](https://github.com/eea/volto-clms-theme/compare/1.0.85...1.0.86) - 23 March 2022
|
|
92
237
|
|
|
93
|
-
|
|
94
|
-
- File card [`#274`](https://github.com/eea/volto-clms-theme/pull/274)
|
|
95
|
-
- sort items taxonomy items [`#272`](https://github.com/eea/volto-clms-theme/pull/272)
|
|
96
|
-
- Changes in download cart [`#271`](https://github.com/eea/volto-clms-theme/pull/271)
|
|
97
|
-
- related products and datasets added to news and meeting views and login-plone route created [`5704a1a`](https://github.com/eea/volto-clms-theme/commit/5704a1a766148746162b60efaf232ea90dc20cf4)
|
|
98
|
-
- sort items according to the lowercased label and put those with special meaning at the end [`6410abe`](https://github.com/eea/volto-clms-theme/commit/6410abe096f60dcad54dced2026c9df9b7946d68)
|
|
99
|
-
- lint fix [`1264a7a`](https://github.com/eea/volto-clms-theme/commit/1264a7adfe8d679fea1bd821ad087add20f4271d)
|
|
100
|
-
- footer newsletter subscription change, global search maxLength change from 8000 to 200 and /login design change [`a09d24a`](https://github.com/eea/volto-clms-theme/commit/a09d24adbb6fa053fb2a2cc0071506b906593b42)
|
|
101
|
-
- show Collection on download cart, add dropdown selection to it and remove from Type [`3a13417`](https://github.com/eea/volto-clms-theme/commit/3a13417b92c15187fe0e91ca891ccf9f8b0ed3f1)
|
|
102
|
-
- change form label [`c512a2e`](https://github.com/eea/volto-clms-theme/commit/c512a2e1048c977847cedc8379f58f42adebba18)
|
|
238
|
+
#### :hammer_and_wrench: Others
|
|
103
239
|
|
|
104
|
-
|
|
240
|
+
- NewsItem with blocks [ionlizarazu - [`5320bd3`](https://github.com/eea/volto-clms-theme/commit/5320bd3073f7528d511d49b41755a5ebea05ba20)]
|
|
241
|
+
- if a news item has blocks render them [ionlizarazu - [`5795bd4`](https://github.com/eea/volto-clms-theme/commit/5795bd47a8215a575142bfe5a42713f2ed2b540b)]
|
|
242
|
+
### [1.0.85](https://github.com/eea/volto-clms-theme/compare/1.0.84...1.0.85) - 22 March 2022
|
|
105
243
|
|
|
106
|
-
|
|
244
|
+
#### :hammer_and_wrench: Others
|
|
107
245
|
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
246
|
+
- jest config [ionlizarazu - [`5e0723b`](https://github.com/eea/volto-clms-theme/commit/5e0723b1c1006609811a84d6fb9a3b6744c8d1be)]
|
|
247
|
+
- upgrade volto version at Jenkinsfile [ionlizarazu - [`bd0eb50`](https://github.com/eea/volto-clms-theme/commit/bd0eb508a85ef35101b11ddeb1832ca330f2db39)]
|
|
248
|
+
- sort downloads [ionlizarazu - [`50cdd33`](https://github.com/eea/volto-clms-theme/commit/50cdd332f992e45a8745483bddaf25e01ecd5db5)]
|
|
249
|
+
- condition valid Start date [ionlizarazu - [`dce8883`](https://github.com/eea/volto-clms-theme/commit/dce8883f386676c682af2b5a68f7451d3ccd49dd)]
|
|
250
|
+
- search block new features [ionlizarazu - [`8e814cb`](https://github.com/eea/volto-clms-theme/commit/8e814cbd359782540c21fe37b37ef146d331f0d6)]
|
|
251
|
+
- language selector cookie management [ionlizarazu - [`1385ac9`](https://github.com/eea/volto-clms-theme/commit/1385ac95795702206d3623ba6e780faa43a89e0a)]
|
|
252
|
+
- toolbar cookie management [ionlizarazu - [`5c23200`](https://github.com/eea/volto-clms-theme/commit/5c23200790b20e1d4f1bc966463c37bf4c808f47)]
|
|
253
|
+
### [1.0.84](https://github.com/eea/volto-clms-theme/compare/1.0.83...1.0.84) - 18 March 2022
|
|
113
254
|
|
|
114
|
-
####
|
|
255
|
+
#### :hammer_and_wrench: Others
|
|
115
256
|
|
|
116
|
-
|
|
257
|
+
- lightgallery style imports [Unai - [`7b6c1a9`](https://github.com/eea/volto-clms-theme/commit/7b6c1a9d2b269a74d7c0ec699b078f41035c7e23)]
|
|
258
|
+
- lightGallery added for meeting view [Unai - [`4047d5c`](https://github.com/eea/volto-clms-theme/commit/4047d5c18ce4c64b03fbcc3db761b3c0f4cd26d3)]
|
|
259
|
+
### [1.0.83](https://github.com/eea/volto-clms-theme/compare/1.0.82...1.0.83) - 17 March 2022
|
|
117
260
|
|
|
118
|
-
|
|
119
|
-
- footer button disabled if email is not valid and privacy check is not clicked [`ab6a061`](https://github.com/eea/volto-clms-theme/commit/ab6a06174dd3cd5fb38bd5ae35cc530a7d3baf4e)
|
|
120
|
-
- download table change and home product block fix [`480d83f`](https://github.com/eea/volto-clms-theme/commit/480d83f1772b3cdfe9b2906edfc7505dac420c8e)
|
|
121
|
-
- rename Sort on selection texts CLMS-745 [`2e2f8c6`](https://github.com/eea/volto-clms-theme/commit/2e2f8c60bce7c09844f4e8f17d79f91de47d134b)
|
|
122
|
-
- remove Searched for text CLMS-746 [`ac36c64`](https://github.com/eea/volto-clms-theme/commit/ac36c6461464e52e214989e56c8b7c3b2df83190)
|
|
123
|
-
- remove Search Facets ordering CLMS-743 [`ee9a138`](https://github.com/eea/volto-clms-theme/commit/ee9a138b55517350e5566d54d0946a8ceefd2f90)
|
|
124
|
-
- remove base filter from currentFilters list CLMS-755 [`38c2b8e`](https://github.com/eea/volto-clms-theme/commit/38c2b8e65fed847470aebaed3f2ad141f17e1fd8)
|
|
125
|
-
- Checkbox tree facet selection CLMS-761 [`46e03b5`](https://github.com/eea/volto-clms-theme/commit/46e03b51e193381bf6d899f4a85334801ec969f6)
|
|
126
|
-
- styling differences fixed [`ec7558d`](https://github.com/eea/volto-clms-theme/commit/ec7558d7b7532226722c64da29ec56a1f5da493f)
|
|
127
|
-
- popup unification CLMS-938 [`2757b51`](https://github.com/eea/volto-clms-theme/commit/2757b519d44dc44a8db341c834578438affea124)
|
|
128
|
-
- ESLint fix [`427d34c`](https://github.com/eea/volto-clms-theme/commit/427d34ca20f5a0b8dca5da13a4eb36fdc17dac0f)
|
|
129
|
-
- unautorized page change and log out redirection [`737b53f`](https://github.com/eea/volto-clms-theme/commit/737b53ff09c8ef595c71c92a270b7c6ddc394e55)
|
|
130
|
-
- doubling DownloadTask card CLMS-939 [`86dd1e7`](https://github.com/eea/volto-clms-theme/commit/86dd1e777f927dd33b0835da7483271ab4d0d71b)
|
|
261
|
+
#### :hammer_and_wrench: Others
|
|
131
262
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
####
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
-
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
-
|
|
225
|
-
-
|
|
226
|
-
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
-
|
|
238
|
-
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
-
|
|
248
|
-
-
|
|
249
|
-
-
|
|
250
|
-
-
|
|
251
|
-
-
|
|
252
|
-
-
|
|
253
|
-
-
|
|
254
|
-
-
|
|
255
|
-
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
-
|
|
264
|
-
-
|
|
265
|
-
-
|
|
266
|
-
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
-
|
|
286
|
-
-
|
|
287
|
-
-
|
|
288
|
-
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
-
|
|
296
|
-
-
|
|
297
|
-
-
|
|
298
|
-
-
|
|
299
|
-
-
|
|
300
|
-
-
|
|
301
|
-
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
-
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
-
|
|
316
|
-
-
|
|
317
|
-
-
|
|
318
|
-
-
|
|
319
|
-
-
|
|
320
|
-
- remove duplicated [`
|
|
321
|
-
-
|
|
322
|
-
-
|
|
323
|
-
-
|
|
324
|
-
-
|
|
325
|
-
-
|
|
326
|
-
-
|
|
327
|
-
-
|
|
328
|
-
-
|
|
329
|
-
-
|
|
330
|
-
-
|
|
331
|
-
-
|
|
332
|
-
-
|
|
333
|
-
-
|
|
334
|
-
-
|
|
335
|
-
-
|
|
336
|
-
-
|
|
337
|
-
-
|
|
338
|
-
-
|
|
339
|
-
-
|
|
340
|
-
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
-
|
|
347
|
-
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
-
|
|
354
|
-
-
|
|
355
|
-
-
|
|
356
|
-
-
|
|
357
|
-
-
|
|
358
|
-
-
|
|
359
|
-
-
|
|
360
|
-
-
|
|
361
|
-
-
|
|
362
|
-
-
|
|
363
|
-
-
|
|
364
|
-
-
|
|
365
|
-
-
|
|
366
|
-
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
-
|
|
382
|
-
-
|
|
383
|
-
-
|
|
384
|
-
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
-
|
|
391
|
-
-
|
|
392
|
-
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
-
|
|
401
|
-
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
-
|
|
417
|
-
-
|
|
418
|
-
-
|
|
419
|
-
-
|
|
420
|
-
-
|
|
421
|
-
-
|
|
422
|
-
-
|
|
423
|
-
-
|
|
424
|
-
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
-
|
|
431
|
-
-
|
|
432
|
-
-
|
|
433
|
-
-
|
|
434
|
-
-
|
|
435
|
-
-
|
|
436
|
-
-
|
|
437
|
-
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
-
|
|
450
|
-
-
|
|
451
|
-
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
####
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
-
|
|
467
|
-
-
|
|
468
|
-
-
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
-
|
|
482
|
-
-
|
|
483
|
-
-
|
|
484
|
-
-
|
|
485
|
-
-
|
|
486
|
-
-
|
|
487
|
-
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
- new
|
|
495
|
-
-
|
|
496
|
-
- add
|
|
497
|
-
-
|
|
498
|
-
-
|
|
499
|
-
-
|
|
500
|
-
-
|
|
501
|
-
-
|
|
502
|
-
-
|
|
503
|
-
-
|
|
504
|
-
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
-
|
|
521
|
-
-
|
|
522
|
-
-
|
|
523
|
-
-
|
|
524
|
-
-
|
|
525
|
-
- fix
|
|
526
|
-
-
|
|
527
|
-
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
-
|
|
543
|
-
-
|
|
544
|
-
-
|
|
545
|
-
-
|
|
546
|
-
-
|
|
547
|
-
-
|
|
548
|
-
-
|
|
549
|
-
-
|
|
550
|
-
-
|
|
551
|
-
-
|
|
552
|
-
- fix
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
-
|
|
559
|
-
-
|
|
560
|
-
-
|
|
561
|
-
-
|
|
562
|
-
-
|
|
563
|
-
-
|
|
564
|
-
-
|
|
565
|
-
-
|
|
566
|
-
-
|
|
567
|
-
-
|
|
568
|
-
-
|
|
569
|
-
-
|
|
570
|
-
-
|
|
571
|
-
-
|
|
572
|
-
-
|
|
573
|
-
-
|
|
574
|
-
-
|
|
575
|
-
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
-
|
|
581
|
-
-
|
|
582
|
-
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
-
|
|
588
|
-
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
-
|
|
594
|
-
-
|
|
595
|
-
-
|
|
596
|
-
-
|
|
597
|
-
-
|
|
598
|
-
-
|
|
599
|
-
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
-
|
|
605
|
-
-
|
|
606
|
-
-
|
|
607
|
-
-
|
|
608
|
-
-
|
|
609
|
-
-
|
|
610
|
-
-
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
-
|
|
617
|
-
-
|
|
618
|
-
-
|
|
619
|
-
-
|
|
620
|
-
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
-
|
|
627
|
-
-
|
|
628
|
-
-
|
|
629
|
-
-
|
|
630
|
-
-
|
|
631
|
-
-
|
|
632
|
-
-
|
|
633
|
-
-
|
|
634
|
-
-
|
|
635
|
-
-
|
|
636
|
-
- add
|
|
637
|
-
-
|
|
638
|
-
-
|
|
639
|
-
-
|
|
640
|
-
-
|
|
641
|
-
-
|
|
642
|
-
-
|
|
643
|
-
-
|
|
644
|
-
-
|
|
645
|
-
-
|
|
646
|
-
-
|
|
647
|
-
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
-
|
|
654
|
-
-
|
|
655
|
-
-
|
|
656
|
-
-
|
|
657
|
-
-
|
|
658
|
-
-
|
|
659
|
-
-
|
|
660
|
-
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
-
|
|
675
|
-
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
-
|
|
683
|
-
-
|
|
684
|
-
-
|
|
685
|
-
-
|
|
686
|
-
-
|
|
687
|
-
-
|
|
688
|
-
-
|
|
689
|
-
-
|
|
690
|
-
-
|
|
691
|
-
-
|
|
692
|
-
-
|
|
693
|
-
-
|
|
694
|
-
-
|
|
695
|
-
-
|
|
696
|
-
-
|
|
697
|
-
-
|
|
698
|
-
-
|
|
699
|
-
-
|
|
700
|
-
-
|
|
701
|
-
-
|
|
702
|
-
-
|
|
703
|
-
-
|
|
704
|
-
-
|
|
705
|
-
-
|
|
706
|
-
-
|
|
707
|
-
-
|
|
708
|
-
-
|
|
709
|
-
-
|
|
710
|
-
-
|
|
711
|
-
-
|
|
712
|
-
-
|
|
713
|
-
-
|
|
714
|
-
-
|
|
715
|
-
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
####
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
-
|
|
739
|
-
-
|
|
740
|
-
-
|
|
741
|
-
-
|
|
742
|
-
-
|
|
743
|
-
-
|
|
744
|
-
-
|
|
745
|
-
-
|
|
746
|
-
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
-
|
|
752
|
-
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
-
|
|
759
|
-
-
|
|
760
|
-
-
|
|
761
|
-
-
|
|
762
|
-
-
|
|
763
|
-
-
|
|
764
|
-
-
|
|
765
|
-
-
|
|
766
|
-
-
|
|
767
|
-
-
|
|
768
|
-
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
-
|
|
777
|
-
-
|
|
778
|
-
-
|
|
779
|
-
-
|
|
780
|
-
-
|
|
781
|
-
-
|
|
782
|
-
-
|
|
783
|
-
-
|
|
784
|
-
-
|
|
785
|
-
-
|
|
786
|
-
-
|
|
787
|
-
-
|
|
788
|
-
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
-
|
|
795
|
-
-
|
|
796
|
-
-
|
|
797
|
-
-
|
|
798
|
-
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
-
|
|
805
|
-
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
-
|
|
813
|
-
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
-
|
|
824
|
-
-
|
|
825
|
-
-
|
|
826
|
-
-
|
|
827
|
-
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
-
|
|
842
|
-
-
|
|
843
|
-
-
|
|
844
|
-
-
|
|
845
|
-
-
|
|
846
|
-
-
|
|
847
|
-
-
|
|
848
|
-
-
|
|
849
|
-
-
|
|
850
|
-
-
|
|
851
|
-
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
####
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
-
|
|
862
|
-
-
|
|
863
|
-
-
|
|
864
|
-
-
|
|
865
|
-
-
|
|
866
|
-
-
|
|
867
|
-
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
-
|
|
873
|
-
-
|
|
874
|
-
-
|
|
875
|
-
-
|
|
876
|
-
-
|
|
877
|
-
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
-
|
|
895
|
-
-
|
|
896
|
-
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
-
|
|
904
|
-
-
|
|
905
|
-
-
|
|
906
|
-
-
|
|
907
|
-
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
-
|
|
919
|
-
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
-
|
|
925
|
-
-
|
|
926
|
-
-
|
|
927
|
-
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
-
|
|
937
|
-
-
|
|
938
|
-
-
|
|
939
|
-
-
|
|
940
|
-
-
|
|
941
|
-
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
-
|
|
950
|
-
-
|
|
951
|
-
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
- resolve conflicts [`
|
|
957
|
-
-
|
|
958
|
-
-
|
|
959
|
-
-
|
|
960
|
-
-
|
|
961
|
-
-
|
|
962
|
-
-
|
|
963
|
-
-
|
|
964
|
-
-
|
|
965
|
-
-
|
|
966
|
-
-
|
|
967
|
-
-
|
|
968
|
-
-
|
|
969
|
-
-
|
|
970
|
-
-
|
|
971
|
-
-
|
|
972
|
-
-
|
|
973
|
-
-
|
|
974
|
-
-
|
|
975
|
-
-
|
|
976
|
-
-
|
|
977
|
-
-
|
|
978
|
-
-
|
|
979
|
-
-
|
|
980
|
-
-
|
|
981
|
-
-
|
|
982
|
-
-
|
|
983
|
-
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
-
|
|
991
|
-
-
|
|
992
|
-
-
|
|
993
|
-
-
|
|
994
|
-
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
-
|
|
1000
|
-
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
-
|
|
1026
|
-
-
|
|
1027
|
-
-
|
|
1028
|
-
-
|
|
1029
|
-
-
|
|
1030
|
-
-
|
|
1031
|
-
-
|
|
1032
|
-
-
|
|
1033
|
-
-
|
|
1034
|
-
-
|
|
1035
|
-
-
|
|
1036
|
-
-
|
|
1037
|
-
-
|
|
1038
|
-
-
|
|
1039
|
-
-
|
|
1040
|
-
-
|
|
1041
|
-
-
|
|
1042
|
-
-
|
|
1043
|
-
-
|
|
1044
|
-
-
|
|
1045
|
-
-
|
|
1046
|
-
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
-
|
|
1052
|
-
-
|
|
1053
|
-
-
|
|
1054
|
-
-
|
|
1055
|
-
-
|
|
1056
|
-
- green bg
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
- Develop [
|
|
1065
|
-
-
|
|
1066
|
-
-
|
|
1067
|
-
-
|
|
1068
|
-
-
|
|
1069
|
-
-
|
|
1070
|
-
-
|
|
1071
|
-
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
-
|
|
1078
|
-
-
|
|
1079
|
-
-
|
|
1080
|
-
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
-
|
|
1088
|
-
-
|
|
1089
|
-
-
|
|
1090
|
-
-
|
|
1091
|
-
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
-
|
|
1097
|
-
-
|
|
1098
|
-
-
|
|
1099
|
-
-
|
|
1100
|
-
-
|
|
1101
|
-
-
|
|
1102
|
-
-
|
|
1103
|
-
-
|
|
1104
|
-
-
|
|
1105
|
-
-
|
|
1106
|
-
-
|
|
1107
|
-
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
-
|
|
1123
|
-
-
|
|
1124
|
-
-
|
|
1125
|
-
-
|
|
1126
|
-
-
|
|
1127
|
-
-
|
|
1128
|
-
-
|
|
1129
|
-
-
|
|
1130
|
-
-
|
|
1131
|
-
- map
|
|
1132
|
-
-
|
|
1133
|
-
-
|
|
1134
|
-
-
|
|
1135
|
-
-
|
|
1136
|
-
-
|
|
1137
|
-
-
|
|
1138
|
-
-
|
|
1139
|
-
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
-
|
|
1148
|
-
-
|
|
1149
|
-
-
|
|
1150
|
-
-
|
|
1151
|
-
-
|
|
1152
|
-
-
|
|
1153
|
-
-
|
|
1154
|
-
-
|
|
1155
|
-
-
|
|
1156
|
-
-
|
|
1157
|
-
-
|
|
1158
|
-
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
-
|
|
1164
|
-
-
|
|
1165
|
-
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
-
|
|
1171
|
-
-
|
|
1172
|
-
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
-
|
|
1179
|
-
-
|
|
1180
|
-
-
|
|
1181
|
-
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
####
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
-
|
|
1194
|
-
-
|
|
1195
|
-
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
-
|
|
1202
|
-
-
|
|
1203
|
-
-
|
|
1204
|
-
-
|
|
1205
|
-
-
|
|
1206
|
-
-
|
|
1207
|
-
-
|
|
1208
|
-
-
|
|
1209
|
-
-
|
|
1210
|
-
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
-
|
|
1216
|
-
-
|
|
1217
|
-
-
|
|
1218
|
-
-
|
|
1219
|
-
-
|
|
1220
|
-
-
|
|
1221
|
-
-
|
|
1222
|
-
-
|
|
1223
|
-
-
|
|
1224
|
-
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
-
|
|
1231
|
-
-
|
|
1232
|
-
-
|
|
1233
|
-
-
|
|
1234
|
-
-
|
|
1235
|
-
-
|
|
1236
|
-
-
|
|
1237
|
-
-
|
|
1238
|
-
-
|
|
1239
|
-
-
|
|
1240
|
-
-
|
|
1241
|
-
-
|
|
1242
|
-
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
-
|
|
1249
|
-
-
|
|
1250
|
-
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
-
|
|
1257
|
-
-
|
|
1258
|
-
-
|
|
1259
|
-
-
|
|
1260
|
-
-
|
|
1261
|
-
-
|
|
1262
|
-
-
|
|
1263
|
-
-
|
|
1264
|
-
-
|
|
1265
|
-
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
-
|
|
1272
|
-
-
|
|
1273
|
-
-
|
|
1274
|
-
-
|
|
1275
|
-
-
|
|
1276
|
-
-
|
|
1277
|
-
-
|
|
1278
|
-
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
-
|
|
1285
|
-
-
|
|
1286
|
-
-
|
|
1287
|
-
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
-
|
|
1294
|
-
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
-
|
|
1300
|
-
-
|
|
1301
|
-
-
|
|
1302
|
-
-
|
|
1303
|
-
-
|
|
1304
|
-
-
|
|
1305
|
-
-
|
|
1306
|
-
- logo url fix [`f1abebb`](https://github.com/eea/volto-clms-theme/commit/f1abebbc433c37e580cce49b9a855b501b1e9cf3)
|
|
1307
|
-
|
|
1308
|
-
#### [1.0.25](https://github.com/eea/volto-clms-theme/compare/1.0.24...1.0.25)
|
|
1309
|
-
|
|
1310
|
-
> 17 September 2021
|
|
1311
|
-
|
|
1312
|
-
- Some small code fixes [`#81`](https://github.com/eea/volto-clms-theme/pull/81)
|
|
1313
|
-
- Fixing feedback problems [`#80`](https://github.com/eea/volto-clms-theme/pull/80)
|
|
1314
|
-
- empty libraries message [`134ee68`](https://github.com/eea/volto-clms-theme/commit/134ee687a1de7d31d4a62795324a9738e874e605)
|
|
1315
|
-
- class to className [`e3bccef`](https://github.com/eea/volto-clms-theme/commit/e3bccefc307424e6508dd4280bb001b45313e8d4)
|
|
1316
|
-
- some fixes [`02eddc4`](https://github.com/eea/volto-clms-theme/commit/02eddc4b359359d07e62a5317aaffa61a7a65555)
|
|
1317
|
-
- carrousel and some paginations left [`cd0c86e`](https://github.com/eea/volto-clms-theme/commit/cd0c86e1b40c63fd258d5a54415b41c4dd4c4d40)
|
|
1318
|
-
- some frontend fixes after eugenija feedback [`7ca4d30`](https://github.com/eea/volto-clms-theme/commit/7ca4d30a7c203a5aaf52b35f3a624d47327a08aa)
|
|
1319
|
-
|
|
1320
|
-
#### [1.0.24](https://github.com/eea/volto-clms-theme/compare/1.0.23...1.0.24)
|
|
1321
|
-
|
|
1322
|
-
> 16 September 2021
|
|
1323
|
-
|
|
1324
|
-
- Upgrade volto-tabs-block version and CclCard fix [`#79`](https://github.com/eea/volto-clms-theme/pull/79)
|
|
1325
|
-
- volto-tabs-block upgrade version 1.2.7 [`4f4fd93`](https://github.com/eea/volto-clms-theme/commit/4f4fd931065bd86b368cc174620f8fcf7095a49c)
|
|
1326
|
-
- card file field condition to avoid conflicts with old versions [`957bc0a`](https://github.com/eea/volto-clms-theme/commit/957bc0ae531730fea854c31854004b17b883c9f9)
|
|
1327
|
-
|
|
1328
|
-
#### [1.0.23](https://github.com/eea/volto-clms-theme/compare/1.0.22...1.0.23)
|
|
1329
|
-
|
|
1330
|
-
> 15 September 2021
|
|
1331
|
-
|
|
1332
|
-
- Develop [`#78`](https://github.com/eea/volto-clms-theme/pull/78)
|
|
1333
|
-
- move css to less [`f1c3e5c`](https://github.com/eea/volto-clms-theme/commit/f1c3e5c3c976d78b0e9fcc9286d12cb25ba922c0)
|
|
1334
|
-
- move customizated components additional less out to theme folder [`07099a6`](https://github.com/eea/volto-clms-theme/commit/07099a63d059b88ca5d0cdedc99e2e8299d6dc48)
|
|
1335
|
-
|
|
1336
|
-
#### [1.0.22](https://github.com/eea/volto-clms-theme/compare/1.0.21...1.0.22)
|
|
1337
|
-
|
|
1338
|
-
> 15 September 2021
|
|
1339
|
-
|
|
1340
|
-
- Develop [`#77`](https://github.com/eea/volto-clms-theme/pull/77)
|
|
1341
|
-
- Technical library [`#76`](https://github.com/eea/volto-clms-theme/pull/76)
|
|
1342
|
-
- Bugs n improvements [`#75`](https://github.com/eea/volto-clms-theme/pull/75)
|
|
1343
|
-
- volto-arcgis-block version [`5a8d7a5`](https://github.com/eea/volto-clms-theme/commit/5a8d7a54193d34e5c2a981853843c848564b5024)
|
|
1344
|
-
- mime type package [`de14cc1`](https://github.com/eea/volto-clms-theme/commit/de14cc14ca0fb0f4d2afc104495a8f768e863221)
|
|
1345
|
-
- technical libraries new block for product [`6d8acd2`](https://github.com/eea/volto-clms-theme/commit/6d8acd209d275465a7c7a35bd691f8ce1652122e)
|
|
1346
|
-
- Home [`65f3f48`](https://github.com/eea/volto-clms-theme/commit/65f3f48a16a856920af05933c94a16b2191e3438)
|
|
1347
|
-
- Header and footer [`a7ca309`](https://github.com/eea/volto-clms-theme/commit/a7ca3096766d8a7442c376b5ea43854f58d87073)
|
|
1348
|
-
- Improvements [`7c0c5b8`](https://github.com/eea/volto-clms-theme/commit/7c0c5b8ea894fdd92d1c1d95c80e85150577c59b)
|
|
1349
|
-
- accordion icon min width [`6fa4f09`](https://github.com/eea/volto-clms-theme/commit/6fa4f09f52af8cdb88dc7147ba2b4fe844d32259)
|
|
1350
|
-
- meeting view changes with css and faq tabs custom block [`3ed9565`](https://github.com/eea/volto-clms-theme/commit/3ed95651bd0c3a2f96b76ed7e23c32cb6e37289d)
|
|
1351
|
-
|
|
1352
|
-
#### [1.0.21](https://github.com/eea/volto-clms-theme/compare/1.0.20...1.0.21)
|
|
1353
|
-
|
|
1354
|
-
> 10 September 2021
|
|
1355
|
-
|
|
1356
|
-
- Meeting registration and volto-arcgis-block update [`#74`](https://github.com/eea/volto-clms-theme/pull/74)
|
|
1357
|
-
- Eeameeting views [`#73`](https://github.com/eea/volto-clms-theme/pull/73)
|
|
1358
|
-
- update volto-arcgis-block version [`228d73f`](https://github.com/eea/volto-clms-theme/commit/228d73f7e35f672333e0ea29312c47fdeef8e323)
|
|
1359
|
-
- unify code [`63ae210`](https://github.com/eea/volto-clms-theme/commit/63ae2104b6d489c691cd81789a41ab298f99d618)
|
|
1360
|
-
- toast for message [`b9f6241`](https://github.com/eea/volto-clms-theme/commit/b9f6241513e18a5e4259e5237339ee43488b8fbe)
|
|
1361
|
-
- pretiter [`65a7bc8`](https://github.com/eea/volto-clms-theme/commit/65a7bc8beb551514a46f06e00c28d4af10421e44)
|
|
1362
|
-
- admin views [`64b6ee9`](https://github.com/eea/volto-clms-theme/commit/64b6ee9560218a6f9ee94cae7e1c7d0e4d4ef7a2)
|
|
1363
|
-
- location definition [`76d14e1`](https://github.com/eea/volto-clms-theme/commit/76d14e1d8241266547ec894b04209c79e9252786)
|
|
1364
|
-
- change useEffect and reducers [`4b5a960`](https://github.com/eea/volto-clms-theme/commit/4b5a9603fe2ee9c12f73edc084a10cd839d7861f)
|
|
1365
|
-
- subscriberView [`d9cf87c`](https://github.com/eea/volto-clms-theme/commit/d9cf87cc26819ca9f057397c674b3c60b840dadc)
|
|
1366
|
-
- link and prettier [`c5d1fb6`](https://github.com/eea/volto-clms-theme/commit/c5d1fb6ade1dbeda20ff23f40ad626dfd5ded4ec)
|
|
1367
|
-
|
|
1368
|
-
#### [1.0.20](https://github.com/eea/volto-clms-theme/compare/1.0.19...1.0.20)
|
|
1369
|
-
|
|
1370
|
-
> 3 September 2021
|
|
1371
|
-
|
|
1372
|
-
- Work opportunities [`#72`](https://github.com/eea/volto-clms-theme/pull/72)
|
|
1373
|
-
- Work opportunities [`#71`](https://github.com/eea/volto-clms-theme/pull/71)
|
|
1374
|
-
- customized layouts views configurations [`37385e3`](https://github.com/eea/volto-clms-theme/commit/37385e3dccdaf3c6e6a00651bb2bbe78f4fc0a12)
|
|
1375
|
-
- workOpportunities listView layout [`874aeb7`](https://github.com/eea/volto-clms-theme/commit/874aeb7747c128e08c5ebe38fee18d05f1c3634c)
|
|
1376
|
-
- vertical tabView layout [`2dbd0a4`](https://github.com/eea/volto-clms-theme/commit/2dbd0a46e7c47352ca953a4f04cb16ef9e45a851)
|
|
1377
|
-
|
|
1378
|
-
#### [1.0.19](https://github.com/eea/volto-clms-theme/compare/1.0.18...1.0.19)
|
|
1379
|
-
|
|
1380
|
-
> 2 September 2021
|
|
1381
|
-
|
|
1382
|
-
- Develop [`#70`](https://github.com/eea/volto-clms-theme/pull/70)
|
|
1383
|
-
- Cart view [`#69`](https://github.com/eea/volto-clms-theme/pull/69)
|
|
1384
|
-
- Api tokens [`#68`](https://github.com/eea/volto-clms-theme/pull/68)
|
|
1385
|
-
- resolve conflicts [`e9f8785`](https://github.com/eea/volto-clms-theme/commit/e9f8785b0b43f6260e2603a44cb6eced2c75706e)
|
|
1386
|
-
- imports [`75d4e39`](https://github.com/eea/volto-clms-theme/commit/75d4e39f97b23ed574853d6cdeb04de42d2495f7)
|
|
1387
|
-
- reducers erros corrected [`23a5fc8`](https://github.com/eea/volto-clms-theme/commit/23a5fc8dd1b02815ef08136a8d833782daf6492c)
|
|
1388
|
-
- import fix [`b29f9ea`](https://github.com/eea/volto-clms-theme/commit/b29f9eabd5469aef5d979ba0776970077c920472)
|
|
1389
|
-
- conflicts resolved [`6da53b1`](https://github.com/eea/volto-clms-theme/commit/6da53b16235f93418000851119d473d942477255)
|
|
1390
|
-
- last pre testing commit [`17437ed`](https://github.com/eea/volto-clms-theme/commit/17437ed86411a4c979e23f9c656e4c5d28b9eecd)
|
|
1391
|
-
- some corrections [`ad49537`](https://github.com/eea/volto-clms-theme/commit/ad495374686c08a98849e53077642e7f24de4ddf)
|
|
1392
|
-
- some corrections [`9692366`](https://github.com/eea/volto-clms-theme/commit/9692366d76d43d5527860f378cc53b18d3663280)
|
|
1393
|
-
- create token action working [`5304515`](https://github.com/eea/volto-clms-theme/commit/53045157cd228111fd32719d2e3bbd8acb40d410)
|
|
1394
|
-
- create action working cannot get public_key [`5adaffc`](https://github.com/eea/volto-clms-theme/commit/5adaffcf4d771ee542e1e198d9a6c78cc0f331b3)
|
|
1395
|
-
- code clean [`509260e`](https://github.com/eea/volto-clms-theme/commit/509260e7fe7fe552ccdcb8b0832d81788988bf18)
|
|
1396
|
-
- removed useless code [`ddb7042`](https://github.com/eea/volto-clms-theme/commit/ddb70422000260e93a5bfbd1b0b6bdaeefb294e3)
|
|
1397
|
-
- delete selected apiToken [`b827c68`](https://github.com/eea/volto-clms-theme/commit/b827c680c8f9a7b49c8c480c7b8e176ea82de01c)
|
|
1398
|
-
- delete tokens cannot get item id [`f3ca2a9`](https://github.com/eea/volto-clms-theme/commit/f3ca2a9cfec745eebead12e3fb38f87400b71b21)
|
|
1399
|
-
- create tokens [`7e6ea84`](https://github.com/eea/volto-clms-theme/commit/7e6ea84802ba84fd52bb4f2b771279f0756f4b54)
|
|
1400
|
-
- create api tokens from volto [`8bd3c0e`](https://github.com/eea/volto-clms-theme/commit/8bd3c0e51fdaf82bdf2fea7a098b93007d65b327)
|
|
1401
|
-
- GET function created for tokens [`ce4d14c`](https://github.com/eea/volto-clms-theme/commit/ce4d14c767d8f82c633d7a45a36f106d4bd5351c)
|
|
1402
|
-
- api tokens point to endpoint [`70108cd`](https://github.com/eea/volto-clms-theme/commit/70108cd8da2a92a82d21e1b0306bf623a0a2f150)
|
|
1403
|
-
- token input cannot be edited [`86472d9`](https://github.com/eea/volto-clms-theme/commit/86472d9e0f0e6cbeab4c49a2a965b4f45dd62bf2)
|
|
1404
|
-
- api tokens view last fixes [`cbd924e`](https://github.com/eea/volto-clms-theme/commit/cbd924e52df3b130c8f2be476eb32c0e56e49b49)
|
|
1405
|
-
- on close modal button is available [`9cb0e89`](https://github.com/eea/volto-clms-theme/commit/9cb0e8991ee63f2b63fa12e105be619fcd4e280c)
|
|
1406
|
-
- onClick close modal [`ec9dff7`](https://github.com/eea/volto-clms-theme/commit/ec9dff7d16e6b6753a0583b7290861719cf9850c)
|
|
1407
|
-
- making the buttons disabled in some cases [`863555c`](https://github.com/eea/volto-clms-theme/commit/863555c25d0869ca8e73ab7f0ab1b735819712a4)
|
|
1408
|
-
- cleaning code [`37b5356`](https://github.com/eea/volto-clms-theme/commit/37b5356be521c6f4104ef9cd89f343bff37768df)
|
|
1409
|
-
- API tokens views created with modal [`104d827`](https://github.com/eea/volto-clms-theme/commit/104d827a4c803baf13da9dac8596b39cfa413c24)
|
|
1410
|
-
- profile and api tokens in diferent files using tabs v1 [`12f216f`](https://github.com/eea/volto-clms-theme/commit/12f216f0c5ec0ea76dfb7a3b9004c9bfe1fd4321)
|
|
1411
|
-
- profile and token using CclTabs [`f66d3e9`](https://github.com/eea/volto-clms-theme/commit/f66d3e93635849785210753f905fd6ae415a4076)
|
|
1412
|
-
- created API tokens branch for testing this new component [`5a6636c`](https://github.com/eea/volto-clms-theme/commit/5a6636c8759017a7b6c5e8a81a740d2158698ad3)
|
|
1413
|
-
|
|
1414
|
-
#### [1.0.18](https://github.com/eea/volto-clms-theme/compare/1.0.17...1.0.18)
|
|
1415
|
-
|
|
1416
|
-
> 6 August 2021
|
|
1417
|
-
|
|
1418
|
-
- New field 'source' [`#67`](https://github.com/eea/volto-clms-theme/pull/67)
|
|
1419
|
-
- new field [`#66`](https://github.com/eea/volto-clms-theme/pull/66)
|
|
1420
|
-
|
|
1421
|
-
#### [1.0.17](https://github.com/eea/volto-clms-theme/compare/1.0.16...1.0.17)
|
|
1422
|
-
|
|
1423
|
-
> 6 August 2021
|
|
1424
|
-
|
|
1425
|
-
- New fields [`#65`](https://github.com/eea/volto-clms-theme/pull/65)
|
|
1426
|
-
- Map styles [`#62`](https://github.com/eea/volto-clms-theme/pull/62)
|
|
1427
|
-
- add new field configuration [`#64`](https://github.com/eea/volto-clms-theme/pull/64)
|
|
1428
|
-
- Download cart [`#63`](https://github.com/eea/volto-clms-theme/pull/63)
|
|
1429
|
-
- cart state [`ea60085`](https://github.com/eea/volto-clms-theme/commit/ea6008592bc6ff57368acf86d72888189b59485f)
|
|
1430
|
-
- control if user is loggedIn and download items selector [`d0e6b97`](https://github.com/eea/volto-clms-theme/commit/d0e6b9757ba8dd4805d0ab181e9cb05ab5b1f427)
|
|
1431
|
-
- basic cart state hook [`1d251c1`](https://github.com/eea/volto-clms-theme/commit/1d251c1c3f073436b0e19109123d8d78c15a4899)
|
|
1432
|
-
- extra breadcrumb items from redux state [`9ec521d`](https://github.com/eea/volto-clms-theme/commit/9ec521d63b4da4cad230bde45cb51fd97e617000)
|
|
1433
|
-
- dynamic map dataset api url [`5c0e4d4`](https://github.com/eea/volto-clms-theme/commit/5c0e4d48880e3976ea0017a1c9c78c7bc6dcce57)
|
|
1434
|
-
|
|
1435
|
-
#### [1.0.16](https://github.com/eea/volto-clms-theme/compare/1.0.15...1.0.16)
|
|
1436
|
-
|
|
1437
|
-
> 3 August 2021
|
|
1438
|
-
|
|
1439
|
-
- New widget [`#61`](https://github.com/eea/volto-clms-theme/pull/61)
|
|
1440
|
-
- Mapviewer layerwidget [`#60`](https://github.com/eea/volto-clms-theme/pull/60)
|
|
1441
|
-
- breadcrumb with extra items [`2827e9f`](https://github.com/eea/volto-clms-theme/commit/2827e9fe255605930762d085c724f4bd895c8025)
|
|
1442
|
-
- new widget for map layer configuration [`70a9f3c`](https://github.com/eea/volto-clms-theme/commit/70a9f3cf493b116db65a5bf1aae7da32580c1258)
|
|
1443
|
-
- removed download-by-area path from /home [`a6b77b2`](https://github.com/eea/volto-clms-theme/commit/a6b77b210ba22338147f0c2559743a482511f1ba)
|
|
1444
|
-
- eslint [`0522314`](https://github.com/eea/volto-clms-theme/commit/0522314ee7d0518ff136ddfc22e8bc76c5cca033)
|
|
1445
|
-
- Map Viewer View [`545905a`](https://github.com/eea/volto-clms-theme/commit/545905a48572495d2cca3d054016148cf6f41691)
|
|
1446
|
-
- cclListingCard bug fixed [`9b6f89b`](https://github.com/eea/volto-clms-theme/commit/9b6f89b73614f07992166d8cf0366662e8fd32be)
|
|
1447
|
-
|
|
1448
|
-
#### [1.0.15](https://github.com/eea/volto-clms-theme/compare/1.0.14...1.0.15)
|
|
1449
|
-
|
|
1450
|
-
> 28 July 2021
|
|
1451
|
-
|
|
1452
|
-
- Develop [`#59`](https://github.com/eea/volto-clms-theme/pull/59)
|
|
1453
|
-
- maps.less to maps.css [`195b54d`](https://github.com/eea/volto-clms-theme/commit/195b54d371c97438cbfc13a6af035ae981e5b110)
|
|
1454
|
-
|
|
1455
|
-
#### [1.0.14](https://github.com/eea/volto-clms-theme/compare/1.0.13...1.0.14)
|
|
1456
|
-
|
|
1457
|
-
> 27 July 2021
|
|
1458
|
-
|
|
1459
|
-
- Develop [`#58`](https://github.com/eea/volto-clms-theme/pull/58)
|
|
1460
|
-
- @eeacms/volto-arcgis-block from npm [`a609793`](https://github.com/eea/volto-clms-theme/commit/a609793948d807493a3a77a8c81c6f888760208f)
|
|
1461
|
-
- remove bs-BA language [`d41d675`](https://github.com/eea/volto-clms-theme/commit/d41d675ce06935035e85530827969cfbfff60bc7)
|
|
1462
|
-
- add locales [`08249d4`](https://github.com/eea/volto-clms-theme/commit/08249d46f814bed2aae7cc9d722583d6768c2cee)
|
|
1463
|
-
- header multilingual [`3716bfb`](https://github.com/eea/volto-clms-theme/commit/3716bfbfc0b2287caf911829049bd31e3093640d)
|
|
1464
|
-
- react-svg dependecy [`e0c0a80`](https://github.com/eea/volto-clms-theme/commit/e0c0a8012dd66e0551db295fee60ff155e63d508)
|
|
1465
|
-
- footer [`b3f742d`](https://github.com/eea/volto-clms-theme/commit/b3f742d39f4ed97de673a2b7462e67b571ae359d)
|
|
1466
|
-
- remove bs-BA [`8080aac`](https://github.com/eea/volto-clms-theme/commit/8080aac5af364af2abe3f6cadb1208af4f7f1012)
|
|
1467
|
-
|
|
1468
|
-
#### [1.0.13](https://github.com/eea/volto-clms-theme/compare/1.0.12...1.0.13)
|
|
1469
|
-
|
|
1470
|
-
> 9 July 2021
|
|
1471
|
-
|
|
1472
|
-
- Develop [`#57`](https://github.com/eea/volto-clms-theme/pull/57)
|
|
1473
|
-
- Babel config [`#56`](https://github.com/eea/volto-clms-theme/pull/56)
|
|
1474
|
-
- Add supported languages and some block fixes [`#55`](https://github.com/eea/volto-clms-theme/pull/55)
|
|
1475
|
-
- Header fixes [`#54`](https://github.com/eea/volto-clms-theme/pull/54)
|
|
1476
|
-
- Toolbar and header depends on logged user rol and other blocks fixes [`#53`](https://github.com/eea/volto-clms-theme/pull/53)
|
|
1477
|
-
- replace @collective/volto-dropdownmenu with volto-dropdownmenu [`07f004f`](https://github.com/eea/volto-clms-theme/commit/07f004fe0219e403fb51bc045c83d34f3b981f76)
|
|
1478
|
-
- add NODE_ENV parameter [`101f27c`](https://github.com/eea/volto-clms-theme/commit/101f27c25b8fbd192e1b11865e95cf5ffee08c1b)
|
|
1479
|
-
- upgrade volto-dropdownmenu version [`2081855`](https://github.com/eea/volto-clms-theme/commit/2081855301f4c708776e0dbab39db143cee00dbc)
|
|
1480
|
-
- HomeSearch block missing url behaviour [`d20a378`](https://github.com/eea/volto-clms-theme/commit/d20a378ce3f254b8343692348f314bf281974542)
|
|
1481
|
-
- babel configuration [`203ea2d`](https://github.com/eea/volto-clms-theme/commit/203ea2de07f99ca3403e4ca220ca74d7ce69b61d)
|
|
1482
|
-
- prettier [`e79e26b`](https://github.com/eea/volto-clms-theme/commit/e79e26bf2fa40ba7b4eb53a24dabd87928221c28)
|
|
1483
|
-
- cypress [`a243cf0`](https://github.com/eea/volto-clms-theme/commit/a243cf0182fa3dd113c16ff495c71e310252d83b)
|
|
1484
|
-
- some fixes [`046279b`](https://github.com/eea/volto-clms-theme/commit/046279b9d05bea8a64eca03eed493e02621534c9)
|
|
1485
|
-
- home search block new features [`e31d76c`](https://github.com/eea/volto-clms-theme/commit/e31d76c8bb84df0e78aaf11e83eadc7aa9e268da)
|
|
1486
|
-
- i18n [`63b20cd`](https://github.com/eea/volto-clms-theme/commit/63b20cd9ecd2b65e468876574b4de6057a5ae0ac)
|
|
1487
|
-
- change style for lrf content-type [`b27873f`](https://github.com/eea/volto-clms-theme/commit/b27873fd16b7f97b6403a6669134f7b12f258b38)
|
|
1488
|
-
- add supported languages and some block fixes [`02b8388`](https://github.com/eea/volto-clms-theme/commit/02b83882f8d39f5c5ebe54d3869189aae2b25942)
|
|
1489
|
-
- remove warnings [`c30f5a4`](https://github.com/eea/volto-clms-theme/commit/c30f5a4cf55c063d14b6676e1bc13bede22e14ca)
|
|
1490
|
-
- header fixes [`3e0ab53`](https://github.com/eea/volto-clms-theme/commit/3e0ab53c3f38bc13a0ee4844a9f521980d8b4695)
|
|
1491
|
-
- header fixes [`5627d95`](https://github.com/eea/volto-clms-theme/commit/5627d955d6d9a0e5a929842ad0392ff35971ac6e)
|
|
1492
|
-
- customing only toolbar element [`1737fb3`](https://github.com/eea/volto-clms-theme/commit/1737fb3d0e070ea06be2ab7c3da8a4a2e2b61027)
|
|
1493
|
-
- some fixes [`ae8faa7`](https://github.com/eea/volto-clms-theme/commit/ae8faa76bbbacc01e19ee8674fc37020308f108a)
|
|
1494
|
-
- ESLint fixes [`33f74cb`](https://github.com/eea/volto-clms-theme/commit/33f74cb05d7db28f9a3afd53d164768c5c08c3fe)
|
|
1495
|
-
- toolbar/header changes depending on user rol and some fixes in other blocks [`06baa12`](https://github.com/eea/volto-clms-theme/commit/06baa120e5f156aba330b27078bc511b475ff3b9)
|
|
1496
|
-
- header user fixed [`8209b91`](https://github.com/eea/volto-clms-theme/commit/8209b9185ce90deb6bd0043ac62494be90b19f92)
|
|
1497
|
-
- Header changes depending on user and Tabs prettier fix [`4e7c6c2`](https://github.com/eea/volto-clms-theme/commit/4e7c6c2a5e64d35366ececa81fb0675b8be93359)
|
|
1498
|
-
|
|
1499
|
-
#### [1.0.12](https://github.com/eea/volto-clms-theme/compare/1.0.11...1.0.12)
|
|
1500
|
-
|
|
1501
|
-
> 29 June 2021
|
|
1502
|
-
|
|
1503
|
-
- Merge Develop into master [`#52`](https://github.com/eea/volto-clms-theme/pull/52)
|
|
1504
|
-
- home page green and white blocks fixes [`#51`](https://github.com/eea/volto-clms-theme/pull/51)
|
|
1505
|
-
- Home page green/white bg blocks [`#50`](https://github.com/eea/volto-clms-theme/pull/50)
|
|
1506
|
-
- home page green and white blocks changes [`e476231`](https://github.com/eea/volto-clms-theme/commit/e47623180897ea9755f03c38204cd0669c00dd82)
|
|
1507
|
-
- future removed fields [`8bcaf54`](https://github.com/eea/volto-clms-theme/commit/8bcaf5411ac0f7a180014ee7507cdcbfb7440e67)
|
|
1508
|
-
- prettier [`56b39e3`](https://github.com/eea/volto-clms-theme/commit/56b39e36facfc4fd522a369e8934bf209a6275ec)
|
|
1509
|
-
- Bounding widget more accurated properties [`0013ab5`](https://github.com/eea/volto-clms-theme/commit/0013ab566f05c87e4f160695218b8a087871ec8e)
|
|
1510
|
-
- reorganize code from HomeBgImage component [`18607db`](https://github.com/eea/volto-clms-theme/commit/18607db2261fa45e6b80adb89c35d38e80eb9ddc)
|
|
1511
|
-
- home page green/white bg blocks [`b59f7fb`](https://github.com/eea/volto-clms-theme/commit/b59f7fb3dc582d21e699d5e7a550b1dcf6287c79)
|
|
1512
|
-
|
|
1513
|
-
#### [1.0.11](https://github.com/eea/volto-clms-theme/compare/1.0.10...1.0.11)
|
|
1514
|
-
|
|
1515
|
-
> 17 June 2021
|
|
1516
|
-
|
|
1517
|
-
- Merge Develop into Master [`#49`](https://github.com/eea/volto-clms-theme/pull/49)
|
|
1518
|
-
- Merge User profile view into Develop [`#48`](https://github.com/eea/volto-clms-theme/pull/48)
|
|
1519
|
-
- Merge Bounding widget into Develop [`#47`](https://github.com/eea/volto-clms-theme/pull/47)
|
|
1520
|
-
- Multilingual support [`#46`](https://github.com/eea/volto-clms-theme/pull/46)
|
|
1521
|
-
- Slate and volto block style integration [`#45`](https://github.com/eea/volto-clms-theme/pull/45)
|
|
1522
|
-
- Usecase block [`#44`](https://github.com/eea/volto-clms-theme/pull/44)
|
|
1523
|
-
- Home User Block image editing UX [`#43`](https://github.com/eea/volto-clms-theme/pull/43)
|
|
1524
|
-
- Volto arcgis block customizations [`#42`](https://github.com/eea/volto-clms-theme/pull/42)
|
|
1525
|
-
- volto-dropdownmenu version [`f8f1b3c`](https://github.com/eea/volto-clms-theme/commit/f8f1b3ca42e274a9823c5ba7f5f7f09f14ec230d)
|
|
1526
|
-
- formatting [`e57c64b`](https://github.com/eea/volto-clms-theme/commit/e57c64bc1cb8dc4f91821952f63f92ec93987229)
|
|
1527
|
-
- merge develop into user-profile-view branch [`3904f71`](https://github.com/eea/volto-clms-theme/commit/3904f71acd448c04c72344aa4a5407b153fc2c6f)
|
|
1528
|
-
- merge Develop into bounding-widget branch [`35eb537`](https://github.com/eea/volto-clms-theme/commit/35eb537b381e319aad73228c402908ada7224431)
|
|
1529
|
-
- widget for bounding boxes [`182735d`](https://github.com/eea/volto-clms-theme/commit/182735dc0d1169f5ba253ad65e5497d348239fba)
|
|
1530
|
-
- remove setState [`8a29edb`](https://github.com/eea/volto-clms-theme/commit/8a29edba53c37346c61c9620fa0c3d2d7b59a801)
|
|
1531
|
-
- lint [`d6d8c6d`](https://github.com/eea/volto-clms-theme/commit/d6d8c6d0f02dc1fd3f710c2dc76fa99ee67a0327)
|
|
1532
|
-
- user profile editor view [`6e39ef0`](https://github.com/eea/volto-clms-theme/commit/6e39ef08a8a588710f4deb40bfc10e1fb858ac6f)
|
|
1533
|
-
- volto-resize-helper [`a88c6db`](https://github.com/eea/volto-clms-theme/commit/a88c6dba6f780d42e7a67ddc820015afedb4b0f4)
|
|
1534
|
-
- slate integration [`762c0d6`](https://github.com/eea/volto-clms-theme/commit/762c0d6f947b3643f5b3532ae2930b38fa1dfe44)
|
|
1535
|
-
- slate addon integration [`b52f387`](https://github.com/eea/volto-clms-theme/commit/b52f3872081f47a27b5240abdd2f353bbf332f05)
|
|
1536
|
-
- fix dateformat [`7d68def`](https://github.com/eea/volto-clms-theme/commit/7d68def059e4c35d1c4074064d99ae1269896108)
|
|
1537
|
-
- new usecase list block [`f5046d6`](https://github.com/eea/volto-clms-theme/commit/f5046d683e63793cde6cf618af33676430e8d66d)
|
|
1538
|
-
- arcgis dependency [`3155b57`](https://github.com/eea/volto-clms-theme/commit/3155b573a79f118d6306e5d4f8fa5e68c8f01cc1)
|
|
1539
|
-
- eslint [`4f77d4d`](https://github.com/eea/volto-clms-theme/commit/4f77d4d16b949cd63ac3727035fa97c07b3bf4ae)
|
|
1540
|
-
- eslint [`f08b10f`](https://github.com/eea/volto-clms-theme/commit/f08b10fe0a44be3a4e90dbfb681b38a928be4898)
|
|
1541
|
-
- custom land design [`577198a`](https://github.com/eea/volto-clms-theme/commit/577198a9a17319d31c48c869e30074ee35746175)
|
|
1542
|
-
- slate integration [`24119c1`](https://github.com/eea/volto-clms-theme/commit/24119c1985986a266c6b4c07e435bfb04acb6f78)
|
|
1543
|
-
- @eeacms/volto-arcgis-block package added [`226d9c7`](https://github.com/eea/volto-clms-theme/commit/226d9c798a8c6dbae59af24aa371aa1067f5ae80)
|
|
1544
|
-
- volto-arcgis-block-customizations [`143443c`](https://github.com/eea/volto-clms-theme/commit/143443c81af1d44104ec79589277b7386f1273d7)
|
|
1545
|
-
|
|
1546
|
-
#### [1.0.10](https://github.com/eea/volto-clms-theme/compare/1.0.9...1.0.10)
|
|
1547
|
-
|
|
1548
|
-
> 27 May 2021
|
|
1549
|
-
|
|
1550
|
-
- Cypress coverage [`#40`](https://github.com/eea/volto-clms-theme/pull/40)
|
|
1551
|
-
|
|
1552
|
-
#### [1.0.9](https://github.com/eea/volto-clms-theme/compare/1.0.8...1.0.9)
|
|
1553
|
-
|
|
1554
|
-
> 26 May 2021
|
|
1555
|
-
|
|
1556
|
-
- Develop [`#39`](https://github.com/eea/volto-clms-theme/pull/39)
|
|
1557
|
-
- revert volto-dropdownmenu dependecies modifications [`778c748`](https://github.com/eea/volto-clms-theme/commit/778c748abd780a233d0815b04c62cadadedcb2e7)
|
|
1558
|
-
- fix dependecies [`d5bfd91`](https://github.com/eea/volto-clms-theme/commit/d5bfd91cc60f0d257ac8450e40c118ab526d2dbb)
|
|
1559
|
-
- fix cards container class problem [`1efb10e`](https://github.com/eea/volto-clms-theme/commit/1efb10ed8a7575b971a302aeb88dc27573ed4351)
|
|
1560
|
-
- upgrade volto-dropdownmenu and volto-tabs-block versions [`978b48c`](https://github.com/eea/volto-clms-theme/commit/978b48cd66088686e22be5a0cda55c1cbb913e15)
|
|
1561
|
-
- maps styles css [`0970a5c`](https://github.com/eea/volto-clms-theme/commit/0970a5c2dfa98d17f0ab8cc5fff3148cc8415657)
|
|
1562
|
-
|
|
1563
|
-
#### [1.0.8](https://github.com/eea/volto-clms-theme/compare/1.0.7...1.0.8)
|
|
1564
|
-
|
|
1565
|
-
> 24 May 2021
|
|
1566
|
-
|
|
1567
|
-
- Develop [`#37`](https://github.com/eea/volto-clms-theme/pull/37)
|
|
1568
|
-
- upgrade steps to volto 13 [`#36`](https://github.com/eea/volto-clms-theme/pull/36)
|
|
1569
|
-
- News item view [`#35`](https://github.com/eea/volto-clms-theme/pull/35)
|
|
1570
|
-
- Events template for listing block and event view [`#34`](https://github.com/eea/volto-clms-theme/pull/34)
|
|
1571
|
-
- events image placeholder [`9eae6e6`](https://github.com/eea/volto-clms-theme/commit/9eae6e6197690fbccd4f35abb2b2844e2dc4bc2c)
|
|
1572
|
-
- card modifications [`d0afea5`](https://github.com/eea/volto-clms-theme/commit/d0afea5c6b592dcb9c18b846a0c0985a5d9f4387)
|
|
1573
|
-
- import renamed component [`3210174`](https://github.com/eea/volto-clms-theme/commit/3210174746c35290fad34e183ba47536299ea53f)
|
|
1574
|
-
- rename components [`0793812`](https://github.com/eea/volto-clms-theme/commit/079381219b14aa388aa4a6df8b2e56fe22ff6160)
|
|
1575
|
-
- fix card-container class [`051ca32`](https://github.com/eea/volto-clms-theme/commit/051ca32cfd87ab72574ed6dc314023ae77a59483)
|
|
1576
|
-
- merge develop into news-item-view branch [`4a346d2`](https://github.com/eea/volto-clms-theme/commit/4a346d2051bbcaa74c74368c420a92ca5e1a7337)
|
|
1577
|
-
- prettier fix [`010b22f`](https://github.com/eea/volto-clms-theme/commit/010b22f5f72ad5c7e9be0ab8a1c7588b0c21a0cd)
|
|
1578
|
-
- event view with CclListingCards [`2d6d66c`](https://github.com/eea/volto-clms-theme/commit/2d6d66c9c0effc2a2aa0908c221c22cd80790be4)
|
|
1579
|
-
- event view with prettier [`7f6de56`](https://github.com/eea/volto-clms-theme/commit/7f6de56bc2e58e16426ada46fc5db304582d638c)
|
|
1580
|
-
- event view [`c671a49`](https://github.com/eea/volto-clms-theme/commit/c671a491d5d2a525c35b3b1b0a37463fa8a45633)
|
|
1581
|
-
- Event component [`4d44f5a`](https://github.com/eea/volto-clms-theme/commit/4d44f5ad951f8432cdfd00423308993ea00604e7)
|
|
1582
|
-
- news item view component [`d6b5218`](https://github.com/eea/volto-clms-theme/commit/d6b52184b1c633580c49206b7048fe972fde9896)
|
|
1583
|
-
- add index key to map() [`41b3776`](https://github.com/eea/volto-clms-theme/commit/41b3776c8a5909f85f636a02ee3f7c99e64ef003)
|
|
1584
|
-
- prevent import error when upgrading Volto 13 [`9c74923`](https://github.com/eea/volto-clms-theme/commit/9c7492312dc5339cd15490b91c0f837d41a8b1c1)
|
|
1585
|
-
- Event View component [`b406d77`](https://github.com/eea/volto-clms-theme/commit/b406d773b2a1e617c9cb517b4924bfab970fec6f)
|
|
1586
|
-
|
|
1587
|
-
#### [1.0.7](https://github.com/eea/volto-clms-theme/compare/1.0.6...1.0.7)
|
|
1588
|
-
|
|
1589
|
-
> 12 May 2021
|
|
1590
|
-
|
|
1591
|
-
- Check manual release [`#33`](https://github.com/eea/volto-clms-theme/pull/33)
|
|
1592
|
-
|
|
1593
|
-
#### [1.0.6](https://github.com/eea/volto-clms-theme/compare/1.0.5...1.0.6)
|
|
1594
|
-
|
|
1595
|
-
> 12 May 2021
|
|
1596
|
-
|
|
1597
|
-
- New release from Develop branch [`#32`](https://github.com/eea/volto-clms-theme/pull/32)
|
|
1598
|
-
- Home users band image [`#31`](https://github.com/eea/volto-clms-theme/pull/31)
|
|
1599
|
-
- Volto tabs block [`#30`](https://github.com/eea/volto-clms-theme/pull/30)
|
|
1600
|
-
- Reuse listing block [`#29`](https://github.com/eea/volto-clms-theme/pull/29)
|
|
1601
|
-
- dependencies [`a0344ad`](https://github.com/eea/volto-clms-theme/commit/a0344add50c88031ee0ccae64ecfe93ad72ed099)
|
|
1602
|
-
- styles [`4b778bd`](https://github.com/eea/volto-clms-theme/commit/4b778bd212d91265c9ca464e50af775e183f67d8)
|
|
1603
|
-
- remove tag style [`c39dabc`](https://github.com/eea/volto-clms-theme/commit/c39dabce246ff7c9fc819f43b33da1b52ad67332)
|
|
1604
|
-
- home users carousel css and code cleaning [`00361cf`](https://github.com/eea/volto-clms-theme/commit/00361cf2b8e938be97a4e0e3f204decb7cf83369)
|
|
1605
|
-
- merge develop into volto-tabs-block [`0050439`](https://github.com/eea/volto-clms-theme/commit/00504390d9649315d21b3ee13e06069a41de9dfe)
|
|
1606
|
-
- github url [`ec0f7e6`](https://github.com/eea/volto-clms-theme/commit/ec0f7e65a353b52064feedbf6d1d69b217dc6bee)
|
|
1607
|
-
- added github repo dependency [`4abc866`](https://github.com/eea/volto-clms-theme/commit/4abc86645b84398fbaa1033a0223497c90e7168d)
|
|
1608
|
-
- ccl Tabs renamed [`1417a62`](https://github.com/eea/volto-clms-theme/commit/1417a6255948d68599b093d5b191425d32cfc895)
|
|
1609
|
-
- home user add image [`2bbcb48`](https://github.com/eea/volto-clms-theme/commit/2bbcb4875467fdd0da156a557dd79a6bb1317e45)
|
|
1610
|
-
- block selected icon info [`d080401`](https://github.com/eea/volto-clms-theme/commit/d080401fbe510c941dab4c257ae823520e9ea6e9)
|
|
1611
|
-
- getFontAwesomeIconList documentation [`ca9c62b`](https://github.com/eea/volto-clms-theme/commit/ca9c62be626a1587920b24c4ab88ce9d4423ee9e)
|
|
1612
|
-
- font awesome seach schema [`eb5fc17`](https://github.com/eea/volto-clms-theme/commit/eb5fc17e80377bc1b3a75e67a01a4e2cde84045f)
|
|
1613
|
-
- prettier [`3249ed5`](https://github.com/eea/volto-clms-theme/commit/3249ed504f1710864f0854bccc61d5d5e0d2f18b)
|
|
1614
|
-
- font awesome editor schema [`dcc98a2`](https://github.com/eea/volto-clms-theme/commit/dcc98a2dedbd332bc3271d80434f021c1fe789e0)
|
|
1615
|
-
- add key to map() [`356d678`](https://github.com/eea/volto-clms-theme/commit/356d6785f381b6f07ae40fd57d794ee1b4f5501f)
|
|
1616
|
-
- remove DocumentView [`879c78f`](https://github.com/eea/volto-clms-theme/commit/879c78f779392063d1d03574ffad6cd1d4c01eb1)
|
|
1617
|
-
- use custom templates at listing block [`6671270`](https://github.com/eea/volto-clms-theme/commit/6671270acb4a8e5aef7a2ee7d4e9f61ca763c3b7)
|
|
1618
|
-
- add image [`45618ae`](https://github.com/eea/volto-clms-theme/commit/45618aefcac9a49fe69ac8cc70c2b276c612f111)
|
|
1619
|
-
- news template for listing [`e0a3fde`](https://github.com/eea/volto-clms-theme/commit/e0a3fdea3cf266486ec0bf3a4dc99dcdf7fb581d)
|
|
1620
|
-
- code cleaned [`5dc5c25`](https://github.com/eea/volto-clms-theme/commit/5dc5c257caf8d57e7e1e879550ea1e514d63b01e)
|
|
1621
|
-
- Home tabs voltoTabsBlock template [`f972c13`](https://github.com/eea/volto-clms-theme/commit/f972c13d7f4f5036a7fc110a39b785819fc58233)
|
|
1622
|
-
- volto-tabs-block [`c166456`](https://github.com/eea/volto-clms-theme/commit/c166456f53b586db6522eda2c851446b86d20eb4)
|
|
1623
|
-
- add templates to listing block [`52fe97a`](https://github.com/eea/volto-clms-theme/commit/52fe97a48f3191891625314d88bc50425850c3df)
|
|
1624
|
-
|
|
1625
|
-
#### [1.0.5](https://github.com/eea/volto-clms-theme/compare/1.0.4...1.0.5)
|
|
1626
|
-
|
|
1627
|
-
> 10 May 2021
|
|
1628
|
-
|
|
1629
|
-
- Develop [`#28`](https://github.com/eea/volto-clms-theme/pull/28)
|
|
1630
|
-
- add husky [`#27`](https://github.com/eea/volto-clms-theme/pull/27)
|
|
1631
|
-
- Home meet users band [`#25`](https://github.com/eea/volto-clms-theme/pull/25)
|
|
1632
|
-
- footer dynamic menu [`#23`](https://github.com/eea/volto-clms-theme/pull/23)
|
|
1633
|
-
- Release 1.0.5 [`4b84bcf`](https://github.com/eea/volto-clms-theme/commit/4b84bcf85b269b767605d0e382d2722982849a0a)
|
|
1634
|
-
- prepare husky [`a58d522`](https://github.com/eea/volto-clms-theme/commit/a58d52202db5babec54d2778857f367eee7c4ce2)
|
|
1635
|
-
- eslint [`232d398`](https://github.com/eea/volto-clms-theme/commit/232d39896eb4965cdc122a00194812b54e6403f2)
|
|
1636
|
-
- dropdown-menu customizations multilingual [`d4d2a1c`](https://github.com/eea/volto-clms-theme/commit/d4d2a1c2b6951a72ca2ab7e3fec1e297f2fae002)
|
|
1637
|
-
- simplified dynamic header and footer [`72f78a9`](https://github.com/eea/volto-clms-theme/commit/72f78a91fb695e8fdf469de72290aa87f6a1bd4b)
|
|
1638
|
-
- add dependencies [`39a4be9`](https://github.com/eea/volto-clms-theme/commit/39a4be96ff41fe3346baed9558794cd90e40df77)
|
|
1639
|
-
- fix prettier [`3d7b369`](https://github.com/eea/volto-clms-theme/commit/3d7b369011e2de29d71b82b15f55d39aa58549e5)
|
|
1640
|
-
- dynamic menu [`0ba8c15`](https://github.com/eea/volto-clms-theme/commit/0ba8c157a129b25dfafb69f9afe6b1a04043e9d8)
|
|
1641
|
-
- Home User Block editing [`2aa06e5`](https://github.com/eea/volto-clms-theme/commit/2aa06e549a09e633f30650d0664264d3b3d63159)
|
|
1642
|
-
- recalc ui container width [`be29799`](https://github.com/eea/volto-clms-theme/commit/be297996f4a181de82e38dac3f34a684f65811aa)
|
|
1643
|
-
- 100vmax for home ui container [`6cdde9a`](https://github.com/eea/volto-clms-theme/commit/6cdde9a17dc3c4ec2c62dbbbe866ced5743dee3c)
|
|
1644
|
-
- testing new block for home [`0051722`](https://github.com/eea/volto-clms-theme/commit/005172269c1f217c303ecddda026d3f3daf5b46f)
|
|
1645
|
-
- home products renamed variables [`3f8538e`](https://github.com/eea/volto-clms-theme/commit/3f8538e83b22b412e7bd376174e4694f7b65c87a)
|
|
1646
|
-
- footer dynamic menu fix [`1983338`](https://github.com/eea/volto-clms-theme/commit/1983338d284e9a9066b6e94ff735ebe9d0203fc6)
|
|
1647
|
-
- footer dynamic menu fix [`a612696`](https://github.com/eea/volto-clms-theme/commit/a6126966b1387b023c19a5aaff8e7c654c162e64)
|
|
1648
|
-
|
|
1649
|
-
#### [1.0.4](https://github.com/eea/volto-clms-theme/compare/1.0.3...1.0.4)
|
|
1650
|
-
|
|
1651
|
-
> 6 May 2021
|
|
1652
|
-
|
|
1653
|
-
- Dropdown menu [`#22`](https://github.com/eea/volto-clms-theme/pull/22)
|
|
1654
|
-
- Dynamic header menu [`#21`](https://github.com/eea/volto-clms-theme/pull/21)
|
|
1655
|
-
- added dropdown-menu addon on theme [`b58f1af`](https://github.com/eea/volto-clms-theme/commit/b58f1afcdcc5ab416ab42a8409482aa5c79bae4d)
|
|
1656
|
-
- dropdown link bug fixed [`92a9a36`](https://github.com/eea/volto-clms-theme/commit/92a9a365a73e27cf38d3d0cdacbb11194aad44b3)
|
|
1657
|
-
- volto-dropdownmenu custom component [`20244f3`](https://github.com/eea/volto-clms-theme/commit/20244f3a6f28cae47e08586e74e2e546158ef4ba)
|
|
1658
|
-
|
|
1659
|
-
#### [1.0.3](https://github.com/eea/volto-clms-theme/compare/1.0.2...1.0.3)
|
|
1660
|
-
|
|
1661
|
-
> 5 May 2021
|
|
1662
|
-
|
|
1663
|
-
- New release 1.0.3 [`#20`](https://github.com/eea/volto-clms-theme/pull/20)
|
|
1664
|
-
- Release 1.0.3 [`#19`](https://github.com/eea/volto-clms-theme/pull/19)
|
|
1665
|
-
- Dataset card and accordion with prettier [`#18`](https://github.com/eea/volto-clms-theme/pull/18)
|
|
1666
|
-
- Dataset changes with prettier [`#16`](https://github.com/eea/volto-clms-theme/pull/16)
|
|
1667
|
-
- Sonarcube step only merging on master [`fb8a49d`](https://github.com/eea/volto-clms-theme/commit/fb8a49d7dfb5c046776b90d2e456c8d336322fce)
|
|
1668
|
-
- New release [`47d4259`](https://github.com/eea/volto-clms-theme/commit/47d425998eba7c8f7d43d39ecee9f77c6828dfb6)
|
|
1669
|
-
- add new group for blocks to add our custom blocks there [`f4fa04f`](https://github.com/eea/volto-clms-theme/commit/f4fa04f9a4e41510bfc353cd623e5967104bf93c)
|
|
1670
|
-
- home search and products block [`a57303b`](https://github.com/eea/volto-clms-theme/commit/a57303b29ae6b20fe78b4f356df6ccf1d268c862)
|
|
1671
|
-
- css customizations for home blocks [`5e5a859`](https://github.com/eea/volto-clms-theme/commit/5e5a859431ace0fdea5aa83fb48a7baf7a92615d)
|
|
1672
|
-
- import card schema from the same file [`36dc06c`](https://github.com/eea/volto-clms-theme/commit/36dc06ceac3a4ba9fa9ab8765abdc476da607a9e)
|
|
1673
|
-
- add theme folder to the stylelint command [`4dc1af3`](https://github.com/eea/volto-clms-theme/commit/4dc1af3456f51c25953923284cfeba5c4bd9da4c)
|
|
1674
|
-
- stylelint automatic fixes [`52e35b4`](https://github.com/eea/volto-clms-theme/commit/52e35b4d6ed5bc33953202071e5c471986e6110a)
|
|
1675
|
-
- Newline [`01ef1c5`](https://github.com/eea/volto-clms-theme/commit/01ef1c5bc76a1725dcc3ef7739dd615c9754a175)
|
|
1676
|
-
- full width plone-site content type [`ded9191`](https://github.com/eea/volto-clms-theme/commit/ded9191fb3cab2d5ab6dc7625482c19251b7ba56)
|
|
1677
|
-
- organize customBlocks properties, getting them out of index.js and adding into blocks folder. New CclProductLeftMenu block component added [`e927add`](https://github.com/eea/volto-clms-theme/commit/e927addf8475cea5d3ef120c910f9fff11a0da14)
|
|
1678
|
-
- top main menu component fixes [`eed0a1c`](https://github.com/eea/volto-clms-theme/commit/eed0a1c5eef44ebabed72fa32f9fff1e434a29f6)
|
|
1679
|
-
- dataset info content tooltip info added [`3d64560`](https://github.com/eea/volto-clms-theme/commit/3d6456073a6fb4260e72c98b6877d22b206cf755)
|
|
1680
|
-
- Dataset card and accordion [`d6f4381`](https://github.com/eea/volto-clms-theme/commit/d6f4381b6e88589eb80bf51f823a689a822453f2)
|
|
1681
|
-
- import React from 'react'; [`4547d29`](https://github.com/eea/volto-clms-theme/commit/4547d297870691cb551d5954de8b1725271fa58f)
|
|
1682
|
-
- prettier [`a1b5c82`](https://github.com/eea/volto-clms-theme/commit/a1b5c82b7e361f856ec3b63716a5264ceefa398c)
|
|
1683
|
-
- import React from 'react'; [`6e05ae6`](https://github.com/eea/volto-clms-theme/commit/6e05ae644a570bf77d608092af2e1deb57e44dd0)
|
|
1684
|
-
|
|
1685
|
-
#### [1.0.2](https://github.com/eea/volto-clms-theme/compare/1.0.1...1.0.2)
|
|
1686
|
-
|
|
1687
|
-
> 29 April 2021
|
|
1688
|
-
|
|
1689
|
-
- Release version 1.0.2 of volto-clms-theme [`#14`](https://github.com/eea/volto-clms-theme/pull/14)
|
|
1690
|
-
- release version 1.0.2 [`5d617e8`](https://github.com/eea/volto-clms-theme/commit/5d617e8b10c00259ccd0f26629eb91d1b75ac67d)
|
|
1691
|
-
- font awesome dependencies [`bba5312`](https://github.com/eea/volto-clms-theme/commit/bba53129561253335520a13d8dae089fd9a57891)
|
|
1692
|
-
- CclTopMainMenu componet for header [`6ab019c`](https://github.com/eea/volto-clms-theme/commit/6ab019cc489302d362a773b1f6b9353509764e00)
|
|
1693
|
-
- prettier [`6902dda`](https://github.com/eea/volto-clms-theme/commit/6902dda7a3e74d128db045bc823a1a573b1d8995)
|
|
1694
|
-
- add fontawesome [`b431b61`](https://github.com/eea/volto-clms-theme/commit/b431b6192e92cdd027fc68dfbd0006de32f08dfe)
|
|
1695
|
-
- typo fix [`68cc502`](https://github.com/eea/volto-clms-theme/commit/68cc502df6eceaf63bc70d8d5b08fb198dd697f1)
|
|
1696
|
-
- add key index for a correct mapping [`0afe360`](https://github.com/eea/volto-clms-theme/commit/0afe360ddf879d85e92d2d72eadb8f0c06904c37)
|
|
1697
|
-
- remove comment [`ce70f66`](https://github.com/eea/volto-clms-theme/commit/ce70f663aee28ca41197c0ca8ae3ecbaf553dc5e)
|
|
1698
|
-
- remove fontawesome reference from ccl.less file [`e8557fe`](https://github.com/eea/volto-clms-theme/commit/e8557fe71d28b1697c8981006b1f9d49c3be8f45)
|
|
1699
|
-
- dataResourceLocator [`72ec54b`](https://github.com/eea/volto-clms-theme/commit/72ec54bd6bc3d8d62f1d9dc04f4e0d07208cd0ce)
|
|
1700
|
-
- Metadata Content [`a944960`](https://github.com/eea/volto-clms-theme/commit/a9449608c62c7e6c20719ed08a380db210e6ae39)
|
|
1701
|
-
- Dynamic featured image [`65c0634`](https://github.com/eea/volto-clms-theme/commit/65c063485bf5032ecfc95c3f32911a90c2b4f698)
|
|
1702
|
-
- added parameter to edit tooltip text [`a0b1fd0`](https://github.com/eea/volto-clms-theme/commit/a0b1fd04d9dae8553a80057904c8d3582d86c8c3)
|
|
1703
|
-
- Added StringToHTML doc [`f3d305e`](https://github.com/eea/volto-clms-theme/commit/f3d305e9168e9e4108f098cc9e27f06f750541e5)
|
|
1704
|
-
- StringToHTML utils added [`22bdce4`](https://github.com/eea/volto-clms-theme/commit/22bdce45d78df1d25746e3a9d3be732bf58d7570)
|
|
1705
|
-
- add font-awesome [`6f7c71b`](https://github.com/eea/volto-clms-theme/commit/6f7c71bc9752eecf2f1b3e4a6bd60cf9ff238326)
|
|
1706
|
-
- Basic CclInfoContainer [`2ad07da`](https://github.com/eea/volto-clms-theme/commit/2ad07dafab69aa76a53be439bad4a59012eff57e)
|
|
1707
|
-
- utils components [`d1208fe`](https://github.com/eea/volto-clms-theme/commit/d1208fe878af847a1f98ae285f062f2919b4efe7)
|
|
1708
|
-
- CLMSDatasetDetail contents [`9a77d81`](https://github.com/eea/volto-clms-theme/commit/9a77d81ee399d20698cc61d6cdffb32eb36b61ce)
|
|
1709
|
-
- new script for tests [`5a136db`](https://github.com/eea/volto-clms-theme/commit/5a136db57f3bfad3160d8d9c1a7d31fc6e26700f)
|
|
1710
|
-
|
|
1711
|
-
#### [1.0.1](https://github.com/eea/volto-clms-theme/compare/1.0.0...1.0.1)
|
|
1712
|
-
|
|
1713
|
-
> 27 April 2021
|
|
1714
|
-
|
|
1715
|
-
- Fix automated release 1.0.1 [`#13`](https://github.com/eea/volto-clms-theme/pull/13)
|
|
1716
|
-
- Base release [`#12`](https://github.com/eea/volto-clms-theme/pull/12)
|
|
1717
|
-
- Fix integration test [`#11`](https://github.com/eea/volto-clms-theme/pull/11)
|
|
1718
|
-
- fix react useEffect empty parameter list [`#10`](https://github.com/eea/volto-clms-theme/pull/10)
|
|
1719
|
-
- Fixing tests [`#9`](https://github.com/eea/volto-clms-theme/pull/9)
|
|
1720
|
-
- Main features framework [`#8`](https://github.com/eea/volto-clms-theme/pull/8)
|
|
1721
|
-
- Apply stylelint fixes [`#6`](https://github.com/eea/volto-clms-theme/pull/6)
|
|
1722
|
-
- Run prettier [`#5`](https://github.com/eea/volto-clms-theme/pull/5)
|
|
1723
|
-
- Card block [`#3`](https://github.com/eea/volto-clms-theme/pull/3)
|
|
1724
|
-
- Add steps needed to automatic release [`#4`](https://github.com/eea/volto-clms-theme/pull/4)
|
|
1725
|
-
- First release changes [`#2`](https://github.com/eea/volto-clms-theme/pull/2)
|
|
1726
|
-
- Adjust development guidelines [`#1`](https://github.com/eea/volto-clms-theme/pull/1)
|
|
1727
|
-
- set default to false [`a5dcbb5`](https://github.com/eea/volto-clms-theme/commit/a5dcbb59ecc18ed4b0494fc94bf91282dd7d762a)
|
|
1728
|
-
- test automated release [`00220db`](https://github.com/eea/volto-clms-theme/commit/00220db8d5a984872c8158f2bef8a8c26a076be2)
|
|
1729
|
-
- add changelog order [`422a89e`](https://github.com/eea/volto-clms-theme/commit/422a89e4054188208feee39dce186044fb500838)
|
|
1730
|
-
- Adjust class names [`ad3530c`](https://github.com/eea/volto-clms-theme/commit/ad3530cba3306e78d967491feab0d9b9551491b7)
|
|
1731
|
-
- react useeffect [`a821036`](https://github.com/eea/volto-clms-theme/commit/a821036c5fc2511f47f9bc5f7e51a11c545c577e)
|
|
1732
|
-
- @eea to @eeacms [`630e8e2`](https://github.com/eea/volto-clms-theme/commit/630e8e227661dc76f635e9d65e31f377f5b03881)
|
|
1733
|
-
- test fixing [`deab7f6`](https://github.com/eea/volto-clms-theme/commit/deab7f6ff3bb5abd6ab33994d071837af656cabe)
|
|
1734
|
-
- eslint tests for local checks [`b4a353d`](https://github.com/eea/volto-clms-theme/commit/b4a353d9c33ee5bb33f05e2831eb89707d074932)
|
|
1735
|
-
- cardContainer and merge conflicts [`c74d3fa`](https://github.com/eea/volto-clms-theme/commit/c74d3fac4927b65d941afc29b4e0251b8c6326ad)
|
|
1736
|
-
- pull [`ea93f44`](https://github.com/eea/volto-clms-theme/commit/ea93f441b99cd2871098df43cc2fc4a98b66d75c)
|
|
1737
|
-
- fixed basic eslint bugs [`c0b6121`](https://github.com/eea/volto-clms-theme/commit/c0b6121ed7adfd1d3e61171794e2c5b6070d53dc)
|
|
1738
|
-
- cleaned unused code [`ef96ed7`](https://github.com/eea/volto-clms-theme/commit/ef96ed70619bea16a4c20e26dbf9d1a2427f74e6)
|
|
1739
|
-
- deactive tabs with display:none to improve seo [`cd9eb53`](https://github.com/eea/volto-clms-theme/commit/cd9eb5325e8c4ca628d0cd49be1d88e9d418e4bc)
|
|
1740
|
-
- dynamics CclTabs component added [`f99ea3b`](https://github.com/eea/volto-clms-theme/commit/f99ea3badef971975e04f7b31a396d309214c462)
|
|
1741
|
-
- Apply styleint rules [`1e3961c`](https://github.com/eea/volto-clms-theme/commit/1e3961c6a8605829da988d1df50040f2d06a1ce7)
|
|
1742
|
-
- Styleint rules [`502ba25`](https://github.com/eea/volto-clms-theme/commit/502ba2552668d709e097b141451086067460eb77)
|
|
1743
|
-
- Adjust eslintrc [`9c9f3ad`](https://github.com/eea/volto-clms-theme/commit/9c9f3ad89ea9a1866dc9b257923ff7829d207576)
|
|
1744
|
-
- Use eslint 6.8.0 syntax as is installed in ci image [`85a3581`](https://github.com/eea/volto-clms-theme/commit/85a35813e99cf58b1ee10ddec875d32feed936ce)
|
|
1745
|
-
- eslint config file [`b08071e`](https://github.com/eea/volto-clms-theme/commit/b08071e6f7081c25b03c8ef026183190db740ed0)
|
|
1746
|
-
- Linter [`ed36c03`](https://github.com/eea/volto-clms-theme/commit/ed36c03223c6980300413ee40a0e24e12ba7b3d8)
|
|
1747
|
-
- eslint [`df73ff5`](https://github.com/eea/volto-clms-theme/commit/df73ff51ffed772da3b7b01063f131850fef09aa)
|
|
1748
|
-
- clmsDatasetDetailView basic scheme [`e6d6d06`](https://github.com/eea/volto-clms-theme/commit/e6d6d06654c20bdd5aa97648123a7edc23182068)
|
|
1749
|
-
- new card block [`54d7b04`](https://github.com/eea/volto-clms-theme/commit/54d7b0423b3b397257221b6b86597689ab752df0)
|
|
1750
|
-
- button error fixed [`09dd065`](https://github.com/eea/volto-clms-theme/commit/09dd065609ab2e43ce7094583bc9a2b4c8a3d4d3)
|
|
1751
|
-
- button block editor bug fixed [`ba82990`](https://github.com/eea/volto-clms-theme/commit/ba829908ae723b8e0dd204247a664c75083fbff2)
|
|
1752
|
-
- cclButtonBlock dynamic schema simplified [`a15451b`](https://github.com/eea/volto-clms-theme/commit/a15451bc9340d321436a2584bab046ba4bcde49d)
|
|
1753
|
-
- button block component [`016c87a`](https://github.com/eea/volto-clms-theme/commit/016c87a4cec82fdcd11dc9ca729db016d60a50d0)
|
|
1754
|
-
- remove dataset-card-format field for documents [`41002ee`](https://github.com/eea/volto-clms-theme/commit/41002eed9214196899f52cb09dd3d6da486142ce)
|
|
1755
|
-
- CclCardContainerBlock initial commit [`c115033`](https://github.com/eea/volto-clms-theme/commit/c115033caff32651d87d9d834573157008506c61)
|
|
1756
|
-
- check if image exist instead of checking image.src [`8a455f4`](https://github.com/eea/volto-clms-theme/commit/8a455f414a656d60310f5098584c754d13b9afec)
|
|
1757
|
-
- accordion.overrides [`d97b514`](https://github.com/eea/volto-clms-theme/commit/d97b514ec4d4b3bf237c3eaacef8ffc6bea33bd4)
|
|
1758
|
-
- for to htmlFor [`59b2fd7`](https://github.com/eea/volto-clms-theme/commit/59b2fd79730627a15fc474404a623b715fe12004)
|
|
1759
|
-
- customize Title Block editor [`fa1be06`](https://github.com/eea/volto-clms-theme/commit/fa1be06c90267f577bb29a0d6442b3e95e74fb6f)
|
|
1760
|
-
- original file to future overrides [`88211f6`](https://github.com/eea/volto-clms-theme/commit/88211f6a0628db1e8652556203c6b7f9659f5077)
|
|
1761
|
-
- context navigation block [`6c8fab4`](https://github.com/eea/volto-clms-theme/commit/6c8fab4e00c54cfab8cda706ca5487a8ee278252)
|
|
1762
|
-
- className [`9c14df8`](https://github.com/eea/volto-clms-theme/commit/9c14df8d5366d36c9481e996cac982f21f159156)
|
|
1763
|
-
- footer custom component [`2d1bd0f`](https://github.com/eea/volto-clms-theme/commit/2d1bd0fefb89b8543e83987e8295386aaa322f06)
|
|
1764
|
-
- override Title Block [`1b88eed`](https://github.com/eea/volto-clms-theme/commit/1b88eed4e70fdf5c491a23d1f332b68ccdc7e20c)
|
|
1765
|
-
- add Title Block View to override [`6ca2c38`](https://github.com/eea/volto-clms-theme/commit/6ca2c381fc84e52cdb9ac19ab4fa8afe45f4c5d1)
|
|
1766
|
-
- className [`9fcf3b9`](https://github.com/eea/volto-clms-theme/commit/9fcf3b9e85edc585bc65560d753ce571ebbe8969)
|
|
1767
|
-
- className [`1130d4e`](https://github.com/eea/volto-clms-theme/commit/1130d4e7e2fc8b6f5450575a8fc2d048505e357c)
|
|
1768
|
-
- index key to map cards [`a9a70a7`](https://github.com/eea/volto-clms-theme/commit/a9a70a744bea68b5f5410f95f6c56327fd25b2dd)
|
|
1769
|
-
- variables modification [`fb3406d`](https://github.com/eea/volto-clms-theme/commit/fb3406d988d503921ae449e5df669a000d14b966)
|
|
1770
|
-
- CLMSDocumentView [`aa94d00`](https://github.com/eea/volto-clms-theme/commit/aa94d00758183dfb32b17c74cecc223b0d7de68c)
|
|
1771
|
-
- ListingView customization [`ea1f811`](https://github.com/eea/volto-clms-theme/commit/ea1f8111bceb0dc39e05d76dc7a9700968e05144)
|
|
1772
|
-
- ContextNavigation customization [`118a9c9`](https://github.com/eea/volto-clms-theme/commit/118a9c9334b0a69db0fff4db7cb1a893d33be8ec)
|
|
1773
|
-
- initial ListingView update for customizations [`c5aedc5`](https://github.com/eea/volto-clms-theme/commit/c5aedc5e41734c8a2e981c3bed899435f045b93a)
|
|
1774
|
-
- CclVerticalFilterMenu and CclExpandableFilter [`8f86d43`](https://github.com/eea/volto-clms-theme/commit/8f86d43a8d62404ab7c758f1c49661d430c6fb18)
|
|
1775
|
-
- CclCard component [`05742c0`](https://github.com/eea/volto-clms-theme/commit/05742c05e8882d71fc16a3c0b92a6dfa2011ea56)
|
|
1776
|
-
- DocumentView component for CLMS [`59399c4`](https://github.com/eea/volto-clms-theme/commit/59399c497d42c6087266107c09e16e7c6e067185)
|
|
1777
|
-
- initial file to override contextNavigation component [`709047a`](https://github.com/eea/volto-clms-theme/commit/709047a7d1cadf1bf1f4e4382dc282dc2537853b)
|
|
1778
|
-
- Logo customizations [`c23c7fc`](https://github.com/eea/volto-clms-theme/commit/c23c7fc29cf3651c3bc9ee8273a8d92fd690e906)
|
|
1779
|
-
- hr height to 1px [`eb7562d`](https://github.com/eea/volto-clms-theme/commit/eb7562df83d7616938ca7adfac65c46c0a97d122)
|
|
1780
|
-
- remove breadcrumb styles from menu.css [`cfe026a`](https://github.com/eea/volto-clms-theme/commit/cfe026ab02e9367b7a100b1dbc273ce814caff01)
|
|
1781
|
-
- add hr at header [`95b5a17`](https://github.com/eea/volto-clms-theme/commit/95b5a17b591dc0e453ffaa929fbbe5ebe1763e67)
|
|
1782
|
-
- breadcrumbs customization [`1e698a4`](https://github.com/eea/volto-clms-theme/commit/1e698a4e5ac95a8a58703e7717e1bafd83d976c2)
|
|
1783
|
-
- add original file for future overrides [`d8d292c`](https://github.com/eea/volto-clms-theme/commit/d8d292cafe66706df60cc56503e8ef7e1c513be7)
|
|
1784
|
-
- mobile modal functionality [`70acd26`](https://github.com/eea/volto-clms-theme/commit/70acd269941d6cfac2490141ffa04602391c7b83)
|
|
1785
|
-
- new Breadcrumbs file for customizations [`3918ed6`](https://github.com/eea/volto-clms-theme/commit/3918ed666bbc125ad6b09235b4fe381d99d245e8)
|
|
1786
|
-
- header and navigation modifications [`08bbf8b`](https://github.com/eea/volto-clms-theme/commit/08bbf8b4248193540bdc557f92b8cedde3b54490)
|
|
1787
|
-
- form overrides [`7ed2e30`](https://github.com/eea/volto-clms-theme/commit/7ed2e30ece2f3c5de6bfd77dd3212b2c6a8fe2c8)
|
|
1788
|
-
- modal modifications [`f535923`](https://github.com/eea/volto-clms-theme/commit/f535923014172197fcda94a4707c535b222cb357)
|
|
1789
|
-
- new language selector [`f42894b`](https://github.com/eea/volto-clms-theme/commit/f42894b84b0a76793d738fa5b7a0225192b65e38)
|
|
1790
|
-
- multiple volto components customizations [`fc49260`](https://github.com/eea/volto-clms-theme/commit/fc492601a494cbfeb4f17585bca5f7be2f6e104d)
|
|
1791
|
-
- add forms.css [`5375966`](https://github.com/eea/volto-clms-theme/commit/537596659450f07bcbf844968e7f4090114ed135)
|
|
1792
|
-
- add styles for header component [`5afb717`](https://github.com/eea/volto-clms-theme/commit/5afb7172ab3e2ba81e0faa9309670da88505555b)
|
|
1793
|
-
- move modal classes to modal component [`68fe03b`](https://github.com/eea/volto-clms-theme/commit/68fe03bb1a398832905a8b35a21aba343ee171d2)
|
|
1794
|
-
- new modal component [`2709a0a`](https://github.com/eea/volto-clms-theme/commit/2709a0ad1c0023b7ea0a64cbd0deaf2304a9d26a)
|
|
1795
|
-
- add original file for future overrides [`f0b1b28`](https://github.com/eea/volto-clms-theme/commit/f0b1b28060f55132d8cff06c7c0577f8c0d3ffe1)
|
|
1796
|
-
- add entire original file [`e0dc373`](https://github.com/eea/volto-clms-theme/commit/e0dc3736419c77fe2861be3341a565c5b1848ac9)
|
|
1797
|
-
- entire file [`44290a0`](https://github.com/eea/volto-clms-theme/commit/44290a00a30650453aa1ce559e5c651a06282735)
|
|
1798
|
-
- reorder theme folder [`b38df48`](https://github.com/eea/volto-clms-theme/commit/b38df48d14f46f293850bedfd5ab59bd44abd61b)
|
|
1799
|
-
- initial form.overrides for future customizations [`669cff9`](https://github.com/eea/volto-clms-theme/commit/669cff99aee700ad1a8186efa03a9ffdf3e05b02)
|
|
1800
|
-
- initial input.overrides for future customizations [`c442c1a`](https://github.com/eea/volto-clms-theme/commit/c442c1a8412e0a3015a658ae26fc5c4c9c4316a3)
|
|
1801
|
-
- theme overrides in addon [`f7933d6`](https://github.com/eea/volto-clms-theme/commit/f7933d60cb94ef7dbb7d736d7ac42aeecedd1197)
|
|
1802
|
-
- moduleNameMapper correction for volto-clms-theme [`7b62d7b`](https://github.com/eea/volto-clms-theme/commit/7b62d7bc38083a03a4aa0f63672a00f60c0457ac)
|
|
1803
|
-
- initial SearchWidget commit for future overrides [`678ab08`](https://github.com/eea/volto-clms-theme/commit/678ab085699789d12290d055ab0180b765249581)
|
|
1804
|
-
- initial commit of components to override at Volto [`058e06d`](https://github.com/eea/volto-clms-theme/commit/058e06dcc0dc26e87150bb595ec62331fa66dd03)
|
|
1805
|
-
- Update author field [`a4527ea`](https://github.com/eea/volto-clms-theme/commit/a4527ea7f9ef72596ec30e8a18edfb38d1896e96)
|
|
1806
|
-
|
|
1807
|
-
#### 1.0.0
|
|
1808
|
-
|
|
1809
|
-
> 10 March 2021
|
|
1810
|
-
|
|
1811
|
-
- Not needed folder [`a3064e9`](https://github.com/eea/volto-clms-theme/commit/a3064e93a71457f22e65f976bbe0a82518aed0ff)
|
|
1812
|
-
- Add missing folder for pipeline [`5ffda5a`](https://github.com/eea/volto-clms-theme/commit/5ffda5ae6a71077f904308430e9884d956a2cc57)
|
|
1813
|
-
- Set url for sonarqube [`0712dc0`](https://github.com/eea/volto-clms-theme/commit/0712dc0ef6dd39d349fcc0a250d6ed633596fad7)
|
|
1814
|
-
- Update default value [`82883e7`](https://github.com/eea/volto-clms-theme/commit/82883e7408055ea05f729646813e011999c7ef17)
|
|
1815
|
-
- initial setup [`dbdf3c3`](https://github.com/eea/volto-clms-theme/commit/dbdf3c34df572f5bb310417fc8ca98f8d0ef9dc9)
|
|
1816
|
-
- package name and settings [`7176f30`](https://github.com/eea/volto-clms-theme/commit/7176f309284008ea1b833513272ca65abfeb1798)
|
|
1817
|
-
- Initial commit [`a6b95da`](https://github.com/eea/volto-clms-theme/commit/a6b95daae3b1d24839d54ff123524fd34e6cec9f)
|
|
263
|
+
- remove duplicated [Mikel Larreategi - [`0739aef`](https://github.com/eea/volto-clms-theme/commit/0739aef163cac91233a936c49f488fbc9daec5be)]
|
|
264
|
+
- set Volto version to Jenkins [ionlizarazu - [`a4d4430`](https://github.com/eea/volto-clms-theme/commit/a4d443046bd492538c596ee5b2b5735920c61c71)]
|
|
265
|
+
- add volto-react-table-widget [ionlizarazu - [`f4b1e99`](https://github.com/eea/volto-clms-theme/commit/f4b1e998e38f31a63b475760d0bf2157451f9af4)]
|
|
266
|
+
- fix packages.json [ionlizarazu - [`44848a0`](https://github.com/eea/volto-clms-theme/commit/44848a0e07a0a960dc17ee6d0c08febac320688d)]
|
|
267
|
+
- remove unneeded code [Mikel Larreategi - [`e37e121`](https://github.com/eea/volto-clms-theme/commit/e37e121ca910b4fbaf2f9da80393fc577a6923c7)]
|
|
268
|
+
- adjust dependnecies [Mikel Larreategi - [`a7f67fe`](https://github.com/eea/volto-clms-theme/commit/a7f67fec4c56d09b038ce052e88b04a601da6db3)]
|
|
269
|
+
- adjust import [Mikel Larreategi - [`66bb59a`](https://github.com/eea/volto-clms-theme/commit/66bb59a22a1b623bc6dcf13996c98572b14526db)]
|
|
270
|
+
- add VOLTO version to addon tests execution [ionlizarazu - [`a94a491`](https://github.com/eea/volto-clms-theme/commit/a94a4918413aa5a2a75eea14ab837338d24d2e32)]
|
|
271
|
+
- fix cart type selector [ionlizarazu - [`47046b0`](https://github.com/eea/volto-clms-theme/commit/47046b0ba02400c572aee981cc52ad481d560b77)]
|
|
272
|
+
- reorder cart modal buttons and remove duplicates of dataset titles from modal [ionlizarazu - [`03171f2`](https://github.com/eea/volto-clms-theme/commit/03171f2e7b85878d1fac186130af2dc8a8813937)]
|
|
273
|
+
- ESLint fix [rodriama - [`6e4faad`](https://github.com/eea/volto-clms-theme/commit/6e4faad26bbf412a691e827333541e6e8d302590)]
|
|
274
|
+
- use ReactTableWidget [ionlizarazu - [`18d8777`](https://github.com/eea/volto-clms-theme/commit/18d8777cc134a6d13ed0ab1324d38c2edc5f5426)]
|
|
275
|
+
- Modal homogenization [rodriama - [`33d41b5`](https://github.com/eea/volto-clms-theme/commit/33d41b5d90094addf6d3e4301225727e801c45b5)]
|
|
276
|
+
- use datset title instead of dataResourceTitle [Mikel Larreategi - [`4a9dc98`](https://github.com/eea/volto-clms-theme/commit/4a9dc98c965d96d1d796a81b94ccf5c0283309d7)]
|
|
277
|
+
- get header from schema [ionlizarazu - [`8851314`](https://github.com/eea/volto-clms-theme/commit/8851314f92b1798428790dc4db02fd7688fbc5af)]
|
|
278
|
+
- use onBlur [Mikel Larreategi - [`bdfcc7e`](https://github.com/eea/volto-clms-theme/commit/bdfcc7ecc28c48d0c84261166b824ac20e746d4f)]
|
|
279
|
+
- implement search and filtering [Mikel Larreategi - [`8b748eb`](https://github.com/eea/volto-clms-theme/commit/8b748ebc17a3edbbf1e6b2d24df016f8bb86a333)]
|
|
280
|
+
- use react-papaparse to import/export CSV files [Mikel Larreategi - [`d07fe9d`](https://github.com/eea/volto-clms-theme/commit/d07fe9d17ef963b839bb98b22a008921b83f9f3d)]
|
|
281
|
+
- add CSV export [Mikel Larreategi - [`8bd1ea5`](https://github.com/eea/volto-clms-theme/commit/8bd1ea5451e2b2e8ce8ea1521a13acc1bfcfc7bb)]
|
|
282
|
+
- modify the data in the props so Volto keeps its value [Mikel Larreategi - [`6d5b19a`](https://github.com/eea/volto-clms-theme/commit/6d5b19a081a2487d2680696ba7c993ef8f3bd50e)]
|
|
283
|
+
- remove styles [Mikel Larreategi - [`c677afe`](https://github.com/eea/volto-clms-theme/commit/c677afe47ec10b0274311252941639d1ab3d326b)]
|
|
284
|
+
- initial demo using react-table to edit downloadable files. right now without edit functionality [Mikel Larreategi - [`dafa015`](https://github.com/eea/volto-clms-theme/commit/dafa015e43272101c141456200c75a4c0d65d3dc)]
|
|
285
|
+
### [1.0.82](https://github.com/eea/volto-clms-theme/compare/1.0.81...1.0.82) - 11 March 2022
|
|
286
|
+
|
|
287
|
+
### [1.0.81](https://github.com/eea/volto-clms-theme/compare/1.0.80...1.0.81) - 10 March 2022
|
|
288
|
+
|
|
289
|
+
#### :hammer_and_wrench: Others
|
|
290
|
+
|
|
291
|
+
- fix tests [ionlizarazu - [`326f571`](https://github.com/eea/volto-clms-theme/commit/326f57114023154467af0357f56aa35feb21f66a)]
|
|
292
|
+
- add new values to initial state [Mikel Larreategi - [`2c2bff9`](https://github.com/eea/volto-clms-theme/commit/2c2bff92440565e9f5fe8ccb173a5f8f73ccc175)]
|
|
293
|
+
- fix [Mikel Larreategi - [`f91ae0b`](https://github.com/eea/volto-clms-theme/commit/f91ae0b9b4c041c865fde9cad1462c9d770454ee)]
|
|
294
|
+
- tests [ionlizarazu - [`2f6d48e`](https://github.com/eea/volto-clms-theme/commit/2f6d48ed551df5b1620b69f440d6c802216ab38b)]
|
|
295
|
+
- Cart modifications for extra formats [ionlizarazu - [`7406959`](https://github.com/eea/volto-clms-theme/commit/74069598e41d40ccfb411a166040be151829c970)]
|
|
296
|
+
- new widget for extra formats [ionlizarazu - [`0b8ed19`](https://github.com/eea/volto-clms-theme/commit/0b8ed19faba3bbe24fdb1ad9b29685d2ac7dc101)]
|
|
297
|
+
- remove some fields [ionlizarazu - [`fad800e`](https://github.com/eea/volto-clms-theme/commit/fad800e836686c847e5afbdfa8fc4c4729a9e8ff)]
|
|
298
|
+
- conditioned columns [ionlizarazu - [`e0c1126`](https://github.com/eea/volto-clms-theme/commit/e0c1126ce17359037d7e1ac8b7132006a242845f)]
|
|
299
|
+
- widget modification [ionlizarazu - [`17e991c`](https://github.com/eea/volto-clms-theme/commit/17e991ceed4b832fe8dc7292c20b8c6c33f2da1f)]
|
|
300
|
+
- prepackaged cart modifications [ionlizarazu - [`f9c72f0`](https://github.com/eea/volto-clms-theme/commit/f9c72f0b0893baaf6985cce4bfe623e1cb29e8af)]
|
|
301
|
+
### [1.0.80](https://github.com/eea/volto-clms-theme/compare/1.0.79...1.0.80) - 7 March 2022
|
|
302
|
+
|
|
303
|
+
#### :hammer_and_wrench: Others
|
|
304
|
+
|
|
305
|
+
- pre-download modal [ionlizarazu - [`d91209f`](https://github.com/eea/volto-clms-theme/commit/d91209f1b01f47217eb7ca330f5bfdcae0d10c74)]
|
|
306
|
+
- hide text when not logged in [ionlizarazu - [`c4b88e5`](https://github.com/eea/volto-clms-theme/commit/c4b88e5d4960d5b3d752d9d8852bfe1bb0911bca)]
|
|
307
|
+
### [1.0.79](https://github.com/eea/volto-clms-theme/compare/1.0.78...1.0.79) - 4 March 2022
|
|
308
|
+
|
|
309
|
+
#### :hammer_and_wrench: Others
|
|
310
|
+
|
|
311
|
+
- Card image border [rodriama - [`e8b01d5`](https://github.com/eea/volto-clms-theme/commit/e8b01d567e483658b6c2b653d781d55e4ec4aac9)]
|
|
312
|
+
- Card image border [rodriama - [`2255b89`](https://github.com/eea/volto-clms-theme/commit/2255b8983fce645fcf792f3ba6c0b149c2dea845)]
|
|
313
|
+
### [1.0.78](https://github.com/eea/volto-clms-theme/compare/1.0.77...1.0.78) - 4 March 2022
|
|
314
|
+
|
|
315
|
+
#### :hammer_and_wrench: Others
|
|
316
|
+
|
|
317
|
+
- refactor card link [ionlizarazu - [`e3ab510`](https://github.com/eea/volto-clms-theme/commit/e3ab51012c21a1bc62e2600431aac225dbd76003)]
|
|
318
|
+
- add link to the entire card [ionlizarazu - [`aee0981`](https://github.com/eea/volto-clms-theme/commit/aee09811585c925a050347259bb10369c0ec4845)]
|
|
319
|
+
### [1.0.77](https://github.com/eea/volto-clms-theme/compare/1.0.76...1.0.77) - 3 March 2022
|
|
320
|
+
|
|
321
|
+
#### :hammer_and_wrench: Others
|
|
322
|
+
|
|
323
|
+
- fix image uploading workflow [ionlizarazu - [`86c10e6`](https://github.com/eea/volto-clms-theme/commit/86c10e6b9bf2d0e82aa1415539d291d04b6f86e9)]
|
|
324
|
+
- cardContainerBlock refactoring, remove cardBlock and make ImageEditor reusable [ionlizarazu - [`2292c6b`](https://github.com/eea/volto-clms-theme/commit/2292c6bdb11eeac3f99df080b096b2d923ed2926)]
|
|
325
|
+
### [1.0.76](https://github.com/eea/volto-clms-theme/compare/1.0.75...1.0.76) - 2 March 2022
|
|
326
|
+
|
|
327
|
+
#### :hammer_and_wrench: Others
|
|
328
|
+
|
|
329
|
+
- upgrade volto-accordion-block [ionlizarazu - [`cf8a7a6`](https://github.com/eea/volto-clms-theme/commit/cf8a7a6909b1d38f855ef01f0642add7e882e804)]
|
|
330
|
+
- add modal when downloading files are prepackaged and mapviewer [ionlizarazu - [`c974d37`](https://github.com/eea/volto-clms-theme/commit/c974d37f42fd13d0de53416c36ed4b8f8a8ba2c0)]
|
|
331
|
+
### [1.0.75](https://github.com/eea/volto-clms-theme/compare/1.0.74...1.0.75) - 1 March 2022
|
|
332
|
+
|
|
333
|
+
#### :hammer_and_wrench: Others
|
|
334
|
+
|
|
335
|
+
- test [Mikel Larreategi - [`2863dbd`](https://github.com/eea/volto-clms-theme/commit/2863dbd060043419ee6bfd8f9ba709df1b82811d)]
|
|
336
|
+
- use new placeholder [Mikel Larreategi - [`875b97b`](https://github.com/eea/volto-clms-theme/commit/875b97b75311cf0f2722ddb8f1e2e62d0fcdb8f4)]
|
|
337
|
+
- no longer needed VariationHOC for WorkOpportunities [ionlizarazu - [`5148f5a`](https://github.com/eea/volto-clms-theme/commit/5148f5a3b7906a78108480a172ad541aec7d98de)]
|
|
338
|
+
### [1.0.74](https://github.com/eea/volto-clms-theme/compare/1.0.73...1.0.74) - 25 February 2022
|
|
339
|
+
|
|
340
|
+
#### :hammer_and_wrench: Others
|
|
341
|
+
|
|
342
|
+
- fix [ionlizarazu - [`3d683f2`](https://github.com/eea/volto-clms-theme/commit/3d683f241799aaeb9034652f1839b34bc8662003)]
|
|
343
|
+
- add husky installer script to package.json [ionlizarazu - [`071706f`](https://github.com/eea/volto-clms-theme/commit/071706f2c65333aba82c0ec9b545095479bb5348)]
|
|
344
|
+
- remove fullobjects and show images with generated url [ionlizarazu - [`0bfbc00`](https://github.com/eea/volto-clms-theme/commit/0bfbc0080a6a9be4b63bfd3eb7ed8f65856382a2)]
|
|
345
|
+
- stop re-requesting on re-rendering of relatedListing view [ionlizarazu - [`27bd33c`](https://github.com/eea/volto-clms-theme/commit/27bd33cdbb65686a37b0591e8a023aa155f2539d)]
|
|
346
|
+
- date format [Unai - [`e61e6f1`](https://github.com/eea/volto-clms-theme/commit/e61e6f1a655914d5ecadc7b8cfe51cfa6d19a7cb)]
|
|
347
|
+
- fix related Listing block portal_type selector [ionlizarazu - [`02228f9`](https://github.com/eea/volto-clms-theme/commit/02228f98e3032a9af436dedc6e5e6a5ac7d863fa)]
|
|
348
|
+
- feedback received on demo fixed [Unai - [`52530c0`](https://github.com/eea/volto-clms-theme/commit/52530c0deea9ba855816350041cb285adde03035)]
|
|
349
|
+
### [1.0.73](https://github.com/eea/volto-clms-theme/compare/1.0.72...1.0.73) - 23 February 2022
|
|
350
|
+
|
|
351
|
+
### [1.0.72](https://github.com/eea/volto-clms-theme/compare/1.0.71...1.0.72) - 21 February 2022
|
|
352
|
+
|
|
353
|
+
#### :hammer_and_wrench: Others
|
|
354
|
+
|
|
355
|
+
- fix tests [ionlizarazu - [`8d68b8d`](https://github.com/eea/volto-clms-theme/commit/8d68b8d9f013f469d6f1138f5301055175344ab6)]
|
|
356
|
+
- add edit button for editors at documents listing [ionlizarazu - [`7e81f0b`](https://github.com/eea/volto-clms-theme/commit/7e81f0b920db84c47f3354a9a6d5736213746dea)]
|
|
357
|
+
- add default link if has no files to download [ionlizarazu - [`f45842d`](https://github.com/eea/volto-clms-theme/commit/f45842d9a19cab1333cb31843fb5fe5b1e2b15db)]
|
|
358
|
+
### [1.0.71](https://github.com/eea/volto-clms-theme/compare/1.0.70...1.0.71) - 21 February 2022
|
|
359
|
+
|
|
360
|
+
#### :hammer_and_wrench: Others
|
|
361
|
+
|
|
362
|
+
- merge conflicts [ionlizarazu - [`c714434`](https://github.com/eea/volto-clms-theme/commit/c714434f91ce01b9dc82014b32d2c9c34fbe1308)]
|
|
363
|
+
- add download link to technical library objects at listing [ionlizarazu - [`455a6dc`](https://github.com/eea/volto-clms-theme/commit/455a6dc6c4cf38f5018582d11b90f156232f1d99)]
|
|
364
|
+
- show categories [ionlizarazu - [`b9a6723`](https://github.com/eea/volto-clms-theme/commit/b9a6723581519b5c6f7739c36f8f2dd489083b46)]
|
|
365
|
+
- extract code to format taxonomy data into tree structured format [ionlizarazu - [`bf6106d`](https://github.com/eea/volto-clms-theme/commit/bf6106dc9ada07a50d2c1f25b08a8c7c2848f146)]
|
|
366
|
+
- new checkbox tree facet for search block [ionlizarazu - [`8e12528`](https://github.com/eea/volto-clms-theme/commit/8e12528ccbceda2a5349671b4880ad1f4858ba6e)]
|
|
367
|
+
- bugfix [ionlizarazu - [`8d98240`](https://github.com/eea/volto-clms-theme/commit/8d982407c69b65d5192cdb708706f25607a2be8e)]
|
|
368
|
+
- new style and functionalities for TaxonomyWidget [ionlizarazu - [`ba76fd3`](https://github.com/eea/volto-clms-theme/commit/ba76fd3dcf06f1a757f7ef646a70194b66aa201d)]
|
|
369
|
+
- show in rows [Mikel Larreategi - [`2b8d0ed`](https://github.com/eea/volto-clms-theme/commit/2b8d0ed7f4951b4666adbda9064cb7bbb42d32b0)]
|
|
370
|
+
- initial impl. [Mikel Larreategi - [`9cadc4a`](https://github.com/eea/volto-clms-theme/commit/9cadc4a90288068114ee887795ed3b23e127c05f)]
|
|
371
|
+
- already declared [ionlizarazu - [`0c0e664`](https://github.com/eea/volto-clms-theme/commit/0c0e664b037b18ff868d52fdce083665cb876c5b)]
|
|
372
|
+
- duplicated imports [ionlizarazu - [`e639493`](https://github.com/eea/volto-clms-theme/commit/e639493e4e1993ee088f6d95c507cb44ee4c5877)]
|
|
373
|
+
- tests [ionlizarazu - [`af57a2a`](https://github.com/eea/volto-clms-theme/commit/af57a2a7509f7a4e861770e6caaef3206fd3332e)]
|
|
374
|
+
### [1.0.70](https://github.com/eea/volto-clms-theme/compare/1.0.69...1.0.70) - 17 February 2022
|
|
375
|
+
|
|
376
|
+
#### :hammer_and_wrench: Others
|
|
377
|
+
|
|
378
|
+
- test [ionlizarazu - [`030fee9`](https://github.com/eea/volto-clms-theme/commit/030fee91c17a03a5a3449500af23429d47c2b168)]
|
|
379
|
+
- gemet inspire themes label renaming [ionlizarazu - [`669643a`](https://github.com/eea/volto-clms-theme/commit/669643a41d16c84c044b564047fee161a10a1e80)]
|
|
380
|
+
- fix te3st [ionlizarazu - [`5b49612`](https://github.com/eea/volto-clms-theme/commit/5b49612b558765f326f14aaae8b195e21d02c461)]
|
|
381
|
+
- fix test [ionlizarazu - [`a0fade3`](https://github.com/eea/volto-clms-theme/commit/a0fade3fa8dfb9bcce669b73e6181d9fe32af1b8)]
|
|
382
|
+
- fix routing on vertical tabs with search filters [ionlizarazu - [`d5515a1`](https://github.com/eea/volto-clms-theme/commit/d5515a163fee044405070848b9b65c27b3cab34c)]
|
|
383
|
+
- search widget modification [ionlizarazu - [`79fd282`](https://github.com/eea/volto-clms-theme/commit/79fd282cd4daf6bfc3f974ce28e89b6aa69106b8)]
|
|
384
|
+
- test [ionlizarazu - [`0f4654a`](https://github.com/eea/volto-clms-theme/commit/0f4654a1b5b2b6c27cc403f4a4e15c447ce5e2df)]
|
|
385
|
+
- test [ionlizarazu - [`2797b10`](https://github.com/eea/volto-clms-theme/commit/2797b10c42dca21f31b898de8b4483d5f3bf39c3)]
|
|
386
|
+
- test [ionlizarazu - [`e0a1f29`](https://github.com/eea/volto-clms-theme/commit/e0a1f296b29abdb4aad93517171fc4f14218a6f0)]
|
|
387
|
+
- test [ionlizarazu - [`8bd1316`](https://github.com/eea/volto-clms-theme/commit/8bd1316153da80952c2db8188dd71bd10d0466eb)]
|
|
388
|
+
### [1.0.69](https://github.com/eea/volto-clms-theme/compare/1.0.68...1.0.69) - 17 February 2022
|
|
389
|
+
|
|
390
|
+
#### :hammer_and_wrench: Others
|
|
391
|
+
|
|
392
|
+
- add react-input-range to transformIgnorePatterns [ionlizarazu - [`e3c704d`](https://github.com/eea/volto-clms-theme/commit/e3c704d4e0569d55b1c5cf50a3bf3191452aea38)]
|
|
393
|
+
- global search variation [ionlizarazu - [`3599a89`](https://github.com/eea/volto-clms-theme/commit/3599a897c1cdbdb39041144d0b6610bb1debbe5a)]
|
|
394
|
+
- prettier [ionlizarazu - [`bc6f853`](https://github.com/eea/volto-clms-theme/commit/bc6f85356460b5e03f3bbda134318adc5950d30f)]
|
|
395
|
+
- fix tests [ionlizarazu - [`09cd0b9`](https://github.com/eea/volto-clms-theme/commit/09cd0b99706492f2a24e79ed6f280fe6e023e084)]
|
|
396
|
+
- Map styles [rodriama - [`ed902d4`](https://github.com/eea/volto-clms-theme/commit/ed902d49b46341ebdc1d12ceb6a1ca49129a4cd7)]
|
|
397
|
+
- elvis [Mikel Larreategi - [`09886c4`](https://github.com/eea/volto-clms-theme/commit/09886c40b1cab893cc94aaed3ded237aadf1171b)]
|
|
398
|
+
- fix test [Mikel Larreategi - [`50c0e5a`](https://github.com/eea/volto-clms-theme/commit/50c0e5a4231833596ae738ef6a4d76f63eaf5c22)]
|
|
399
|
+
- fix test [Mikel Larreategi - [`1d2669f`](https://github.com/eea/volto-clms-theme/commit/1d2669ffb71c33ae692b4023a85ce4c6a76c0cec)]
|
|
400
|
+
- double range facet for temporal extent filter [ionlizarazu - [`118e622`](https://github.com/eea/volto-clms-theme/commit/118e622eca2486893e5993bfd89f1024a922a184)]
|
|
401
|
+
- Header responsive [rodriama - [`872534f`](https://github.com/eea/volto-clms-theme/commit/872534fd9bf616447b60c4a87fe62e544cafdc1b)]
|
|
402
|
+
- News/Event line color [rodriama - [`e144da8`](https://github.com/eea/volto-clms-theme/commit/e144da8845dece2098312af1fdcfa4901bbaeabe)]
|
|
403
|
+
### [1.0.68](https://github.com/eea/volto-clms-theme/compare/1.0.67...1.0.68) - 14 February 2022
|
|
404
|
+
|
|
405
|
+
#### :hammer_and_wrench: Others
|
|
406
|
+
|
|
407
|
+
- fix underpanel [ionlizarazu - [`d665279`](https://github.com/eea/volto-clms-theme/commit/d665279a8b2fefc450353af0121325c375d32cb5)]
|
|
408
|
+
- Selected files information, option to clear selection and indeterminate checkbox at header [ionlizarazu - [`b72f476`](https://github.com/eea/volto-clms-theme/commit/b72f476a2bd382fd2cce4ed8abc9134fb05ceb32)]
|
|
409
|
+
### [1.0.67](https://github.com/eea/volto-clms-theme/compare/1.0.66...1.0.67) - 11 February 2022
|
|
410
|
+
|
|
411
|
+
#### :hammer_and_wrench: Others
|
|
412
|
+
|
|
413
|
+
- code smells [ionlizarazu - [`b07ed5d`](https://github.com/eea/volto-clms-theme/commit/b07ed5d8101981349d768e47553277d1f049eed5)]
|
|
414
|
+
- small fix [ionlizarazu - [`3fc4119`](https://github.com/eea/volto-clms-theme/commit/3fc4119394c6fc0782d41878e153bff79060605d)]
|
|
415
|
+
- all initial test created [Unai - [`240fc74`](https://github.com/eea/volto-clms-theme/commit/240fc74514051740098b026cc0ad834d3a3a1763)]
|
|
416
|
+
- render loading component while libraries accordion is loading [ionlizarazu - [`d7955ae`](https://github.com/eea/volto-clms-theme/commit/d7955aebabc3b969a7753a89e54e63f58799dd1e)]
|
|
417
|
+
- fix test imports [ionlizarazu - [`3c61991`](https://github.com/eea/volto-clms-theme/commit/3c61991b8559c508ec009d2a4ebdc8bdb704a985)]
|
|
418
|
+
- hide searchbox when the results are less than 10 [ionlizarazu - [`eedda03`](https://github.com/eea/volto-clms-theme/commit/eedda03b4d752f2c54714dbb97c624eba8332494)]
|
|
419
|
+
- downloadable files modifications [ionlizarazu - [`7bdf690`](https://github.com/eea/volto-clms-theme/commit/7bdf6909693640d33e4087281d49c8497cf65c02)]
|
|
420
|
+
- downloadable files modifications [ionlizarazu - [`16b86fd`](https://github.com/eea/volto-clms-theme/commit/16b86fd056cc2790335505f80fc67d37c674f260)]
|
|
421
|
+
- redesign dataset view [ionlizarazu - [`05b2688`](https://github.com/eea/volto-clms-theme/commit/05b2688d0d490c35fe65810e0a5497712948db24)]
|
|
422
|
+
### [1.0.66](https://github.com/eea/volto-clms-theme/compare/1.0.65...1.0.66) - 9 February 2022
|
|
423
|
+
|
|
424
|
+
#### :hammer_and_wrench: Others
|
|
425
|
+
|
|
426
|
+
- remove default carousel arrows [ionlizarazu - [`ff257c8`](https://github.com/eea/volto-clms-theme/commit/ff257c8a36963e9a07f976357b0d0e05116f1993)]
|
|
427
|
+
- activate renamed tests [ionlizarazu - [`17f91d6`](https://github.com/eea/volto-clms-theme/commit/17f91d649b5797c47fb438c577ffdf2cdf042d72)]
|
|
428
|
+
- add transformIgnorePatterns to jest-addon.config.js [ionlizarazu - [`f290905`](https://github.com/eea/volto-clms-theme/commit/f290905a8f2476953a043961f80ea0e81734c7a9)]
|
|
429
|
+
- comment tests [ionlizarazu - [`8a16439`](https://github.com/eea/volto-clms-theme/commit/8a164398992bddb8edd1030cc2b2a4538d5c3215)]
|
|
430
|
+
- upgrade volto-clms-utils [ionlizarazu - [`fe54d62`](https://github.com/eea/volto-clms-theme/commit/fe54d62c40b3477fcf97a46baa3f4f4e70c8bd6a)]
|
|
431
|
+
- add volto-clms-utils alias to jest modules [ionlizarazu - [`f336eca`](https://github.com/eea/volto-clms-theme/commit/f336ecab808d856460293919d69524e8b5d92406)]
|
|
432
|
+
- add @wojtekmaj/enzyme-adapter-react-17 to use enzyme with react 17 [ionlizarazu - [`0274055`](https://github.com/eea/volto-clms-theme/commit/0274055622745b56392679e14b14e4eab62ad8c8)]
|
|
433
|
+
- fix tests [ionlizarazu - [`cb5c45a`](https://github.com/eea/volto-clms-theme/commit/cb5c45a592d402c5d58b08979c1e34e992881efe)]
|
|
434
|
+
- fix component tests [ionlizarazu - [`5ff51ce`](https://github.com/eea/volto-clms-theme/commit/5ff51ce8ec08e56fab452480ecedc54d24574eb3)]
|
|
435
|
+
- fix reducer tests [ionlizarazu - [`63484e5`](https://github.com/eea/volto-clms-theme/commit/63484e5c8480dad453aff42486fc9441f2b052d9)]
|
|
436
|
+
- actions tests fix [ionlizarazu - [`f83fa7c`](https://github.com/eea/volto-clms-theme/commit/f83fa7ce29b7e04b70438a2a0408b581672da12e)]
|
|
437
|
+
- delete removed components tests [ionlizarazu - [`1f3aaf1`](https://github.com/eea/volto-clms-theme/commit/1f3aaf14ecf76ea6680c47916dca0455aa46bdba)]
|
|
438
|
+
- test up to 59% [Unai - [`52751d4`](https://github.com/eea/volto-clms-theme/commit/52751d4237c26e9319e1c5d75fa2b39d7d05cee3)]
|
|
439
|
+
- test coverage up to 56% [Unai - [`78d3dcb`](https://github.com/eea/volto-clms-theme/commit/78d3dcb264b38e690e7257a8165cc091dbd37752)]
|
|
440
|
+
- remove unused CclTable component [ionlizarazu - [`76231ad`](https://github.com/eea/volto-clms-theme/commit/76231adc2a7cd7ea5e9464cf4b9c95bbcc7e9952)]
|
|
441
|
+
- Mobile menu close icon [rodriama - [`1c06ef0`](https://github.com/eea/volto-clms-theme/commit/1c06ef0215b751af4414277fc72215cdfc11db7b)]
|
|
442
|
+
- remove duplicated code Header [ionlizarazu - [`f74f07a`](https://github.com/eea/volto-clms-theme/commit/f74f07aeaeb4a2ee31a20aace8ac4bf88a3c844d)]
|
|
443
|
+
- add new field to hide some layers [Mikel Larreategi - [`fe18c8f`](https://github.com/eea/volto-clms-theme/commit/fe18c8f64188799a007d56bffbd3d6bc2e985f7b)]
|
|
444
|
+
- Download filecards [rodriama - [`f60d1a0`](https://github.com/eea/volto-clms-theme/commit/f60d1a0783aa1a9d98aa702f26eab1ce6ef22a6f)]
|
|
445
|
+
- remove default Event view [ionlizarazu - [`862dd90`](https://github.com/eea/volto-clms-theme/commit/862dd90752c2917ac1f4f179cad1cf431f274eeb)]
|
|
446
|
+
- remove duplicated lines customBlocks [ionlizarazu - [`7227e3f`](https://github.com/eea/volto-clms-theme/commit/7227e3fa2635cefea371d3829ea7e1f87120c4b4)]
|
|
447
|
+
- remove duplicated code on languageselector [ionlizarazu - [`8de39e6`](https://github.com/eea/volto-clms-theme/commit/8de39e6f989f62bf7df26ecd3850609ff4d990d3)]
|
|
448
|
+
- new facet component and HOC to send the type [ionlizarazu - [`07c3794`](https://github.com/eea/volto-clms-theme/commit/07c379424ac396d9a646b25cda272f7d3e4d2f90)]
|
|
449
|
+
- Facets unification [ionlizarazu - [`139e198`](https://github.com/eea/volto-clms-theme/commit/139e1985eec07148516875874c2be21cc3a41f41)]
|
|
450
|
+
- remove unused cclproductleftmenu block [ionlizarazu - [`123737c`](https://github.com/eea/volto-clms-theme/commit/123737c4ee470e6ba6a6188466690a33d2ca55ed)]
|
|
451
|
+
- remove duplicated lines [ionlizarazu - [`dc27ce7`](https://github.com/eea/volto-clms-theme/commit/dc27ce72b1fcbbe72da6aaff113733f3a131813d)]
|
|
452
|
+
- ESLint fix [rodriama - [`21cda52`](https://github.com/eea/volto-clms-theme/commit/21cda52c57b68fb63dc4b29494cd86d8d5768e1c)]
|
|
453
|
+
- Table styles [rodriama - [`05f61a3`](https://github.com/eea/volto-clms-theme/commit/05f61a3ef3572c46b33c8645ac1d3755ce932bbf)]
|
|
454
|
+
- move duplicated utils [ionlizarazu - [`ece1afa`](https://github.com/eea/volto-clms-theme/commit/ece1afa2aeac5a4f3c12e16444a8ea0c3b9bcc57)]
|
|
455
|
+
- sonarqube [ionlizarazu - [`e944edb`](https://github.com/eea/volto-clms-theme/commit/e944edb6c629a8fc1fa4c5d461212c1d12e22d81)]
|
|
456
|
+
- sonarqube bugfixes [ionlizarazu - [`cae76a6`](https://github.com/eea/volto-clms-theme/commit/cae76a603974f83421f9f09d58409117e3b0a6b1)]
|
|
457
|
+
- Header improvements [rodriama - [`8d45a97`](https://github.com/eea/volto-clms-theme/commit/8d45a9729ee29a8915d2fd859a7eae17b14113ae)]
|
|
458
|
+
- sonarqube CclUseCaseList Edit and View [ionlizarazu - [`0e58b9a`](https://github.com/eea/volto-clms-theme/commit/0e58b9af3578785609a71751987ed26845046254)]
|
|
459
|
+
- sonarqube CclHomeImageEditor [ionlizarazu - [`e7819a5`](https://github.com/eea/volto-clms-theme/commit/e7819a518372f0122580637a60dc1f2965980466)]
|
|
460
|
+
- sonarqube minor [ionlizarazu - [`2b3985d`](https://github.com/eea/volto-clms-theme/commit/2b3985d61a31ef8888c4f1be8b7769bd597856a9)]
|
|
461
|
+
- sonarqube minors [ionlizarazu - [`53e7b31`](https://github.com/eea/volto-clms-theme/commit/53e7b31999ad42d895ea0b1a4b7a3a552726459b)]
|
|
462
|
+
- sonarqube [ionlizarazu - [`01f4dfe`](https://github.com/eea/volto-clms-theme/commit/01f4dfeaab602e07c3085ae15c87d40e7055fd07)]
|
|
463
|
+
- sonarqube [ionlizarazu - [`bfacc2e`](https://github.com/eea/volto-clms-theme/commit/bfacc2e988223f1b28fb05e9275234f408d94c83)]
|
|
464
|
+
- sonarqube major [ionlizarazu - [`2ef2392`](https://github.com/eea/volto-clms-theme/commit/2ef2392fd857111f86d7d01e3e39acadebe8c48a)]
|
|
465
|
+
- sonarqube and RoutingHOC uneeded code [ionlizarazu - [`3df5ecf`](https://github.com/eea/volto-clms-theme/commit/3df5ecff2bf3a3362e03471b6d0b16aa0e0cac61)]
|
|
466
|
+
- sonarqube [ionlizarazu - [`cff1ff6`](https://github.com/eea/volto-clms-theme/commit/cff1ff6bab4b089d2c4dc25c9d85e6ac80d3990e)]
|
|
467
|
+
- sonarqube [ionlizarazu - [`813d085`](https://github.com/eea/volto-clms-theme/commit/813d085a062b65e5652c185e91469181184d986a)]
|
|
468
|
+
- sonarqube [ionlizarazu - [`c70c021`](https://github.com/eea/volto-clms-theme/commit/c70c021d1a88e50415006b6903fcbe1b63766504)]
|
|
469
|
+
- remove unneeded useEffect [ionlizarazu - [`3981f33`](https://github.com/eea/volto-clms-theme/commit/3981f335e65ba455571930f9f43a510c1a83ac40)]
|
|
470
|
+
- sonarqube [ionlizarazu - [`9a0e9a1`](https://github.com/eea/volto-clms-theme/commit/9a0e9a1d7390610e97d3da48998cbae27ab2a4d7)]
|
|
471
|
+
- bugfixes [ionlizarazu - [`5f659f9`](https://github.com/eea/volto-clms-theme/commit/5f659f935e7e0b4c409fd421349e6b972ba71f74)]
|
|
472
|
+
- code issues [ionlizarazu - [`2d64947`](https://github.com/eea/volto-clms-theme/commit/2d6494713403939772c5f6779a503c169113fa32)]
|
|
473
|
+
- remove unused setActiveTab [ionlizarazu - [`392986e`](https://github.com/eea/volto-clms-theme/commit/392986ede8b39059fe28c00b586def25896c6fdd)]
|
|
474
|
+
- conflict resolved [Unai - [`5b90061`](https://github.com/eea/volto-clms-theme/commit/5b900617c3df49245a506627d67c6b4b2300267d)]
|
|
475
|
+
- conflict resolved [Unai - [`c626459`](https://github.com/eea/volto-clms-theme/commit/c626459dc0557766261a1df7d4c3f12f0f660fcd)]
|
|
476
|
+
- BreadCrumb removed from technical library view and home page dataset search block now working [Unai - [`23d233f`](https://github.com/eea/volto-clms-theme/commit/23d233fb76997fea8ce7ee862338aef76b12a0d1)]
|
|
477
|
+
- carousel style fixed, 'came_from' added to login modal EULogin button, and omelette log out view overrided [Unai - [`9e31782`](https://github.com/eea/volto-clms-theme/commit/9e31782782f10ab9decac964d1a10f8c2432e5d9)]
|
|
478
|
+
- versions [ionlizarazu - [`05bfc33`](https://github.com/eea/volto-clms-theme/commit/05bfc335411f988bf04981c7bb012f0dd38b1929)]
|
|
479
|
+
- inputValue initialiced to false [Unai - [`5d082db`](https://github.com/eea/volto-clms-theme/commit/5d082dbb6690ea869b32b4bf034c2590f6c698d2)]
|
|
480
|
+
- code cleaning [Unai - [`0bd34cc`](https://github.com/eea/volto-clms-theme/commit/0bd34ccda06b8caf68fda8bce421d4ab1d9b3f07)]
|
|
481
|
+
- personal data protection link changed to react-router-dom Link [Unai - [`cb96f16`](https://github.com/eea/volto-clms-theme/commit/cb96f16cd64e94f09b2bea7bbd4c596bd7783c43)]
|
|
482
|
+
- footer link to personal data protection fixed [Unai - [`e046e51`](https://github.com/eea/volto-clms-theme/commit/e046e51574e070b657620907134e171faa0f14b7)]
|
|
483
|
+
- code cleaning [Unai - [`de99d74`](https://github.com/eea/volto-clms-theme/commit/de99d741c9294521ee87995782bd5b7e38407689)]
|
|
484
|
+
- event listing change, newsletter subscription working again from footer and language selector temporally removed from header [Unai - [`aa02604`](https://github.com/eea/volto-clms-theme/commit/aa0260483c685dcfac2e46caca41a855d0bf8454)]
|
|
485
|
+
- react-redux store in the CLMSDataset test [bipoza - [`df8a921`](https://github.com/eea/volto-clms-theme/commit/df8a921fe95e7446c788bb792655af516418b42e)]
|
|
486
|
+
- Fixed test error [bipoza - [`9d019f0`](https://github.com/eea/volto-clms-theme/commit/9d019f03d9099dc7b59330fa389fa023bd3f5941)]
|
|
487
|
+
- add snapshots [ionlizarazu - [`ab527f1`](https://github.com/eea/volto-clms-theme/commit/ab527f1ea87c65c9db8ad65ed55a5a7569622d0b)]
|
|
488
|
+
- merge develop branch into setup-testing [ionlizarazu - [`e5f1545`](https://github.com/eea/volto-clms-theme/commit/e5f15458d5a590e77f8acbed17282af050670d13)]
|
|
489
|
+
- merge develop into setup-testing [ionlizarazu - [`0e9c30f`](https://github.com/eea/volto-clms-theme/commit/0e9c30f4cd17b86900731e40aa79d82629c647a8)]
|
|
490
|
+
- snapshots [Unai - [`90724e6`](https://github.com/eea/volto-clms-theme/commit/90724e63ad2be2a1004a6a0e1cdd4f573bba624f)]
|
|
491
|
+
- prettier fix [Unai - [`cfa5efd`](https://github.com/eea/volto-clms-theme/commit/cfa5efd6d9f40f1496fe6b3d0bcf1ba60ea59f14)]
|
|
492
|
+
- test with prettier [Unai - [`7d4eda6`](https://github.com/eea/volto-clms-theme/commit/7d4eda6b40d54991151bb507a58719ce3c4f3ab1)]
|
|
493
|
+
- test [Unai - [`962115a`](https://github.com/eea/volto-clms-theme/commit/962115a942630dc24a5eb2f1ecc5004e626da4c6)]
|
|
494
|
+
- button block tests [ionlizarazu - [`2f4d2af`](https://github.com/eea/volto-clms-theme/commit/2f4d2af8d76297544e570df9bd6b6ceeef035169)]
|
|
495
|
+
- button block edit test [ionlizarazu - [`b71b632`](https://github.com/eea/volto-clms-theme/commit/b71b63202ad7743d59efa71b1f7b281b7ebc1a62)]
|
|
496
|
+
- CclModal test [bipoza - [`0b9a278`](https://github.com/eea/volto-clms-theme/commit/0b9a278a5c4c068ad5796cda76d71dcfa1411bdd)]
|
|
497
|
+
- Ccl modal test improved [bipoza - [`3915419`](https://github.com/eea/volto-clms-theme/commit/39154190ffbb8d98067eade318cc674e40af2ff9)]
|
|
498
|
+
- CclInfoDescription test [bipoza - [`bdfb4c8`](https://github.com/eea/volto-clms-theme/commit/bdfb4c83c9cf499e7f33b0dd134d1aa4bb08ad49)]
|
|
499
|
+
- tests [ionlizarazu - [`9b1ff4a`](https://github.com/eea/volto-clms-theme/commit/9b1ff4a1d7e5fa0e09ce3bfced51f7c1fd4023e9)]
|
|
500
|
+
- add new tests [ionlizarazu - [`5eddfb2`](https://github.com/eea/volto-clms-theme/commit/5eddfb25d6580541d2bf11597413e0c1cacc5408)]
|
|
501
|
+
- Remove unused variable [Aitzol Naberan Burgaña - [`0bee972`](https://github.com/eea/volto-clms-theme/commit/0bee972878df7bdbd42eea0f19e9757e0e6bcf02)]
|
|
502
|
+
- CclButton unittest [Aitzol Naberan Burgaña - [`4933a37`](https://github.com/eea/volto-clms-theme/commit/4933a371134b18d9924632092de266622e8032fd)]
|
|
503
|
+
### [1.0.65](https://github.com/eea/volto-clms-theme/compare/1.0.64...1.0.65) - 2 February 2022
|
|
504
|
+
|
|
505
|
+
#### :hammer_and_wrench: Others
|
|
506
|
+
|
|
507
|
+
- remove unneeded getNutsNames action dispatch [ionlizarazu - [`9a1df64`](https://github.com/eea/volto-clms-theme/commit/9a1df64768757eeba697344ac0ceb3b715241baf)]
|
|
508
|
+
- reducer parameter [ionlizarazu - [`ec242bc`](https://github.com/eea/volto-clms-theme/commit/ec242bc1c4039dc67ff5e54cdd078bf56692fdb2)]
|
|
509
|
+
- dispatch getDownloadtool when the task is deleted [ionlizarazu - [`9354609`](https://github.com/eea/volto-clms-theme/commit/9354609c05a9efaae909f04af0195d27c82c076b)]
|
|
510
|
+
- add cart-downloads route to noncontentRoute [ionlizarazu - [`f1d945f`](https://github.com/eea/volto-clms-theme/commit/f1d945f278c57e142010bc170e5526dcf639b826)]
|
|
511
|
+
- new texts [ionlizarazu - [`31c96ce`](https://github.com/eea/volto-clms-theme/commit/31c96ce9de77d783768614260e319966c53fd1b9)]
|
|
512
|
+
- card styles [ionlizarazu - [`15ddb0d`](https://github.com/eea/volto-clms-theme/commit/15ddb0daea6e949c371dc32d008f189bc82b350f)]
|
|
513
|
+
- text correction [ionlizarazu - [`326f94c`](https://github.com/eea/volto-clms-theme/commit/326f94c95c37dcf5babdb157155795e6a0b33339)]
|
|
514
|
+
- texts and columns [ionlizarazu - [`053e48c`](https://github.com/eea/volto-clms-theme/commit/053e48c05bf0629f616d16484640552b6ca1f083)]
|
|
515
|
+
- add Downloads to logged in user dropdown [ionlizarazu - [`8bceefd`](https://github.com/eea/volto-clms-theme/commit/8bceefd619d31947ceed3da042c7995e1e26d86d)]
|
|
516
|
+
- bugfixes [ionlizarazu - [`f8b3dc6`](https://github.com/eea/volto-clms-theme/commit/f8b3dc674b7cbba405e641465892028e757ed468)]
|
|
517
|
+
- subjects to taxonomy_technical_library_categorization at TL view [ionlizarazu - [`73a4a25`](https://github.com/eea/volto-clms-theme/commit/73a4a252cba51e338e9c79572f92abc5c5a6ea16)]
|
|
518
|
+
- cart and donwload progress views with the nutsname [ionlizarazu - [`bb9c42c`](https://github.com/eea/volto-clms-theme/commit/bb9c42c213dead2fbebf148cd34eb3fd268761e9)]
|
|
519
|
+
- add action and reducer for nutsnames [ionlizarazu - [`67c4bee`](https://github.com/eea/volto-clms-theme/commit/67c4beea48c2833e4d77280636d2035ce901212d)]
|
|
520
|
+
- add initial tasks states [ionlizarazu - [`9f61e7c`](https://github.com/eea/volto-clms-theme/commit/9f61e7c9ac35d3206f333b2026540e53e817a174)]
|
|
521
|
+
- replace subjects with taxonomy_technical_library_categorization [ionlizarazu - [`df730eb`](https://github.com/eea/volto-clms-theme/commit/df730eb63cf096aa90be0567ceebebe0c21cf0f9)]
|
|
522
|
+
- show extra information in the file download card [Mikel Larreategi - [`ff80e03`](https://github.com/eea/volto-clms-theme/commit/ff80e0344bee86d857ffadeb97bc2c5592735539)]
|
|
523
|
+
- show file size in human notation [Mikel Larreategi - [`a5aa684`](https://github.com/eea/volto-clms-theme/commit/a5aa684f6ed6037a4a5e70c2605ba95a16fbb3b7)]
|
|
524
|
+
- fixedWidth to comment icon [ionlizarazu - [`46edf90`](https://github.com/eea/volto-clms-theme/commit/46edf90311929c0eb3f26c48f8453d54ff120ee3)]
|
|
525
|
+
- request root breadcrumb to remove from the view and add subjects customized labels to the view [ionlizarazu - [`3051e68`](https://github.com/eea/volto-clms-theme/commit/3051e68c62c040f7d2712e3b3df674b02e76607c)]
|
|
526
|
+
- hide default tags from Volto config [ionlizarazu - [`5ca6bc9`](https://github.com/eea/volto-clms-theme/commit/5ca6bc9f8ba3718bf1397cd939c20caad909ff0c)]
|
|
527
|
+
### [1.0.64](https://github.com/eea/volto-clms-theme/compare/1.0.63...1.0.64) - 31 January 2022
|
|
528
|
+
|
|
529
|
+
#### :hammer_and_wrench: Others
|
|
530
|
+
|
|
531
|
+
- texts for no tasks [ionlizarazu - [`169cd93`](https://github.com/eea/volto-clms-theme/commit/169cd93a8519f08a365852efc27db7edc5498a53)]
|
|
532
|
+
- show the selected nuts ID and improve wording [Mikel Larreategi - [`8378a73`](https://github.com/eea/volto-clms-theme/commit/8378a7307093c4f9fa90f130d9ce0438ac443f2e)]
|
|
533
|
+
- add a link to the download process [ionlizarazu - [`444dbff`](https://github.com/eea/volto-clms-theme/commit/444dbff4cab5f0f53a307685e6ba88a808ccfa1d)]
|
|
534
|
+
- loading process while download request is completed [ionlizarazu - [`5f82fa8`](https://github.com/eea/volto-clms-theme/commit/5f82fa84c6c513653125fe80be00255d636521c1)]
|
|
535
|
+
- download link and filesize only on Finished_ok files [ionlizarazu - [`f68b30c`](https://github.com/eea/volto-clms-theme/commit/f68b30c1330e25e4cd400f83e582e8143dbba576)]
|
|
536
|
+
- reorganize reducer response and create a new route to render the Cart Download view separated from the Cart view [ionlizarazu - [`9ac01f7`](https://github.com/eea/volto-clms-theme/commit/9ac01f7f0ac3b812b20a66d326034f34327ca93f)]
|
|
537
|
+
### [1.0.63](https://github.com/eea/volto-clms-theme/compare/1.0.62...1.0.63) - 28 January 2022
|
|
538
|
+
|
|
539
|
+
### [1.0.62](https://github.com/eea/volto-clms-theme/compare/1.0.61...1.0.62) - 27 January 2022
|
|
540
|
+
|
|
541
|
+
#### :hammer_and_wrench: Others
|
|
542
|
+
|
|
543
|
+
- volto-form-block release [ionlizarazu - [`ca6617c`](https://github.com/eea/volto-clms-theme/commit/ca6617c618500875064bd54ab31949a2b263a910)]
|
|
544
|
+
- modifications after testing [ionlizarazu - [`568094f`](https://github.com/eea/volto-clms-theme/commit/568094ffe1114df916ba505e639df6d09c7d39ea)]
|
|
545
|
+
- event card change [Unai - [`8d5d5e6`](https://github.com/eea/volto-clms-theme/commit/8d5d5e656a3432f3a91d6ea1675941429fe5b5ab)]
|
|
546
|
+
- po files [Unai - [`d41c26a`](https://github.com/eea/volto-clms-theme/commit/d41c26adf35401b96c09668f2ca3d3429189221a)]
|
|
547
|
+
- fix in home-product block on small devices [Unai - [`7c12b29`](https://github.com/eea/volto-clms-theme/commit/7c12b291c158da6ecfb650f2bac685a4e5a2ff6d)]
|
|
548
|
+
- header changes applied for small devices [Unai - [`4502e46`](https://github.com/eea/volto-clms-theme/commit/4502e46f45458bb3323deb68d386b322c84fdf81)]
|
|
549
|
+
- conflict resolved [Unai - [`b5bdcd9`](https://github.com/eea/volto-clms-theme/commit/b5bdcd9c70e0dc05e18388124a0e53ca6dc7e4b7)]
|
|
550
|
+
- issues detected on trello tickets fixed [Unai - [`77bf7ef`](https://github.com/eea/volto-clms-theme/commit/77bf7efb904736b4399d080f4b89f8e60c350baf)]
|
|
551
|
+
- maxwidth to comment icon [ionlizarazu - [`dcef474`](https://github.com/eea/volto-clms-theme/commit/dcef474bf56eda86bdf85a0a753ed71b18c09b26)]
|
|
552
|
+
- remove download button on wmpty cart [ionlizarazu - [`97ff0c6`](https://github.com/eea/volto-clms-theme/commit/97ff0c6952f7f3cd9484c6d520d43d69946e12da)]
|
|
553
|
+
- add download as csv button [ionlizarazu - [`7967764`](https://github.com/eea/volto-clms-theme/commit/796776447bc3d6cd642600babb5dc8f98c863cc4)]
|
|
554
|
+
- ESLint fix [rodriama - [`c1ddb9f`](https://github.com/eea/volto-clms-theme/commit/c1ddb9f2ec99e71d37a8f57fa3a5a462c129e8aa)]
|
|
555
|
+
- Style improvements [rodriama - [`0bc8e11`](https://github.com/eea/volto-clms-theme/commit/0bc8e117754afca012d257b6fa74e8d883463086)]
|
|
556
|
+
- new volto-block-form version and overriden fieldschema [ionlizarazu - [`931ece9`](https://github.com/eea/volto-clms-theme/commit/931ece99048367b66abc5e6b60530af539160761)]
|
|
557
|
+
- meeting reorganization [ionlizarazu - [`e3df1af`](https://github.com/eea/volto-clms-theme/commit/e3df1af3f59fd7f2b37f09964522983232022ecd)]
|
|
558
|
+
- limit the maxWidth of cart icon [ionlizarazu - [`51086b7`](https://github.com/eea/volto-clms-theme/commit/51086b7225d6b995039755f90bf813958b86c19e)]
|
|
559
|
+
- props is not defined bug fixed in the CclTabs component [bipoza - [`39f3b58`](https://github.com/eea/volto-clms-theme/commit/39f3b58bc65c8cb950fe1338ee42d9f90357a5de)]
|
|
560
|
+
- Code cleaning [bipoza - [`a245cd4`](https://github.com/eea/volto-clms-theme/commit/a245cd4aa8495ea4c39c5ff4402ad491758630bb)]
|
|
561
|
+
- Code refactoring [bipoza - [`6c9650d`](https://github.com/eea/volto-clms-theme/commit/6c9650d723db67db6e0841737751b3d1f7ca96e1)]
|
|
562
|
+
- dynamic profile subscription roles [bipoza - [`b9e5654`](https://github.com/eea/volto-clms-theme/commit/b9e565421b34f9d6862581e7a7a586538b761cb1)]
|
|
563
|
+
- link to subscriptionView with intl [bipoza - [`531cb0f`](https://github.com/eea/volto-clms-theme/commit/531cb0f1be37080785086d2709c8c4624c09e6ca)]
|
|
564
|
+
- code optimization [bipoza - [`5efee2d`](https://github.com/eea/volto-clms-theme/commit/5efee2d2e64500ef0fb8872501f1e454daa96fe0)]
|
|
565
|
+
- code refactoring [bipoza - [`e40fc52`](https://github.com/eea/volto-clms-theme/commit/e40fc5296a889569dd4f80e65e5fbbb7a7fe3959)]
|
|
566
|
+
- error messages [Unai - [`a688079`](https://github.com/eea/volto-clms-theme/commit/a688079345791e692967a0ea7c37a92206ff9629)]
|
|
567
|
+
- getSubscriber action created to download a csv file with all newsletter subscribers [Unai - [`7f3ae71`](https://github.com/eea/volto-clms-theme/commit/7f3ae71ae111fed5bc86a1be0a01c633f85ea01e)]
|
|
568
|
+
- Event confirm subscription [bipoza - [`bac0711`](https://github.com/eea/volto-clms-theme/commit/bac0711b00e6331cf7dfdb28faf6a7a190904ae2)]
|
|
569
|
+
- Event confirm subscription [bipoza - [`1f24ddb`](https://github.com/eea/volto-clms-theme/commit/1f24ddba32ce4ea4b0abb9e480b80e2369798089)]
|
|
570
|
+
- route fix [Unai - [`2cc2127`](https://github.com/eea/volto-clms-theme/commit/2cc2127e5765e38a677401a92737eda31e39aa13)]
|
|
571
|
+
- subscribe and unsubscribe confirmation [Unai - [`2892df7`](https://github.com/eea/volto-clms-theme/commit/2892df71fdeea4c96b5b93cf670637b1ed1d47de)]
|
|
572
|
+
- subscribe/unsubscribe confirmation [Unai - [`46909df`](https://github.com/eea/volto-clms-theme/commit/46909df9f4bd2336bf706b9bbdb584c325ce5b87)]
|
|
573
|
+
- code optimization [bipoza - [`0f05aeb`](https://github.com/eea/volto-clms-theme/commit/0f05aebc35acf42542f8bf6523410884dd065636)]
|
|
574
|
+
- Newsletter subscription post added on footer [Unai - [`7a91fdb`](https://github.com/eea/volto-clms-theme/commit/7a91fdbb04d7ce4524f4a59661f60d2227bbc2b9)]
|
|
575
|
+
- code optimization [bipoza - [`3fa91a8`](https://github.com/eea/volto-clms-theme/commit/3fa91a8ed2a0b59f27ec4a194f917d20d0fd321b)]
|
|
576
|
+
- subscribeToNews [bipoza - [`6bc882f`](https://github.com/eea/volto-clms-theme/commit/6bc882fafebfcbec500287bdc103b4b2a6417f26)]
|
|
577
|
+
- del actions deleted and view adapted to unsubscribe option [Unai - [`0d4e930`](https://github.com/eea/volto-clms-theme/commit/0d4e9303e6093468c62db1e401b61e2032187e41)]
|
|
578
|
+
- newsletter subscriber post [Unai - [`a82d202`](https://github.com/eea/volto-clms-theme/commit/a82d20262f01c1f3d77e3d023b685335bb405fec)]
|
|
579
|
+
- unsubscribe control [bipoza - [`a828447`](https://github.com/eea/volto-clms-theme/commit/a828447f2a344742c4dd4b571a2f0d7206b00dee)]
|
|
580
|
+
- removed unused code [bipoza - [`501d53a`](https://github.com/eea/volto-clms-theme/commit/501d53a6f98426e558618f6fcc9b437ae75103d0)]
|
|
581
|
+
- event subscription basic implementation [bipoza - [`4928f10`](https://github.com/eea/volto-clms-theme/commit/4928f104da586d93f79192e47d25689e3e8225b7)]
|
|
582
|
+
- post actions done confirm subscription post failing [Unai - [`9faf8aa`](https://github.com/eea/volto-clms-theme/commit/9faf8aa7423e3b8f47653b26e55e554aff233b1b)]
|
|
583
|
+
### [1.0.61](https://github.com/eea/volto-clms-theme/compare/1.0.60...1.0.61) - 20 January 2022
|
|
584
|
+
|
|
585
|
+
#### :hammer_and_wrench: Others
|
|
586
|
+
|
|
587
|
+
- metadata view [ionlizarazu - [`d8fb946`](https://github.com/eea/volto-clms-theme/commit/d8fb946c3ef323e6ac30fa646e59f8b9e0b83b76)]
|
|
588
|
+
### [1.0.60](https://github.com/eea/volto-clms-theme/compare/1.0.59...1.0.60) - 19 January 2022
|
|
589
|
+
|
|
590
|
+
#### :hammer_and_wrench: Others
|
|
591
|
+
|
|
592
|
+
- fix cart [ionlizarazu - [`be9d2ba`](https://github.com/eea/volto-clms-theme/commit/be9d2ba648c99a1a7ff1117495f8cb65212f29d7)]
|
|
593
|
+
### [1.0.59](https://github.com/eea/volto-clms-theme/compare/1.0.58...1.0.59) - 19 January 2022
|
|
594
|
+
|
|
595
|
+
#### :hammer_and_wrench: Others
|
|
596
|
+
|
|
597
|
+
- ignore useeffect dependency [ionlizarazu - [`6e14ced`](https://github.com/eea/volto-clms-theme/commit/6e14cedafe62fad4928fe2217b8d3f6e7ef1a72a)]
|
|
598
|
+
- localsession.length useeffect dependency [ionlizarazu - [`9468345`](https://github.com/eea/volto-clms-theme/commit/9468345c3513764765b2103eb06e6405a61ba360)]
|
|
599
|
+
- reorganize action calls, new in progress task visualization mode [ionlizarazu - [`e0d9d65`](https://github.com/eea/volto-clms-theme/commit/e0d9d65ef8b8b784dd02e3d8385e7f12982bbca9)]
|
|
600
|
+
- if not link show only the number [Mikel Larreategi - [`025bc93`](https://github.com/eea/volto-clms-theme/commit/025bc9313c41d2ff7d27266ec27d6e074c4d85f4)]
|
|
601
|
+
- if not link show only the number [Mikel Larreategi - [`e9e3cea`](https://github.com/eea/volto-clms-theme/commit/e9e3ceaee02b33d713855dd67d9e5e4f2430bf97)]
|
|
602
|
+
- show title in workopportunity [Mikel Larreategi - [`a046e57`](https://github.com/eea/volto-clms-theme/commit/a046e574f523c2703ba1cf53a0a66ce2bda0fe51)]
|
|
603
|
+
- show the link conditionally on a back-end property [Mikel Larreategi - [`37130ad`](https://github.com/eea/volto-clms-theme/commit/37130adc3395e2b1d65bfa360b071bfdd8abd588)]
|
|
604
|
+
- add condition to search block headline to don't render an empty row [ionlizarazu - [`05dcf71`](https://github.com/eea/volto-clms-theme/commit/05dcf71ae03cb23aac3bbac5b546a5caa915ee52)]
|
|
605
|
+
- ESLint fix [rodriama - [`36dcbc0`](https://github.com/eea/volto-clms-theme/commit/36dcbc093d00fd89a12b36f140c52ae439341091)]
|
|
606
|
+
- Filter styles [rodriama - [`221cf36`](https://github.com/eea/volto-clms-theme/commit/221cf3642efd2b6ec62871fa4d96cab19849e057)]
|
|
607
|
+
- do not require area to be present, items added from the map-viewer (full downloads) do not have area [Mikel Larreategi - [`e9dea2b`](https://github.com/eea/volto-clms-theme/commit/e9dea2b9fea72b40d1161ffd0717adfaa47ace20)]
|
|
608
|
+
### [1.0.58](https://github.com/eea/volto-clms-theme/compare/1.0.57...1.0.58) - 14 January 2022
|
|
609
|
+
|
|
610
|
+
#### :hammer_and_wrench: Others
|
|
611
|
+
|
|
612
|
+
- remove FixTemplates hoc on TabsView to avoid uneeded renderings [ionlizarazu - [`0bb8bb8`](https://github.com/eea/volto-clms-theme/commit/0bb8bb82ae1584e85a11f39c5e23595581ef28a9)]
|
|
613
|
+
- avoid uneeded usefect executions [ionlizarazu - [`b58426d`](https://github.com/eea/volto-clms-theme/commit/b58426d770982d188e7e8d65a13829e49d1cefef)]
|
|
614
|
+
- fix listing view [ionlizarazu - [`273189a`](https://github.com/eea/volto-clms-theme/commit/273189a65d5308bed47069bd0fd9ea1410840aa1)]
|
|
615
|
+
- linter [ionlizarazu - [`9f2b5ee`](https://github.com/eea/volto-clms-theme/commit/9f2b5ee474df3bbc76487f93a11a48bef58fb4cf)]
|
|
616
|
+
- move key parameter [ionlizarazu - [`6ec04d0`](https://github.com/eea/volto-clms-theme/commit/6ec04d0aac59b851692628945a21f35220b60709)]
|
|
617
|
+
- remove unneeded action dispatch and condition the dispatch with the uid [ionlizarazu - [`a4458d8`](https://github.com/eea/volto-clms-theme/commit/a4458d802b72dcb1c04dbd7a4d4555b79e1cbb1b)]
|
|
618
|
+
- related listing modifications to get it available at Layout [ionlizarazu - [`fd4fcab`](https://github.com/eea/volto-clms-theme/commit/fd4fcab8ad78b9f864016396c58b3dbea857dd9e)]
|
|
619
|
+
- Default view for file object and newsletter view done [Unai - [`4c5b9cc`](https://github.com/eea/volto-clms-theme/commit/4c5b9cceb60433f7eda38970cb53ebf7afef8abd)]
|
|
620
|
+
- subscribe to newsletter [Unai - [`5f920ee`](https://github.com/eea/volto-clms-theme/commit/5f920eefe0f8ad8dd4a2421c6541c1078785d30e)]
|
|
621
|
+
### [1.0.57](https://github.com/eea/volto-clms-theme/compare/1.0.56...1.0.57) - 11 January 2022
|
|
622
|
+
|
|
623
|
+
#### :hammer_and_wrench: Others
|
|
624
|
+
|
|
625
|
+
- new version of volto-clms-utils pinned [bipoza - [`aca7ca8`](https://github.com/eea/volto-clms-theme/commit/aca7ca8dd27647e6cc753b43a0432c6724454549)]
|
|
626
|
+
- add clear filters functionality [ionlizarazu - [`340c788`](https://github.com/eea/volto-clms-theme/commit/340c7889bdf5e50b5a9996affdb0b4772ac7fbc0)]
|
|
627
|
+
- add search block custom variations for facets and facet widgets [ionlizarazu - [`d262b22`](https://github.com/eea/volto-clms-theme/commit/d262b22455aba2397f937a597b29c12aa865c412)]
|
|
628
|
+
- new modal for search filters [ionlizarazu - [`4a2f102`](https://github.com/eea/volto-clms-theme/commit/4a2f102616bfcc7e94c160291be0a5f378799d89)]
|
|
629
|
+
- add filters css [ionlizarazu - [`4285b92`](https://github.com/eea/volto-clms-theme/commit/4285b9268904e92456646400ad7f3af18ca5076f)]
|
|
630
|
+
- do not show pulibcation date [Mikel Larreategi - [`25f6c93`](https://github.com/eea/volto-clms-theme/commit/25f6c933c1f45e8fa9b443485507458745699586)]
|
|
631
|
+
- show start and end times also [Mikel Larreategi - [`6ab887f`](https://github.com/eea/volto-clms-theme/commit/6ab887fec95c2ebbdca127ddb60340e6297c2c0b)]
|
|
632
|
+
- show only participant link and mail archive when registering is enabled [Mikel Larreategi - [`172aad2`](https://github.com/eea/volto-clms-theme/commit/172aad2541edfee132d4de210ebac57b4fc81322)]
|
|
633
|
+
- show date as localized date string [Mikel Larreategi - [`e4b2775`](https://github.com/eea/volto-clms-theme/commit/e4b2775fb345823ec64c8d180761695be7d5d6e9)]
|
|
634
|
+
- header conflict fixed [Unai - [`79e2d1d`](https://github.com/eea/volto-clms-theme/commit/79e2d1d1ec324cfb33846c553fc4f932def6c7f7)]
|
|
635
|
+
- logout button shown in header [Unai - [`00bfa09`](https://github.com/eea/volto-clms-theme/commit/00bfa099e7808ad51669553ef682dd0fa1af9028)]
|
|
636
|
+
### [1.0.56](https://github.com/eea/volto-clms-theme/compare/1.0.55...1.0.56) - 5 January 2022
|
|
637
|
+
|
|
638
|
+
#### :hammer_and_wrench: Others
|
|
639
|
+
|
|
640
|
+
- remove TODO [ionlizarazu - [`e84a4ba`](https://github.com/eea/volto-clms-theme/commit/e84a4bad8da451d55343df522cedc2986dcf7660)]
|
|
641
|
+
- add edit link to WO and T [ionlizarazu - [`9865a2b`](https://github.com/eea/volto-clms-theme/commit/9865a2beb2b2d6c75caccbe4692e293999c1f394)]
|
|
642
|
+
- some WorkOpportunities modifications/fixes [ionlizarazu - [`71bebe5`](https://github.com/eea/volto-clms-theme/commit/71bebe5d24713fd8fc7b9dc3954140e2e8c28e0b)]
|
|
643
|
+
- add HOC to give a variation as parameter on SearchView Listing case [ionlizarazu - [`e432c1d`](https://github.com/eea/volto-clms-theme/commit/e432c1d08620c9ec34cdb1e686200cfc04ffc7c0)]
|
|
644
|
+
### [1.0.55](https://github.com/eea/volto-clms-theme/compare/1.0.54...1.0.55) - 5 January 2022
|
|
645
|
+
|
|
646
|
+
#### :hammer_and_wrench: Others
|
|
647
|
+
|
|
648
|
+
- roles condition [ionlizarazu - [`830dedb`](https://github.com/eea/volto-clms-theme/commit/830dedbf9eb2d17f83312bf4117899de78a08143)]
|
|
649
|
+
- add link instead of a href [ionlizarazu - [`81c4273`](https://github.com/eea/volto-clms-theme/commit/81c4273061f084b18e4aea9b27901a1f456a462e)]
|
|
650
|
+
- image rendering size [ionlizarazu - [`de2e7ee`](https://github.com/eea/volto-clms-theme/commit/de2e7ee095cb6db3122813d351b5d1f150232d5f)]
|
|
651
|
+
- code formatting [ionlizarazu - [`79db2ed`](https://github.com/eea/volto-clms-theme/commit/79db2ed13c40aeff88ca50d7707c5c3bd6e64eea)]
|
|
652
|
+
- add Home Specific blocks group and reorder blocks [ionlizarazu - [`0f9efa7`](https://github.com/eea/volto-clms-theme/commit/0f9efa7b1befe03df8bb46280f4545fe81dadbf6)]
|
|
653
|
+
- last commit before PR to eea repo [Unai - [`9b58b3a`](https://github.com/eea/volto-clms-theme/commit/9b58b3acbc73ee8c0cd15ec7f00ddb82bd001ef2)]
|
|
654
|
+
- created new view for downloadable files and created a new variation for product card [Unai - [`c68992a`](https://github.com/eea/volto-clms-theme/commit/c68992aac4a18ee008ddf3e3150327fabc799801)]
|
|
655
|
+
- accordion z-index fix [Unai - [`bf148fd`](https://github.com/eea/volto-clms-theme/commit/bf148fd84da754f92ba5fc34b911ded576044b09)]
|
|
656
|
+
- accordion z-index fix [Unai - [`8f15fd8`](https://github.com/eea/volto-clms-theme/commit/8f15fd80371514ad2810a02b60f193cc94456d8b)]
|
|
657
|
+
- some fixes after demo [Unai - [`6503d2a`](https://github.com/eea/volto-clms-theme/commit/6503d2a8f0f3669481c5ecaba29add5502dac856)]
|
|
658
|
+
- carousel view pretier fix [Unai - [`ae2c1ab`](https://github.com/eea/volto-clms-theme/commit/ae2c1ab036d76a5b20e683bf287ae84f341096ff)]
|
|
659
|
+
### [1.0.54](https://github.com/eea/volto-clms-theme/compare/1.0.53...1.0.54) - 3 January 2022
|
|
660
|
+
|
|
661
|
+
#### :hammer_and_wrench: Others
|
|
662
|
+
|
|
663
|
+
- cypress test modification from page-title to documentFirstHeading [ionlizarazu - [`b0513d4`](https://github.com/eea/volto-clms-theme/commit/b0513d449980dbc1d57e070a568617a9b365ecaa)]
|
|
664
|
+
- add title override css [ionlizarazu - [`ddc08e1`](https://github.com/eea/volto-clms-theme/commit/ddc08e1ae32f9f628b78c46df6b757921bbeea3b)]
|
|
665
|
+
- remove Title block override [ionlizarazu - [`80fa60a`](https://github.com/eea/volto-clms-theme/commit/80fa60acc05f435809b90bd5b6c692af46c21b9e)]
|
|
666
|
+
- remove resolutions [ionlizarazu - [`dce1914`](https://github.com/eea/volto-clms-theme/commit/dce19140d9c8d3269b51bc3e58d675114ed90ac2)]
|
|
667
|
+
### [1.0.53](https://github.com/eea/volto-clms-theme/compare/1.0.52...1.0.53) - 22 December 2021
|
|
668
|
+
|
|
669
|
+
### [1.0.52](https://github.com/eea/volto-clms-theme/compare/1.0.51...1.0.52) - 22 December 2021
|
|
670
|
+
|
|
671
|
+
#### :hammer_and_wrench: Others
|
|
672
|
+
|
|
673
|
+
- fixes [ionlizarazu - [`c783f5d`](https://github.com/eea/volto-clms-theme/commit/c783f5de953c79dfe4934ce2dc0fdf472d951753)]
|
|
674
|
+
- use dataset information from direct attribute [Mikel Larreategi - [`b56e96b`](https://github.com/eea/volto-clms-theme/commit/b56e96b2d3c58bfb23994f4c8ef53f85eba7fdf1)]
|
|
675
|
+
- debug lint [bipoza - [`74e8e2c`](https://github.com/eea/volto-clms-theme/commit/74e8e2c9857031e636b54826ee9f1c6d384100ab)]
|
|
676
|
+
- code refractoring [bipoza - [`79979ed`](https://github.com/eea/volto-clms-theme/commit/79979ed79049e9b600f3b377ae746af6a77903a4)]
|
|
677
|
+
- downloadtool post body_extras [bipoza - [`fc15d56`](https://github.com/eea/volto-clms-theme/commit/fc15d56040e5711cde05417f8e7a54c331b93ff1)]
|
|
678
|
+
- the format selector always draws according to the api @format_conversion_table [bipoza - [`03e1bd9`](https://github.com/eea/volto-clms-theme/commit/03e1bd9ef7ff276e7006e0d09dea300d38530e99)]
|
|
679
|
+
- format and projection selector only available for mapviewer sources [bipoza - [`b86dca7`](https://github.com/eea/volto-clms-theme/commit/b86dca7229d4ce957488166fe800d9ffdaa105f7)]
|
|
680
|
+
- view the source in the cart (Pre-packaged or Map viewer) [bipoza - [`cb65dc7`](https://github.com/eea/volto-clms-theme/commit/cb65dc7664d68926e8ae0a481969c82105a6f402)]
|
|
681
|
+
- if the cart is empty, dont show the table [bipoza - [`c482e18`](https://github.com/eea/volto-clms-theme/commit/c482e1855eebd57866761759019b79bdc7c182a7)]
|
|
682
|
+
- cart items from mapviewer [bipoza - [`d7da742`](https://github.com/eea/volto-clms-theme/commit/d7da74202701703b0c0e2053a42e4dff1d0745f2)]
|
|
683
|
+
- fix going back error [ionlizarazu - [`9a24291`](https://github.com/eea/volto-clms-theme/commit/9a24291dcf5bbff3a33ad68b1b06726fda855aa0)]
|
|
684
|
+
- added to cart message style [ionlizarazu - [`6a2efdb`](https://github.com/eea/volto-clms-theme/commit/6a2efdb9a0b44f15c3b9e1963dd1434d5f7f7c5c)]
|
|
685
|
+
### [1.0.51](https://github.com/eea/volto-clms-theme/compare/1.0.50...1.0.51) - 20 December 2021
|
|
686
|
+
|
|
687
|
+
#### :hammer_and_wrench: Others
|
|
688
|
+
|
|
689
|
+
- update selected projection option [bipoza - [`6107574`](https://github.com/eea/volto-clms-theme/commit/6107574aa8990b9e431bae8b57069d33b66e9f49)]
|
|
690
|
+
- control if downloadtool tasks have been canceled [bipoza - [`0719593`](https://github.com/eea/volto-clms-theme/commit/0719593d211e0b6ef8b156a84fbd512fc09737b8)]
|
|
691
|
+
- loading icon and cclbutton isButton option [ionlizarazu - [`807d376`](https://github.com/eea/volto-clms-theme/commit/807d3768beb17cb61a018c21ae490911fe389d95)]
|
|
692
|
+
- adapted downloadtool post request [bipoza - [`fc2a2b3`](https://github.com/eea/volto-clms-theme/commit/fc2a2b3ccbee922cd30f5dd62c4583be621391cc)]
|
|
693
|
+
- merge develop into download-cart branch [ionlizarazu - [`758ced7`](https://github.com/eea/volto-clms-theme/commit/758ced7ae94351ab9b25b6b6b98ca07821a233ca)]
|
|
694
|
+
- add selector to downloadable files editor [ionlizarazu - [`9f05582`](https://github.com/eea/volto-clms-theme/commit/9f05582ed60e9136cc451543a906afa32fef89aa)]
|
|
695
|
+
- add action.error on FAIL [ionlizarazu - [`dcf64ac`](https://github.com/eea/volto-clms-theme/commit/dcf64ac1a5cb25092fac1d9aae992c8e783dc85b)]
|
|
696
|
+
- basic format selector [bipoza - [`07202c4`](https://github.com/eea/volto-clms-theme/commit/07202c4f548c98df4a74b1058ed24eea88d13425)]
|
|
697
|
+
- header nav active border [ionlizarazu - [`037be91`](https://github.com/eea/volto-clms-theme/commit/037be91b4dda6221005dd730fb9d16a862044f87)]
|
|
698
|
+
- new volto-clms-utils release [ionlizarazu - [`fca4d27`](https://github.com/eea/volto-clms-theme/commit/fca4d2777ecbd0222fb34c543771f14e5af38fa3)]
|
|
699
|
+
- task in progress url changed [bipoza - [`9c23caa`](https://github.com/eea/volto-clms-theme/commit/9c23caa53fc3a61773307f1f3a5b7f6338ecbc69)]
|
|
700
|
+
- save endpoint json [Unai - [`26eb803`](https://github.com/eea/volto-clms-theme/commit/26eb80316a117e7cb2375f10c7100406fbc90308)]
|
|
701
|
+
- start Downloading to function [bipoza - [`782e41e`](https://github.com/eea/volto-clms-theme/commit/782e41e71a34492cacc7dc6007d5772db8bbeba9)]
|
|
702
|
+
- cartContent remove element [bipoza - [`155bf2d`](https://github.com/eea/volto-clms-theme/commit/155bf2d6e4eb9867a7b6c7b16b01c2f7b433080a)]
|
|
703
|
+
- removed unique_id to session_cart [bipoza - [`b4d1ea7`](https://github.com/eea/volto-clms-theme/commit/b4d1ea7e0032b76ee03ad4b44a351d1028f13f42)]
|
|
704
|
+
- select all cart elements bug fixed [bipoza - [`0c703f2`](https://github.com/eea/volto-clms-theme/commit/0c703f29aec3c85cb149d89dc64344ade060eba5)]
|
|
705
|
+
- cart list from api request [bipoza - [`eeb24e8`](https://github.com/eea/volto-clms-theme/commit/eeb24e88e26d51c82ceda3840ef6f5dc78416d2f)]
|
|
706
|
+
- header cart counter always visible [bipoza - [`ac262b1`](https://github.com/eea/volto-clms-theme/commit/ac262b145adff04ca3084ec1bda2387aa03914da)]
|
|
707
|
+
### [1.0.50](https://github.com/eea/volto-clms-theme/compare/1.0.49...1.0.50) - 17 December 2021
|
|
708
|
+
|
|
709
|
+
#### :hammer_and_wrench: Others
|
|
710
|
+
|
|
711
|
+
- cart icon with 0 items [ionlizarazu - [`477f1ef`](https://github.com/eea/volto-clms-theme/commit/477f1efa39d6d5e4adede1b3c4f15e2b524dbcf5)]
|
|
712
|
+
- add routing to dataset view [ionlizarazu - [`e65a730`](https://github.com/eea/volto-clms-theme/commit/e65a7304fc338b3262b7f9dad9b5c5029391f3c1)]
|
|
713
|
+
- add option without routing [ionlizarazu - [`9675773`](https://github.com/eea/volto-clms-theme/commit/9675773a9531a98cee7f9735b09ebc6c3cfcd6fe)]
|
|
714
|
+
### [1.0.49](https://github.com/eea/volto-clms-theme/compare/1.0.48...1.0.49) - 17 December 2021
|
|
715
|
+
|
|
716
|
+
#### :hammer_and_wrench: Others
|
|
717
|
+
|
|
718
|
+
- labels and conformity pass [ionlizarazu - [`59be2fd`](https://github.com/eea/volto-clms-theme/commit/59be2fd5034fdfed211c4e0b0872504432e254e9)]
|
|
719
|
+
- image [ionlizarazu - [`47cc7dc`](https://github.com/eea/volto-clms-theme/commit/47cc7dc37974848f2d90cdf6a035970620489cf8)]
|
|
720
|
+
### [1.0.48](https://github.com/eea/volto-clms-theme/compare/1.0.47...1.0.48) - 16 December 2021
|
|
721
|
+
|
|
722
|
+
#### :hammer_and_wrench: Others
|
|
723
|
+
|
|
724
|
+
- dataset view [ionlizarazu - [`38faa9d`](https://github.com/eea/volto-clms-theme/commit/38faa9d291e22c92a1c9049c7241555b2300f830)]
|
|
725
|
+
- tab editor [ionlizarazu - [`cfbcf74`](https://github.com/eea/volto-clms-theme/commit/cfbcf742b370cc665c689a2480a09d3b640dc318)]
|
|
726
|
+
- remove required to description in proptypes [ionlizarazu - [`9f6da1d`](https://github.com/eea/volto-clms-theme/commit/9f6da1d9c2125865c329a263d0a7b3e771baa287)]
|
|
727
|
+
- map keys [ionlizarazu - [`6be4246`](https://github.com/eea/volto-clms-theme/commit/6be424624a61f867f85b6d914811111405ebeb98)]
|
|
728
|
+
- add resolutions to package.json volto-slate and react-slick [ionlizarazu - [`54460ad`](https://github.com/eea/volto-clms-theme/commit/54460addb4c4644a03e6af2f94e5c75ee5154bf3)]
|
|
729
|
+
- check if items is not null [ionlizarazu - [`26b4399`](https://github.com/eea/volto-clms-theme/commit/26b439981ca354b0f372bdf09a112a58482f2d4b)]
|
|
730
|
+
- fix subtab functionality and show subtab in editor [ionlizarazu - [`ece4408`](https://github.com/eea/volto-clms-theme/commit/ece4408bd557a1d2f2868733e1560e2853da1822)]
|
|
731
|
+
### [1.0.47](https://github.com/eea/volto-clms-theme/compare/1.0.46...1.0.47) - 16 December 2021
|
|
732
|
+
|
|
733
|
+
#### :hammer_and_wrench: Others
|
|
734
|
+
|
|
735
|
+
- add Role label [ionlizarazu - [`ae98fda`](https://github.com/eea/volto-clms-theme/commit/ae98fdac159d385554a67d3a0690ba17b5dfa244)]
|
|
736
|
+
- show all the fields of geonetwork [ionlizarazu - [`9eae556`](https://github.com/eea/volto-clms-theme/commit/9eae55614a26e84613dd747451e9a3fb864a6ac4)]
|
|
737
|
+
- if parent tab is clicked sub tab is opened [Unai - [`5cc5d1c`](https://github.com/eea/volto-clms-theme/commit/5cc5d1c93691985965640499951e0a905da8acbb)]
|
|
738
|
+
- add the content url to the simple line listing template [ionlizarazu - [`6ad396f`](https://github.com/eea/volto-clms-theme/commit/6ad396fdaf1850a3d509f4f640e421278341b74b)]
|
|
739
|
+
- pretier fix on text carousel [Unai - [`5e18334`](https://github.com/eea/volto-clms-theme/commit/5e183349cf13b6f2739dbbfbbd48617bc6c9c34c)]
|
|
740
|
+
- SubTab style set [Unai - [`73d9fa8`](https://github.com/eea/volto-clms-theme/commit/73d9fa85b05055b180409927583b71dc0a562f0f)]
|
|
741
|
+
- remove default image from New and Event view [ionlizarazu - [`0ef541d`](https://github.com/eea/volto-clms-theme/commit/0ef541dbede5316c46f48585b9728a672f03b7ad)]
|
|
742
|
+
- use smaller images [Mikel Larreategi - [`a545b9e`](https://github.com/eea/volto-clms-theme/commit/a545b9ed547fa124903b66987e6d7b3e46c17146)]
|
|
743
|
+
### [1.0.46](https://github.com/eea/volto-clms-theme/compare/1.0.45...1.0.46) - 15 December 2021
|
|
744
|
+
|
|
745
|
+
#### :hammer_and_wrench: Others
|
|
746
|
+
|
|
747
|
+
- li styles [rodriama - [`3b01bbf`](https://github.com/eea/volto-clms-theme/commit/3b01bbf09c1b60bde0bf101f8ca5382ded58763b)]
|
|
748
|
+
- h1 display block [Lur Ibargutxi - [`5e922f6`](https://github.com/eea/volto-clms-theme/commit/5e922f60c4e5ce19c5b6949dab494add2140dd6e)]
|
|
749
|
+
- dataset catalogue h1 display [Lur Ibargutxi - [`e88a6c8`](https://github.com/eea/volto-clms-theme/commit/e88a6c88b6ed3ddad765f9d4161ca405de04ecb4)]
|
|
750
|
+
- fixed CclLoginModal PropTypes [bipoza - [`09db647`](https://github.com/eea/volto-clms-theme/commit/09db647d09af66ea717c0b9be1650bd99882c6e6)]
|
|
751
|
+
- ESLint fix [rodriama - [`e4d19cd`](https://github.com/eea/volto-clms-theme/commit/e4d19cd1d78a8a1e82d606d6f3ac586c6122b8e2)]
|
|
752
|
+
### [1.0.45](https://github.com/eea/volto-clms-theme/compare/1.0.44...1.0.45) - 13 December 2021
|
|
753
|
+
|
|
754
|
+
#### :hammer_and_wrench: Others
|
|
755
|
+
|
|
756
|
+
- resolve conflicts [ionlizarazu - [`27ac50c`](https://github.com/eea/volto-clms-theme/commit/27ac50c69e5fe7af3fbad72cf0d273d74cb28d71)]
|
|
757
|
+
- add breadcrumb and container class to get more structured profile page [ionlizarazu - [`7787080`](https://github.com/eea/volto-clms-theme/commit/77870805f4c249aaa7552e53d66305b8eb493c85)]
|
|
758
|
+
- dataset catalogue view width [Lur Ibargutxi - [`c218194`](https://github.com/eea/volto-clms-theme/commit/c21819442b8af0327fd5ea80769ea479a331ccd4)]
|
|
759
|
+
- add a dynamic userschema [Mikel Larreategi - [`8c38d98`](https://github.com/eea/volto-clms-theme/commit/8c38d983eb92ef216ece00e55a3e18926671970c)]
|
|
760
|
+
- show the tokens only when they have a private key [Mikel Larreategi - [`f6a4fb1`](https://github.com/eea/volto-clms-theme/commit/f6a4fb16baf0e66721af2ce93d5c07220855bbdd)]
|
|
761
|
+
- save only tokens when they exist [Mikel Larreategi - [`a9e8ec1`](https://github.com/eea/volto-clms-theme/commit/a9e8ec17ea88a675fbdb62034a851ccb72270313)]
|
|
762
|
+
- show metadata download links pointing to geonetwork [Mikel Larreategi - [`122442c`](https://github.com/eea/volto-clms-theme/commit/122442cbcd23be54bc6d43e04226d621c635599e)]
|
|
763
|
+
- use sdi full link [Mikel Larreategi - [`6837d90`](https://github.com/eea/volto-clms-theme/commit/6837d9055877d51df7832c1cb15287ac83507e14)]
|
|
764
|
+
- add translations [ionlizarazu - [`c8373db`](https://github.com/eea/volto-clms-theme/commit/c8373db635dcd9dda0155b44daca29f8a76bcc53)]
|
|
765
|
+
- merge develop into geonetwork [ionlizarazu - [`67c5b39`](https://github.com/eea/volto-clms-theme/commit/67c5b3977bd51c84d24d6bf2389c162a3391cd7d)]
|
|
766
|
+
- add vito link [ionlizarazu - [`0c6b4c3`](https://github.com/eea/volto-clms-theme/commit/0c6b4c340b6f26c878924862357c843fc1100c5a)]
|
|
767
|
+
- add a segment to import data from geonetwork endpoints [ionlizarazu - [`dc941a3`](https://github.com/eea/volto-clms-theme/commit/dc941a3fedcf29760274d15c0d1c0c2f0a919c75)]
|
|
768
|
+
- geonetwork importer endpoint reducer and action [ionlizarazu - [`6bb0939`](https://github.com/eea/volto-clms-theme/commit/6bb0939d8f2efefa8970ecfc23f244e0ed60dbce)]
|
|
769
|
+
- test [Mikel Larreategi - [`daa9d02`](https://github.com/eea/volto-clms-theme/commit/daa9d020eb1a089afc87ad4b5c83a50ab144a54c)]
|
|
770
|
+
- use value attribute [Mikel Larreategi - [`02b57fe`](https://github.com/eea/volto-clms-theme/commit/02b57fe0a1db2c4d1ec6b3786b12e2e782b0b60c)]
|
|
771
|
+
- use a textarea [Mikel Larreategi - [`58d8d17`](https://github.com/eea/volto-clms-theme/commit/58d8d1710be3d7bade93ffc3ecca6f0173878efc)]
|
|
772
|
+
- change some screen messages [Mikel Larreategi - [`beed740`](https://github.com/eea/volto-clms-theme/commit/beed740d88f93e73cd3f13611c75cf7acab9dcb6)]
|
|
773
|
+
- when copying to clipboard copy the full object [Mikel Larreategi - [`3717f38`](https://github.com/eea/volto-clms-theme/commit/3717f388fb7c828b7c422c058630c115b891810b)]
|
|
774
|
+
- hoem carousel [Lur Ibargutxi - [`01eecf8`](https://github.com/eea/volto-clms-theme/commit/01eecf84e23845c79920004ce9990b282445c0d7)]
|
|
775
|
+
- prettier fix [Lur Ibargutxi - [`27aa6c2`](https://github.com/eea/volto-clms-theme/commit/27aa6c223279977d9a8228e845a1b50f02c42253)]
|
|
776
|
+
- Api tokens changes [Unai - [`41e75a1`](https://github.com/eea/volto-clms-theme/commit/41e75a1bca8bc93c0cee8fe675098ac32c464d7a)]
|
|
777
|
+
- show Download tab only in items explicitely marked to be downloadable [Mikel Larreategi - [`0f1884b`](https://github.com/eea/volto-clms-theme/commit/0f1884b83c803e1cab89fbd03edbca3dba12dcb4)]
|
|
778
|
+
- change mapviewer link for dataset [Mikel Larreategi - [`2833557`](https://github.com/eea/volto-clms-theme/commit/28335576b8eebfd3f87c37872a846739f2e25edb)]
|
|
779
|
+
- prettier:fix [Lur Ibargutxi - [`8643889`](https://github.com/eea/volto-clms-theme/commit/8643889c14ed42ff72d4fa4f9c0d4493eab237f3)]
|
|
780
|
+
- li styles [rodriama - [`6f1c3b0`](https://github.com/eea/volto-clms-theme/commit/6f1c3b07d1ac88fa581344824cfac20e0197c4a6)]
|
|
781
|
+
- home text carousel desktop [Lur Ibargutxi - [`9b7402f`](https://github.com/eea/volto-clms-theme/commit/9b7402f3aa0c8d9c8bf46656e0f6af1c521759fb)]
|
|
782
|
+
- Header cart icon [rodriama - [`ffd90d6`](https://github.com/eea/volto-clms-theme/commit/ffd90d6d3f294a5ac6db4b3abc8fb70cf3538ff1)]
|
|
783
|
+
- fix map-viewer link [Mikel Larreategi - [`aeb571b`](https://github.com/eea/volto-clms-theme/commit/aeb571bad44ab346104993f847e48e1c996023cd)]
|
|
784
|
+
- new distribution info widget [ionlizarazu - [`a3c3edd`](https://github.com/eea/volto-clms-theme/commit/a3c3edde299749644596439a31671bd9e44ecb08)]
|
|
785
|
+
- add fields to contact widget [ionlizarazu - [`6493c32`](https://github.com/eea/volto-clms-theme/commit/6493c323fe0564c0e36f7face0f37460d5f20d69)]
|
|
786
|
+
- code cleaned [bipoza - [`1ee2dfa`](https://github.com/eea/volto-clms-theme/commit/1ee2dfa606c3f927a8f9042836b71683fe7a1fe0)]
|
|
787
|
+
- login modal bug fixed [bipoza - [`2cc3b77`](https://github.com/eea/volto-clms-theme/commit/2cc3b77304863be8c8556f9cff287db6d7ce4a03)]
|
|
788
|
+
- reverse last change [Unai - [`71eb265`](https://github.com/eea/volto-clms-theme/commit/71eb265bcf328208bba079f7b92a0ddf5d27dbf6)]
|
|
789
|
+
- redirect to home page if carousel url is empty [Unai - [`27b129d`](https://github.com/eea/volto-clms-theme/commit/27b129d1bf81cc18b25bba9aa8a7ceec4ab04cd2)]
|
|
790
|
+
- contact widget [ionlizarazu - [`dcf1ee4`](https://github.com/eea/volto-clms-theme/commit/dcf1ee477344375e8dd944c56490427aab43e5ec)]
|
|
791
|
+
- ESLint fix [rodriama - [`f507e3a`](https://github.com/eea/volto-clms-theme/commit/f507e3a643bc6740d5d3aba0da8d92b1ee28fd81)]
|
|
792
|
+
- Empty cart text style [rodriama - [`6e16941`](https://github.com/eea/volto-clms-theme/commit/6e1694176e00d5afaf0c5b8335ab24bf67744abe)]
|
|
793
|
+
- dataset catalogue size fixed when logged in [Unai - [`ce66ec1`](https://github.com/eea/volto-clms-theme/commit/ce66ec11713a273d8bea77f104a457649916868a)]
|
|
794
|
+
- Card block image fix [rodriama - [`25535bc`](https://github.com/eea/volto-clms-theme/commit/25535bc0dbcce80a60e6a115f1709e5dd1f04b62)]
|
|
795
|
+
- image carousel dots change and text carousel style change [Unai - [`509eb04`](https://github.com/eea/volto-clms-theme/commit/509eb04e0320de8ea6fe9121ca15498274de170e)]
|
|
796
|
+
- Basemap gallery bug fix [rodriama - [`00aed49`](https://github.com/eea/volto-clms-theme/commit/00aed490b48c405edf474b20fad98f5653783a82)]
|
|
797
|
+
- text carousel [Unai - [`0becdb2`](https://github.com/eea/volto-clms-theme/commit/0becdb254318fd010b916adefa0ef7e9ec0b5b79)]
|
|
798
|
+
- add dataset citation [Mikel Larreategi - [`895bbc3`](https://github.com/eea/volto-clms-theme/commit/895bbc3ce48badfd3b03afcecccacba0505508d6)]
|
|
799
|
+
- Text and link carousel block created [Unai - [`c4d8bb3`](https://github.com/eea/volto-clms-theme/commit/c4d8bb34b2fbb1a3f3064f073b0441366a5d2839)]
|
|
800
|
+
- add a new data-grid widget [Mikel Larreategi - [`dd64854`](https://github.com/eea/volto-clms-theme/commit/dd648544afa2c8896981fe0feded18b38f236e79)]
|
|
801
|
+
### [1.0.44](https://github.com/eea/volto-clms-theme/compare/1.0.43...1.0.44) - 1 December 2021
|
|
802
|
+
|
|
803
|
+
#### :hammer_and_wrench: Others
|
|
804
|
+
|
|
805
|
+
- CclLoginModal - external link fixed [bipoza - [`736f348`](https://github.com/eea/volto-clms-theme/commit/736f348712c473d323a8bf2b6a1c6a10ab0aa266)]
|
|
806
|
+
- change login modal texts [Mikel Larreategi - [`b0c98af`](https://github.com/eea/volto-clms-theme/commit/b0c98af08501c830bb175b4ec69ad711c2874da1)]
|
|
807
|
+
### [1.0.43](https://github.com/eea/volto-clms-theme/compare/1.0.42...1.0.43) - 30 November 2021
|
|
808
|
+
|
|
809
|
+
### [1.0.42](https://github.com/eea/volto-clms-theme/compare/1.0.41...1.0.42) - 30 November 2021
|
|
810
|
+
|
|
811
|
+
#### :hammer_and_wrench: Others
|
|
812
|
+
|
|
813
|
+
- no items text [ionlizarazu - [`b1e8430`](https://github.com/eea/volto-clms-theme/commit/b1e8430d6800fea1bf046bd2e0b00686bdf111f2)]
|
|
814
|
+
- breadcrumb margin left 0 [Lur Ibargutxi - [`0f989e8`](https://github.com/eea/volto-clms-theme/commit/0f989e871dd8f20ad6ea4dbb89c04ef37854d544)]
|
|
815
|
+
- add mostused [ionlizarazu - [`2a5794f`](https://github.com/eea/volto-clms-theme/commit/2a5794f9dbbf5cd7e3a22d44a3b2de4e34d5436a)]
|
|
816
|
+
- add mapviewer link to product tabs template [ionlizarazu - [`2f210fc`](https://github.com/eea/volto-clms-theme/commit/2f210fc1a8a3c53a8649ac5be5fbf7c7bcdb541a)]
|
|
817
|
+
- related dataset and technicalLibrary [ionlizarazu - [`23becd3`](https://github.com/eea/volto-clms-theme/commit/23becd31613b35bed58488cbaf2f53a609d6b435)]
|
|
818
|
+
- check when there is no existing variation [ionlizarazu - [`2339fd0`](https://github.com/eea/volto-clms-theme/commit/2339fd055093f3622d112069855f2488220f86c7)]
|
|
819
|
+
- set default values [ionlizarazu - [`add1a47`](https://github.com/eea/volto-clms-theme/commit/add1a47300cc8e313923f27e529c1ef3a25b8369)]
|
|
820
|
+
- rename carousel item [ionlizarazu - [`3d8c612`](https://github.com/eea/volto-clms-theme/commit/3d8c612d2c7da673729a0e259bcce5d61bdb4f4b)]
|
|
821
|
+
- fix initial setup [ionlizarazu - [`c6d064a`](https://github.com/eea/volto-clms-theme/commit/c6d064a523ffddd32baba34cca51619c8e9f4434)]
|
|
822
|
+
- fix initial variation selection [ionlizarazu - [`7c00529`](https://github.com/eea/volto-clms-theme/commit/7c00529309051a4a7008a230097b917e867bff04)]
|
|
823
|
+
- manage state on varousel view [ionlizarazu - [`4c0ce0f`](https://github.com/eea/volto-clms-theme/commit/4c0ce0f73a900494ae6fbe1aea7216842d854e60)]
|
|
824
|
+
- Carousel bug [Unai - [`5aa1891`](https://github.com/eea/volto-clms-theme/commit/5aa18915ab0192146a327a14072c14cd4c3cb71e)]
|
|
825
|
+
- remove one deprecated template [ionlizarazu - [`a12a9fd`](https://github.com/eea/volto-clms-theme/commit/a12a9fd17e1b07d3e025f5891fd0b6d40a475f96)]
|
|
826
|
+
- unused variable [ionlizarazu - [`ac6171b`](https://github.com/eea/volto-clms-theme/commit/ac6171b629a8fab7acd9f382f0a430577fb4331e)]
|
|
827
|
+
- tabs-block template id to default [ionlizarazu - [`a3bdf6b`](https://github.com/eea/volto-clms-theme/commit/a3bdf6b887c5fd85798b5796e7610f3263f24f82)]
|
|
828
|
+
- remove TL block, rename carousel item and add routing to FAQ navigation [ionlizarazu - [`0e9c675`](https://github.com/eea/volto-clms-theme/commit/0e9c67580923143978819a78c279d6c94bfd0860)]
|
|
829
|
+
- remove TL block, rename carousel item and add routing to FAQ navigation [ionlizarazu - [`312eeb0`](https://github.com/eea/volto-clms-theme/commit/312eeb0778e18509e5ac8c2716f8e7ed10fd040f)]
|
|
830
|
+
- add taxonomy deps [Mikel Larreategi - [`df8addb`](https://github.com/eea/volto-clms-theme/commit/df8addb54d9f331dd947d9a39a73981a0eaaf772)]
|
|
831
|
+
- header design bug fixed [bipoza - [`5ad7912`](https://github.com/eea/volto-clms-theme/commit/5ad7912f04ad67d7f6164ec9da6f02bfd5488a87)]
|
|
832
|
+
- reducer bug fixed [bipoza - [`bf29e34`](https://github.com/eea/volto-clms-theme/commit/bf29e34ce4479e9a4bbe8a3e2eb13779d9718ab6)]
|
|
833
|
+
- callback the modal status [bipoza - [`a1494f9`](https://github.com/eea/volto-clms-theme/commit/a1494f903d33d1d291ce52eabb0c1fb10c513dd5)]
|
|
834
|
+
- registry keys from config.settings [bipoza - [`4867a52`](https://github.com/eea/volto-clms-theme/commit/4867a5204a22f99bab2d3412431164823447b514)]
|
|
835
|
+
- anom-registry [bipoza - [`79d50c7`](https://github.com/eea/volto-clms-theme/commit/79d50c78539b98fda4758e832748f8c2f5748f48)]
|
|
836
|
+
- related listing block and renaming listing templates [ionlizarazu - [`91dda03`](https://github.com/eea/volto-clms-theme/commit/91dda0348b03f9bc5926a45b9d57380848300b7c)]
|
|
837
|
+
- related listing block and renaming listing templates [ionlizarazu - [`300b29f`](https://github.com/eea/volto-clms-theme/commit/300b29f320ce99fa3513582c8d5d9ea43761ced2)]
|
|
838
|
+
- get registry value from redux action [bipoza - [`82e4ff7`](https://github.com/eea/volto-clms-theme/commit/82e4ff76aaca0cbdfaf947829965042d0e6e4855)]
|
|
839
|
+
- dynamic registry request with key values [bipoza - [`ae1927d`](https://github.com/eea/volto-clms-theme/commit/ae1927d311262554be094476af55105d4fe6df33)]
|
|
840
|
+
- dynamic registry request with key values [bipoza - [`5bf7cbb`](https://github.com/eea/volto-clms-theme/commit/5bf7cbb9cc816df5ce31ce1d9d5a06ababe6ed16)]
|
|
841
|
+
- login modal component [bipoza - [`6b03fff`](https://github.com/eea/volto-clms-theme/commit/6b03fffdb592015166d950e56aaa5623a51e68aa)]
|
|
842
|
+
- use date comparisons [Mikel Larreategi - [`fd9ec67`](https://github.com/eea/volto-clms-theme/commit/fd9ec6797b35c8eee342885e859e1d9dd9a296ec)]
|
|
843
|
+
- change links in products card [Mikel Larreategi - [`fb539fb`](https://github.com/eea/volto-clms-theme/commit/fb539fbe1f9c087f1bf44b241506d51ddc584a71)]
|
|
844
|
+
- green bg block [Unai - [`f025495`](https://github.com/eea/volto-clms-theme/commit/f02549541c0d8b20c441c650eb16d9a3948445d8)]
|
|
845
|
+
- searchwidget and carousel changes [Unai - [`923c403`](https://github.com/eea/volto-clms-theme/commit/923c403cbf1f2b5118d2a41385dbfe4b403f8b51)]
|
|
846
|
+
- some fixes and new features on bg image block [Unai - [`3fb3c51`](https://github.com/eea/volto-clms-theme/commit/3fb3c5173eaacb1c3a2bbd0fc34a061ff17294f0)]
|
|
847
|
+
### [1.0.41](https://github.com/eea/volto-clms-theme/compare/1.0.40...1.0.41) - 25 November 2021
|
|
848
|
+
|
|
849
|
+
#### :hammer_and_wrench: Others
|
|
850
|
+
|
|
851
|
+
- locales [ionlizarazu - [`accf22d`](https://github.com/eea/volto-clms-theme/commit/accf22d2f925055b4fa838b86ee355449eb8aacb)]
|
|
852
|
+
- product-tab-view [ionlizarazu - [`36fde2d`](https://github.com/eea/volto-clms-theme/commit/36fde2d10c6904548efcd8fd7790df173ce420ea)]
|
|
853
|
+
- change literals [Mikel Larreategi - [`ef5a305`](https://github.com/eea/volto-clms-theme/commit/ef5a3057e844122d830e215b9290673c069c32aa)]
|
|
854
|
+
- rename variations, add new product variation and remove routes variation [ionlizarazu - [`39ed4b2`](https://github.com/eea/volto-clms-theme/commit/39ed4b26724a565e00db802658eed09a72a22b3c)]
|
|
855
|
+
### [1.0.40](https://github.com/eea/volto-clms-theme/compare/1.0.39...1.0.40) - 24 November 2021
|
|
856
|
+
|
|
857
|
+
#### :hammer_and_wrench: Others
|
|
858
|
+
|
|
859
|
+
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`1cce7fa`](https://github.com/eea/volto-clms-theme/commit/1cce7fa8300afb67ca6e01a93acdc66649b505cd)]
|
|
860
|
+
### [1.0.39](https://github.com/eea/volto-clms-theme/compare/1.0.38...1.0.39) - 23 November 2021
|
|
861
|
+
|
|
862
|
+
#### :hammer_and_wrench: Others
|
|
863
|
+
|
|
864
|
+
- last commit before PR [Unai - [`75742bf`](https://github.com/eea/volto-clms-theme/commit/75742bf52eced7a67f2b695b6e302775d38c7c26)]
|
|
865
|
+
- changed @eeacms/volto-clms-utils package to npm dependency [bipoza - [`0ae42bf`](https://github.com/eea/volto-clms-theme/commit/0ae42bf7a20ceeba33aa5f24dde6267e55bb4751)]
|
|
866
|
+
- eslint improvements [bipoza - [`dc2cfc1`](https://github.com/eea/volto-clms-theme/commit/dc2cfc17e6c4054c1f7dd8cba110ea8bfe93441a)]
|
|
867
|
+
- changed the functionality of useCartState to volto-clms-utils [bipoza - [`b947de2`](https://github.com/eea/volto-clms-theme/commit/b947de2e90ea06afa3023969e7697f369c4312cf)]
|
|
868
|
+
- tab correction [Unai - [`fb19818`](https://github.com/eea/volto-clms-theme/commit/fb19818fffd263be84270ebd9a174d9d8a1d0bd6)]
|
|
869
|
+
- url error fixed [Unai - [`95b5fc0`](https://github.com/eea/volto-clms-theme/commit/95b5fc06c7c9c321396c219de253e667b8073704)]
|
|
870
|
+
- improvement to make tabs work with tabList index (fails on f5) [Unai - [`bc42c67`](https://github.com/eea/volto-clms-theme/commit/bc42c676ea2264ef45162f6c1b2ba507fecf4f75)]
|
|
871
|
+
- tabs workin with hash but not with tab name [Unai - [`200839e`](https://github.com/eea/volto-clms-theme/commit/200839ec3c87021bf4d178ad8e99101079bcb3f9)]
|
|
872
|
+
- ESLint fix [Unai - [`b0b8ca5`](https://github.com/eea/volto-clms-theme/commit/b0b8ca52957218031138f7390d6f4d53f2fcc4ac)]
|
|
873
|
+
- style fixes [Unai - [`54c5e6a`](https://github.com/eea/volto-clms-theme/commit/54c5e6a6be4b4976671612a7dc0b583a64335343)]
|
|
874
|
+
- Carousel bugs fixed [Unai - [`8007661`](https://github.com/eea/volto-clms-theme/commit/8007661d9371a149a10050525f66278f56796036)]
|
|
875
|
+
- add condition to dataset view tab [Unai - [`b3e7231`](https://github.com/eea/volto-clms-theme/commit/b3e72313485a956713786f2b0acc999c646102ee)]
|
|
876
|
+
- add condition to dataset view tab [Unai - [`c55cbac`](https://github.com/eea/volto-clms-theme/commit/c55cbac5b33cc5e3f5520a43ffa285d12a78035c)]
|
|
877
|
+
- section-map-viewer container width to 100% [bipoza - [`a7ebd7a`](https://github.com/eea/volto-clms-theme/commit/a7ebd7aac3882ccfdb5994babf1e2e2b1e9644ef)]
|
|
878
|
+
### [1.0.38](https://github.com/eea/volto-clms-theme/compare/1.0.37...1.0.38) - 5 November 2021
|
|
879
|
+
|
|
880
|
+
#### :hammer_and_wrench: Others
|
|
881
|
+
|
|
882
|
+
- typo [ionlizarazu - [`14094a8`](https://github.com/eea/volto-clms-theme/commit/14094a8c961c84573019ba4ef53b5026474e2821)]
|
|
883
|
+
- mapviewer container width to 100% [bipoza - [`abef9ee`](https://github.com/eea/volto-clms-theme/commit/abef9eef20a105f1ce70668e8d9268225ba0b7e3)]
|
|
884
|
+
### [1.0.37](https://github.com/eea/volto-clms-theme/compare/1.0.36...1.0.37) - 4 November 2021
|
|
885
|
+
|
|
886
|
+
#### :hammer_and_wrench: Others
|
|
887
|
+
|
|
888
|
+
- last commit [Unai - [`83e4a77`](https://github.com/eea/volto-clms-theme/commit/83e4a77966b30910982ca162a38980f15ab62810)]
|
|
889
|
+
- dataset technical library working [Unai - [`7a70995`](https://github.com/eea/volto-clms-theme/commit/7a709956a1d868cb536b8413dd2be702940799b2)]
|
|
890
|
+
- removed Remove for develop button [bipoza - [`29c0e06`](https://github.com/eea/volto-clms-theme/commit/29c0e06faeac2aeb4ceddf61cc0fa307e802ace3)]
|
|
891
|
+
- home page style fixed [Unai - [`7954d36`](https://github.com/eea/volto-clms-theme/commit/7954d36d3fc0168eb410b57ac2cd3d02e94201d6)]
|
|
892
|
+
- map style fix [Unai - [`b0fdd46`](https://github.com/eea/volto-clms-theme/commit/b0fdd4663d25c07207c39080570a3fdf32711a7d)]
|
|
893
|
+
- conditions fixed and page-title style changed [Unai - [`67cd38f`](https://github.com/eea/volto-clms-theme/commit/67cd38f3902df2226e72e3ec9f6a9ffc3da98f1d)]
|
|
894
|
+
- download dataset tab is shown only if it has content inside [Unai - [`6e23f42`](https://github.com/eea/volto-clms-theme/commit/6e23f42ecee0b7cb1a232b82bfe254a82014e89d)]
|
|
895
|
+
- some fixes on dataset views [Unai - [`f3fb346`](https://github.com/eea/volto-clms-theme/commit/f3fb3466f91e03220d9810bde92d7e03cec0edc8)]
|
|
896
|
+
- Language selector first character changed to uppercase [Unai - [`54818b4`](https://github.com/eea/volto-clms-theme/commit/54818b4868cba75338294a3ae5cadfd320fc831e)]
|
|
897
|
+
- Service desk required fix [Unai - [`f30fbd5`](https://github.com/eea/volto-clms-theme/commit/f30fbd50d9fc9a727eaad7ab35e3374c268b834f)]
|
|
898
|
+
- Dataset view fixes and extended the width of the map [Unai - [`5b4a9d6`](https://github.com/eea/volto-clms-theme/commit/5b4a9d6dcfbf90a635d4b89c6cd883cdec14777d)]
|
|
899
|
+
- margin under accordions [Unai - [`dd9719a`](https://github.com/eea/volto-clms-theme/commit/dd9719a9ec3dba1938bf6ed212bc4bbde9d734c8)]
|
|
900
|
+
- width problem fixed [Unai - [`b4bae90`](https://github.com/eea/volto-clms-theme/commit/b4bae907f61a561cea5a2f632b211229b8ceb421)]
|
|
901
|
+
- Metadata content renders all parameters [Unai - [`39a88aa`](https://github.com/eea/volto-clms-theme/commit/39a88aa46e92af2ed1b8c73631367ab3a6d35e65)]
|
|
902
|
+
- Some fixes after Bilbomatica tests [Unai - [`592ba33`](https://github.com/eea/volto-clms-theme/commit/592ba33d259c5bbeae79df28cb7de92bf960820a)]
|
|
903
|
+
### [1.0.36](https://github.com/eea/volto-clms-theme/compare/1.0.35...1.0.36) - 27 October 2021
|
|
904
|
+
|
|
905
|
+
#### :hammer_and_wrench: Others
|
|
906
|
+
|
|
907
|
+
- add volto-arcgis-block dependency [ionlizarazu - [`c698fd9`](https://github.com/eea/volto-clms-theme/commit/c698fd9f2915d706c97118511e9c7f895baa4f94)]
|
|
908
|
+
- add needed addons [ionlizarazu - [`9ff03af`](https://github.com/eea/volto-clms-theme/commit/9ff03af81e84e989366b90180476270c036825cd)]
|
|
909
|
+
- reorganize packages.json [ionlizarazu - [`6a574a7`](https://github.com/eea/volto-clms-theme/commit/6a574a7877e9637041f2a32f2bcea0d79b3eeec7)]
|
|
910
|
+
- Footer 'expert support provided by' hidden temporaly [Unai - [`a6815ef`](https://github.com/eea/volto-clms-theme/commit/a6815efd3e6715c6f6e4e70f9e54ac01ed230f18)]
|
|
911
|
+
- work oportunities open/close status fixed [Unai - [`1f28116`](https://github.com/eea/volto-clms-theme/commit/1f2811641ca4752100574f12e16c9abab2c23e8a)]
|
|
912
|
+
- Work opportunities working without is_open checkbox [Unai - [`1f64c61`](https://github.com/eea/volto-clms-theme/commit/1f64c612d67470bf56fd2fd63cbd8f1dc7e80242)]
|
|
913
|
+
- work oportunities open/close depends on submission deadline [Unai - [`a35d5c9`](https://github.com/eea/volto-clms-theme/commit/a35d5c98c343190b45c3fc7052e1db47e12d45b8)]
|
|
914
|
+
- change class with className and for with htmlFor [Unai - [`1b0b8d4`](https://github.com/eea/volto-clms-theme/commit/1b0b8d4876e6fa8f92d907428062d753a06f7bb1)]
|
|
915
|
+
- service desk link and style fix [Unai - [`85479e8`](https://github.com/eea/volto-clms-theme/commit/85479e8124fd176920ae177a3b01f9fe282e383e)]
|
|
916
|
+
- Service desk view created [Unai - [`d7dec45`](https://github.com/eea/volto-clms-theme/commit/d7dec45ef8cfe5e199a0b31d84ebddc5f6e4a608)]
|
|
917
|
+
- FAQ style fixed when using a listing block inside acordion block [Unai - [`ca26614`](https://github.com/eea/volto-clms-theme/commit/ca2661459d3454a5749d23de4c5210bb735b748c)]
|
|
918
|
+
- correction in card [Unai - [`6830866`](https://github.com/eea/volto-clms-theme/commit/683086608caf1d1c127db423a24867b5da125aea)]
|
|
919
|
+
- upgrade kitkat [ionlizarazu - [`2f9b905`](https://github.com/eea/volto-clms-theme/commit/2f9b9058d29d48d6f4d7dd6f04840c0076d202ae)]
|
|
920
|
+
- merge develop into branch [ionlizarazu - [`26aa1dc`](https://github.com/eea/volto-clms-theme/commit/26aa1dc087dafdc568f1ca3cbb62dbd1ef730502)]
|
|
921
|
+
- add commitMessage and requireBranch [ionlizarazu - [`adfc26f`](https://github.com/eea/volto-clms-theme/commit/adfc26f2a87b89b9e7881d591c6215e8467242cd)]
|
|
922
|
+
- remove slate dependency [ionlizarazu - [`1863b3c`](https://github.com/eea/volto-clms-theme/commit/1863b3c8e6df0cd4a43ca059ef72ea9804cc5371)]
|
|
923
|
+
- add kitkat to dependencies [ionlizarazu - [`5a64f80`](https://github.com/eea/volto-clms-theme/commit/5a64f8068bf3ce33de1685219a50be612450cb05)]
|
|
924
|
+
- add kitkat to dependencies [ionlizarazu - [`773a7ed`](https://github.com/eea/volto-clms-theme/commit/773a7ed6cb63fde1eedf52a2eb84f918dc7a439d)]
|
|
925
|
+
- unification procces [ionlizarazu - [`63b7258`](https://github.com/eea/volto-clms-theme/commit/63b7258fbe6701f5e4cc4fd1a960446a3b6614cf)]
|
|
926
|
+
- package.json modifications [ionlizarazu - [`deade8e`](https://github.com/eea/volto-clms-theme/commit/deade8ea5bad7fe91ecfdaed83ef0fb0afe56ef2)]
|
|
927
|
+
- card change [Unai - [`7f25b11`](https://github.com/eea/volto-clms-theme/commit/7f25b11f2aa49eab7d43f3efe894775ccf8ba217)]
|
|
928
|
+
- block card style fix [Unai - [`06d9631`](https://github.com/eea/volto-clms-theme/commit/06d9631b7fb4188600faa1eb05c8bbad335c2a58)]
|
|
929
|
+
- Service desk view first commit [Unai - [`468289d`](https://github.com/eea/volto-clms-theme/commit/468289def4edcca58c2bf2771c0c14cf89003e4c)]
|
|
930
|
+
### [1.0.35](https://github.com/eea/volto-clms-theme/compare/1.0.34...1.0.35) - 26 October 2021
|
|
931
|
+
|
|
932
|
+
#### :hammer_and_wrench: Others
|
|
933
|
+
|
|
934
|
+
- remove slate from addons [ionlizarazu - [`5eaa93c`](https://github.com/eea/volto-clms-theme/commit/5eaa93cd3d3aba1680137236d92b43816a0289e5)]
|
|
935
|
+
- removed volto-slate dependency [bipoza - [`a1ba7e5`](https://github.com/eea/volto-clms-theme/commit/a1ba7e50779400df9748ca0ec46f336945d97994)]
|
|
936
|
+
- volto-slate:asDefault [bipoza - [`5d763d4`](https://github.com/eea/volto-clms-theme/commit/5d763d4becdfc01aa27d297ed970a2140ecd7f68)]
|
|
937
|
+
### [1.0.34](https://github.com/eea/volto-clms-theme/compare/1.0.33...1.0.34) - 15 October 2021
|
|
938
|
+
|
|
939
|
+
### [1.0.33](https://github.com/eea/volto-clms-theme/compare/1.0.32...1.0.33) - 15 October 2021
|
|
940
|
+
|
|
941
|
+
#### :hammer_and_wrench: Others
|
|
942
|
+
|
|
943
|
+
- new arcgis block version [Lur Ibargutxi - [`8607a60`](https://github.com/eea/volto-clms-theme/commit/8607a60034e42b47f34256581b9f34e9c07fd45a)]
|
|
944
|
+
- new arcgis block version [Lur Ibargutxi - [`78199f4`](https://github.com/eea/volto-clms-theme/commit/78199f4a397057dfbd182a87a501b9b556bb37fc)]
|
|
945
|
+
### [1.0.32](https://github.com/eea/volto-clms-theme/compare/1.0.31...1.0.32) - 15 October 2021
|
|
946
|
+
|
|
947
|
+
#### :hammer_and_wrench: Others
|
|
948
|
+
|
|
949
|
+
- specify form label color only for footer [ionlizarazu - [`d2f1bff`](https://github.com/eea/volto-clms-theme/commit/d2f1bffd10869273e61d6b79ae6513571a417a6f)]
|
|
950
|
+
- arcgis block version [Lur Ibargutxi - [`a32ee91`](https://github.com/eea/volto-clms-theme/commit/a32ee918271a131024e34560562795e986998600)]
|
|
951
|
+
- optimized downloadtool reducer [bipoza - [`8e54177`](https://github.com/eea/volto-clms-theme/commit/8e541777362d2bde826950afaaba1034ecf4e8e6)]
|
|
952
|
+
- card block style fix [Unai - [`c5227bb`](https://github.com/eea/volto-clms-theme/commit/c5227bbd4ec9120c76fd316b425fb5fbbd56bf96)]
|
|
953
|
+
- card block style fix [Unai - [`c551081`](https://github.com/eea/volto-clms-theme/commit/c55108137230c2a1d620662bb9acd4828e98675c)]
|
|
954
|
+
- Buttons popups and titles [bipoza - [`c4c71a0`](https://github.com/eea/volto-clms-theme/commit/c4c71a0bfe0a584438c37a0c192a44fa09509eea)]
|
|
955
|
+
- CLMSTaskInProgress component [bipoza - [`b709830`](https://github.com/eea/volto-clms-theme/commit/b7098304abc584de50570d7b1dc272474d7e1719)]
|
|
956
|
+
- z-index for header tools dropdown [Lur Ibargutxi - [`7e54bd1`](https://github.com/eea/volto-clms-theme/commit/7e54bd1d69b18d1d48c0d6a8b87fefa6aff64e7e)]
|
|
957
|
+
- When task start processing add design to item [bipoza - [`2559caa`](https://github.com/eea/volto-clms-theme/commit/2559caa45e9b7077a2739d30ce1c4d92d2280c9c)]
|
|
958
|
+
- on select all cart with task in progress bug fixed [bipoza - [`9582abe`](https://github.com/eea/volto-clms-theme/commit/9582abed5881bb9a3bdbf6f820577ce26e99019f)]
|
|
959
|
+
- on cart items post to downloadtool, task start processing [bipoza - [`be7ee24`](https://github.com/eea/volto-clms-theme/commit/be7ee2434c66d34903e995944aa02298c645d503)]
|
|
960
|
+
- downloadtool redux action and reducer [bipoza - [`7fcc3de`](https://github.com/eea/volto-clms-theme/commit/7fcc3de64b3db5a43d3a05cbf101b7983a8cd106)]
|
|
961
|
+
- prettier [bipoza - [`4cd8768`](https://github.com/eea/volto-clms-theme/commit/4cd876832b7564640e0d0c0aabda9a85f1be9f5e)]
|
|
962
|
+
- cartUse hook control if user_id exist [bipoza - [`f97b8ab`](https://github.com/eea/volto-clms-theme/commit/f97b8ab777d3b108e6964efdf8deeb9642818062)]
|
|
963
|
+
- header cart counter moved to functional component [bipoza - [`d2e5bbf`](https://github.com/eea/volto-clms-theme/commit/d2e5bbf651b123935abcc8c8f3e65cc6911a8767)]
|
|
964
|
+
- progressbar component [bipoza - [`046380a`](https://github.com/eea/volto-clms-theme/commit/046380a5d01deab1887727a7003b7fe6bcd23cd8)]
|
|
965
|
+
- post cart selection to downloadtool [bipoza - [`23e6d52`](https://github.com/eea/volto-clms-theme/commit/23e6d52df7f8e0c75c446135099dbfb2bebde5a1)]
|
|
966
|
+
- getCartSessionStorage when CART_SESSION_USER_KEY is loaded [bipoza - [`3994dc0`](https://github.com/eea/volto-clms-theme/commit/3994dc0e3ea0facc108bfcd2bc3860ee0f0448a9)]
|
|
967
|
+
- changed the cart cache key from user_token to user_id [bipoza - [`e03b53d`](https://github.com/eea/volto-clms-theme/commit/e03b53d98f15a2b556d0a912fe9bc4b216f0d9c4)]
|
|
968
|
+
### [1.0.31](https://github.com/eea/volto-clms-theme/compare/1.0.30...1.0.31) - 14 October 2021
|
|
969
|
+
|
|
970
|
+
#### :hammer_and_wrench: Others
|
|
971
|
+
|
|
972
|
+
- volto-arcgis-block new version [Lur Ibargutxi - [`5648dcb`](https://github.com/eea/volto-clms-theme/commit/5648dcb178e418a44cf0729ee2c9a920954f820a)]
|
|
973
|
+
- accordion title hover color [Lur Ibargutxi - [`bca1813`](https://github.com/eea/volto-clms-theme/commit/bca181393ec304c2be811f18479c077d13897e77)]
|
|
974
|
+
- lint [Lur Ibargutxi - [`84708a3`](https://github.com/eea/volto-clms-theme/commit/84708a3362e6d57267b5686bbb5128a2308bf6e8)]
|
|
975
|
+
- top menu dropdown [Unai - [`6855e7a`](https://github.com/eea/volto-clms-theme/commit/6855e7aea3e120218bef159b50d80b2439813a7c)]
|
|
976
|
+
- style fix [Unai - [`658f942`](https://github.com/eea/volto-clms-theme/commit/658f942c4a173231e326f9e4340a4820a016aee4)]
|
|
977
|
+
- quit link for header elements in case of dropdown menu [Unai - [`bfe95e4`](https://github.com/eea/volto-clms-theme/commit/bfe95e4afd080d5ecb2ea2dbf3c46b0cf5ed6d09)]
|
|
978
|
+
- fixes [Unai - [`cc14049`](https://github.com/eea/volto-clms-theme/commit/cc14049fc5172913d75157900680f3bd6a8f7fa6)]
|
|
979
|
+
- some fixes [Unai - [`dbc8630`](https://github.com/eea/volto-clms-theme/commit/dbc863010f412470b1aea574b8d1de171c3bde5c)]
|
|
980
|
+
- home carousel changes [Lur Ibargutxi - [`4d86241`](https://github.com/eea/volto-clms-theme/commit/4d86241f261b08e563114063885f15e588aba951)]
|
|
981
|
+
- button component error fixed [Unai - [`a7ee2f5`](https://github.com/eea/volto-clms-theme/commit/a7ee2f54e149cfe154912ca8eb519266c3ed730e)]
|
|
982
|
+
- some fixes [Unai - [`11aa5f6`](https://github.com/eea/volto-clms-theme/commit/11aa5f632ff3ada8f7dd3345c89ca6818b057edd)]
|
|
983
|
+
### [1.0.30](https://github.com/eea/volto-clms-theme/compare/1.0.29...1.0.30) - 13 October 2021
|
|
984
|
+
|
|
985
|
+
#### :hammer_and_wrench: Others
|
|
986
|
+
|
|
987
|
+
- new volto-arcgis-block version [ionlizarazu - [`71b4444`](https://github.com/eea/volto-clms-theme/commit/71b44447ca075ac142087bbaf36a0a9ae1b64c79)]
|
|
988
|
+
### [1.0.29](https://github.com/eea/volto-clms-theme/compare/1.0.28...1.0.29) - 8 October 2021
|
|
989
|
+
|
|
990
|
+
#### :hammer_and_wrench: Others
|
|
991
|
+
|
|
992
|
+
- add new field to the widget [Mikel Larreategi - [`325e62b`](https://github.com/eea/volto-clms-theme/commit/325e62bbadd63dee1832de087e25335b55f3c800)]
|
|
993
|
+
- bump volto-arcgis-block version [Mikel Larreategi - [`a4097ed`](https://github.com/eea/volto-clms-theme/commit/a4097edd1a2bdeaed453b7a529dcb0600b1171b0)]
|
|
994
|
+
- All use cases button fixes [Unai - [`1b03c7e`](https://github.com/eea/volto-clms-theme/commit/1b03c7e886074f84e8a64de4835901280546c75e)]
|
|
995
|
+
- CClButton internal url working [Unai - [`708d73b`](https://github.com/eea/volto-clms-theme/commit/708d73b6ea4130719eeb280d689158e2fb019748)]
|
|
996
|
+
- Header links with react-router-dom [bipoza - [`106f499`](https://github.com/eea/volto-clms-theme/commit/106f499eebc8db5343f19c1e29def38a1551a593)]
|
|
997
|
+
- cart link bug fixed [bipoza - [`7e0d5d5`](https://github.com/eea/volto-clms-theme/commit/7e0d5d5dc46d213cb04f2a9ab27c5fa3390d86de)]
|
|
998
|
+
- last push before PR [Unai - [`2c2ee1d`](https://github.com/eea/volto-clms-theme/commit/2c2ee1d7c24a089e0501cd069b07e27f694ebd1e)]
|
|
999
|
+
### [1.0.28](https://github.com/eea/volto-clms-theme/compare/1.0.27...1.0.28) - 5 October 2021
|
|
1000
|
+
|
|
1001
|
+
#### :hammer_and_wrench: Others
|
|
1002
|
+
|
|
1003
|
+
- button correction [Unai - [`4484ae3`](https://github.com/eea/volto-clms-theme/commit/4484ae35a4c2fe16717656af9b315a8642b3ae60)]
|
|
1004
|
+
- home tab style fix [Unai - [`3ea2cf5`](https://github.com/eea/volto-clms-theme/commit/3ea2cf51423c149187823b333f7e51862ddd7cb8)]
|
|
1005
|
+
- style changes to correct home page tabs [Unai - [`8f45a23`](https://github.com/eea/volto-clms-theme/commit/8f45a236819ded565458c8044cc5330db32b5e92)]
|
|
1006
|
+
- location div is rendered only when data is provided [Unai - [`e7a828d`](https://github.com/eea/volto-clms-theme/commit/e7a828d62de475638038d24d25dd38d1a3c61b3b)]
|
|
1007
|
+
- News/Events tab aligned [Unai - [`f1cae3e`](https://github.com/eea/volto-clms-theme/commit/f1cae3e239c2687efd0ad5333f05371dd505101f)]
|
|
1008
|
+
- volto-tabs-block style reverted [Unai - [`d57ef2f`](https://github.com/eea/volto-clms-theme/commit/d57ef2fc8d0f7ea9aaea4729d2078ecdc002f02f)]
|
|
1009
|
+
### [1.0.27](https://github.com/eea/volto-clms-theme/compare/1.0.26...1.0.27) - 1 October 2021
|
|
1010
|
+
|
|
1011
|
+
#### :hammer_and_wrench: Others
|
|
1012
|
+
|
|
1013
|
+
- volto-arcgis-block release 0.1.4 [ionlizarazu - [`ce6a181`](https://github.com/eea/volto-clms-theme/commit/ce6a18199e1b266033dd356ce5cd1fb054737b18)]
|
|
1014
|
+
- to render without values [ionlizarazu - [`7745842`](https://github.com/eea/volto-clms-theme/commit/77458426aeb32c08556754e3d52ccf1a0ee9845b)]
|
|
1015
|
+
### [1.0.26](https://github.com/eea/volto-clms-theme/compare/1.0.25...1.0.26) - 24 September 2021
|
|
1016
|
+
|
|
1017
|
+
#### :hammer_and_wrench: Others
|
|
1018
|
+
|
|
1019
|
+
- accordion icons customization [ionlizarazu - [`6a81d74`](https://github.com/eea/volto-clms-theme/commit/6a81d74736ea8b1cbe41a04bc38010a29761eaf5)]
|
|
1020
|
+
- upgrade volto-accordion-block version [ionlizarazu - [`e574eb5`](https://github.com/eea/volto-clms-theme/commit/e574eb5fb2bca7a3dfdef043219159a0e35e84f9)]
|
|
1021
|
+
- home carousel css fix [ionlizarazu - [`e81873c`](https://github.com/eea/volto-clms-theme/commit/e81873c25cfabe48cfc306aa42488a6d792ecc2b)]
|
|
1022
|
+
- carousel [Unai - [`a8bb18b`](https://github.com/eea/volto-clms-theme/commit/a8bb18bb3a22401906b141bd20a3f2673c70a809)]
|
|
1023
|
+
- sitemap.js customization [ionlizarazu - [`2227584`](https://github.com/eea/volto-clms-theme/commit/2227584d64618d81fe32ad8e7cb4774b367ab6c7)]
|
|
1024
|
+
- carousel [Unai - [`372b59c`](https://github.com/eea/volto-clms-theme/commit/372b59c8ae834742ae57c5893680cea876ebb9be)]
|
|
1025
|
+
- less [ionlizarazu - [`c0df2ce`](https://github.com/eea/volto-clms-theme/commit/c0df2cebb0dc124c4bcb9a7e8e6b810035f1ff2a)]
|
|
1026
|
+
- volto-tabs-block style reversed [Unai - [`5fd228e`](https://github.com/eea/volto-clms-theme/commit/5fd228e1c432f7089ae477561dff09bb5f0ec420)]
|
|
1027
|
+
- home page carrousel left [Unai - [`493b2e5`](https://github.com/eea/volto-clms-theme/commit/493b2e5b16fcd8f1677ca57cb70660f275599b54)]
|
|
1028
|
+
- use getBaseUrl instead of replacing download-by-area [ionlizarazu - [`c39c213`](https://github.com/eea/volto-clms-theme/commit/c39c2132a1e4e7c992339bcc1ba21d130daad4f9)]
|
|
1029
|
+
- logo url fix [Unai - [`f1abebb`](https://github.com/eea/volto-clms-theme/commit/f1abebbc433c37e580cce49b9a855b501b1e9cf3)]
|
|
1030
|
+
### [1.0.25](https://github.com/eea/volto-clms-theme/compare/1.0.24...1.0.25) - 17 September 2021
|
|
1031
|
+
|
|
1032
|
+
#### :hammer_and_wrench: Others
|
|
1033
|
+
|
|
1034
|
+
- empty libraries message [ionlizarazu - [`134ee68`](https://github.com/eea/volto-clms-theme/commit/134ee687a1de7d31d4a62795324a9738e874e605)]
|
|
1035
|
+
- class to className [ionlizarazu - [`e3bccef`](https://github.com/eea/volto-clms-theme/commit/e3bccefc307424e6508dd4280bb001b45313e8d4)]
|
|
1036
|
+
- some fixes [Unai - [`02eddc4`](https://github.com/eea/volto-clms-theme/commit/02eddc4b359359d07e62a5317aaffa61a7a65555)]
|
|
1037
|
+
- carrousel and some paginations left [Unai - [`cd0c86e`](https://github.com/eea/volto-clms-theme/commit/cd0c86e1b40c63fd258d5a54415b41c4dd4c4d40)]
|
|
1038
|
+
- some frontend fixes after eugenija feedback [Unai - [`7ca4d30`](https://github.com/eea/volto-clms-theme/commit/7ca4d30a7c203a5aaf52b35f3a624d47327a08aa)]
|
|
1039
|
+
### [1.0.24](https://github.com/eea/volto-clms-theme/compare/1.0.23...1.0.24) - 16 September 2021
|
|
1040
|
+
|
|
1041
|
+
#### :hammer_and_wrench: Others
|
|
1042
|
+
|
|
1043
|
+
- volto-tabs-block upgrade version 1.2.7 [ionlizarazu - [`4f4fd93`](https://github.com/eea/volto-clms-theme/commit/4f4fd931065bd86b368cc174620f8fcf7095a49c)]
|
|
1044
|
+
- card file field condition to avoid conflicts with old versions [ionlizarazu - [`957bc0a`](https://github.com/eea/volto-clms-theme/commit/957bc0ae531730fea854c31854004b17b883c9f9)]
|
|
1045
|
+
### [1.0.23](https://github.com/eea/volto-clms-theme/compare/1.0.22...1.0.23) - 15 September 2021
|
|
1046
|
+
|
|
1047
|
+
#### :hammer_and_wrench: Others
|
|
1048
|
+
|
|
1049
|
+
- move css to less [ionlizarazu - [`f1c3e5c`](https://github.com/eea/volto-clms-theme/commit/f1c3e5c3c976d78b0e9fcc9286d12cb25ba922c0)]
|
|
1050
|
+
- move customizated components additional less out to theme folder [ionlizarazu - [`07099a6`](https://github.com/eea/volto-clms-theme/commit/07099a63d059b88ca5d0cdedc99e2e8299d6dc48)]
|
|
1051
|
+
### [1.0.22](https://github.com/eea/volto-clms-theme/compare/1.0.21...1.0.22) - 15 September 2021
|
|
1052
|
+
|
|
1053
|
+
#### :hammer_and_wrench: Others
|
|
1054
|
+
|
|
1055
|
+
- volto-arcgis-block version [ionlizarazu - [`5a8d7a5`](https://github.com/eea/volto-clms-theme/commit/5a8d7a54193d34e5c2a981853843c848564b5024)]
|
|
1056
|
+
- mime type package [Lur Ibargutxi - [`de14cc1`](https://github.com/eea/volto-clms-theme/commit/de14cc14ca0fb0f4d2afc104495a8f768e863221)]
|
|
1057
|
+
- technical libraries new block for product [Lur Ibargutxi - [`6d8acd2`](https://github.com/eea/volto-clms-theme/commit/6d8acd209d275465a7c7a35bd691f8ce1652122e)]
|
|
1058
|
+
- Home [Amanda Rodriguez - [`65f3f48`](https://github.com/eea/volto-clms-theme/commit/65f3f48a16a856920af05933c94a16b2191e3438)]
|
|
1059
|
+
- Header and footer [Amanda Rodriguez - [`a7ca309`](https://github.com/eea/volto-clms-theme/commit/a7ca3096766d8a7442c376b5ea43854f58d87073)]
|
|
1060
|
+
- Improvements [Amanda Rodriguez - [`7c0c5b8`](https://github.com/eea/volto-clms-theme/commit/7c0c5b8ea894fdd92d1c1d95c80e85150577c59b)]
|
|
1061
|
+
- accordion icon min width [Lur Ibargutxi - [`6fa4f09`](https://github.com/eea/volto-clms-theme/commit/6fa4f09f52af8cdb88dc7147ba2b4fe844d32259)]
|
|
1062
|
+
- meeting view changes with css and faq tabs custom block [Lur Ibargutxi - [`3ed9565`](https://github.com/eea/volto-clms-theme/commit/3ed95651bd0c3a2f96b76ed7e23c32cb6e37289d)]
|
|
1063
|
+
### [1.0.21](https://github.com/eea/volto-clms-theme/compare/1.0.20...1.0.21) - 10 September 2021
|
|
1064
|
+
|
|
1065
|
+
#### :hammer_and_wrench: Others
|
|
1066
|
+
|
|
1067
|
+
- update volto-arcgis-block version [Mikel Larreategi - [`228d73f`](https://github.com/eea/volto-clms-theme/commit/228d73f7e35f672333e0ea29312c47fdeef8e323)]
|
|
1068
|
+
- unify code [Lur Ibargutxi - [`63ae210`](https://github.com/eea/volto-clms-theme/commit/63ae2104b6d489c691cd81789a41ab298f99d618)]
|
|
1069
|
+
- toast for message [Lur Ibargutxi - [`b9f6241`](https://github.com/eea/volto-clms-theme/commit/b9f6241513e18a5e4259e5237339ee43488b8fbe)]
|
|
1070
|
+
- pretiter [Lur Ibargutxi - [`65a7bc8`](https://github.com/eea/volto-clms-theme/commit/65a7bc8beb551514a46f06e00c28d4af10421e44)]
|
|
1071
|
+
- admin views [Lur Ibargutxi - [`64b6ee9`](https://github.com/eea/volto-clms-theme/commit/64b6ee9560218a6f9ee94cae7e1c7d0e4d4ef7a2)]
|
|
1072
|
+
- location definition [Lur Ibargutxi - [`76d14e1`](https://github.com/eea/volto-clms-theme/commit/76d14e1d8241266547ec894b04209c79e9252786)]
|
|
1073
|
+
- change useEffect and reducers [Lur Ibargutxi - [`4b5a960`](https://github.com/eea/volto-clms-theme/commit/4b5a9603fe2ee9c12f73edc084a10cd839d7861f)]
|
|
1074
|
+
- subscriberView [Lur Ibargutxi - [`d9cf87c`](https://github.com/eea/volto-clms-theme/commit/d9cf87cc26819ca9f057397c674b3c60b840dadc)]
|
|
1075
|
+
- link and prettier [Lur Ibargutxi - [`c5d1fb6`](https://github.com/eea/volto-clms-theme/commit/c5d1fb6ade1dbeda20ff23f40ad626dfd5ded4ec)]
|
|
1076
|
+
### [1.0.20](https://github.com/eea/volto-clms-theme/compare/1.0.19...1.0.20) - 3 September 2021
|
|
1077
|
+
|
|
1078
|
+
#### :hammer_and_wrench: Others
|
|
1079
|
+
|
|
1080
|
+
- customized layouts views configurations [ionlizarazu - [`37385e3`](https://github.com/eea/volto-clms-theme/commit/37385e3dccdaf3c6e6a00651bb2bbe78f4fc0a12)]
|
|
1081
|
+
- workOpportunities listView layout [ionlizarazu - [`874aeb7`](https://github.com/eea/volto-clms-theme/commit/874aeb7747c128e08c5ebe38fee18d05f1c3634c)]
|
|
1082
|
+
- vertical tabView layout [ionlizarazu - [`2dbd0a4`](https://github.com/eea/volto-clms-theme/commit/2dbd0a46e7c47352ca953a4f04cb16ef9e45a851)]
|
|
1083
|
+
### [1.0.19](https://github.com/eea/volto-clms-theme/compare/1.0.18...1.0.19) - 2 September 2021
|
|
1084
|
+
|
|
1085
|
+
#### :hammer_and_wrench: Others
|
|
1086
|
+
|
|
1087
|
+
- resolve conflicts [ionlizarazu - [`e9f8785`](https://github.com/eea/volto-clms-theme/commit/e9f8785b0b43f6260e2603a44cb6eced2c75706e)]
|
|
1088
|
+
- imports [ionlizarazu - [`75d4e39`](https://github.com/eea/volto-clms-theme/commit/75d4e39f97b23ed574853d6cdeb04de42d2495f7)]
|
|
1089
|
+
- reducers erros corrected [Unai - [`23a5fc8`](https://github.com/eea/volto-clms-theme/commit/23a5fc8dd1b02815ef08136a8d833782daf6492c)]
|
|
1090
|
+
- import fix [Unai - [`b29f9ea`](https://github.com/eea/volto-clms-theme/commit/b29f9eabd5469aef5d979ba0776970077c920472)]
|
|
1091
|
+
- conflicts resolved [Unai - [`6da53b1`](https://github.com/eea/volto-clms-theme/commit/6da53b16235f93418000851119d473d942477255)]
|
|
1092
|
+
- last pre testing commit [Unai - [`17437ed`](https://github.com/eea/volto-clms-theme/commit/17437ed86411a4c979e23f9c656e4c5d28b9eecd)]
|
|
1093
|
+
- some corrections [Unai - [`ad49537`](https://github.com/eea/volto-clms-theme/commit/ad495374686c08a98849e53077642e7f24de4ddf)]
|
|
1094
|
+
- some corrections [Unai - [`9692366`](https://github.com/eea/volto-clms-theme/commit/9692366d76d43d5527860f378cc53b18d3663280)]
|
|
1095
|
+
- create token action working [Unai - [`5304515`](https://github.com/eea/volto-clms-theme/commit/53045157cd228111fd32719d2e3bbd8acb40d410)]
|
|
1096
|
+
- create action working cannot get public_key [Unai - [`5adaffc`](https://github.com/eea/volto-clms-theme/commit/5adaffcf4d771ee542e1e198d9a6c78cc0f331b3)]
|
|
1097
|
+
- code clean [ionlizarazu - [`509260e`](https://github.com/eea/volto-clms-theme/commit/509260e7fe7fe552ccdcb8b0832d81788988bf18)]
|
|
1098
|
+
- removed useless code [Unai - [`ddb7042`](https://github.com/eea/volto-clms-theme/commit/ddb70422000260e93a5bfbd1b0b6bdaeefb294e3)]
|
|
1099
|
+
- delete selected apiToken [Unai - [`b827c68`](https://github.com/eea/volto-clms-theme/commit/b827c680c8f9a7b49c8c480c7b8e176ea82de01c)]
|
|
1100
|
+
- delete tokens cannot get item id [Unai - [`f3ca2a9`](https://github.com/eea/volto-clms-theme/commit/f3ca2a9cfec745eebead12e3fb38f87400b71b21)]
|
|
1101
|
+
- create tokens [Unai - [`7e6ea84`](https://github.com/eea/volto-clms-theme/commit/7e6ea84802ba84fd52bb4f2b771279f0756f4b54)]
|
|
1102
|
+
- create api tokens from volto [Unai - [`8bd3c0e`](https://github.com/eea/volto-clms-theme/commit/8bd3c0e51fdaf82bdf2fea7a098b93007d65b327)]
|
|
1103
|
+
- GET function created for tokens [Unai - [`ce4d14c`](https://github.com/eea/volto-clms-theme/commit/ce4d14c767d8f82c633d7a45a36f106d4bd5351c)]
|
|
1104
|
+
- api tokens point to endpoint [Unai - [`70108cd`](https://github.com/eea/volto-clms-theme/commit/70108cd8da2a92a82d21e1b0306bf623a0a2f150)]
|
|
1105
|
+
- token input cannot be edited [Unai - [`86472d9`](https://github.com/eea/volto-clms-theme/commit/86472d9e0f0e6cbeab4c49a2a965b4f45dd62bf2)]
|
|
1106
|
+
- api tokens view last fixes [Unai - [`cbd924e`](https://github.com/eea/volto-clms-theme/commit/cbd924e52df3b130c8f2be476eb32c0e56e49b49)]
|
|
1107
|
+
- on close modal button is available [Unai - [`9cb0e89`](https://github.com/eea/volto-clms-theme/commit/9cb0e8991ee63f2b63fa12e105be619fcd4e280c)]
|
|
1108
|
+
- onClick close modal [Unai - [`ec9dff7`](https://github.com/eea/volto-clms-theme/commit/ec9dff7d16e6b6753a0583b7290861719cf9850c)]
|
|
1109
|
+
- making the buttons disabled in some cases [Unai - [`863555c`](https://github.com/eea/volto-clms-theme/commit/863555c25d0869ca8e73ab7f0ab1b735819712a4)]
|
|
1110
|
+
- cleaning code [Unai - [`37b5356`](https://github.com/eea/volto-clms-theme/commit/37b5356be521c6f4104ef9cd89f343bff37768df)]
|
|
1111
|
+
- API tokens views created with modal [Unai - [`104d827`](https://github.com/eea/volto-clms-theme/commit/104d827a4c803baf13da9dac8596b39cfa413c24)]
|
|
1112
|
+
- profile and api tokens in diferent files using tabs v1 [Unai - [`12f216f`](https://github.com/eea/volto-clms-theme/commit/12f216f0c5ec0ea76dfb7a3b9004c9bfe1fd4321)]
|
|
1113
|
+
- profile and token using CclTabs [Unai - [`f66d3e9`](https://github.com/eea/volto-clms-theme/commit/f66d3e93635849785210753f905fd6ae415a4076)]
|
|
1114
|
+
- created API tokens branch for testing this new component [Unai - [`5a6636c`](https://github.com/eea/volto-clms-theme/commit/5a6636c8759017a7b6c5e8a81a740d2158698ad3)]
|
|
1115
|
+
### [1.0.18](https://github.com/eea/volto-clms-theme/compare/1.0.17...1.0.18) - 6 August 2021
|
|
1116
|
+
|
|
1117
|
+
### [1.0.17](https://github.com/eea/volto-clms-theme/compare/1.0.16...1.0.17) - 6 August 2021
|
|
1118
|
+
|
|
1119
|
+
#### :hammer_and_wrench: Others
|
|
1120
|
+
|
|
1121
|
+
- cart state [bipoza - [`ea60085`](https://github.com/eea/volto-clms-theme/commit/ea6008592bc6ff57368acf86d72888189b59485f)]
|
|
1122
|
+
- control if user is loggedIn and download items selector [bipoza - [`d0e6b97`](https://github.com/eea/volto-clms-theme/commit/d0e6b9757ba8dd4805d0ab181e9cb05ab5b1f427)]
|
|
1123
|
+
- basic cart state hook [bipoza - [`1d251c1`](https://github.com/eea/volto-clms-theme/commit/1d251c1c3f073436b0e19109123d8d78c15a4899)]
|
|
1124
|
+
- extra breadcrumb items from redux state [bipoza - [`9ec521d`](https://github.com/eea/volto-clms-theme/commit/9ec521d63b4da4cad230bde45cb51fd97e617000)]
|
|
1125
|
+
- dynamic map dataset api url [bipoza - [`5c0e4d4`](https://github.com/eea/volto-clms-theme/commit/5c0e4d48880e3976ea0017a1c9c78c7bc6dcce57)]
|
|
1126
|
+
### [1.0.16](https://github.com/eea/volto-clms-theme/compare/1.0.15...1.0.16) - 3 August 2021
|
|
1127
|
+
|
|
1128
|
+
#### :hammer_and_wrench: Others
|
|
1129
|
+
|
|
1130
|
+
- breadcrumb with extra items [bipoza - [`2827e9f`](https://github.com/eea/volto-clms-theme/commit/2827e9fe255605930762d085c724f4bd895c8025)]
|
|
1131
|
+
- new widget for map layer configuration [Mikel Larreategi - [`70a9f3c`](https://github.com/eea/volto-clms-theme/commit/70a9f3cf493b116db65a5bf1aae7da32580c1258)]
|
|
1132
|
+
- removed download-by-area path from /home [bipoza - [`a6b77b2`](https://github.com/eea/volto-clms-theme/commit/a6b77b210ba22338147f0c2559743a482511f1ba)]
|
|
1133
|
+
- eslint [bipoza - [`0522314`](https://github.com/eea/volto-clms-theme/commit/0522314ee7d0518ff136ddfc22e8bc76c5cca033)]
|
|
1134
|
+
- Map Viewer View [bipoza - [`545905a`](https://github.com/eea/volto-clms-theme/commit/545905a48572495d2cca3d054016148cf6f41691)]
|
|
1135
|
+
- cclListingCard bug fixed [bipoza - [`9b6f89b`](https://github.com/eea/volto-clms-theme/commit/9b6f89b73614f07992166d8cf0366662e8fd32be)]
|
|
1136
|
+
### [1.0.15](https://github.com/eea/volto-clms-theme/compare/1.0.14...1.0.15) - 28 July 2021
|
|
1137
|
+
|
|
1138
|
+
#### :hammer_and_wrench: Others
|
|
1139
|
+
|
|
1140
|
+
- maps.less to maps.css [bipoza - [`195b54d`](https://github.com/eea/volto-clms-theme/commit/195b54d371c97438cbfc13a6af035ae981e5b110)]
|
|
1141
|
+
### [1.0.14](https://github.com/eea/volto-clms-theme/compare/1.0.13...1.0.14) - 27 July 2021
|
|
1142
|
+
|
|
1143
|
+
#### :hammer_and_wrench: Others
|
|
1144
|
+
|
|
1145
|
+
- @eeacms/volto-arcgis-block from npm [bipoza - [`a609793`](https://github.com/eea/volto-clms-theme/commit/a609793948d807493a3a77a8c81c6f888760208f)]
|
|
1146
|
+
- remove bs-BA language [ionlizarazu - [`d41d675`](https://github.com/eea/volto-clms-theme/commit/d41d675ce06935035e85530827969cfbfff60bc7)]
|
|
1147
|
+
- add locales [ionlizarazu - [`08249d4`](https://github.com/eea/volto-clms-theme/commit/08249d46f814bed2aae7cc9d722583d6768c2cee)]
|
|
1148
|
+
- header multilingual [ionlizarazu - [`3716bfb`](https://github.com/eea/volto-clms-theme/commit/3716bfbfc0b2287caf911829049bd31e3093640d)]
|
|
1149
|
+
- react-svg dependecy [ionlizarazu - [`e0c0a80`](https://github.com/eea/volto-clms-theme/commit/e0c0a8012dd66e0551db295fee60ff155e63d508)]
|
|
1150
|
+
- footer [ionlizarazu - [`b3f742d`](https://github.com/eea/volto-clms-theme/commit/b3f742d39f4ed97de673a2b7462e67b571ae359d)]
|
|
1151
|
+
- remove bs-BA [ionlizarazu - [`8080aac`](https://github.com/eea/volto-clms-theme/commit/8080aac5af364af2abe3f6cadb1208af4f7f1012)]
|
|
1152
|
+
### [1.0.13](https://github.com/eea/volto-clms-theme/compare/1.0.12...1.0.13) - 9 July 2021
|
|
1153
|
+
|
|
1154
|
+
#### :hammer_and_wrench: Others
|
|
1155
|
+
|
|
1156
|
+
- replace @collective/volto-dropdownmenu with volto-dropdownmenu [ionlizarazu - [`07f004f`](https://github.com/eea/volto-clms-theme/commit/07f004fe0219e403fb51bc045c83d34f3b981f76)]
|
|
1157
|
+
- add NODE_ENV parameter [ionlizarazu - [`101f27c`](https://github.com/eea/volto-clms-theme/commit/101f27c25b8fbd192e1b11865e95cf5ffee08c1b)]
|
|
1158
|
+
- upgrade volto-dropdownmenu version [ionlizarazu - [`2081855`](https://github.com/eea/volto-clms-theme/commit/2081855301f4c708776e0dbab39db143cee00dbc)]
|
|
1159
|
+
- HomeSearch block missing url behaviour [ionlizarazu - [`d20a378`](https://github.com/eea/volto-clms-theme/commit/d20a378ce3f254b8343692348f314bf281974542)]
|
|
1160
|
+
- babel configuration [ionlizarazu - [`203ea2d`](https://github.com/eea/volto-clms-theme/commit/203ea2de07f99ca3403e4ca220ca74d7ce69b61d)]
|
|
1161
|
+
- prettier [ionlizarazu - [`e79e26b`](https://github.com/eea/volto-clms-theme/commit/e79e26bf2fa40ba7b4eb53a24dabd87928221c28)]
|
|
1162
|
+
- Jenkinsfile cypress test [ionlizarazu - [`b385d65`](https://github.com/eea/volto-clms-theme/commit/b385d65986f717c60f8c434a08fc11b829d08eb4)]
|
|
1163
|
+
- cypress [ionlizarazu - [`a243cf0`](https://github.com/eea/volto-clms-theme/commit/a243cf0182fa3dd113c16ff495c71e310252d83b)]
|
|
1164
|
+
- some fixes [ionlizarazu - [`046279b`](https://github.com/eea/volto-clms-theme/commit/046279b9d05bea8a64eca03eed493e02621534c9)]
|
|
1165
|
+
- home search block new features [ionlizarazu - [`e31d76c`](https://github.com/eea/volto-clms-theme/commit/e31d76c8bb84df0e78aaf11e83eadc7aa9e268da)]
|
|
1166
|
+
- i18n [ionlizarazu - [`63b20cd`](https://github.com/eea/volto-clms-theme/commit/63b20cd9ecd2b65e468876574b4de6057a5ae0ac)]
|
|
1167
|
+
- change style for lrf content-type [Lur Ibargutxi - [`b27873f`](https://github.com/eea/volto-clms-theme/commit/b27873fd16b7f97b6403a6669134f7b12f258b38)]
|
|
1168
|
+
- add supported languages and some block fixes [Unai - [`02b8388`](https://github.com/eea/volto-clms-theme/commit/02b83882f8d39f5c5ebe54d3869189aae2b25942)]
|
|
1169
|
+
- remove warnings [ionlizarazu - [`c30f5a4`](https://github.com/eea/volto-clms-theme/commit/c30f5a4cf55c063d14b6676e1bc13bede22e14ca)]
|
|
1170
|
+
- header fixes [Unai - [`3e0ab53`](https://github.com/eea/volto-clms-theme/commit/3e0ab53c3f38bc13a0ee4844a9f521980d8b4695)]
|
|
1171
|
+
- header fixes [Unai - [`5627d95`](https://github.com/eea/volto-clms-theme/commit/5627d955d6d9a0e5a929842ad0392ff35971ac6e)]
|
|
1172
|
+
- customing only toolbar element [Unai - [`1737fb3`](https://github.com/eea/volto-clms-theme/commit/1737fb3d0e070ea06be2ab7c3da8a4a2e2b61027)]
|
|
1173
|
+
- some fixes [Unai - [`ae8faa7`](https://github.com/eea/volto-clms-theme/commit/ae8faa76bbbacc01e19ee8674fc37020308f108a)]
|
|
1174
|
+
- ESLint fixes [Unai - [`33f74cb`](https://github.com/eea/volto-clms-theme/commit/33f74cb05d7db28f9a3afd53d164768c5c08c3fe)]
|
|
1175
|
+
- toolbar/header changes depending on user rol and some fixes in other blocks [Unai - [`06baa12`](https://github.com/eea/volto-clms-theme/commit/06baa120e5f156aba330b27078bc511b475ff3b9)]
|
|
1176
|
+
- header user fixed [Unai - [`8209b91`](https://github.com/eea/volto-clms-theme/commit/8209b9185ce90deb6bd0043ac62494be90b19f92)]
|
|
1177
|
+
- Header changes depending on user and Tabs prettier fix [Unai - [`4e7c6c2`](https://github.com/eea/volto-clms-theme/commit/4e7c6c2a5e64d35366ececa81fb0675b8be93359)]
|
|
1178
|
+
### [1.0.12](https://github.com/eea/volto-clms-theme/compare/1.0.11...1.0.12) - 29 June 2021
|
|
1179
|
+
|
|
1180
|
+
#### :hammer_and_wrench: Others
|
|
1181
|
+
|
|
1182
|
+
- home page green and white blocks changes [Unai - [`e476231`](https://github.com/eea/volto-clms-theme/commit/e47623180897ea9755f03c38204cd0669c00dd82)]
|
|
1183
|
+
- future removed fields [ionlizarazu - [`8bcaf54`](https://github.com/eea/volto-clms-theme/commit/8bcaf5411ac0f7a180014ee7507cdcbfb7440e67)]
|
|
1184
|
+
- prettier [Lur Ibargutxi - [`56b39e3`](https://github.com/eea/volto-clms-theme/commit/56b39e36facfc4fd522a369e8934bf209a6275ec)]
|
|
1185
|
+
- Bounding widget more accurated properties [ionlizarazu - [`0013ab5`](https://github.com/eea/volto-clms-theme/commit/0013ab566f05c87e4f160695218b8a087871ec8e)]
|
|
1186
|
+
- reorganize code from HomeBgImage component [ionlizarazu - [`18607db`](https://github.com/eea/volto-clms-theme/commit/18607db2261fa45e6b80adb89c35d38e80eb9ddc)]
|
|
1187
|
+
- home page green/white bg blocks [Unai - [`b59f7fb`](https://github.com/eea/volto-clms-theme/commit/b59f7fb3dc582d21e699d5e7a550b1dcf6287c79)]
|
|
1188
|
+
### [1.0.11](https://github.com/eea/volto-clms-theme/compare/1.0.10...1.0.11) - 17 June 2021
|
|
1189
|
+
|
|
1190
|
+
#### :hammer_and_wrench: Others
|
|
1191
|
+
|
|
1192
|
+
- volto-dropdownmenu version [ionlizarazu - [`f8f1b3c`](https://github.com/eea/volto-clms-theme/commit/f8f1b3ca42e274a9823c5ba7f5f7f09f14ec230d)]
|
|
1193
|
+
- formatting [ionlizarazu - [`e57c64b`](https://github.com/eea/volto-clms-theme/commit/e57c64bc1cb8dc4f91821952f63f92ec93987229)]
|
|
1194
|
+
- merge develop into user-profile-view branch [ionlizarazu - [`3904f71`](https://github.com/eea/volto-clms-theme/commit/3904f71acd448c04c72344aa4a5407b153fc2c6f)]
|
|
1195
|
+
- merge Develop into bounding-widget branch [ionlizarazu - [`35eb537`](https://github.com/eea/volto-clms-theme/commit/35eb537b381e319aad73228c402908ada7224431)]
|
|
1196
|
+
- widget for bounding boxes [ionlizarazu - [`182735d`](https://github.com/eea/volto-clms-theme/commit/182735dc0d1169f5ba253ad65e5497d348239fba)]
|
|
1197
|
+
- remove setState [ionlizarazu - [`8a29edb`](https://github.com/eea/volto-clms-theme/commit/8a29edba53c37346c61c9620fa0c3d2d7b59a801)]
|
|
1198
|
+
- lint [Lur Ibargutxi - [`d6d8c6d`](https://github.com/eea/volto-clms-theme/commit/d6d8c6d0f02dc1fd3f710c2dc76fa99ee67a0327)]
|
|
1199
|
+
- user profile editor view [ionlizarazu - [`6e39ef0`](https://github.com/eea/volto-clms-theme/commit/6e39ef08a8a588710f4deb40bfc10e1fb858ac6f)]
|
|
1200
|
+
- volto-resize-helper [Unai - [`a88c6db`](https://github.com/eea/volto-clms-theme/commit/a88c6dba6f780d42e7a67ddc820015afedb4b0f4)]
|
|
1201
|
+
- slate integration [Unai - [`762c0d6`](https://github.com/eea/volto-clms-theme/commit/762c0d6f947b3643f5b3532ae2930b38fa1dfe44)]
|
|
1202
|
+
- slate addon integration [Unai - [`b52f387`](https://github.com/eea/volto-clms-theme/commit/b52f3872081f47a27b5240abdd2f353bbf332f05)]
|
|
1203
|
+
- fix dateformat [ionlizarazu - [`7d68def`](https://github.com/eea/volto-clms-theme/commit/7d68def059e4c35d1c4074064d99ae1269896108)]
|
|
1204
|
+
- new usecase list block [ionlizarazu - [`f5046d6`](https://github.com/eea/volto-clms-theme/commit/f5046d683e63793cde6cf618af33676430e8d66d)]
|
|
1205
|
+
- arcgis dependency [bipoza - [`3155b57`](https://github.com/eea/volto-clms-theme/commit/3155b573a79f118d6306e5d4f8fa5e68c8f01cc1)]
|
|
1206
|
+
- eslint [bipoza - [`4f77d4d`](https://github.com/eea/volto-clms-theme/commit/4f77d4d16b949cd63ac3727035fa97c07b3bf4ae)]
|
|
1207
|
+
- eslint [bipoza - [`f08b10f`](https://github.com/eea/volto-clms-theme/commit/f08b10fe0a44be3a4e90dbfb681b38a928be4898)]
|
|
1208
|
+
- custom land design [bipoza - [`577198a`](https://github.com/eea/volto-clms-theme/commit/577198a9a17319d31c48c869e30074ee35746175)]
|
|
1209
|
+
- slate integration [Unai - [`24119c1`](https://github.com/eea/volto-clms-theme/commit/24119c1985986a266c6b4c07e435bfb04acb6f78)]
|
|
1210
|
+
- @eeacms/volto-arcgis-block package added [bipoza - [`226d9c7`](https://github.com/eea/volto-clms-theme/commit/226d9c798a8c6dbae59af24aa371aa1067f5ae80)]
|
|
1211
|
+
- volto-arcgis-block-customizations [bipoza - [`143443c`](https://github.com/eea/volto-clms-theme/commit/143443c81af1d44104ec79589277b7386f1273d7)]
|
|
1212
|
+
### [1.0.10](https://github.com/eea/volto-clms-theme/compare/1.0.9...1.0.10) - 27 May 2021
|
|
1213
|
+
|
|
1214
|
+
### [1.0.9](https://github.com/eea/volto-clms-theme/compare/1.0.8...1.0.9) - 26 May 2021
|
|
1215
|
+
|
|
1216
|
+
#### :hammer_and_wrench: Others
|
|
1217
|
+
|
|
1218
|
+
- revert volto-dropdownmenu dependecies modifications [ionlizarazu - [`778c748`](https://github.com/eea/volto-clms-theme/commit/778c748abd780a233d0815b04c62cadadedcb2e7)]
|
|
1219
|
+
- fix dependecies [ionlizarazu - [`d5bfd91`](https://github.com/eea/volto-clms-theme/commit/d5bfd91cc60f0d257ac8450e40c118ab526d2dbb)]
|
|
1220
|
+
- fix cards container class problem [ionlizarazu - [`1efb10e`](https://github.com/eea/volto-clms-theme/commit/1efb10ed8a7575b971a302aeb88dc27573ed4351)]
|
|
1221
|
+
- upgrade volto-dropdownmenu and volto-tabs-block versions [ionlizarazu - [`978b48c`](https://github.com/eea/volto-clms-theme/commit/978b48cd66088686e22be5a0cda55c1cbb913e15)]
|
|
1222
|
+
- maps styles css [ionlizarazu - [`0970a5c`](https://github.com/eea/volto-clms-theme/commit/0970a5c2dfa98d17f0ab8cc5fff3148cc8415657)]
|
|
1223
|
+
### [1.0.8](https://github.com/eea/volto-clms-theme/compare/1.0.7...1.0.8) - 24 May 2021
|
|
1224
|
+
|
|
1225
|
+
#### :hammer_and_wrench: Others
|
|
1226
|
+
|
|
1227
|
+
- events image placeholder [ionlizarazu - [`9eae6e6`](https://github.com/eea/volto-clms-theme/commit/9eae6e6197690fbccd4f35abb2b2844e2dc4bc2c)]
|
|
1228
|
+
- card modifications [ionlizarazu - [`d0afea5`](https://github.com/eea/volto-clms-theme/commit/d0afea5c6b592dcb9c18b846a0c0985a5d9f4387)]
|
|
1229
|
+
- import renamed component [ionlizarazu - [`3210174`](https://github.com/eea/volto-clms-theme/commit/3210174746c35290fad34e183ba47536299ea53f)]
|
|
1230
|
+
- rename components [ionlizarazu - [`0793812`](https://github.com/eea/volto-clms-theme/commit/079381219b14aa388aa4a6df8b2e56fe22ff6160)]
|
|
1231
|
+
- fix card-container class [ionlizarazu - [`051ca32`](https://github.com/eea/volto-clms-theme/commit/051ca32cfd87ab72574ed6dc314023ae77a59483)]
|
|
1232
|
+
- merge develop into news-item-view branch [ionlizarazu - [`4a346d2`](https://github.com/eea/volto-clms-theme/commit/4a346d2051bbcaa74c74368c420a92ca5e1a7337)]
|
|
1233
|
+
- prettier fix [Unai - [`010b22f`](https://github.com/eea/volto-clms-theme/commit/010b22f5f72ad5c7e9be0ab8a1c7588b0c21a0cd)]
|
|
1234
|
+
- event view with CclListingCards [Unai - [`2d6d66c`](https://github.com/eea/volto-clms-theme/commit/2d6d66c9c0effc2a2aa0908c221c22cd80790be4)]
|
|
1235
|
+
- event view with prettier [Unai - [`7f6de56`](https://github.com/eea/volto-clms-theme/commit/7f6de56bc2e58e16426ada46fc5db304582d638c)]
|
|
1236
|
+
- event view [Unai - [`c671a49`](https://github.com/eea/volto-clms-theme/commit/c671a491d5d2a525c35b3b1b0a37463fa8a45633)]
|
|
1237
|
+
- Event component [Unai - [`4d44f5a`](https://github.com/eea/volto-clms-theme/commit/4d44f5ad951f8432cdfd00423308993ea00604e7)]
|
|
1238
|
+
- news item view component [ionlizarazu - [`d6b5218`](https://github.com/eea/volto-clms-theme/commit/d6b52184b1c633580c49206b7048fe972fde9896)]
|
|
1239
|
+
- add index key to map() [ionlizarazu - [`41b3776`](https://github.com/eea/volto-clms-theme/commit/41b3776c8a5909f85f636a02ee3f7c99e64ef003)]
|
|
1240
|
+
- prevent import error when upgrading Volto 13 [ionlizarazu - [`9c74923`](https://github.com/eea/volto-clms-theme/commit/9c7492312dc5339cd15490b91c0f837d41a8b1c1)]
|
|
1241
|
+
- Event View component [Unai - [`b406d77`](https://github.com/eea/volto-clms-theme/commit/b406d773b2a1e617c9cb517b4924bfab970fec6f)]
|
|
1242
|
+
### [1.0.7](https://github.com/eea/volto-clms-theme/compare/1.0.6...1.0.7) - 12 May 2021
|
|
1243
|
+
|
|
1244
|
+
### [1.0.6](https://github.com/eea/volto-clms-theme/compare/1.0.5...1.0.6) - 12 May 2021
|
|
1245
|
+
|
|
1246
|
+
#### :hammer_and_wrench: Others
|
|
1247
|
+
|
|
1248
|
+
- dependencies [Lur Ibargutxi - [`a0344ad`](https://github.com/eea/volto-clms-theme/commit/a0344add50c88031ee0ccae64ecfe93ad72ed099)]
|
|
1249
|
+
- styles [ionlizarazu - [`4b778bd`](https://github.com/eea/volto-clms-theme/commit/4b778bd212d91265c9ca464e50af775e183f67d8)]
|
|
1250
|
+
- remove tag style [ionlizarazu - [`c39dabc`](https://github.com/eea/volto-clms-theme/commit/c39dabce246ff7c9fc819f43b33da1b52ad67332)]
|
|
1251
|
+
- home users carousel css and code cleaning [ionlizarazu - [`00361cf`](https://github.com/eea/volto-clms-theme/commit/00361cf2b8e938be97a4e0e3f204decb7cf83369)]
|
|
1252
|
+
- merge develop into volto-tabs-block [bipoza - [`0050439`](https://github.com/eea/volto-clms-theme/commit/00504390d9649315d21b3ee13e06069a41de9dfe)]
|
|
1253
|
+
- github url [bipoza - [`ec0f7e6`](https://github.com/eea/volto-clms-theme/commit/ec0f7e65a353b52064feedbf6d1d69b217dc6bee)]
|
|
1254
|
+
- added github repo dependency [bipoza - [`4abc866`](https://github.com/eea/volto-clms-theme/commit/4abc86645b84398fbaa1033a0223497c90e7168d)]
|
|
1255
|
+
- ccl Tabs renamed [bipoza - [`1417a62`](https://github.com/eea/volto-clms-theme/commit/1417a6255948d68599b093d5b191425d32cfc895)]
|
|
1256
|
+
- home user add image [ionlizarazu - [`2bbcb48`](https://github.com/eea/volto-clms-theme/commit/2bbcb4875467fdd0da156a557dd79a6bb1317e45)]
|
|
1257
|
+
- block selected icon info [bipoza - [`d080401`](https://github.com/eea/volto-clms-theme/commit/d080401fbe510c941dab4c257ae823520e9ea6e9)]
|
|
1258
|
+
- getFontAwesomeIconList documentation [bipoza - [`ca9c62b`](https://github.com/eea/volto-clms-theme/commit/ca9c62be626a1587920b24c4ab88ce9d4423ee9e)]
|
|
1259
|
+
- font awesome seach schema [bipoza - [`eb5fc17`](https://github.com/eea/volto-clms-theme/commit/eb5fc17e80377bc1b3a75e67a01a4e2cde84045f)]
|
|
1260
|
+
- prettier [bipoza - [`3249ed5`](https://github.com/eea/volto-clms-theme/commit/3249ed504f1710864f0854bccc61d5d5e0d2f18b)]
|
|
1261
|
+
- font awesome editor schema [bipoza - [`dcc98a2`](https://github.com/eea/volto-clms-theme/commit/dcc98a2dedbd332bc3271d80434f021c1fe789e0)]
|
|
1262
|
+
- add key to map() [ionlizarazu - [`356d678`](https://github.com/eea/volto-clms-theme/commit/356d6785f381b6f07ae40fd57d794ee1b4f5501f)]
|
|
1263
|
+
- remove DocumentView [ionlizarazu - [`879c78f`](https://github.com/eea/volto-clms-theme/commit/879c78f779392063d1d03574ffad6cd1d4c01eb1)]
|
|
1264
|
+
- use custom templates at listing block [ionlizarazu - [`6671270`](https://github.com/eea/volto-clms-theme/commit/6671270acb4a8e5aef7a2ee7d4e9f61ca763c3b7)]
|
|
1265
|
+
- add image [ionlizarazu - [`45618ae`](https://github.com/eea/volto-clms-theme/commit/45618aefcac9a49fe69ac8cc70c2b276c612f111)]
|
|
1266
|
+
- news template for listing [ionlizarazu - [`e0a3fde`](https://github.com/eea/volto-clms-theme/commit/e0a3fdea3cf266486ec0bf3a4dc99dcdf7fb581d)]
|
|
1267
|
+
- code cleaned [bipoza - [`5dc5c25`](https://github.com/eea/volto-clms-theme/commit/5dc5c257caf8d57e7e1e879550ea1e514d63b01e)]
|
|
1268
|
+
- Home tabs voltoTabsBlock template [bipoza - [`f972c13`](https://github.com/eea/volto-clms-theme/commit/f972c13d7f4f5036a7fc110a39b785819fc58233)]
|
|
1269
|
+
- volto-tabs-block [bipoza - [`c166456`](https://github.com/eea/volto-clms-theme/commit/c166456f53b586db6522eda2c851446b86d20eb4)]
|
|
1270
|
+
- add templates to listing block [ionlizarazu - [`52fe97a`](https://github.com/eea/volto-clms-theme/commit/52fe97a48f3191891625314d88bc50425850c3df)]
|
|
1271
|
+
### [1.0.5](https://github.com/eea/volto-clms-theme/compare/1.0.4...1.0.5) - 10 May 2021
|
|
1272
|
+
|
|
1273
|
+
#### :hammer_and_wrench: Others
|
|
1274
|
+
|
|
1275
|
+
- Release 1.0.5 [Aitzol Naberan Burgaña - [`4b84bcf`](https://github.com/eea/volto-clms-theme/commit/4b84bcf85b269b767605d0e382d2722982849a0a)]
|
|
1276
|
+
- prepare husky [ionlizarazu - [`a58d522`](https://github.com/eea/volto-clms-theme/commit/a58d52202db5babec54d2778857f367eee7c4ce2)]
|
|
1277
|
+
- eslint [bipoza - [`232d398`](https://github.com/eea/volto-clms-theme/commit/232d39896eb4965cdc122a00194812b54e6403f2)]
|
|
1278
|
+
- dropdown-menu customizations multilingual [bipoza - [`d4d2a1c`](https://github.com/eea/volto-clms-theme/commit/d4d2a1c2b6951a72ca2ab7e3fec1e297f2fae002)]
|
|
1279
|
+
- simplified dynamic header and footer [bipoza - [`72f78a9`](https://github.com/eea/volto-clms-theme/commit/72f78a91fb695e8fdf469de72290aa87f6a1bd4b)]
|
|
1280
|
+
- add dependencies [ionlizarazu - [`39a4be9`](https://github.com/eea/volto-clms-theme/commit/39a4be96ff41fe3346baed9558794cd90e40df77)]
|
|
1281
|
+
- fix prettier [ionlizarazu - [`3d7b369`](https://github.com/eea/volto-clms-theme/commit/3d7b369011e2de29d71b82b15f55d39aa58549e5)]
|
|
1282
|
+
- dynamic menu [Unai - [`0ba8c15`](https://github.com/eea/volto-clms-theme/commit/0ba8c157a129b25dfafb69f9afe6b1a04043e9d8)]
|
|
1283
|
+
- Home User Block editing [Lur Ibargutxi - [`2aa06e5`](https://github.com/eea/volto-clms-theme/commit/2aa06e549a09e633f30650d0664264d3b3d63159)]
|
|
1284
|
+
- recalc ui container width [ionlizarazu - [`be29799`](https://github.com/eea/volto-clms-theme/commit/be297996f4a181de82e38dac3f34a684f65811aa)]
|
|
1285
|
+
- 100vmax for home ui container [Lur Ibargutxi - [`6cdde9a`](https://github.com/eea/volto-clms-theme/commit/6cdde9a17dc3c4ec2c62dbbbe866ced5743dee3c)]
|
|
1286
|
+
- testing new block for home [ionlizarazu - [`0051722`](https://github.com/eea/volto-clms-theme/commit/005172269c1f217c303ecddda026d3f3daf5b46f)]
|
|
1287
|
+
- home products renamed variables [ionlizarazu - [`3f8538e`](https://github.com/eea/volto-clms-theme/commit/3f8538e83b22b412e7bd376174e4694f7b65c87a)]
|
|
1288
|
+
- footer dynamic menu fix [Unai - [`1983338`](https://github.com/eea/volto-clms-theme/commit/1983338d284e9a9066b6e94ff735ebe9d0203fc6)]
|
|
1289
|
+
- footer dynamic menu fix [Unai - [`a612696`](https://github.com/eea/volto-clms-theme/commit/a6126966b1387b023c19a5aaff8e7c654c162e64)]
|
|
1290
|
+
### [1.0.4](https://github.com/eea/volto-clms-theme/compare/1.0.3...1.0.4) - 6 May 2021
|
|
1291
|
+
|
|
1292
|
+
#### :hammer_and_wrench: Others
|
|
1293
|
+
|
|
1294
|
+
- added dropdown-menu addon on theme [bipoza - [`b58f1af`](https://github.com/eea/volto-clms-theme/commit/b58f1afcdcc5ab416ab42a8409482aa5c79bae4d)]
|
|
1295
|
+
- dropdown link bug fixed [bipoza - [`92a9a36`](https://github.com/eea/volto-clms-theme/commit/92a9a365a73e27cf38d3d0cdacbb11194aad44b3)]
|
|
1296
|
+
- volto-dropdownmenu custom component [bipoza - [`20244f3`](https://github.com/eea/volto-clms-theme/commit/20244f3a6f28cae47e08586e74e2e546158ef4ba)]
|
|
1297
|
+
### [1.0.3](https://github.com/eea/volto-clms-theme/compare/1.0.2...1.0.3) - 5 May 2021
|
|
1298
|
+
|
|
1299
|
+
#### :hammer_and_wrench: Others
|
|
1300
|
+
|
|
1301
|
+
- Sonarcube step only merging on master [Aitzol Naberan Burgaña - [`fb8a49d`](https://github.com/eea/volto-clms-theme/commit/fb8a49d7dfb5c046776b90d2e456c8d336322fce)]
|
|
1302
|
+
- New release [Aitzol Naberan Burgaña - [`47d4259`](https://github.com/eea/volto-clms-theme/commit/47d425998eba7c8f7d43d39ecee9f77c6828dfb6)]
|
|
1303
|
+
- add new group for blocks to add our custom blocks there [ionlizarazu - [`f4fa04f`](https://github.com/eea/volto-clms-theme/commit/f4fa04f9a4e41510bfc353cd623e5967104bf93c)]
|
|
1304
|
+
- home search and products block [ionlizarazu - [`a57303b`](https://github.com/eea/volto-clms-theme/commit/a57303b29ae6b20fe78b4f356df6ccf1d268c862)]
|
|
1305
|
+
- css customizations for home blocks [ionlizarazu - [`5e5a859`](https://github.com/eea/volto-clms-theme/commit/5e5a859431ace0fdea5aa83fb48a7baf7a92615d)]
|
|
1306
|
+
- import card schema from the same file [ionlizarazu - [`36dc06c`](https://github.com/eea/volto-clms-theme/commit/36dc06ceac3a4ba9fa9ab8765abdc476da607a9e)]
|
|
1307
|
+
- add theme folder to the stylelint command [ionlizarazu - [`4dc1af3`](https://github.com/eea/volto-clms-theme/commit/4dc1af3456f51c25953923284cfeba5c4bd9da4c)]
|
|
1308
|
+
- stylelint automatic fixes [ionlizarazu - [`52e35b4`](https://github.com/eea/volto-clms-theme/commit/52e35b4d6ed5bc33953202071e5c471986e6110a)]
|
|
1309
|
+
- Newline [Aitzol Naberan Burgaña - [`01ef1c5`](https://github.com/eea/volto-clms-theme/commit/01ef1c5bc76a1725dcc3ef7739dd615c9754a175)]
|
|
1310
|
+
- full width plone-site content type [ionlizarazu - [`ded9191`](https://github.com/eea/volto-clms-theme/commit/ded9191fb3cab2d5ab6dc7625482c19251b7ba56)]
|
|
1311
|
+
- organize customBlocks properties, getting them out of index.js and adding into blocks folder. New CclProductLeftMenu block component added [ionlizarazu - [`e927add`](https://github.com/eea/volto-clms-theme/commit/e927addf8475cea5d3ef120c910f9fff11a0da14)]
|
|
1312
|
+
- top main menu component fixes [ionlizarazu - [`eed0a1c`](https://github.com/eea/volto-clms-theme/commit/eed0a1c5eef44ebabed72fa32f9fff1e434a29f6)]
|
|
1313
|
+
- dataset info content tooltip info added [bipoza - [`3d64560`](https://github.com/eea/volto-clms-theme/commit/3d6456073a6fb4260e72c98b6877d22b206cf755)]
|
|
1314
|
+
- Dataset card and accordion [Unai - [`d6f4381`](https://github.com/eea/volto-clms-theme/commit/d6f4381b6e88589eb80bf51f823a689a822453f2)]
|
|
1315
|
+
- import React from 'react'; [Unai - [`4547d29`](https://github.com/eea/volto-clms-theme/commit/4547d297870691cb551d5954de8b1725271fa58f)]
|
|
1316
|
+
- prettier [bipoza - [`a1b5c82`](https://github.com/eea/volto-clms-theme/commit/a1b5c82b7e361f856ec3b63716a5264ceefa398c)]
|
|
1317
|
+
- import React from 'react'; [Unai - [`6e05ae6`](https://github.com/eea/volto-clms-theme/commit/6e05ae644a570bf77d608092af2e1deb57e44dd0)]
|
|
1318
|
+
### [1.0.2](https://github.com/eea/volto-clms-theme/compare/1.0.1...1.0.2) - 29 April 2021
|
|
1319
|
+
|
|
1320
|
+
#### :hammer_and_wrench: Others
|
|
1321
|
+
|
|
1322
|
+
- release version 1.0.2 [ionlizarazu - [`5d617e8`](https://github.com/eea/volto-clms-theme/commit/5d617e8b10c00259ccd0f26629eb91d1b75ac67d)]
|
|
1323
|
+
- font awesome dependencies [bipoza - [`bba5312`](https://github.com/eea/volto-clms-theme/commit/bba53129561253335520a13d8dae089fd9a57891)]
|
|
1324
|
+
- CclTopMainMenu componet for header [ionlizarazu - [`6ab019c`](https://github.com/eea/volto-clms-theme/commit/6ab019cc489302d362a773b1f6b9353509764e00)]
|
|
1325
|
+
- prettier [ionlizarazu - [`6902dda`](https://github.com/eea/volto-clms-theme/commit/6902dda7a3e74d128db045bc823a1a573b1d8995)]
|
|
1326
|
+
- add fontawesome [ionlizarazu - [`b431b61`](https://github.com/eea/volto-clms-theme/commit/b431b6192e92cdd027fc68dfbd0006de32f08dfe)]
|
|
1327
|
+
- typo fix [ionlizarazu - [`68cc502`](https://github.com/eea/volto-clms-theme/commit/68cc502df6eceaf63bc70d8d5b08fb198dd697f1)]
|
|
1328
|
+
- add key index for a correct mapping [ionlizarazu - [`0afe360`](https://github.com/eea/volto-clms-theme/commit/0afe360ddf879d85e92d2d72eadb8f0c06904c37)]
|
|
1329
|
+
- remove comment [ionlizarazu - [`ce70f66`](https://github.com/eea/volto-clms-theme/commit/ce70f663aee28ca41197c0ca8ae3ecbaf553dc5e)]
|
|
1330
|
+
- remove fontawesome reference from ccl.less file [ionlizarazu - [`e8557fe`](https://github.com/eea/volto-clms-theme/commit/e8557fe71d28b1697c8981006b1f9d49c3be8f45)]
|
|
1331
|
+
- dataResourceLocator [bipoza - [`72ec54b`](https://github.com/eea/volto-clms-theme/commit/72ec54bd6bc3d8d62f1d9dc04f4e0d07208cd0ce)]
|
|
1332
|
+
- Metadata Content [ionlizarazu - [`a944960`](https://github.com/eea/volto-clms-theme/commit/a9449608c62c7e6c20719ed08a380db210e6ae39)]
|
|
1333
|
+
- Dynamic featured image [bipoza - [`65c0634`](https://github.com/eea/volto-clms-theme/commit/65c063485bf5032ecfc95c3f32911a90c2b4f698)]
|
|
1334
|
+
- added parameter to edit tooltip text [bipoza - [`a0b1fd0`](https://github.com/eea/volto-clms-theme/commit/a0b1fd04d9dae8553a80057904c8d3582d86c8c3)]
|
|
1335
|
+
- Added StringToHTML doc [bipoza - [`f3d305e`](https://github.com/eea/volto-clms-theme/commit/f3d305e9168e9e4108f098cc9e27f06f750541e5)]
|
|
1336
|
+
- StringToHTML utils added [bipoza - [`22bdce4`](https://github.com/eea/volto-clms-theme/commit/22bdce45d78df1d25746e3a9d3be732bf58d7570)]
|
|
1337
|
+
- add font-awesome [ionlizarazu - [`6f7c71b`](https://github.com/eea/volto-clms-theme/commit/6f7c71bc9752eecf2f1b3e4a6bd60cf9ff238326)]
|
|
1338
|
+
- Basic CclInfoContainer [bipoza - [`2ad07da`](https://github.com/eea/volto-clms-theme/commit/2ad07dafab69aa76a53be439bad4a59012eff57e)]
|
|
1339
|
+
- utils components [bipoza - [`d1208fe`](https://github.com/eea/volto-clms-theme/commit/d1208fe878af847a1f98ae285f062f2919b4efe7)]
|
|
1340
|
+
- CLMSDatasetDetail contents [bipoza - [`9a77d81`](https://github.com/eea/volto-clms-theme/commit/9a77d81ee399d20698cc61d6cdffb32eb36b61ce)]
|
|
1341
|
+
- new script for tests [ionlizarazu - [`5a136db`](https://github.com/eea/volto-clms-theme/commit/5a136db57f3bfad3160d8d9c1a7d31fc6e26700f)]
|
|
1342
|
+
### [1.0.1](https://github.com/eea/volto-clms-theme/compare/1.0.0...1.0.1) - 27 April 2021
|
|
1343
|
+
|
|
1344
|
+
#### :hammer_and_wrench: Others
|
|
1345
|
+
|
|
1346
|
+
- set default to false [valentinab25 - [`a5dcbb5`](https://github.com/eea/volto-clms-theme/commit/a5dcbb59ecc18ed4b0494fc94bf91282dd7d762a)]
|
|
1347
|
+
- test automated release [valentinab25 - [`00220db`](https://github.com/eea/volto-clms-theme/commit/00220db8d5a984872c8158f2bef8a8c26a076be2)]
|
|
1348
|
+
- add changelog order [valentinab25 - [`422a89e`](https://github.com/eea/volto-clms-theme/commit/422a89e4054188208feee39dce186044fb500838)]
|
|
1349
|
+
- Adjust class names [Aitzol Naberan Burgaña - [`ad3530c`](https://github.com/eea/volto-clms-theme/commit/ad3530cba3306e78d967491feab0d9b9551491b7)]
|
|
1350
|
+
- react useeffect [ionlizarazu - [`a821036`](https://github.com/eea/volto-clms-theme/commit/a821036c5fc2511f47f9bc5f7e51a11c545c577e)]
|
|
1351
|
+
- @eea to @eeacms [ionlizarazu - [`630e8e2`](https://github.com/eea/volto-clms-theme/commit/630e8e227661dc76f635e9d65e31f377f5b03881)]
|
|
1352
|
+
- test fixing [ionlizarazu - [`deab7f6`](https://github.com/eea/volto-clms-theme/commit/deab7f6ff3bb5abd6ab33994d071837af656cabe)]
|
|
1353
|
+
- eslint tests for local checks [ionlizarazu - [`b4a353d`](https://github.com/eea/volto-clms-theme/commit/b4a353d9c33ee5bb33f05e2831eb89707d074932)]
|
|
1354
|
+
- cardContainer and merge conflicts [ionlizarazu - [`c74d3fa`](https://github.com/eea/volto-clms-theme/commit/c74d3fac4927b65d941afc29b4e0251b8c6326ad)]
|
|
1355
|
+
- pull [ionlizarazu - [`ea93f44`](https://github.com/eea/volto-clms-theme/commit/ea93f441b99cd2871098df43cc2fc4a98b66d75c)]
|
|
1356
|
+
- fixed basic eslint bugs [bipoza - [`c0b6121`](https://github.com/eea/volto-clms-theme/commit/c0b6121ed7adfd1d3e61171794e2c5b6070d53dc)]
|
|
1357
|
+
- cleaned unused code [bipoza - [`ef96ed7`](https://github.com/eea/volto-clms-theme/commit/ef96ed70619bea16a4c20e26dbf9d1a2427f74e6)]
|
|
1358
|
+
- deactive tabs with display:none to improve seo [bipoza - [`cd9eb53`](https://github.com/eea/volto-clms-theme/commit/cd9eb5325e8c4ca628d0cd49be1d88e9d418e4bc)]
|
|
1359
|
+
- dynamics CclTabs component added [bipoza - [`f99ea3b`](https://github.com/eea/volto-clms-theme/commit/f99ea3badef971975e04f7b31a396d309214c462)]
|
|
1360
|
+
- Apply styleint rules [Aitzol Naberan Burgaña - [`1e3961c`](https://github.com/eea/volto-clms-theme/commit/1e3961c6a8605829da988d1df50040f2d06a1ce7)]
|
|
1361
|
+
- Styleint rules [Aitzol Naberan Burgaña - [`502ba25`](https://github.com/eea/volto-clms-theme/commit/502ba2552668d709e097b141451086067460eb77)]
|
|
1362
|
+
- Adjust eslintrc [Aitzol Naberan Burgaña - [`9c9f3ad`](https://github.com/eea/volto-clms-theme/commit/9c9f3ad89ea9a1866dc9b257923ff7829d207576)]
|
|
1363
|
+
- Use eslint 6.8.0 syntax as is installed in ci image [Aitzol Naberan Burgaña - [`85a3581`](https://github.com/eea/volto-clms-theme/commit/85a35813e99cf58b1ee10ddec875d32feed936ce)]
|
|
1364
|
+
- eslint config file [Aitzol Naberan Burgaña - [`b08071e`](https://github.com/eea/volto-clms-theme/commit/b08071e6f7081c25b03c8ef026183190db740ed0)]
|
|
1365
|
+
- Linter [Aitzol Naberan Burgaña - [`ed36c03`](https://github.com/eea/volto-clms-theme/commit/ed36c03223c6980300413ee40a0e24e12ba7b3d8)]
|
|
1366
|
+
- eslint [Aitzol Naberan Burgaña - [`df73ff5`](https://github.com/eea/volto-clms-theme/commit/df73ff51ffed772da3b7b01063f131850fef09aa)]
|
|
1367
|
+
- clmsDatasetDetailView basic scheme [bipoza - [`e6d6d06`](https://github.com/eea/volto-clms-theme/commit/e6d6d06654c20bdd5aa97648123a7edc23182068)]
|
|
1368
|
+
- new card block [Unai - [`54d7b04`](https://github.com/eea/volto-clms-theme/commit/54d7b0423b3b397257221b6b86597689ab752df0)]
|
|
1369
|
+
- button error fixed [Unai - [`09dd065`](https://github.com/eea/volto-clms-theme/commit/09dd065609ab2e43ce7094583bc9a2b4c8a3d4d3)]
|
|
1370
|
+
- Configure release for Jenkins [Aitzol Naberan Burgaña - [`5ab0f2e`](https://github.com/eea/volto-clms-theme/commit/5ab0f2e71643dae16bc014fb01025e250268f715)]
|
|
1371
|
+
- button block editor bug fixed [bipoza - [`ba82990`](https://github.com/eea/volto-clms-theme/commit/ba829908ae723b8e0dd204247a664c75083fbff2)]
|
|
1372
|
+
- cclButtonBlock dynamic schema simplified [bipoza - [`a15451b`](https://github.com/eea/volto-clms-theme/commit/a15451bc9340d321436a2584bab046ba4bcde49d)]
|
|
1373
|
+
- button block component [bipoza - [`016c87a`](https://github.com/eea/volto-clms-theme/commit/016c87a4cec82fdcd11dc9ca729db016d60a50d0)]
|
|
1374
|
+
- remove dataset-card-format field for documents [ionlizarazu - [`41002ee`](https://github.com/eea/volto-clms-theme/commit/41002eed9214196899f52cb09dd3d6da486142ce)]
|
|
1375
|
+
- CclCardContainerBlock initial commit [ionlizarazu - [`c115033`](https://github.com/eea/volto-clms-theme/commit/c115033caff32651d87d9d834573157008506c61)]
|
|
1376
|
+
- check if image exist instead of checking image.src [ionlizarazu - [`8a455f4`](https://github.com/eea/volto-clms-theme/commit/8a455f414a656d60310f5098584c754d13b9afec)]
|
|
1377
|
+
- accordion.overrides [bipoza - [`d97b514`](https://github.com/eea/volto-clms-theme/commit/d97b514ec4d4b3bf237c3eaacef8ffc6bea33bd4)]
|
|
1378
|
+
- for to htmlFor [ionlizarazu - [`59b2fd7`](https://github.com/eea/volto-clms-theme/commit/59b2fd79730627a15fc474404a623b715fe12004)]
|
|
1379
|
+
- customize Title Block editor [ionlizarazu - [`fa1be06`](https://github.com/eea/volto-clms-theme/commit/fa1be06c90267f577bb29a0d6442b3e95e74fb6f)]
|
|
1380
|
+
- original file to future overrides [ionlizarazu - [`88211f6`](https://github.com/eea/volto-clms-theme/commit/88211f6a0628db1e8652556203c6b7f9659f5077)]
|
|
1381
|
+
- context navigation block [ionlizarazu - [`6c8fab4`](https://github.com/eea/volto-clms-theme/commit/6c8fab4e00c54cfab8cda706ca5487a8ee278252)]
|
|
1382
|
+
- className [ionlizarazu - [`9c14df8`](https://github.com/eea/volto-clms-theme/commit/9c14df8d5366d36c9481e996cac982f21f159156)]
|
|
1383
|
+
- footer custom component [bipoza - [`2d1bd0f`](https://github.com/eea/volto-clms-theme/commit/2d1bd0fefb89b8543e83987e8295386aaa322f06)]
|
|
1384
|
+
- override Title Block [ionlizarazu - [`1b88eed`](https://github.com/eea/volto-clms-theme/commit/1b88eed4e70fdf5c491a23d1f332b68ccdc7e20c)]
|
|
1385
|
+
- add Title Block View to override [ionlizarazu - [`6ca2c38`](https://github.com/eea/volto-clms-theme/commit/6ca2c381fc84e52cdb9ac19ab4fa8afe45f4c5d1)]
|
|
1386
|
+
- className [ionlizarazu - [`9fcf3b9`](https://github.com/eea/volto-clms-theme/commit/9fcf3b9e85edc585bc65560d753ce571ebbe8969)]
|
|
1387
|
+
- className [ionlizarazu - [`1130d4e`](https://github.com/eea/volto-clms-theme/commit/1130d4e7e2fc8b6f5450575a8fc2d048505e357c)]
|
|
1388
|
+
- index key to map cards [ionlizarazu - [`a9a70a7`](https://github.com/eea/volto-clms-theme/commit/a9a70a744bea68b5f5410f95f6c56327fd25b2dd)]
|
|
1389
|
+
- variables modification [ionlizarazu - [`fb3406d`](https://github.com/eea/volto-clms-theme/commit/fb3406d988d503921ae449e5df669a000d14b966)]
|
|
1390
|
+
- CLMSDocumentView [ionlizarazu - [`aa94d00`](https://github.com/eea/volto-clms-theme/commit/aa94d00758183dfb32b17c74cecc223b0d7de68c)]
|
|
1391
|
+
- ListingView customization [ionlizarazu - [`ea1f811`](https://github.com/eea/volto-clms-theme/commit/ea1f8111bceb0dc39e05d76dc7a9700968e05144)]
|
|
1392
|
+
- ContextNavigation customization [ionlizarazu - [`118a9c9`](https://github.com/eea/volto-clms-theme/commit/118a9c9334b0a69db0fff4db7cb1a893d33be8ec)]
|
|
1393
|
+
- initial ListingView update for customizations [ionlizarazu - [`c5aedc5`](https://github.com/eea/volto-clms-theme/commit/c5aedc5e41734c8a2e981c3bed899435f045b93a)]
|
|
1394
|
+
- CclVerticalFilterMenu and CclExpandableFilter [ionlizarazu - [`8f86d43`](https://github.com/eea/volto-clms-theme/commit/8f86d43a8d62404ab7c758f1c49661d430c6fb18)]
|
|
1395
|
+
- CclCard component [ionlizarazu - [`05742c0`](https://github.com/eea/volto-clms-theme/commit/05742c05e8882d71fc16a3c0b92a6dfa2011ea56)]
|
|
1396
|
+
- DocumentView component for CLMS [ionlizarazu - [`59399c4`](https://github.com/eea/volto-clms-theme/commit/59399c497d42c6087266107c09e16e7c6e067185)]
|
|
1397
|
+
- initial file to override contextNavigation component [ionlizarazu - [`709047a`](https://github.com/eea/volto-clms-theme/commit/709047a7d1cadf1bf1f4e4382dc282dc2537853b)]
|
|
1398
|
+
- Logo customizations [ionlizarazu - [`c23c7fc`](https://github.com/eea/volto-clms-theme/commit/c23c7fc29cf3651c3bc9ee8273a8d92fd690e906)]
|
|
1399
|
+
- hr height to 1px [ionlizarazu - [`eb7562d`](https://github.com/eea/volto-clms-theme/commit/eb7562df83d7616938ca7adfac65c46c0a97d122)]
|
|
1400
|
+
- remove breadcrumb styles from menu.css [ionlizarazu - [`cfe026a`](https://github.com/eea/volto-clms-theme/commit/cfe026ab02e9367b7a100b1dbc273ce814caff01)]
|
|
1401
|
+
- add hr at header [ionlizarazu - [`95b5a17`](https://github.com/eea/volto-clms-theme/commit/95b5a17b591dc0e453ffaa929fbbe5ebe1763e67)]
|
|
1402
|
+
- breadcrumbs customization [ionlizarazu - [`1e698a4`](https://github.com/eea/volto-clms-theme/commit/1e698a4e5ac95a8a58703e7717e1bafd83d976c2)]
|
|
1403
|
+
- add original file for future overrides [ionlizarazu - [`d8d292c`](https://github.com/eea/volto-clms-theme/commit/d8d292cafe66706df60cc56503e8ef7e1c513be7)]
|
|
1404
|
+
- mobile modal functionality [ionlizarazu - [`70acd26`](https://github.com/eea/volto-clms-theme/commit/70acd269941d6cfac2490141ffa04602391c7b83)]
|
|
1405
|
+
- new Breadcrumbs file for customizations [ionlizarazu - [`3918ed6`](https://github.com/eea/volto-clms-theme/commit/3918ed666bbc125ad6b09235b4fe381d99d245e8)]
|
|
1406
|
+
- header and navigation modifications [ionlizarazu - [`08bbf8b`](https://github.com/eea/volto-clms-theme/commit/08bbf8b4248193540bdc557f92b8cedde3b54490)]
|
|
1407
|
+
- form overrides [ionlizarazu - [`7ed2e30`](https://github.com/eea/volto-clms-theme/commit/7ed2e30ece2f3c5de6bfd77dd3212b2c6a8fe2c8)]
|
|
1408
|
+
- modal modifications [ionlizarazu - [`f535923`](https://github.com/eea/volto-clms-theme/commit/f535923014172197fcda94a4707c535b222cb357)]
|
|
1409
|
+
- new language selector [ionlizarazu - [`f42894b`](https://github.com/eea/volto-clms-theme/commit/f42894b84b0a76793d738fa5b7a0225192b65e38)]
|
|
1410
|
+
- multiple volto components customizations [ionlizarazu - [`fc49260`](https://github.com/eea/volto-clms-theme/commit/fc492601a494cbfeb4f17585bca5f7be2f6e104d)]
|
|
1411
|
+
- add forms.css [ionlizarazu - [`5375966`](https://github.com/eea/volto-clms-theme/commit/537596659450f07bcbf844968e7f4090114ed135)]
|
|
1412
|
+
- add styles for header component [ionlizarazu - [`5afb717`](https://github.com/eea/volto-clms-theme/commit/5afb7172ab3e2ba81e0faa9309670da88505555b)]
|
|
1413
|
+
- move modal classes to modal component [ionlizarazu - [`68fe03b`](https://github.com/eea/volto-clms-theme/commit/68fe03bb1a398832905a8b35a21aba343ee171d2)]
|
|
1414
|
+
- new modal component [ionlizarazu - [`2709a0a`](https://github.com/eea/volto-clms-theme/commit/2709a0ad1c0023b7ea0a64cbd0deaf2304a9d26a)]
|
|
1415
|
+
- add original file for future overrides [ionlizarazu - [`f0b1b28`](https://github.com/eea/volto-clms-theme/commit/f0b1b28060f55132d8cff06c7c0577f8c0d3ffe1)]
|
|
1416
|
+
- add entire original file [ionlizarazu - [`e0dc373`](https://github.com/eea/volto-clms-theme/commit/e0dc3736419c77fe2861be3341a565c5b1848ac9)]
|
|
1417
|
+
- entire file [ionlizarazu - [`44290a0`](https://github.com/eea/volto-clms-theme/commit/44290a00a30650453aa1ce559e5c651a06282735)]
|
|
1418
|
+
- reorder theme folder [ionlizarazu - [`b38df48`](https://github.com/eea/volto-clms-theme/commit/b38df48d14f46f293850bedfd5ab59bd44abd61b)]
|
|
1419
|
+
- initial form.overrides for future customizations [ionlizarazu - [`669cff9`](https://github.com/eea/volto-clms-theme/commit/669cff99aee700ad1a8186efa03a9ffdf3e05b02)]
|
|
1420
|
+
- initial input.overrides for future customizations [ionlizarazu - [`c442c1a`](https://github.com/eea/volto-clms-theme/commit/c442c1a8412e0a3015a658ae26fc5c4c9c4316a3)]
|
|
1421
|
+
- theme overrides in addon [ionlizarazu - [`f7933d6`](https://github.com/eea/volto-clms-theme/commit/f7933d60cb94ef7dbb7d736d7ac42aeecedd1197)]
|
|
1422
|
+
- moduleNameMapper correction for volto-clms-theme [ionlizarazu - [`7b62d7b`](https://github.com/eea/volto-clms-theme/commit/7b62d7bc38083a03a4aa0f63672a00f60c0457ac)]
|
|
1423
|
+
- initial SearchWidget commit for future overrides [ionlizarazu - [`678ab08`](https://github.com/eea/volto-clms-theme/commit/678ab085699789d12290d055ab0180b765249581)]
|
|
1424
|
+
- initial commit of components to override at Volto [ionlizarazu - [`058e06d`](https://github.com/eea/volto-clms-theme/commit/058e06dcc0dc26e87150bb595ec62331fa66dd03)]
|
|
1425
|
+
- Update author field [Aitzol Naberan Burgaña - [`a4527ea`](https://github.com/eea/volto-clms-theme/commit/a4527ea7f9ef72596ec30e8a18edfb38d1896e96)]
|
|
1426
|
+
### 1.0.0 - 10 March 2021
|
|
1427
|
+
|
|
1428
|
+
#### :hammer_and_wrench: Others
|
|
1429
|
+
|
|
1430
|
+
- Not needed folder [Aitzol Naberan Burgaña - [`a3064e9`](https://github.com/eea/volto-clms-theme/commit/a3064e93a71457f22e65f976bbe0a82518aed0ff)]
|
|
1431
|
+
- Add missing folder for pipeline [Aitzol Naberan Burgaña - [`5ffda5a`](https://github.com/eea/volto-clms-theme/commit/5ffda5ae6a71077f904308430e9884d956a2cc57)]
|
|
1432
|
+
- Set url for sonarqube [Aitzol Naberan Burgaña - [`0712dc0`](https://github.com/eea/volto-clms-theme/commit/0712dc0ef6dd39d349fcc0a250d6ed633596fad7)]
|
|
1433
|
+
- Update default value [Aitzol Naberan Burgaña - [`82883e7`](https://github.com/eea/volto-clms-theme/commit/82883e7408055ea05f729646813e011999c7ef17)]
|
|
1434
|
+
- initial setup [ionlizarazu - [`dbdf3c3`](https://github.com/eea/volto-clms-theme/commit/dbdf3c34df572f5bb310417fc8ca98f8d0ef9dc9)]
|
|
1435
|
+
- package name and settings [Mikel Larreategi - [`7176f30`](https://github.com/eea/volto-clms-theme/commit/7176f309284008ea1b833513272ca65abfeb1798)]
|
|
1436
|
+
- Initial commit [Aitzol - [`a6b95da`](https://github.com/eea/volto-clms-theme/commit/a6b95daae3b1d24839d54ff123524fd34e6cec9f)]
|