@syncfusion/ej2-vue-grids 19.3.45 → 19.3.53
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 +37 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -10
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/grid/bootstrap5-dark.css +5 -5
- package/styles/grid/bootstrap5.css +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,43 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I345881` - Script error while reordering with the column `virtualization` is resolved.
|
|
10
|
+
- `#I345229` - `expandAll` and `CollapseAll` in grouping issue has been fixed.
|
|
11
|
+
- `#I343503` - row Selected data is incorrect while apply Sorting and Grouping is fixed.
|
|
12
|
+
|
|
13
|
+
- `#I321988` - `Vue` Pager template issue has been fixed.
|
|
14
|
+
|
|
15
|
+
## 19.3.47 (2021-10-26)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I345516` - Grid sort icon overlapping with column header text in `boostrap5` theme issue has been fixed.
|
|
22
|
+
- `#I341348` - Provided the support for clearing all the Grid actions.
|
|
23
|
+
- `#I344299` - Grid data is not loaded when using custom binding with `Infinitescrolling` is fixed.
|
|
24
|
+
- `#F167378` - Throws scripts error while apply sorting in load event with `Infinitescrolling` is resolved.
|
|
25
|
+
- `#I345190` - Date column filtering operator issue has been fixed.
|
|
26
|
+
|
|
27
|
+
## 19.3.46 (2021-10-19)
|
|
28
|
+
|
|
29
|
+
### Grid
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `#I343873` - Infinite Scroll spinner issue while loading next block is fixed.
|
|
34
|
+
- `#I344229` - Script error while searching in the infinite scrolling enabled is resolved.
|
|
35
|
+
- `#I344295` - Infinite scroll grid is duplicating the last row issue has been fixed.
|
|
36
|
+
- `#FB21743` - Grouping collapse is not working properly with Infinite scroll if it don't have aggregates issue has been fixed.
|
|
37
|
+
|
|
38
|
+
- `#I343344` - column template destroyed was not triggered has been fixed.
|
|
39
|
+
|
|
40
|
+
## 19.3.45 (2021-10-12)
|
|
41
|
+
|
|
42
|
+
### Grid
|
|
43
|
+
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
9
46
|
- `#I339088` - Export the Grouped first column becomes empty is resolved.
|
|
10
47
|
- `#FB27888` - Cell Edit Template is not working when using dropdown component with filtering is fixed.
|
|
11
48
|
- `#I338678` - Frozen horizontal scroll is not working in `Ipad` device has been fixed.
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 19.3.
|
|
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-grids.umd.min.js
|
|
12
|
-
* version : 19.2.55
|
|
3
|
+
* version : 19.3.53
|
|
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
|