@syncfusion/ej2-maps 20.4.44 → 20.4.49

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
+ ### Maps
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I430846` - Maps will be rendered properly when the `zoomFactor` and `centerPosition` is set to their initial value using `zoomByPosition` method.
16
+ - `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
17
+
18
+ ## 20.4.48 (2023-02-01)
19
+
20
+ ### Maps
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
25
+
26
+ ## 20.4.44 (2023-01-18)
27
+
28
+ ### Maps
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#I426534` - When the destroy method is invoked, the resize event is now properly removed from the Maps control.
33
+
11
34
  ## 20.4.38 (2022-12-21)
12
35
 
13
36
  ### Maps
@@ -488,4 +511,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
488
511
  - **Data Labels** - Supports data label to provide additional information about the shapes.
489
512
  - **Navigation Lines** - Lines can be rendered between various points in map.
490
513
  - **Annotations** - Supports placing any HTML element on desired location in the map.
491
- - **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.