@syncfusion/ej2-vue-spreadsheet 19.4.38 → 19.4.43

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,75 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `SF-354173`, `SF-360223`, `SF-360057` - Selection misalignment and script error on undo operation after resize the row.
10
+ - `SF-360109` - While copy paste the merge cell with all borders, the left border is missing in pasted cell.
11
+ - `SF-360465, SF-360473` - Undo action for deleted column which is before the viewport area causes script error and selection misalignment issue resolved.
12
+ - `SF-356947` - Row height not proper while applying larger font size when row set as custom height issue resolved.
13
+
14
+ ## 19.4.42 (2022-01-11)
15
+
16
+ ### Spreadsheet
17
+
18
+ #### Bug Fixes
19
+
20
+ - `SF-360112` - Script error occurs on continuous undo and redo operation for filtering action issue resolved.
21
+ - `SF-361036`, `SF-361123` - Copy paste is not working properly on filtered rows issue has been fixed.
22
+ - `SF-360222` - Sorting is not working properly after undo issue has been fixed.
23
+ - `SF-352381` - Data not rendered properly on horizontal scrolling in finite mode issue resolved.
24
+ - `F171297` - Importing excel file contains conditional formatting with formula throws script error issue has been fixed.
25
+ - `SF-359221` - Insert row not working properly while virtual scrolling is disabled issue is fixed.
26
+
27
+ ## 19.4.41 (2022-01-04)
28
+
29
+ ### Spreadsheet
30
+
31
+ #### Bug Fixes
32
+
33
+ - `SF-360492` - Row height issue after performing undo operation has been resolved.
34
+ - `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
35
+ - `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
36
+ - `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
37
+ - `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
38
+ - `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
39
+ - `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
40
+ - `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
41
+ - `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.
42
+ - `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
43
+ - `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
44
+
45
+ ## 19.4.40 (2021-12-28)
46
+
47
+ ### Spreadsheet
48
+
49
+ #### New Features
50
+
51
+ - `I345022` - Alphanumeric support provided for autofill operation.
52
+
53
+ #### Bug Fixes
54
+
55
+ - `SF-358411` - Cancelling the replace and replace all actions not working issue resolved. `actionBegin` and `actionComplete` event for `replace` action, the argument property name is changed as below.
56
+
57
+ - Previous name | Current name
58
+ - -----|-----
59
+ - `compareVal` | `compareValue`
60
+ - `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
61
+ - `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
62
+ - `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
63
+ - `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
64
+ - `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
65
+ - `I346033` - Today formula is not working on import issue has been fixed.
66
+ - `I346033` - Custom currency format is not applied for zero value issue has been fixed.
67
+ - `I346033` - Text formula is not working with `ddd` format issue has been fixed.
68
+ - `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
69
+ - `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
70
+ - `SF-358418` - Image resize option problem has been fixed.
71
+
72
+ ## 19.4.38 (2021-12-17)
73
+
74
+ ### Spreadsheet
75
+
76
+ #### Bug Fixes
77
+
9
78
  - `SF-356190` - Not able to change the cell value using beforeCellSave event issue resolved.
10
79
  - `I346629` - Cell alignment issue while copy paste merged cell from Excel to Spreadsheet issue resolved.
11
80
  - `F169598` - Sorting issue with number formatted data is resolved.
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 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
87
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,15 @@
1
1
  /*!
2
2
  * filename: ej2-vue-spreadsheet.umd.min.js
3
- * version : 19.4.38
3
+ * version : 19.4.43
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
4
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
14
  * Use of this code is subject to the terms of our license.
6
15
  * A copy of the current license can be obtained at any time by e-mailing