@eeacms/volto-arcgis-block 0.1.254 → 0.1.255
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
|
+
### [0.1.255](https://github.com/eea/volto-arcgis-block/compare/0.1.254...0.1.255) - 31 January 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- CLMS-2890 (bug): Mapviewer breaks when a user logs in after selecting the snow layer dataset [Unai Bolivar - [`0e98022`](https://github.com/eea/volto-arcgis-block/commit/0e980227d2b771daf1b6683dbc06a8e566a0fcc6)]
|
|
7
12
|
### [0.1.254](https://github.com/eea/volto-arcgis-block/compare/0.1.253...0.1.254) - 29 January 2024
|
|
8
13
|
|
|
9
14
|
### [0.1.253](https://github.com/eea/volto-arcgis-block/compare/0.1.252...0.1.253) - 29 January 2024
|
package/package.json
CHANGED
|
@@ -134,6 +134,7 @@ class LegendWidget extends React.Component {
|
|
|
134
134
|
element.parentNode.appendChild(span);
|
|
135
135
|
} */
|
|
136
136
|
if (
|
|
137
|
+
typeof img?.closest !== 'undefined' &&
|
|
137
138
|
img?.closest('.esri-legend__service')?.firstElementChild?.nodeName ===
|
|
138
139
|
'H3' &&
|
|
139
140
|
img?.closest('.esri-legend__service')?.firstElementChild
|