@syncfusion/ej2-vue-spreadsheet 21.2.8 → 21.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
|
@@ -6,8 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I464356` - Issue with "an exception throws while exporting the sheet with an invalid arguments message on the cell" has been resolved.
|
|
10
|
+
- `#I459374` - Issue with "add sheet icon color is not applied properly in the `Material dark theme` while customizing the `Accent` color using theme studio" has been resolved.
|
|
11
|
+
- `#I467275` - Issue with "protect workbook is not working properly while importing the JSON data using `openFromJson` method" has been resolved.
|
|
12
|
+
|
|
13
|
+
## 21.2.8 (2023-05-30)
|
|
14
|
+
|
|
15
|
+
### Spreadsheet
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I462789` - Issue with "formula calculation is not updated properly when cells contain the decimal values" has been resolved.
|
|
10
20
|
|
|
21
|
+
- `#I462251` - Issue with "fill series option displays in the autofill popup for string data when a component is rendered with a different culture" has been resolved.
|
|
22
|
+
|
|
11
23
|
## 21.2.3 (2023-05-03)
|
|
12
24
|
|
|
13
25
|
### Spreadsheet
|
|
@@ -1258,7 +1270,6 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1258
1270
|
#### Bug Fixes
|
|
1259
1271
|
|
|
1260
1272
|
- `#I459732` - Issue with "Unprotect sheet dialog appears instead of the Protect sheet dialog after importing the file and going to protect the sheet" has been resolved.
|
|
1261
|
-
- `#I462251` - Issue with "fill series option displays in the autofill popup for string data when a component is rendered with a different culture" has been resolved.
|
|
1262
1273
|
|
|
1263
1274
|
## 21.1.39 (2023-04-11)
|
|
1264
1275
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.9
|
|
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
|