@syncfusion/ej2-angular-spreadsheet 26.1.41 → 26.1.42

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
@@ -6,6 +6,15 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I600955` - Issue with "hyperlink navigation action is not prevented when the `cancel` argument of the `beforeHyperlinkClick` event is set to `true`" has been resolved.
10
+ - `#I600874` - Issue with "script error occurs when inserting rows using the `insertRow` method after inserting an image and freezing rows" has been resolved.
11
+
12
+ ## 26.1.41 (2024-07-09)
13
+
14
+ ### Spreadsheet
15
+
16
+ #### Bug fixes
17
+
9
18
  - `#I605907` - The notes dialog box in the Spreadsheet will not appear outside the viewport when scrolling within the control.
10
19
 
11
20
  - `#I560620` - Now, enhanced row height computation performance when the `needHeightCheck` event argument is enabled.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@26.1.40",
3
+ "_id": "@syncfusion/ej2-angular-spreadsheet@26.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DDCxApLDqZKuTPNJqUbSj5g+pNRwazr2Dr/PaS+nzHoaZuLQj3ZOfXzsiJJAuwsg30URBsBO91M1vRMmfduH3g==",
5
+ "_integrity": "sha512-A3sSejtKNmRuag4yXurrJ3hNT4AeCi2t6DhpEKpXgIBzu5aktW14T4z1qSRSO8HffzojA5UMzHDTUHop+gaIKQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-spreadsheet",
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-spreadsheet/-/ej2-angular-spreadsheet-26.1.40.tgz",
23
- "_shasum": "46876b2a9c6ae2447b4b248ef09f23c4bf7d160c",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-26.1.41.tgz",
23
+ "_shasum": "84f6cccfbed359412949f4bd697512b721c70764",
24
24
  "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.1.41",
35
- "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-spreadsheet": "26.1.41",
35
+ "@syncfusion/ej2-base": "~26.1.42",
36
+ "@syncfusion/ej2-spreadsheet": "26.1.42",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
73
- "version": "26.1.41"
73
+ "version": "26.1.42"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^26.1.40';
2
+ export const pkgVer = '^26.1.41';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~26.1.40';
4
+ export const themeVer = '~26.1.41';