@syncfusion/ej2-angular-spreadsheet
Advanced tools
Comparing version 20.1.57 to 20.1.58
@@ -9,2 +9,13 @@ # Changelog | ||
- `#I378302` - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved. | ||
- `#I377838` - Script error occurred while importing the custom number format applied excel issue is resolved. | ||
- `#I379174` - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved. | ||
- `#I378874` - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved. | ||
## 20.1.57 (2022-05-24) | ||
### Spreadsheet | ||
#### Bug Fixes | ||
- `#I379389` - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved. | ||
@@ -11,0 +22,0 @@ - `#I378071` - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved. |
/*! | ||
* filename: ej2-angular-spreadsheet.umd.min.js | ||
* version : 20.1.57 | ||
* version : 20.1.58 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-angular-spreadsheet@*", | ||
"_id": "@syncfusion/ej2-angular-spreadsheet@20.1.56", | ||
"_id": "@syncfusion/ej2-angular-spreadsheet@20.1.57", | ||
"_inBundle": false, | ||
"_integrity": "sha512-7AiFqaB4aZ7hyhuKytltJku2VWHq5vNZS3Hb8TGZG5fw79QGu6AaX3tvgUsX/5iRV//HzCm0sK/eTigf5NVqiA==", | ||
"_integrity": "sha512-7/j9U7Nct+j5fSwf/lC6tipP4dOdx24I63a3XKOKO2LQAPtDWINDFA6aJz5lsoXrRIn0KUgF9eGprUrsha56Iw==", | ||
"_location": "/@syncfusion/ej2-angular-spreadsheet", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-20.1.56.tgz", | ||
"_shasum": "b5ae5cbdfeb1645752af258e1086ee52265f97d1", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-20.1.57.tgz", | ||
"_shasum": "3d792fce536060b229fe78fe83cfb3fef3229378", | ||
"_spec": "@syncfusion/ej2-angular-spreadsheet@*", | ||
@@ -36,4 +36,4 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"@syncfusion/ej2-angular-base": "~20.1.55", | ||
"@syncfusion/ej2-base": "~20.1.56", | ||
"@syncfusion/ej2-spreadsheet": "20.1.57" | ||
"@syncfusion/ej2-base": "~20.1.57", | ||
"@syncfusion/ej2-spreadsheet": "20.1.58" | ||
}, | ||
@@ -75,3 +75,3 @@ "deprecated": false, | ||
"typings": "ej2-angular-spreadsheet.d.ts", | ||
"version": "20.1.57" | ||
"version": "20.1.58" | ||
} |
{ | ||
"$schema": "http://json-schema.org/schema", | ||
"id": "ngAdd", | ||
"$id": "ngAdd", | ||
"title": "Add Essential JS 2 Angular packages", | ||
@@ -5,0 +5,0 @@ "type": "object", |
export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet"; | ||
export declare const pkgVer = "^20.1.56"; | ||
export declare const pkgVer = "^20.1.57"; | ||
export declare const moduleName = "SpreadsheetModule"; | ||
export declare const themeVer = "~20.1.56"; | ||
export declare const themeVer = "~20.1.57"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-spreadsheet'; | ||
exports.pkgVer = '^20.1.56'; | ||
exports.pkgVer = '^20.1.57'; | ||
exports.moduleName = 'SpreadsheetModule'; | ||
exports.themeVer = '~20.1.56'; | ||
exports.themeVer = '~20.1.57'; |
export const pkgName = '@syncfusion/ej2-angular-spreadsheet'; | ||
export const pkgVer = '^20.1.56'; | ||
export const pkgVer = '^20.1.57'; | ||
export const moduleName = 'SpreadsheetModule'; | ||
export const themeVer = '~20.1.56'; | ||
export const themeVer = '~20.1.57'; |
Sorry, the diff of this file is too big to display
9515431
+ Added@syncfusion/ej2-spreadsheet@20.1.58(transitive)
- Removed@syncfusion/ej2-spreadsheet@20.1.57(transitive)