@syncfusion/ej2-react-kanban
Advanced tools
Comparing version 20.1.55 to 20.1.58
@@ -5,2 +5,8 @@ # Changelog | ||
### Kanban | ||
#### New Features | ||
- `#I373922` - Now, we have improved the performance with the Kanban drag and drop action when large data is being loaded. | ||
## 20.1.52 (2022-05-04) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: ej2-react-kanban.umd.min.js | ||
* version : 20.1.55 | ||
* version : 20.1.58 | ||
* 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-react-kanban@*", | ||
"_id": "@syncfusion/ej2-react-kanban@20.1.52", | ||
"_id": "@syncfusion/ej2-react-kanban@20.1.55", | ||
"_inBundle": false, | ||
"_integrity": "sha512-cpFuiIMuwrYsQd1p3efMZjnQIw5VePNuYGjMcrMdIN0KRiDkBxmSPDKe+XdBoNoGNz/NvC8N0MfqGdBwT6Cgmw==", | ||
"_integrity": "sha512-h3cX5Wc3294CMCxEEPktRCUV4lCeRLCqIKQcSOvfvHqhRHmU3xJNPyTTIiw6jUXn9EXpfQfxPFNjUuBt+SXHJg==", | ||
"_location": "/@syncfusion/ej2-react-kanban", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-20.1.52.tgz", | ||
"_shasum": "8f6edd67b15b7738dfe87c74c9cfcab5bcca997a", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-20.1.55.tgz", | ||
"_shasum": "a5a05fa975d5b2519eebae88881a5e5735640390", | ||
"_spec": "@syncfusion/ej2-react-kanban@*", | ||
@@ -35,5 +35,5 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.1.55", | ||
"@syncfusion/ej2-kanban": "20.1.55", | ||
"@syncfusion/ej2-react-base": "~20.1.55" | ||
"@syncfusion/ej2-base": "~20.1.57", | ||
"@syncfusion/ej2-kanban": "20.1.58", | ||
"@syncfusion/ej2-react-base": "~20.1.58" | ||
}, | ||
@@ -65,4 +65,4 @@ "deprecated": false, | ||
}, | ||
"version": "20.1.55", | ||
"version": "20.1.58", | ||
"sideEffects": false | ||
} |
@@ -18,3 +18,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base'; | ||
*/ | ||
export declare class ColumnDirective extends ComplexBase<ColumnsModel | ColumnsDirTypecast, ColumnsModel | ColumnsDirTypecast> { | ||
export declare class ColumnDirective extends ComplexBase<ColumnsModel | ColumnsDirTypecast & { | ||
children?: React.ReactNode; | ||
}, ColumnsModel | ColumnsDirTypecast> { | ||
static moduleName: string; | ||
@@ -21,0 +23,0 @@ } |
@@ -15,3 +15,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base'; | ||
*/ | ||
export declare class StackedHeaderDirective extends ComplexBase<StackedHeadersModel, StackedHeadersModel> { | ||
export declare class StackedHeaderDirective extends ComplexBase<StackedHeadersModel & { | ||
children?: React.ReactNode; | ||
}, StackedHeadersModel> { | ||
static moduleName: string; | ||
@@ -18,0 +20,0 @@ } |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1386632
33677
+ Added@syncfusion/ej2-kanban@20.1.58(transitive)
- Removed@syncfusion/ej2-kanban@20.1.55(transitive)