@syncfusion/ej2-react-kanban
Advanced tools
Comparing version 18.2.44 to 18.2.47
@@ -5,2 +5,4 @@ # Changelog | ||
## 18.2.44 (2020-07-07) | ||
### Kanban | ||
@@ -10,11 +12,11 @@ | ||
- **Sorting Order**: Arrange their cards in ascending or descending order based on `sortBy` property. | ||
- **Card Layout**: Improved the card layout by providing default colours, labels, and custom classes. | ||
- **Dialog Customization**: User can customize the particular property in the editing/adding dialog by using the `model` property. | ||
- **Toggle Column Count**: Provided cards count on collapsed column. | ||
- **Sorting Order**: Arrange the cards in ascending or descending order based on the `sortBy` property. | ||
- **Card Layout**: Improved the card layout by providing the default colours, labels, and custom classes. | ||
- **Dialog Customization**: Users can customize the particular property in the editing or adding dialog by using the `model` property. | ||
- **Toggle Column Count**: Provided cards count on the collapsed column. | ||
#### Breaking Changes | ||
- Removed the `priority` under the `cardSettings` property and included this functionalities to the sorting order feature by setting `sortBy` as `Index` under the `sortSettings` property. | ||
- Replaced `sortBy` into `sortDirection` under `swimlaneSettings` property. | ||
- Removed the `priority` under the `cardSettings` property and included these functionalities to the sorting order feature by setting the `sortBy` as `Index` under the `sortSettings` property. | ||
- Replaced the `sortBy` with `sortDirection` under the `swimlaneSettings` property. | ||
@@ -21,0 +23,0 @@ | **Previous API** | **Current API** | |
@@ -69,4 +69,3 @@ { | ||
"propertyName": "sortSettings", | ||
"baseClass": "SortSettings", | ||
"isPartialClass": true | ||
"baseClass": "SortSettings" | ||
} | ||
@@ -73,0 +72,0 @@ ], |
/*! | ||
* filename: ej2-react-kanban.umd.min.js | ||
* version : 18.2.44 | ||
* version : 18.2.47 | ||
* 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@0.21.1", | ||
"_id": "@syncfusion/ej2-react-kanban@18.2.44", | ||
"_inBundle": false, | ||
"_integrity": "sha512-JBPVpxgavn9uOcFsq5kN0YFdHs9thUYj++tiqAlHDWIlVSojX9ky/bG0M3iC16T84WNVzDhzqxpJK3wM4gUq2Q==", | ||
"_integrity": "sha512-2EMI5Jrs+C3PcjIvBYXimzblS2wg55FxTVodP5HwEjP2HaEIe5nfbdtBwe+TUTGeLFR9whEP115uLFrdUAywAw==", | ||
"_location": "/@syncfusion/ej2-react-kanban", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-0.21.1.tgz", | ||
"_shasum": "8d29de15b7bd9a43ec4a5d8f75917be774a06e46", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-18.2.44.tgz", | ||
"_shasum": "b387d50e845f72653559e8b991a14b23478eb835", | ||
"_spec": "@syncfusion/ej2-react-kanban@*", | ||
@@ -35,4 +35,4 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.2.44", | ||
"@syncfusion/ej2-kanban": "18.2.44", | ||
"@syncfusion/ej2-base": "~18.2.47", | ||
"@syncfusion/ej2-kanban": "18.2.47", | ||
"@syncfusion/ej2-react-base": "~18.2.44" | ||
@@ -65,4 +65,4 @@ }, | ||
}, | ||
"version": "18.2.44", | ||
"version": "18.2.47", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
502608
14365
+ Added@syncfusion/ej2-kanban@18.2.47(transitive)
- Removed@syncfusion/ej2-kanban@18.2.44(transitive)