@syncfusion/ej2-angular-grids 19.4.41 → 19.4.48

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.
Files changed (38) hide show
  1. package/@syncfusion/ej2-angular-grids.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-grids.js +1 -1
  4. package/@syncfusion/ej2-angular-grids.js.map +1 -1
  5. package/CHANGELOG.md +39 -0
  6. package/dist/ej2-angular-grids.umd.js +2 -1
  7. package/dist/ej2-angular-grids.umd.js.map +1 -1
  8. package/dist/ej2-angular-grids.umd.min.js +2 -2
  9. package/package.json +8 -8
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/styles/bootstrap-dark.css +5 -4
  14. package/styles/bootstrap.css +5 -4
  15. package/styles/bootstrap4.css +5 -4
  16. package/styles/bootstrap5-dark.css +5 -4
  17. package/styles/bootstrap5.css +5 -4
  18. package/styles/fabric-dark.css +5 -4
  19. package/styles/fabric.css +5 -4
  20. package/styles/grid/bootstrap-dark.css +5 -4
  21. package/styles/grid/bootstrap.css +5 -4
  22. package/styles/grid/bootstrap4.css +5 -4
  23. package/styles/grid/bootstrap5-dark.css +5 -4
  24. package/styles/grid/bootstrap5.css +5 -4
  25. package/styles/grid/fabric-dark.css +5 -4
  26. package/styles/grid/fabric.css +5 -4
  27. package/styles/grid/highcontrast-light.css +5 -4
  28. package/styles/grid/highcontrast.css +5 -4
  29. package/styles/grid/material-dark.css +5 -4
  30. package/styles/grid/material.css +5 -4
  31. package/styles/grid/tailwind-dark.css +5 -4
  32. package/styles/grid/tailwind.css +5 -4
  33. package/styles/highcontrast-light.css +5 -4
  34. package/styles/highcontrast.css +5 -4
  35. package/styles/material-dark.css +5 -4
  36. package/styles/material.css +5 -4
  37. package/styles/tailwind-dark.css +5 -4
  38. package/styles/tailwind.css +5 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,45 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.47 (2022-01-25)
6
+
7
+ ### Grid
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#SF-361888` - Gird rows are hide when called `groupCollapseAll` without grouping is fixed.
12
+ - `#SF-362860` - Last column header cell border issue has been fixed.
13
+ - `#SF-357202` - Wrong operator while filtering with Excel filter search box is fixed.
14
+ - `#SF-362140` - Script error while selecting the row with `virtualization` issue has been fixed.
15
+ - `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
16
+ - `#FB-31556` - Row Height misalignment when show/hide the template column with frozen Grid is fixed.
17
+ - `#F171116` - Border is not apply properly in the Excel exporting has been fixed.
18
+
19
+ ## 19.4.43 (2022-01-18)
20
+
21
+ ### Grid
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#SF-359831` - Script error thrown in frozen grid while hiding the column through column chooser with aggregates issue has been fixed.
26
+ - `#SF-359248` - Script error thrown if frozen grid have empty records with `PersistSelection` feature issue has been fixed.
27
+ - `#F171949` - Script error while filtering with `UrlAdaptor` is resolved.
28
+
29
+ ## 19.4.42 (2022-01-11)
30
+
31
+ ### Grid
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#SF-361124` - Script error when filtering with excel filter in other components issue has been fixed.
36
+ - `#SF-354931` - While locking the column with enable frozen right feature, the frozen column is not moving issue has been fixed.
37
+ - `#SF-356095` - Scroll position issue while `updateRow` method with infinite scroll has been fixed.
38
+ - `#SF-358560` - Scroll is prevented with `LazyLoadGrouping` cache mode issue has been fixed.
39
+ - `#SF-358281` - `ActionBegin` event paging arguments cancel is not properly getting cancelled is fixed.
40
+ - `#F171308` - Filter query is not generate properly when filter the null value in `OdataAdaptor` and `OdataV4Adaptor` is resolved.
41
+
42
+ ## 19.4.41 (2022-01-04)
43
+
5
44
  ### Grid
6
45
 
7
46
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 19.4.41
3
+ * version : 19.4.48
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
@@ -1425,6 +1425,7 @@ exports.destroyChildGrid = ej2Grids.destroyChildGrid;
1425
1425
  exports.stickyScrollComplete = ej2Grids.stickyScrollComplete;
1426
1426
  exports.captionActionComplete = ej2Grids.captionActionComplete;
1427
1427
  exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
1428
+ exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
1428
1429
  exports.rowCell = ej2Grids.rowCell;
1429
1430
  exports.gridHeader = ej2Grids.gridHeader;
1430
1431
  exports.gridContent = ej2Grids.gridContent;