@syncfusion/ej2-vue-spreadsheet 19.3.56 → 19.3.57
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 +10 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `I348582` - Shift selection on whole row makes viewport to scroll right issue has been resolved.
|
|
10
|
+
|
|
11
|
+
## 19.3.56 (2021-12-02)
|
|
12
|
+
|
|
13
|
+
### Spreadsheet
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `I347456` - Console error with 110% browser zoom in issue resolved.
|
|
10
18
|
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
11
19
|
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
12
20
|
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
13
21
|
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
22
|
+
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
23
|
+
- `F168772` - Sheet tab context-menu items disabled issue resolved.
|
|
14
24
|
|
|
15
25
|
## 19.3.55 (2021-11-23)
|
|
16
26
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.57
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-spreadsheet@19.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-spreadsheet@19.3.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-zRgXscXrtXIKnPgx+zjoYszI78PUmEn2nfmatpu13eE0bQTgqrY6gDL/Ogu5kOzz1HSXRVCV3pJZDtz+6Tv/8A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.3.56.tgz",
|
|
23
|
+
"_shasum": "94e6ff45347ddba6dd446c4f70a2490aacc86c65",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.3.56",
|
|
35
|
-
"@syncfusion/ej2-spreadsheet": "19.3.
|
|
35
|
+
"@syncfusion/ej2-spreadsheet": "19.3.57",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~19.3.55"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "19.3.
|
|
68
|
+
"version": "19.3.57",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|