@syncfusion/ej2-maps 19.4.42 → 19.4.47

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,14 @@
10
10
 
11
11
  ### Maps
12
12
 
13
+ #### Bug Fixes
14
+
15
+ - `#SF-360297` - The position of the zoom toolbar will now be proper when the float CSS style is set as "right" in the parent element of the Maps control.
16
+
17
+ ## 19.4.42 (2022-01-11)
18
+
19
+ ### Maps
20
+
13
21
  #### New Features
14
22
 
15
23
  - When the `type` property of `legendSettings` property is set to "Markers", the `useMarkerShapes` property is exposed in the `legendSettings` to render the legend item shapes the same as the marker shapes.