@syncfusion/ej2-angular-kanban 19.4.38 → 19.4.52

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,6 +2,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.47 (2022-01-25)
6
+
7
+ ### Kanban
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I361754` - Now, the `target` argument is returned properly in the `actionBegin` and `actionComplete` when clicking on the frozen swimlane row.
12
+
13
+ ## 19.4.41 (2022-01-04)
14
+
15
+ ### Kanban
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I358793` - Now, the drag and drop of the cards in the Kanban works properly without any exception error.
20
+
21
+ ## 19.4.38 (2021-12-17)
22
+
5
23
  ### Kanban
6
24
 
7
25
  #### Bug Fixes
package/README.md CHANGED
@@ -65,4 +65,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
65
65
 
66
66
  Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes).
67
67
 
68
- © Copyright 2020 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
68
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-kanban.umd.js
3
- * version : 19.4.38
3
+ * version : 19.4.52
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-kanban.umd.min.js
3
- * version : 19.4.38
3
+ * version : 19.4.52
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-angular-kanban@*",
3
- "_id": "@syncfusion/ej2-angular-kanban@19.5.4",
3
+ "_id": "@syncfusion/ej2-angular-kanban@19.4.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-r26oBAVmE/udxj1QqzkJUxD79Q7Uk3UZxgYllQ2y4hZ7+Nj53mAgPC3x2WCHCGqiwjDaGS5WjP5OhI0LNIlrOA==",
5
+ "_integrity": "sha512-DLag1iIGhiVQqNv7qZ3XYBeomIVN4Akp/UFNE+1m7waSuKE3WPmglm0wTtyG5gM0eJ2g1oQuMr4Ewlr5gMA0cg==",
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": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-19.5.4.tgz",
23
- "_shasum": "c8b1f061875868017008eb12dacfb873b415ac24",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-19.4.47.tgz",
23
+ "_shasum": "47c86403b05adf1a87b08022d08a01b83f007986",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
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-angular-base": "~19.4.38",
35
- "@syncfusion/ej2-base": "~19.4.38",
36
- "@syncfusion/ej2-kanban": "19.4.38"
34
+ "@syncfusion/ej2-angular-base": "~19.4.52",
35
+ "@syncfusion/ej2-base": "~19.4.52",
36
+ "@syncfusion/ej2-kanban": "19.4.52"
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",
@@ -66,5 +66,5 @@
66
66
  "schematics": "./schematics/collection.json",
67
67
  "sideEffects": false,
68
68
  "typings": "ej2-angular-kanban.d.ts",
69
- "version": "19.4.38"
69
+ "version": "19.4.52"
70
70
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-kanban";
2
- export declare const pkgVer = "^19.5.4";
2
+ export declare const pkgVer = "^19.4.47";
3
3
  export declare const moduleName = "KanbanModule";
4
- export declare const themeVer = "~19.5.4";
4
+ export declare const themeVer = "~19.4.47";
@@ -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 = '^19.5.4';
4
+ exports.pkgVer = '^19.4.47';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~19.5.4';
6
+ exports.themeVer = '~19.4.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^19.5.4';
2
+ export const pkgVer = '^19.4.47';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~19.5.4';
4
+ export const themeVer = '~19.4.47';