@syncfusion/ej2-angular-grids 26.2.12 → 26.2.14

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,21 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#FB60596` - The issue with an extra border appearing on the last record during row drag-and-drop in the grid has been resolved.
10
+ - `#FB60521` - The issue with the search button being a different size from the other buttons has been resolved.
11
+ - `#I611432` - Additional request sent issue when checkbox column with field has been resolved.
12
+ - `#FB60567` - Cookies could not be sent with the request headers when using `customAdaptor` that extends the `UrlAdaptor` is resolved.
13
+ - `#F193989` - Resolved the issue where `Vue3` is not correctly printing and exporting custom templates.
14
+ - `#I626077` - Resolved the issue where Batch edit through keyboard tab navigation is not working properly for numeric textbox template column.
15
+ - `#I902432` - Accessibility issue with the `checkbox` when focusing on the `checkbox header` initially has been resolved.
16
+ - `#FB60740` - Issue with initial grouping and sorting in the grid has been resolved.
17
+
18
+ ## 26.2.12 (2024-09-03)
19
+
20
+ ### Grid
21
+
22
+ #### Bug fixes
23
+
9
24
  - `#FB60593` - The issue where setting `args.cancel` to true in the `rowDeselecting` event caused a script error when selection persistence was enabled without a checkbox column has been resolved.
10
25
  - `#FB60504` - The issue of the grid ignoring the stacked header during printing has been resolved.
11
26
  - `#I620165` - Focus issue when `enableColumnVirtualization` is enabled with freeze columns has been resolved.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@26.2.11",
3
+ "_id": "@syncfusion/ej2-angular-grids@26.2.12",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qH6doiZ9yeZ1wt+LHWvQw8htEm9GdItOS5eIaMN3xOPz55f+Xy63mlq4LmS2YNPr2G7ku7NsElJmH6pLQN3Hnw==",
5
+ "_integrity": "sha512-XNJwP++AiyElLDlu7u7lG8mdZfh1ryTkZl3Y+HSH5WPLto9s/7jQsJr4CNejFeEyTGNhO/Luu9iVEZYmOh2B/A==",
6
6
  "_location": "/@syncfusion/ej2-angular-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-26.2.11.tgz",
23
- "_shasum": "3f0deff335134e5f6e2c9e76357185814d1bcf71",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-26.2.12.tgz",
23
+ "_shasum": "6bb696971ae470840b69bbaf0bb3fd90c25ec8f6",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.2.10",
35
35
  "@syncfusion/ej2-base": "~26.2.10",
36
- "@syncfusion/ej2-grids": "26.2.12",
36
+ "@syncfusion/ej2-grids": "26.2.14",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "syncfusion-ej2-angular-grids.d.ts",
75
- "version": "26.2.12"
75
+ "version": "26.2.14"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^26.2.11';
2
+ export const pkgVer = '^26.2.12';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~26.2.11';
4
+ export const themeVer = '~26.2.12';