@syncfusion/ej2-vue-spreadsheet 23.1.39 → 23.1.41
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
|
@@ -1289,6 +1289,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1289
1289
|
- **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.
|
|
1290
1290
|
|
|
1291
1291
|
|
|
1292
|
+
## 23.1.39 (2023-10-04)
|
|
1293
|
+
|
|
1294
|
+
### Spreadsheet
|
|
1295
|
+
|
|
1296
|
+
#### Bug fixes
|
|
1297
|
+
|
|
1298
|
+
- `#I498556` - Issue with "decimal values with zeros after the decimal point were not properly processed while loading it using `openFromJson` method and cell data binding" has been resolved.
|
|
1299
|
+
- `#I501902` - Issue with "script error throws while passing the HTML element as a string value in the template property" has been resolved.
|
|
1300
|
+
|
|
1292
1301
|
## 21.2.10 (2023-06-13)
|
|
1293
1302
|
|
|
1294
1303
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.41
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|