@eeacms/volto-arcgis-block 0.1.77 → 0.1.78
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 +5 -0
- package/README.md +0 -1
- package/package.json +1 -1
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.78](https://github.com/eea/volto-arcgis-block/compare/0.1.77...0.1.78) - 30 November 2022
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- readme [Mikel Larreategi - [`cd1dd61`](https://github.com/eea/volto-arcgis-block/commit/cd1dd61efb9ccc4bb0969c11cd4b7f9113ec91b9)]
|
|
7
12
|
### [0.1.77](https://github.com/eea/volto-arcgis-block/compare/0.1.76...0.1.77) - 30 November 2022
|
|
8
13
|
|
|
9
14
|
#### :rocket: New Features
|
package/README.md
CHANGED
|
@@ -25,7 +25,6 @@ This endpoint is called `@mapviewer` and an example implementation is in the [cl
|
|
|
25
25
|
|
|
26
26
|
This means that the product is not generic enough to show any ArcGIS map.
|
|
27
27
|
|
|
28
|
-

|
|
29
28
|
|
|
30
29
|
## Styling
|
|
31
30
|
To create custom styles, we need to add it in the block configuration and import the Less file into our project.
|