@eeacms/volto-clms-theme 1.1.200 → 1.1.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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
|
+
### [1.1.201](https://github.com/eea/volto-clms-theme/compare/1.1.200...1.1.201) - 20 November 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- CLMS-280753 (Bug): Annual and monthly datasets not take dates from getcapabilities [Urkorue - [`fdd8ea7`](https://github.com/eea/volto-clms-theme/commit/fdd8ea704ec13bc8ad56f38d17e89b177fad019e)]
|
|
7
12
|
### [1.1.200](https://github.com/eea/volto-clms-theme/compare/1.1.199...1.1.200) - 14 November 2024
|
|
8
13
|
|
|
9
14
|
#### :rocket: New Features
|
package/package.json
CHANGED
|
@@ -100,7 +100,9 @@ export const TimeseriesPicker = (props) => {
|
|
|
100
100
|
dropdownMode="select"
|
|
101
101
|
showMonthDropdown
|
|
102
102
|
showYearDropdown
|
|
103
|
-
includeDates={
|
|
103
|
+
includeDates={
|
|
104
|
+
download_limit_temporal_extent < 180 ? dates_array : null
|
|
105
|
+
}
|
|
104
106
|
disabledKeyboardNavigation
|
|
105
107
|
>
|
|
106
108
|
{(item?.TemporalFilter?.StartDate ||
|