@syncfusion/ej2-vue-spreadsheet 20.2.36 → 20.2.40
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 +41 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +103 -100
- package/styles/bootstrap.css +103 -100
- package/styles/bootstrap4.css +104 -101
- package/styles/bootstrap5-dark.css +104 -101
- package/styles/bootstrap5.css +104 -101
- package/styles/fabric-dark.css +103 -100
- package/styles/fabric.css +103 -100
- package/styles/fluent-dark.css +116 -114
- package/styles/fluent.css +116 -114
- package/styles/highcontrast-light.css +103 -100
- package/styles/highcontrast.css +103 -100
- package/styles/material-dark.css +105 -100
- package/styles/material.css +105 -100
- package/styles/spreadsheet/bootstrap-dark.css +103 -100
- package/styles/spreadsheet/bootstrap.css +103 -100
- package/styles/spreadsheet/bootstrap4.css +104 -101
- package/styles/spreadsheet/bootstrap5-dark.css +104 -101
- package/styles/spreadsheet/bootstrap5.css +104 -101
- package/styles/spreadsheet/fabric-dark.css +103 -100
- package/styles/spreadsheet/fabric.css +103 -100
- package/styles/spreadsheet/fluent-dark.css +116 -114
- package/styles/spreadsheet/fluent.css +116 -114
- package/styles/spreadsheet/highcontrast-light.css +103 -100
- package/styles/spreadsheet/highcontrast.css +103 -100
- package/styles/spreadsheet/material-dark.css +105 -100
- package/styles/spreadsheet/material.css +105 -100
- package/styles/spreadsheet/tailwind-dark.css +105 -102
- package/styles/spreadsheet/tailwind.css +105 -102
- package/styles/tailwind-dark.css +105 -102
- package/styles/tailwind.css +105 -102
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,47 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I387270` - Issue with "exception throws while importing the excel that contain special character in the sheet name" has been resolved.
|
|
10
|
+
- `#I392225` - Issue with "exception throws while applying large formula in the sheet" has been resolved.
|
|
11
|
+
- `#I391983` - Issue with "custom sorting for multiple columns is not applied properly" has been resolved.
|
|
12
|
+
- `#I345383` - Issue with "unwanted commas added in the exported sheet" has been resolved.
|
|
13
|
+
- `#I391962` - Issue with "sort order is not getting properly while sorting the column" has been resolved.
|
|
14
|
+
- `#I391982` - Issue with "sorting the time column without considering AM / PM" has been resolved.
|
|
15
|
+
- `#I390848` - Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 20.2.39 (2022-07-19)
|
|
18
|
+
|
|
19
|
+
### Spreadsheet
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I390848` - Issue with "sort method is not working as expected for the date type" has been resolved.
|
|
24
|
+
- `#I390792` - Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.
|
|
25
|
+
- `#I390792` - Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.
|
|
26
|
+
- `#I391056` - Issue with "selection is not updated properly after filtering and scrolling which causes copying invalid data" has been resolved.
|
|
27
|
+
- `#I390628` - Issue with "find toolbar dialog is misaligned while resizing the browser" has been resolved.
|
|
28
|
+
- `#I390628` - Filtered hidden rows are considered during find action issue has been resolved.
|
|
29
|
+
- `#I390638` - Issue with "exception throws while unhiding the hidden rows, after selecting a column and perform a Cut action" has been resolved.
|
|
30
|
+
- `#I390638` - Issue with "exception throws while scrolling with multi selection in the freeze pane" has been resolved.
|
|
31
|
+
|
|
32
|
+
## 20.2.38 (2022-07-12)
|
|
33
|
+
|
|
34
|
+
### Spreadsheet
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
|
|
39
|
+
- `#I379174` - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
|
|
40
|
+
- `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
|
|
41
|
+
- `#I384953` - Unique formula cell value gets `#spill` error on refresh issue resolved.
|
|
42
|
+
- `#F175967` - The `addToolbarItems` method is not working for locale other than 'en-US' issue has been resolved.
|
|
43
|
+
|
|
44
|
+
## 20.2.36 (2022-06-30)
|
|
45
|
+
|
|
46
|
+
### Spreadsheet
|
|
47
|
+
|
|
7
48
|
#### New Features
|
|
8
49
|
|
|
9
50
|
- Provided keyboard shortcut for ribbon and added additional shortcut for the spreadsheet.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.40
|
|
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
|