@syncfusion/ej2-kanban
Advanced tools
Comparing version 19.4.38 to 19.4.41
@@ -9,2 +9,10 @@ # Changelog | ||
- `#I358793` - Now, the drag and drop of the cards in the Kanban works properly without any exception error. | ||
## 19.4.38 (2021-12-17) | ||
### Kanban | ||
#### Bug Fixes | ||
- `#FB29010` - The issue with "`showItemCount` in swimlane row is not resetting to zero if no cards are present" has been resolved. | ||
@@ -11,0 +19,0 @@ - `#F169010` - The issue with "The Kanban board refreshed before fetching data from the server" has been solved. |
/*! | ||
* filename: index.d.ts | ||
* version : 19.4.38 | ||
* version : 19.4.41 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-kanban@*", | ||
"_id": "@syncfusion/ej2-kanban@19.5.4", | ||
"_id": "@syncfusion/ej2-kanban@19.4.38", | ||
"_inBundle": false, | ||
"_integrity": "sha512-541k2aaUnw0hbsY5pJNtJGEUm/gMcrUu+lvR+QLDTkc0dkHqwaJFmSmgCIhGKZ2iPjqohI2+aUfpDJfHunH4Xg==", | ||
"_integrity": "sha512-YmLD9PUKciM1zF/UpgcdwgMpPBIz3lbi+NCYaI4HFcjZ6l0o58FBiDtwtAU/u2RZ1yCNookVAGkypyQhpH9iiA==", | ||
"_location": "/@syncfusion/ej2-kanban", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-kanban/-/ej2-kanban-19.5.4.tgz", | ||
"_shasum": "3532392c70e1dad7b9adb868d989b6f2a5985276", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-kanban/-/ej2-kanban-19.4.38.tgz", | ||
"_shasum": "8ce0dcd1dfa13a5fa6850b3acf57ae32aad5ab15", | ||
"_spec": "@syncfusion/ej2-kanban@*", | ||
@@ -42,7 +42,7 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"@syncfusion/ej2-data": "~19.4.38", | ||
"@syncfusion/ej2-dropdowns": "~19.4.38", | ||
"@syncfusion/ej2-inputs": "~19.4.38", | ||
"@syncfusion/ej2-dropdowns": "~19.4.41", | ||
"@syncfusion/ej2-inputs": "~19.4.41", | ||
"@syncfusion/ej2-layouts": "~19.4.38", | ||
"@syncfusion/ej2-navigations": "~19.4.38", | ||
"@syncfusion/ej2-popups": "~19.4.38" | ||
"@syncfusion/ej2-navigations": "~19.4.41", | ||
"@syncfusion/ej2-popups": "~19.4.41" | ||
}, | ||
@@ -75,4 +75,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "19.4.38", | ||
"version": "19.4.41", | ||
"sideEffects": false | ||
} |
@@ -354,3 +354,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
} | ||
if (this.kanbanObj.element.querySelector('.' + cls.TARGET_MULTI_CLONE_CLASS)) { | ||
if (!isNullOrUndefined(this.kanbanObj) && this.kanbanObj.element.querySelector('.' + cls.TARGET_MULTI_CLONE_CLASS)) { | ||
columnKey = closest(e.target, '.' + cls.MULTI_COLUMN_KEY_CLASS + ':not(.' + cls.DISABLED_CLASS + ')'); | ||
@@ -357,0 +357,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3898276