@phila/layerboard 2.0.3 → 2.0.4
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/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,6 +19,10 @@ See the examples [Openmaps](https://openmaps.phila.gov) and [StreetSmartPHL](htt
|
|
|
19
19
|
|
|
20
20
|
## Release Notes
|
|
21
21
|
|
|
22
|
+
### 2.0.4 - 3/15/2023
|
|
23
|
+
|
|
24
|
+
* uses @phila/vue-mapping 3.1.13 which fixes popout of cyclomedia
|
|
25
|
+
|
|
22
26
|
### 2.0.3 - 3/13/2023
|
|
23
27
|
|
|
24
28
|
* allows using cyclomedia 23.2
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/layerboard",
|
|
3
3
|
"description": "A Vue.js component for creating an app from an ESRI web map",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.4",
|
|
5
5
|
"author": "City of Philadelphia <maps@phila.gov>",
|
|
6
6
|
"repository": "https://github.com/cityofphiladelphia/layerboard",
|
|
7
7
|
"license": "MIT",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@phila/vue-comps": "3.0.6",
|
|
17
17
|
"@phila/vue-datafetch": "2.2.11",
|
|
18
|
-
"@phila/vue-mapping": "3.1.
|
|
18
|
+
"@phila/vue-mapping": "3.1.13",
|
|
19
19
|
"esri-leaflet": "2.3.1",
|
|
20
20
|
"leaflet": "1.5.1",
|
|
21
21
|
"vue": "^2.7.10",
|