@syncfusion/ej2-maps 20.1.55 → 20.2.38

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,78 +8,49 @@
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
- ## 20.1.48 (2022-04-12)
12
-
13
11
  ### Maps
14
12
 
15
13
  #### Bug Fixes
16
14
 
17
- - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
15
+ - `#I388045` - In mobile devices, the marker tooltip will now render properly when touched.
18
16
 
19
- ## 20.1.47 (2022-04-04)
17
+ ## 20.2.36 (2022-06-30)
20
18
 
21
19
  ### Maps
22
20
 
23
21
  #### New Features
24
22
 
25
- - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
26
-
27
- #### Bug Fixes
28
-
29
- - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
23
+ - GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
24
+ - `#F170451` - `urlTemplate` has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
25
+ - `#I326902` - Support for legend is provided when markers or sublayers are rendered in the online map providers.
30
26
 
31
- ## 19.4.56 (2022-03-15)
27
+ ## 20.1.59 (2022-06-07)
32
28
 
33
29
  ### Maps
34
30
 
35
31
  #### Bug Fixes
36
32
 
37
- - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
38
- - `#I369134` - When the `initialMarkerSelection` property is set, script errors are no longer thrown.
39
-
40
- ## 19.4.55 (2022-03-08)
41
-
42
- ### Maps
43
-
44
- #### Bug Fixes
45
-
46
- - `#I368368` - Drilldown of the Maps will now work properly in the mobile devices.
47
-
48
- ## 19.4.53 (2022-02-22)
33
+ - "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
49
34
 
50
- ### Maps
51
-
52
- #### Bug Fixes
53
-
54
- - `#I367115` - `markerClick` event will be triggered properly in the Maps control.
55
-
56
- ## 19.4.48 (2022-01-31)
57
-
58
- ### Maps
59
-
60
- #### Bug Fixes
61
-
62
- - `#I363761` - Script error will no longer be thrown when the display CSS property for the div element of the Maps control is set to "none".
63
-
64
- ## 19.4.47 (2022-01-25)
35
+ ## 20.1.48 (2022-04-12)
65
36
 
66
37
  ### Maps
67
38
 
68
39
  #### Bug Fixes
69
40
 
70
- - `#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.
41
+ - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
71
42
 
72
- ## 19.4.42 (2022-01-11)
43
+ ## 20.1.47 (2022-04-04)
73
44
 
74
45
  ### Maps
75
46
 
76
47
  #### New Features
77
48
 
78
- - 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.
49
+ - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
79
50
 
80
51
  #### Bug Fixes
81
52
 
82
- - `#SF-360297` - The position of the marker template will now be proper when the float CSS style is set as "right" in the parent element of the Maps control.
53
+ - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
83
54
 
84
55
  ## 19.4.38 (2021-12-17)
85
56
 
@@ -458,4 +429,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
458
429
  - **Data Labels** - Supports data label to provide additional information about the shapes.
459
430
  - **Navigation Lines** - Lines can be rendered between various points in map.
460
431
  - **Annotations** - Supports placing any HTML element on desired location in the map.
461
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
432
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.