@syncfusion/ej2-lists
Advanced tools
Comparing version 17.3.19 to 17.3.21
@@ -5,2 +5,14 @@ # Changelog | ||
### ListBox | ||
#### Bug Fixes | ||
- Issue with Drag and Drop has been fixed | ||
### ListView | ||
#### Bug Fixes | ||
- #251219 - The content security policy issue has been fixed. | ||
## 17.3.16 (2019-10-09) | ||
@@ -7,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.3.19 | ||
* version : 17.3.21 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-lists@*", | ||
"_id": "@syncfusion/ej2-lists@17.3.16", | ||
"_id": "@syncfusion/ej2-lists@17.3.19", | ||
"_inBundle": false, | ||
"_integrity": "sha512-tDb45tEOWoTtV+GIKm3hn4mghC1Sau/9cJLD3VnJINHaYHodt2JkngH593y4N7hwAKUYtv3jjmUcfYuei+TIBQ==", | ||
"_integrity": "sha512-DS3kI1RQRenbQuc5iOhT7UwnNlg1dGgMxdfygGGc8kcquoJcUjnmwY9E2uJmRS3FAiEv6v7z/UQowiQFtH6btA==", | ||
"_location": "/@syncfusion/ej2-lists", | ||
@@ -36,4 +36,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-17.3.16.tgz", | ||
"_shasum": "9ed46be11d3da3967da21a555f82f4f53a98265c", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-17.3.19.tgz", | ||
"_shasum": "267e13d36257ee407fd8d2dca508696a2665df45", | ||
"_spec": "@syncfusion/ej2-lists@*", | ||
@@ -88,4 +88,4 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "17.3.19", | ||
"version": "17.3.21", | ||
"sideEffects": false | ||
} |
@@ -146,2 +146,3 @@ var __extends = (this && this.__extends) || (function () { | ||
remove(e.helper); | ||
getComponent(_this.element, Draggable).intDestroy(e.event); | ||
}; | ||
@@ -148,0 +149,0 @@ _this.bind(); |
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
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2275398
21502