@syncfusion/ej2-vue-spreadsheet 19.4.40 → 19.4.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 +19 -0
- package/README.md +1 -1
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -10
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +3 -4
- package/styles/bootstrap.css +3 -4
- package/styles/bootstrap4.css +3 -4
- package/styles/bootstrap5-dark.css +3 -5
- package/styles/bootstrap5.css +3 -5
- package/styles/fabric-dark.css +3 -4
- package/styles/fabric.css +3 -4
- package/styles/highcontrast-light.css +3 -4
- package/styles/highcontrast.css +3 -4
- package/styles/material-dark.css +5 -4
- package/styles/material.css +5 -4
- package/styles/spreadsheet/bootstrap-dark.css +3 -4
- package/styles/spreadsheet/bootstrap.css +3 -4
- package/styles/spreadsheet/bootstrap4.css +3 -4
- package/styles/spreadsheet/bootstrap5-dark.css +3 -5
- package/styles/spreadsheet/bootstrap5.css +3 -5
- package/styles/spreadsheet/fabric-dark.css +3 -4
- package/styles/spreadsheet/fabric.css +3 -4
- package/styles/spreadsheet/highcontrast-light.css +3 -4
- package/styles/spreadsheet/highcontrast.css +3 -4
- package/styles/spreadsheet/material-dark.css +5 -4
- package/styles/spreadsheet/material.css +5 -4
- package/styles/spreadsheet/tailwind-dark.css +3 -4
- package/styles/spreadsheet/tailwind.css +3 -4
- package/styles/tailwind-dark.css +3 -4
- package/styles/tailwind.css +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,24 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `SF-360492` - Row height issue after performing undo operation has been resolved.
|
|
10
|
+
- `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
|
|
11
|
+
- `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
|
|
12
|
+
- `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
|
|
13
|
+
- `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
|
|
14
|
+
- `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
|
|
15
|
+
- `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
|
|
16
|
+
- `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
|
|
17
|
+
- `SF-357076`, `SF-360051` - If the column, row and select-all selection range contains a filtered range then, the sorting is applied to its filtered range.
|
|
18
|
+
- `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
|
|
19
|
+
- `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
|
|
20
|
+
|
|
21
|
+
## 19.4.40 (2021-12-28)
|
|
22
|
+
|
|
23
|
+
### Spreadsheet
|
|
24
|
+
|
|
7
25
|
#### New Features
|
|
8
26
|
|
|
9
27
|
- `I345022` - Alphanumeric support provided for autofill operation.
|
|
@@ -25,6 +43,7 @@
|
|
|
25
43
|
- `I346033` - Text formula is not working with `ddd` format issue has been fixed.
|
|
26
44
|
- `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
|
|
27
45
|
- `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
|
|
46
|
+
- `SF-358418` - Image resize option problem has been fixed.
|
|
28
47
|
|
|
29
48
|
## 19.4.38 (2021-12-17)
|
|
30
49
|
|
package/README.md
CHANGED
|
@@ -84,4 +84,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
|
84
84
|
|
|
85
85
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
|
|
86
86
|
|
|
87
|
-
© Copyright
|
|
87
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
-
* Use of this code is subject to the terms of our license.
|
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
-
* applicable laws.
|
|
9
|
-
*/
|
|
10
|
-
/*!
|
|
11
|
-
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
12
|
-
* version : 19.2.55
|
|
3
|
+
* version : 19.4.41
|
|
13
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
5
|
* Use of this code is subject to the terms of our license.
|
|
15
6
|
* A copy of the current license can be obtained at any time by e-mailing
|