@syncfusion/ej2-maps 19.4.52 → 19.4.56
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 +25 -0
- package/dist/ej2-maps.umd.min.js +2 -2
- package/dist/ej2-maps.umd.min.js.map +1 -1
- package/dist/es6/ej2-maps.es2015.js +80 -40
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +79 -39
- package/dist/es6/ej2-maps.es5.js.map +1 -1
- package/dist/global/ej2-maps.min.js +2 -2
- package/dist/global/ej2-maps.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/maps/maps.d.ts +1 -0
- package/src/maps/maps.js +28 -21
- package/src/maps/model/export-image.js +18 -11
- package/src/maps/model/export-pdf.js +13 -6
- package/src/maps/model/print.js +3 -1
- package/src/maps/utils/helper.d.ts +8 -0
- package/src/maps/utils/helper.js +20 -2
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,31 @@
|
|
|
12
12
|
|
|
13
13
|
#### Bug Fixes
|
|
14
14
|
|
|
15
|
+
- `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
|
|
16
|
+
- `#I369134` - When the `initialMarkerSelection` property is set, script errors are no longer thrown.
|
|
17
|
+
|
|
18
|
+
## 19.4.55 (2022-03-08)
|
|
19
|
+
|
|
20
|
+
### Maps
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#I368368` - Drilldown of the Maps will now work properly in the mobile devices.
|
|
25
|
+
|
|
26
|
+
## 19.4.53 (2022-02-22)
|
|
27
|
+
|
|
28
|
+
### Maps
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- `#I367115` - `markerClick` event will be triggered properly in the Maps control.
|
|
33
|
+
|
|
34
|
+
## 19.4.48 (2022-01-31)
|
|
35
|
+
|
|
36
|
+
### Maps
|
|
37
|
+
|
|
38
|
+
#### Bug Fixes
|
|
39
|
+
|
|
15
40
|
- `#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".
|
|
16
41
|
|
|
17
42
|
## 19.4.47 (2022-01-25)
|