@syncfusion/ej2-angular-maps 29.2.11 → 30.1.37
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,20 @@
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
### Maps
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#I695421` - The data label will render correctly when binds to the specified label Path.
|
|
16
|
+
|
|
17
|
+
#### New Features
|
|
18
|
+
|
|
19
|
+
- An animation transition will now occur when the data labels are first rendered.
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I493376` - The tooltip will now be displayed properly above the marker templates.
|
|
24
|
+
|
|
11
25
|
## 28.2.9 (2025-03-04)
|
|
12
26
|
|
|
13
27
|
### Maps
|
|
@@ -550,19 +564,7 @@ The Maps control is used to visualize the geographical data. It is used to repre
|
|
|
550
564
|
- **Data Labels** - Supports data label to provide additional information about the shapes.
|
|
551
565
|
- **Navigation Lines** - Lines can be rendered between various points in map.
|
|
552
566
|
- **Annotations** - Supports placing any HTML element on desired location in the map.
|
|
553
|
-
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.##
|
|
554
|
-
|
|
555
|
-
### Maps
|
|
556
|
-
|
|
557
|
-
#### New Features
|
|
558
|
-
|
|
559
|
-
- An animation transition will now occur when the data labels are first rendered.
|
|
560
|
-
|
|
561
|
-
#### Bug Fixes
|
|
562
|
-
|
|
563
|
-
- `#I493376` - The tooltip will now be displayed properly above the marker templates.
|
|
564
|
-
|
|
565
|
-
## 17.2.28-beta (2019-06-27)
|
|
567
|
+
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.## 17.2.28-beta (2019-06-27)
|
|
566
568
|
|
|
567
569
|
### Maps
|
|
568
570
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-maps",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.1.37",
|
|
4
4
|
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-maps": "
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-maps": "30.1.37"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-maps';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^30.1.37';
|
|
5
5
|
exports.moduleName = 'MapsModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~30.1.37';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-maps';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'MapsModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-maps';
|
|
2
|
+
export const pkgVer = '^30.1.37';
|
|
3
|
+
export const moduleName = 'MapsModule';
|
|
4
|
+
export const themeVer = '~30.1.37';
|