@syncfusion/ej2-angular-maps 26.1.41 → 26.2.4

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,7 +8,142 @@
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
- ## 26.1.35 (2024-06-11)
11
+ ## 26.1.41 (2024-07-09)
12
+
13
+ ### Maps
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I605665` - The star shapes in the marker will now be rendered correctly.
18
+
19
+ ## 25.2.5 (2024-05-21)
20
+
21
+ ### Maps
22
+
23
+ #### Bug fixes
24
+
25
+ - `#I585591` - When setting different sizes for the Maps, the `latitude` and `longitude` values from the `tooltipRender` event will now be proper.
26
+ - `#I584215` - Markers will now be rendered properly when the left mouse click is on hold and mouse wheel action is performed.
27
+ - `#I584211` - Markers will now be in proper position when the panning action is performed in the Maps when the marker animation is in progress.
28
+
29
+ ## 25.2.4 (2024-05-14)
30
+
31
+ ### Maps
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#I583752` - Legends for the markers will now maintain the toggled state when zoomed in or out.
36
+ - `#I584887` - Exceptions will no longer be thrown when toggling the legend by enabling the `removeDuplicateLegend` property in the Maps.
37
+ - `#I584215` - Panning will now work properly when the Maps is zoomed to the maximum level using keyboard interaction.
38
+
39
+ ## 25.2.3 (2024-05-08)
40
+
41
+ ### Maps
42
+
43
+ #### Bug Fixes
44
+
45
+ - `#I561947` - The duration of the tooltip in the Maps on the mobile device can be changed using the `duration` property in `tooltipSettings`. When the value is set to **0**, the tooltip will not be removed.
46
+ - `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.
47
+
48
+ ## 25.1.41 (2024-04-23)
49
+
50
+ ### Maps
51
+
52
+ #### Bug Fixes
53
+
54
+ - `#I576422` - Script errors will no longer occur when rendering data labels with "Normal" geometry type maps, and the data labels will be rendered properly with the provided labels without trimming.
55
+ - `#I566503` - The flickering in the tile images of the online maps will no longer occur while panning.
56
+
57
+ ## 25.1.40 (2024-04-16)
58
+
59
+ ### Maps
60
+
61
+ #### Bug Fixes
62
+
63
+ - `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps.
64
+ - `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1.
65
+
66
+ ## 25.1.37 (2024-03-26)
67
+
68
+ ### Maps
69
+
70
+ #### Bug Fixes
71
+
72
+ - `#I566503` - The shape map in the sublayer is now properly synchronized with the tile images in the base layer when panning the Maps.
73
+
74
+ ## 25.1.35 (2024-03-15)
75
+
76
+ ### Maps
77
+
78
+ #### New Features
79
+
80
+ - `#I544447` - Maps will display data labels with improved performance when multiple layers are set.
81
+ - `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities.
82
+ - The tooltip and its template can now be displayed over the polygon shapes in the Maps. Tooltip templates can include custom items such as images, text, and HTML elements.
83
+
84
+ ## 24.2.4 (2024-02-06)
85
+
86
+ ### Maps
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I545401`, `#I547542` - Markers will be rendered properly in the correct location when they are added dynamically by clicking over a custom shape map.
91
+ - `#I545484` - Exceptions will no longer be thrown when the markers are dragged at the maximum zoom level.
92
+
93
+ ## 24.1.47 (2024-01-23)
94
+
95
+ ### Maps
96
+
97
+ #### New Features
98
+
99
+ - `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities.
100
+
101
+ ## 24.1.41 (2023-12-18)
102
+
103
+ ### Maps
104
+
105
+ #### New Features
106
+
107
+ - `#I492437` - `minLatitude`, `maxLatitude`, `minLongitude` and `maxLongitude` properties are now available in the event arguments of `zoom` and `pan` events to provide the coordinates of the visible area of the Maps. `getMinMaxLatitudeLongitude` method is also available to provide these coordinate values dynamically.
108
+ - Polygon shapes can now be displayed over map layers by using the appropriate data source. Polygon shapes in Maps can be customized, selected, and highlighted using the properties available.
109
+
110
+ #### Bug Fixes
111
+
112
+ - `#523327` - The Maps no longer zooms when clicked on the tooltip template in the Maps component with the `zoomOnClick` property set to true.
113
+
114
+ ## 23.2.7 (2023-12-05)
115
+
116
+ ### Maps
117
+
118
+ #### Bug Fixes
119
+
120
+ - `#519916` - When set as an object in the array, the `navigationLineSettings` property will now be updated.
121
+
122
+ ## 23.1.42 (2023-10-24)
123
+
124
+ ### Maps
125
+
126
+ #### Bug Fixes
127
+
128
+ - `#I511944` - When the marker template is clicked, the `markerClick` event will now work properly.
129
+
130
+ ## 23.1.40 (2023-10-10)
131
+
132
+ ### Maps
133
+
134
+ #### Bug Fixes
135
+
136
+ - `#I504008` - The zoom factor of the Maps will now be properly updated when the `zoomByPosition` method is called in the `zoom` event.
137
+
138
+ ## 23.1.38 (2023-09-26)
139
+
140
+ ### Maps
141
+
142
+ #### Bug Fixes
143
+
144
+ - `#I497871` - After adding a marker using the `addMarker` method, marker locations will now be correct when zooming and panning is performed on the Maps.
145
+
146
+ ## 23.1.36 (2023-09-15)
12
147
 
13
148
  ### Maps
14
149
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-maps@*",
3
- "_id": "@syncfusion/ej2-angular-maps@26.1.35",
3
+ "_id": "@syncfusion/ej2-angular-maps@26.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-mC/lcRiaLxs7qWrGJ4K7xs0hFsnX0LdaC9QW6oIszf8+7pnqsXYasJvCkHPDLwrzS4FFYEhsxdLqKUAFKvbIOA==",
5
+ "_integrity": "sha512-+m3a/h8YkE1PoFXlLJHCdFsUsq+DkAB3J4KGTdcWORiPcl7ulyUJ+8ucPdQDQ/iXDxvDWCI5GY5GVrqDqomPdA==",
6
6
  "_location": "/@syncfusion/ej2-angular-maps",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-26.1.35.tgz",
23
- "_shasum": "d25047853b265df918cee03c07c25a04936da46a",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-26.1.41.tgz",
23
+ "_shasum": "c51ce0fa1a348b1078800bf0a5f33b40ea97073f",
24
24
  "_spec": "@syncfusion/ej2-angular-maps@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.1.41",
35
- "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-maps": "26.1.41",
34
+ "@syncfusion/ej2-angular-base": "~26.2.4",
35
+ "@syncfusion/ej2-base": "~26.2.4",
36
+ "@syncfusion/ej2-maps": "26.2.4",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -71,5 +71,5 @@
71
71
  "schematics": "./schematics/collection.json",
72
72
  "sideEffects": false,
73
73
  "typings": "syncfusion-ej2-angular-maps.d.ts",
74
- "version": "26.1.41"
74
+ "version": "26.2.4"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^26.1.35';
2
+ export const pkgVer = '^26.1.41';
3
3
  export const moduleName = 'MapsModule';
4
- export const themeVer = '~26.1.35';
4
+ export const themeVer = '~26.1.41';