@syncfusion/ej2-vue-spreadsheet 19.4.38 → 19.4.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 CHANGED
@@ -4,6 +4,32 @@
4
4
 
5
5
  ### Spreadsheet
6
6
 
7
+ #### New Features
8
+
9
+ - `I345022` - Alphanumeric support provided for autofill operation.
10
+
11
+ #### Bug Fixes
12
+
13
+ - `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.
14
+
15
+ - Previous name | Current name
16
+ - -----|-----
17
+ - `compareVal` | `compareValue`
18
+ - `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
19
+ - `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
20
+ - `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
21
+ - `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
22
+ - `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
23
+ - `I346033` - Today formula is not working on import issue has been fixed.
24
+ - `I346033` - Custom currency format is not applied for zero value issue has been fixed.
25
+ - `I346033` - Text formula is not working with `ddd` format issue has been fixed.
26
+ - `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
27
+ - `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
28
+
29
+ ## 19.4.38 (2021-12-17)
30
+
31
+ ### Spreadsheet
32
+
7
33
  #### Bug Fixes
8
34
 
9
35
  - `SF-356190` - Not able to change the cell value using beforeCellSave event issue 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 2021 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.40
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