@syncfusion/ej2-kanban
Advanced tools
Comparing version 18.3.52 to 18.3.53
@@ -9,2 +9,10 @@ # Changelog | ||
- `#159897` - An issue with Dialog template not working has been fixed. | ||
## 18.3.52 (2020-12-01) | ||
### Kanban | ||
#### Bug Fixes | ||
- `#300968, #302271` - An issue with the `dragStart` event maintained previous changed value in argument has been fixed. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.3.52 | ||
* version : 18.3.53 | ||
* 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@18.3.50", | ||
"_id": "@syncfusion/ej2-kanban@18.3.52", | ||
"_inBundle": false, | ||
"_integrity": "sha512-3Svy9WxDzW9P6tWWsqGsERiTxkJdt9/wcg5PhvpTR6CIMvxqWgrsL+cWsz3XOeFxs7+5GY4Mej8TaF5yEJCc+w==", | ||
"_integrity": "sha512-TTabo0kIJhr1N0x6xMapTJnEXsrlkAsXi01E9XQ/RnWEIYd2cIkE/v59QI/NsxsXUWVZmswL20i4dfiiEBWsQg==", | ||
"_location": "/@syncfusion/ej2-kanban", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-kanban/-/ej2-kanban-18.3.50.tgz", | ||
"_shasum": "ece4a8ff4bb00d2a1e90d05b6f98dcb93b31671f", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-kanban/-/ej2-kanban-18.3.52.tgz", | ||
"_shasum": "caf62290b477900f0ae5b0bba00b005d551e9d1c", | ||
"_spec": "@syncfusion/ej2-kanban@*", | ||
@@ -42,6 +42,6 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"@syncfusion/ej2-data": "~18.3.47", | ||
"@syncfusion/ej2-dropdowns": "~18.3.52", | ||
"@syncfusion/ej2-inputs": "~18.3.52", | ||
"@syncfusion/ej2-layouts": "~18.3.48", | ||
"@syncfusion/ej2-navigations": "~18.3.51", | ||
"@syncfusion/ej2-dropdowns": "~18.3.53", | ||
"@syncfusion/ej2-inputs": "~18.3.53", | ||
"@syncfusion/ej2-layouts": "~18.3.53", | ||
"@syncfusion/ej2-navigations": "~18.3.53", | ||
"@syncfusion/ej2-popups": "~18.3.52" | ||
@@ -75,4 +75,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "18.3.52", | ||
"version": "18.3.53", | ||
"sideEffects": false | ||
} |
@@ -388,3 +388,2 @@ import { append, createElement, remove, isNullOrUndefined, closest, extend } from '@syncfusion/ej2-base'; | ||
KanbanDialog.prototype.destroy = function () { | ||
this.parent.resetTemplates(); | ||
this.destroyToolTip(); | ||
@@ -391,0 +390,0 @@ this.destroyComponents(); |
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
2694650
29780