@syncfusion/ej2-maps 20.2.36 → 20.2.45

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