@syncfusion/ej2-vue-spreadsheet 19.4.53 → 19.4.54
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,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `SF-367012` - Sort action not working on first row issue resolved.
|
|
10
|
+
- `SF-367021` - Filter by selected cell value action on date field is not working issue resolved.
|
|
11
|
+
- `SF-367013` - Sort not working after filtered the data in freeze pane issue resolved.
|
|
12
|
+
- `SF-368464` - Performance issue while filtering the scrolled data with freeze pane issue resolved.
|
|
13
|
+
- `SF-363047` - Insert row is not working while adding rows at the end in finite mode issue resolved.
|
|
14
|
+
- `SF-364569` - External paste not working if copy indicator available in spreadsheet issue resolved.
|
|
15
|
+
|
|
16
|
+
## 19.4.53 (2022-02-22)
|
|
17
|
+
|
|
18
|
+
### Spreadsheet
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
9
22
|
- `SF-367008` - Data range is not updated properly while doing auto fill action issue resolved.
|
|
10
23
|
- `SF-367016` - Script error occurs while performing auto fit action on hidden first column after freeze pane issue resolved.
|
|
11
24
|
- `SF-364894` - Filtering is not proper in finite mode with less row count 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
|
-
|
|
87
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.54
|
|
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
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
12
|
-
* version : 19.
|
|
12
|
+
* version : 19.2.55
|
|
13
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
14
|
* Use of this code is subject to the terms of our license.
|
|
15
15
|
* A copy of the current license can be obtained at any time by e-mailing
|