@syncfusion/ej2-maps 20.2.38 → 20.2.43

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
@@ -10,6 +10,19 @@
10
10
 
11
11
  ### Maps
12
12
 
13
+ #### New Features
14
+
15
+ - `#I390757` - As an alternative to the `click` event, the `onclick` event is exposed.
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I392653` - The `content` property in the event argument can now be used to customize the layer tooltip with format in the `tooltipRender` event.
20
+ - `#F174180` - Maps will function properly when adding and removing layers via the `zoom` event.
21
+
22
+ ## 20.2.38 (2022-07-12)
23
+
24
+ ### Maps
25
+
13
26
  #### Bug Fixes
14
27
 
15
28
  - `#I388045` - In mobile devices, the marker tooltip will now render properly when touched.
@@ -429,4 +442,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
429
442
  - **Data Labels** - Supports data label to provide additional information about the shapes.
430
443
  - **Navigation Lines** - Lines can be rendered between various points in map.
431
444
  - **Annotations** - Supports placing any HTML element on desired location in the map.
432
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
445
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.