@syncfusion/ej2-react-grids 19.2.59 → 19.3.44

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 (63) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/dist/ej2-react-grids.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +265 -69
  5. package/styles/bootstrap.css +263 -67
  6. package/styles/bootstrap4.css +248 -52
  7. package/styles/bootstrap5-dark.css +6088 -0
  8. package/styles/bootstrap5-dark.scss +3 -0
  9. package/styles/bootstrap5.css +6088 -0
  10. package/styles/bootstrap5.scss +3 -0
  11. package/styles/excel-filter/bootstrap-dark.css +15 -3
  12. package/styles/excel-filter/bootstrap.css +14 -2
  13. package/styles/excel-filter/bootstrap4.css +15 -3
  14. package/styles/excel-filter/bootstrap5-dark.css +618 -0
  15. package/styles/excel-filter/bootstrap5-dark.scss +1 -0
  16. package/styles/excel-filter/bootstrap5.css +618 -0
  17. package/styles/excel-filter/bootstrap5.scss +1 -0
  18. package/styles/excel-filter/fabric-dark.css +14 -2
  19. package/styles/excel-filter/fabric.css +13 -1
  20. package/styles/excel-filter/highcontrast-light.css +14 -2
  21. package/styles/excel-filter/highcontrast.css +13 -1
  22. package/styles/excel-filter/material-dark.css +17 -5
  23. package/styles/excel-filter/material.css +13 -1
  24. package/styles/excel-filter/tailwind-dark.css +21 -5
  25. package/styles/excel-filter/tailwind.css +21 -5
  26. package/styles/fabric-dark.css +233 -37
  27. package/styles/fabric.css +226 -30
  28. package/styles/grid/bootstrap-dark.css +239 -56
  29. package/styles/grid/bootstrap.css +237 -54
  30. package/styles/grid/bootstrap4.css +227 -44
  31. package/styles/grid/bootstrap5-dark.css +4831 -0
  32. package/styles/grid/bootstrap5-dark.scss +1 -0
  33. package/styles/grid/bootstrap5.css +4831 -0
  34. package/styles/grid/bootstrap5.scss +1 -0
  35. package/styles/grid/fabric-dark.css +212 -29
  36. package/styles/grid/fabric.css +212 -29
  37. package/styles/grid/highcontrast-light.css +215 -32
  38. package/styles/grid/highcontrast.css +215 -32
  39. package/styles/grid/material-dark.css +225 -42
  40. package/styles/grid/material.css +208 -25
  41. package/styles/grid/tailwind-dark.css +244 -61
  42. package/styles/grid/tailwind.css +242 -59
  43. package/styles/highcontrast-light.css +230 -34
  44. package/styles/highcontrast.css +231 -35
  45. package/styles/material-dark.css +245 -49
  46. package/styles/material.css +224 -28
  47. package/styles/pager/bootstrap-dark.css +11 -10
  48. package/styles/pager/bootstrap.css +12 -11
  49. package/styles/pager/bootstrap4.css +6 -5
  50. package/styles/pager/bootstrap5-dark.css +779 -0
  51. package/styles/pager/bootstrap5-dark.scss +1 -0
  52. package/styles/pager/bootstrap5.css +779 -0
  53. package/styles/pager/bootstrap5.scss +1 -0
  54. package/styles/pager/fabric-dark.css +7 -6
  55. package/styles/pager/fabric.css +1 -0
  56. package/styles/pager/highcontrast-light.css +1 -0
  57. package/styles/pager/highcontrast.css +3 -2
  58. package/styles/pager/material-dark.css +4 -3
  59. package/styles/pager/material.css +3 -2
  60. package/styles/pager/tailwind-dark.css +8 -7
  61. package/styles/pager/tailwind.css +8 -7
  62. package/styles/tailwind-dark.css +273 -73
  63. package/styles/tailwind.css +271 -71
package/CHANGELOG.md CHANGED
@@ -6,6 +6,60 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I341591` - Grid column `virtualization` does not support dynamic column changes issue has been fixed.
10
+ - `#I330797` - Provided support to set height and width for image when pdf export.
11
+ - `#I341546`, `#I341928` - custom date format filter issue in Excel search box has been fixed.
12
+ - `#I341353` - `No Records To Display` message is split while grouping has been fixed.
13
+ - `#I341339` - Editing issue in `foreignKeyColumn` with `virtualization` has been fixed.
14
+ - `#I342311` - Hierarchy Grid sends request for `childGrid` data when `hierarchyExportMode` as none is resolved.
15
+ - `#I341591` - Aggregate rendering condition order impact the grid performance issue has been fixed.
16
+
17
+ - `#F168181` - Pager template issue has been fixed.
18
+
19
+ ## 19.3.43 (2021-09-30)
20
+
21
+ ### Grid
22
+
23
+ #### New Features
24
+
25
+ - `#I284744`, `#I289234` - Provided keyboard navigation support for infinite scroll.
26
+ - `#I314791`, `#I311562` - Provided group caption collapse support for infinite scroll.
27
+
28
+ #### Breaking Changes
29
+
30
+ - The `groupSettings.disablePageWiseAggregates` option will be enabled automatically when using aggregates and grouping in an infinite scroll.
31
+
32
+ ## 19.2.62 (2021-09-14)
33
+
34
+ ### Grid
35
+
36
+ #### Bug Fixes
37
+
38
+ - `#F168526` - `enablePersistence` was not maintained when filtering applied on `foreignKey` column.
39
+ - `#I335206` - Throws script error while adding the stacked columns dynamically is fixed.
40
+ - `#I341127` - Excel filter sub menus does not open in mobile device is Fixed.
41
+ - `#I340337` - Immutable mode doesn’t work for deep compare data issue has been fixed.
42
+ - `#I336801` - Infinite scrolling with editing with checkbox selection issue has been fixed.
43
+
44
+ ## 19.2.60 (2021-09-07)
45
+
46
+ ### Grid
47
+
48
+ #### Bug Fixes
49
+
50
+ - `#I339334` - `exportDetailDataBound` event not triggered when export the `HierarchyGrid` has been fixed.
51
+ - `#I339880` - Script error throws when enable `textwrap` with auto generated columns, issue has been fixed.
52
+ - `#FB27674` - Multi column dynamic sorting issue has been resolved.
53
+ - `#I340037` - Grid focus out issue has been resolved.
54
+ - `#I340122` - Script error while using custom component on boolean menu filter has been resolved.
55
+ - `#I339774` - Script error throws while hiding columns in enabled `lazyload` grid, has been fixed.
56
+
57
+ ## 19.2.59 (2021-08-31)
58
+
59
+ ### Grid
60
+
61
+ #### Bug Fixes
62
+
9
63
  - `#F167458` - `enablePersistence` was not maintained when routing to another page is resolved.
10
64
  - `#I339406` - Filtering array of values on date column by `filterByColum`, issue has been fixed.
11
65
  - `#F168110` - Filter operation is not cleared while clicking the clear button with immediate mode, issue has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 19.2.59
3
+ * version : 19.3.44
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-grids@*",
3
- "_id": "@syncfusion/ej2-react-grids@19.2.57",
3
+ "_id": "@syncfusion/ej2-react-grids@1.93.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-xBKiv0oPeg4mkoxImmNvs0n8C6oIASUvnmLK36UdA6rGZXIgJ3WugnQjL86VEqHb64z2zIeYRHLDFXizp26/AA==",
5
+ "_integrity": "sha512-HjrW99Z0ztxYgp//DjORUYedH+wpn4ZGOGZlCImD3RdidFin/CNqvcmVd6Q05l3XDi40Ffo/LqzXoh8Z0tUvWg==",
6
6
  "_location": "/@syncfusion/ej2-react-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-grids/-/ej2-react-grids-19.2.57.tgz",
23
- "_shasum": "7edd21144575d3b50d937de7d56bec1176e88154",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-grids/-/ej2-react-grids-1.93.2.tgz",
23
+ "_shasum": "0a76fd167ac125ac0828e3dfa898d20849d3b5bd",
24
24
  "_spec": "@syncfusion/ej2-react-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.2.57",
35
- "@syncfusion/ej2-grids": "19.2.59",
36
- "@syncfusion/ej2-react-base": "~19.2.55"
34
+ "@syncfusion/ej2-base": "~19.3.43",
35
+ "@syncfusion/ej2-grids": "19.3.44",
36
+ "@syncfusion/ej2-react-base": "~19.3.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
67
  },
68
- "version": "19.2.59",
68
+ "version": "19.3.44",
69
69
  "sideEffects": false
70
70
  }