@syncfusion/ej2-angular-maps 26.2.8 → 26.2.9

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,28 @@
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ### Maps
12
+
13
+ #### Bug fixes
14
+
15
+ - `#I613689` - The position of the image markers will now be correctly adjusted when the `offset` property is set.
16
+
17
+ ## 26.2.8 (2024-08-06)
18
+
19
+ ### Maps
20
+
21
+ #### Bug fixes
22
+
23
+ - `#I613689` - The position of the image markers will now be correctly adjusted when the `offset` property is set.
24
+
25
+ ## 26.2.4 (2024-07-24)
26
+
27
+ ### Maps
28
+
29
+ #### Bug fixes
30
+
31
+ - `#I605665` - The star shapes in the marker will now be rendered correctly.
32
+
11
33
  ## 26.1.41 (2024-07-09)
12
34
 
13
35
  ### Maps
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.41",
3
+ "_id": "@syncfusion/ej2-angular-maps@26.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-+m3a/h8YkE1PoFXlLJHCdFsUsq+DkAB3J4KGTdcWORiPcl7ulyUJ+8ucPdQDQ/iXDxvDWCI5GY5GVrqDqomPdA==",
5
+ "_integrity": "sha512-bByz2AkbAoIUNX1Uemz3f3QUU2yzMBijS34io5HiS9L//qHKWEPbZ3c/3VQBWQExHE2t711htRPaH9nMZeDHoQ==",
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.41.tgz",
23
- "_shasum": "c51ce0fa1a348b1078800bf0a5f33b40ea97073f",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-26.2.8.tgz",
23
+ "_shasum": "ded86f9f96082829bfef5794efaea31498bd3195",
24
24
  "_spec": "@syncfusion/ej2-angular-maps@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.2.5",
35
35
  "@syncfusion/ej2-base": "~26.2.5",
36
- "@syncfusion/ej2-maps": "26.2.8",
36
+ "@syncfusion/ej2-maps": "26.2.9",
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.2.8"
74
+ "version": "26.2.9"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^26.1.41';
2
+ export const pkgVer = '^26.2.8';
3
3
  export const moduleName = 'MapsModule';
4
- export const themeVer = '~26.1.41';
4
+ export const themeVer = '~26.2.8';