@syncfusion/ej2-angular-kanban 29.1.37 → 29.1.41

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
@@ -2,21 +2,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 28.1.39 (2024-01-14)
5
+ ### Kanban
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F196600` - Fixed an issue where the Kanban card temporarily returned to its old position after being dropped.
10
+
11
+ - `#I709249` - Fixed an alignment issue between the header and the content in the Kanban.
12
+
13
+ ## 29.1.37 (2025-04-08)
6
14
 
7
15
  ### Kanban
8
16
 
9
17
  #### Bug Fixes
10
18
 
11
- - `#I660067` - Now, the card drop functionality works properly at the top of another column when `SwimlaneSettings` is enabled in the Kanban.
19
+ - `#I702257` - Kanban items now display correctly on smaller screens during continuous scrolling.
12
20
 
13
- ## 28.1.37 (2024-12-31)
21
+ ## 29.1.35 (2025-04-01)
14
22
 
15
23
  ### Kanban
16
24
 
17
25
  #### Bug Fixes
18
26
 
19
- - `#I660067` - Now, the card drop functionality works properly at the top of another column when `SwimlaneSettings` is enabled in the Kanban.
27
+ - `#I693238` - Now, dragging and dropping a card in Kanban doesn't throw any console error.
20
28
 
21
29
  ## 25.1.35 (2024-03-15)
22
30
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-kanban@*",
3
- "_id": "@syncfusion/ej2-angular-kanban@28.2.3",
3
+ "_id": "@syncfusion/ej2-angular-kanban@29.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-h0GAt6YG6nigB18+8Gjink2DYqi5a7KzSBLC6eP4lxZHApvqiKAZAc3HiT84aUkQbOob0VfYBnFpZBLE3wi7lw==",
5
+ "_integrity": "sha512-74FfHi3rYkdVKGvKh3cjKguEucUw+bPR9tqhSKiHN/SGmQtPK+0kxwvwv6R/I2BGbNTZj6f4Bh1m9ZTCPMsu8w==",
6
6
  "_location": "/@syncfusion/ej2-angular-kanban",
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-kanban/-/ej2-angular-kanban-28.2.3.tgz",
23
- "_shasum": "aad3f6a9c8d25535f046ee7fb6c57d36475cb95f",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-29.1.37.tgz",
23
+ "_shasum": "15154895d481203daded076d0b457f13482aafe8",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~29.1.33",
35
35
  "@syncfusion/ej2-base": "~29.1.36",
36
- "@syncfusion/ej2-kanban": "29.1.37"
36
+ "@syncfusion/ej2-kanban": "29.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "syncfusion-ej2-angular-kanban.d.ts",
75
- "version": "29.1.37"
75
+ "version": "29.1.41"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-kanban";
2
- export declare const pkgVer = "^28.2.0";
2
+ export declare const pkgVer = "^29.1.37";
3
3
  export declare const moduleName = "KanbanModule";
4
- export declare const themeVer = "~28.2.0";
4
+ export declare const themeVer = "~29.1.37";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-kanban';
4
- exports.pkgVer = '^29.1.37';
4
+ exports.pkgVer = '^29.1.41';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~29.1.37';
6
+ exports.themeVer = '~29.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^29.1.37';
2
+ export const pkgVer = '^29.1.41';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~29.1.37';
4
+ export const themeVer = '~29.1.41';