@syncfusion/ej2-angular-kanban 28.2.3 → 29.1.33
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,14 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 28.1.37 (2024-12-31)
|
|
6
|
-
|
|
7
|
-
### Kanban
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I660067` - Now, the card drop functionality works properly at the top of another column when `SwimlaneSettings` is enabled in the Kanban.
|
|
12
|
-
|
|
13
5
|
## 25.1.35 (2024-03-15)
|
|
14
6
|
|
|
15
7
|
### Kanban
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-kanban@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-kanban@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-kanban@29.1.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-H2H2q/Swwn5IJGGt4VuYdMsZclX9bZtqglfSkHzJYtgDP0ktisZo3HLAir0FOGjugYuMZPHFa4fHy4QaBI4YRg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-kanban",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-29.1.1.tgz",
|
|
23
|
+
"_shasum": "69a6ef90855d3c77418bf4bb618d0e3b6465d53f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-kanban@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,12 +31,13 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-kanban": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~29.1.33",
|
|
35
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
36
|
+
"@syncfusion/ej2-kanban": "29.1.33"
|
|
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",
|
|
40
|
+
"devDependencies": {},
|
|
40
41
|
"es2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
41
42
|
"esm2020": "esm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
42
43
|
"exports": {
|
|
@@ -72,5 +73,5 @@
|
|
|
72
73
|
"schematics": "./schematics/collection.json",
|
|
73
74
|
"sideEffects": false,
|
|
74
75
|
"typings": "syncfusion-ej2-angular-kanban.d.ts",
|
|
75
|
-
"version": "
|
|
76
|
+
"version": "29.1.33"
|
|
76
77
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-kanban";
|
|
2
|
-
export declare const pkgVer = "^28.
|
|
2
|
+
export declare const pkgVer = "^28.2.0";
|
|
3
3
|
export declare const moduleName = "KanbanModule";
|
|
4
|
-
export declare const themeVer = "~28.
|
|
4
|
+
export declare const themeVer = "~28.2.0";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^29.1.33';
|
|
5
5
|
exports.moduleName = 'KanbanModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~29.1.33';
|