@syncfusion/ej2-maps 22.2.5 → 22.2.8
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 +9 -1
- package/dist/ej2-maps.min.js +2 -2
- package/dist/ej2-maps.umd.min.js +2 -2
- package/dist/ej2-maps.umd.min.js.map +1 -1
- package/dist/es6/ej2-maps.es2015.js +9 -3
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +9 -3
- package/dist/es6/ej2-maps.es5.js.map +1 -1
- package/dist/global/ej2-maps.min.js +2 -2
- package/dist/global/ej2-maps.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/maps/layers/layer-panel.js +8 -2
- package/src/maps/utils/helper.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
#### Bug Fixes
|
|
14
14
|
|
|
15
|
+
- `#I485498` - Mouse events will now work properly on the marker templates.
|
|
16
|
+
|
|
17
|
+
## 22.1.39 (2023-07-18)
|
|
18
|
+
|
|
19
|
+
### Maps
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
15
23
|
- `#I482286` - When the page containing the Maps, which is placed in the dashboard, is switched dynamically, script errors are no longer thrown.
|
|
16
24
|
|
|
17
25
|
## 22.1.34 (2023-06-21)
|
|
@@ -503,4 +511,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
|
|
|
503
511
|
- **Data Labels** - Supports data label to provide additional information about the shapes.
|
|
504
512
|
- **Navigation Lines** - Lines can be rendered between various points in map.
|
|
505
513
|
- **Annotations** - Supports placing any HTML element on desired location in the map.
|
|
506
|
-
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
|
|
514
|
+
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
|