@syncfusion/ej2-maps 20.4.48 → 20.4.54

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
+ - `#I443513` - Zoom factor calculation in the `zoomToCoordinates` method is now improved.
16
+
17
+ ## 20.4.49 (2023-02-07)
18
+
19
+ ### Maps
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I430846` - Maps will be rendered properly when the `zoomFactor` and `centerPosition` is set to their initial value using `zoomByPosition` method.
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.48 (2023-02-01)
27
+
28
+ ### Maps
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
33
+
11
34
  ## 20.4.44 (2023-01-18)
12
35
 
13
36
  ### Maps