@syncfusion/ej2-vue-spreadsheet 20.4.50 → 20.4.52
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,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I435982`, `#I434351` - Issue with "rendered cell template destroyed while updating the cell value using `updateCell` method" has been resolved.
|
|
10
|
+
|
|
11
|
+
- `#I437422` - Issue with "exception throws while removing the context menu item that contains icons using `removeContextMenuItems` method" has been resolved.
|
|
12
|
+
|
|
13
|
+
## 20.4.50 (2023-02-14)
|
|
14
|
+
|
|
15
|
+
### Spreadsheet
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I434077` - Issue with "after deleting rows beyond the rendered region, the edited cell value is not updated to the expected cell in finite mode" has been resolved.
|
|
10
20
|
|
|
11
21
|
## 20.4.49 (2023-02-07)
|
|
@@ -1252,6 +1262,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1252
1262
|
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
|
|
1253
1263
|
|
|
1254
1264
|
|
|
1265
|
+
## 20.4.51 (2023-02-21)
|
|
1266
|
+
|
|
1267
|
+
### Spreadsheet
|
|
1268
|
+
|
|
1269
|
+
#### Bug Fixes
|
|
1270
|
+
|
|
1271
|
+
- `#I438195` - Issue with "cell reference fails to update while referring another cell after typing the equal sign" has been resolved.
|
|
1272
|
+
|
|
1255
1273
|
## 20.4.44 (2023-01-18)
|
|
1256
1274
|
|
|
1257
1275
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.52
|
|
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
|