@syncfusion/ej2-maps 21.1.38 → 21.2.3
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 +11 -1
- package/dist/ej2-maps.min.js +2 -2
- 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 +14 -44
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +14 -44
- 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 +13 -16
- package/src/maps/maps.d.ts +1 -7
- package/src/maps/maps.js +8 -39
- package/src/maps/user-interaction/zoom.js +2 -3
- package/src/maps/utils/helper.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,16 @@
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## 21.1.41 (2023-04-18)
|
|
12
|
+
|
|
13
|
+
### Maps
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- `#I441762` - The position of the data labels will now be proper when the `geometryType` is set as **Normal**.
|
|
18
|
+
|
|
19
|
+
## 21.1.38 (2023-04-04)
|
|
20
|
+
|
|
11
21
|
### Maps
|
|
12
22
|
|
|
13
23
|
#### Bug Fixes
|
|
@@ -503,4 +513,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
|
|
|
503
513
|
- **Data Labels** - Supports data label to provide additional information about the shapes.
|
|
504
514
|
- **Navigation Lines** - Lines can be rendered between various points in map.
|
|
505
515
|
- **Annotations** - Supports placing any HTML element on desired location in the map.
|
|
506
|
-
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
|
|
516
|
+
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
|