@syncfusion/ej2-maps 23.1.36 → 23.1.40

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,22 @@
10
10
 
11
11
  ### Maps
12
12
 
13
+ #### Bug Fixes
14
+
15
+ - `#I504008` - The zoom factor of the Maps will now be properly updated when the `zoomByPosition` method is called in the `zoom` event.
16
+
17
+ ## 23.1.38 (2023-09-26)
18
+
19
+ ### Maps
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I497871` - After adding a marker using the `addMarker` method, marker locations will now be correct when zooming and panning is performed on the Maps.
24
+
25
+ ## 23.1.36 (2023-09-15)
26
+
27
+ ### Maps
28
+
13
29
  #### New Features
14
30
 
15
31
  - An animated transition will now occur on the initial rendering of data labels and not during any dynamic updates.
@@ -523,4 +539,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
523
539
  - **Data Labels** - Supports data label to provide additional information about the shapes.
524
540
  - **Navigation Lines** - Lines can be rendered between various points in map.
525
541
  - **Annotations** - Supports placing any HTML element on desired location in the map.
526
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
542
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.