@eeacms/volto-arcgis-block 0.1.391 → 0.1.392
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,10 +4,13 @@ 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
|
+
### [0.1.392](https://github.com/eea/volto-arcgis-block/compare/0.1.391...0.1.392) - 25 September 2025
|
|
8
|
+
|
|
7
9
|
### [0.1.391](https://github.com/eea/volto-arcgis-block/compare/0.1.390...0.1.391) - 24 September 2025
|
|
8
10
|
|
|
9
11
|
#### :hammer_and_wrench: Others
|
|
10
12
|
|
|
13
|
+
- Merge pull request #1023 from eea/develop [Unai Bolivar - [`1671349`](https://github.com/eea/volto-arcgis-block/commit/1671349e02d636b62eab4a37fd49044248bf704b)]
|
|
11
14
|
- Merge pull request #1022 from eea/CLMS-292477 [Unai Bolivar - [`4ccf86e`](https://github.com/eea/volto-arcgis-block/commit/4ccf86e244145c0b3e3e899ef122449d0e7e37fa)]
|
|
12
15
|
- (bug): The time slider doesn't load when the web service URL is in proxy format. FIXED [Unai Bolivar - [`fb9980b`](https://github.com/eea/volto-arcgis-block/commit/fb9980b17a0754fe0f50c87c0c8bbc0d20422a27)]
|
|
13
16
|
### [0.1.390](https://github.com/eea/volto-arcgis-block/compare/0.1.389...0.1.390) - 23 September 2025
|
package/package.json
CHANGED
|
@@ -1758,7 +1758,7 @@ class MenuWidget extends React.Component {
|
|
|
1758
1758
|
<div
|
|
1759
1759
|
className={
|
|
1760
1760
|
dataset.FamilyTitle
|
|
1761
|
-
? 'map-menu-family-dataset-dropdown'
|
|
1761
|
+
? 'map-menu-dataset-dropdown map-menu-family-dataset-dropdown'
|
|
1762
1762
|
: 'map-menu-dataset-dropdown'
|
|
1763
1763
|
}
|
|
1764
1764
|
id={'dataset_' + inheritedIndexDataset}
|