@syncfusion/ej2-react-kanban
Advanced tools
Comparing version 24.2.9 to 25.1.35
@@ -5,2 +5,9 @@ # Changelog | ||
### Kanban | ||
#### Bug Fixes | ||
- `#I525892` - Now, the card template works properly upon drag-and-drop action in Kanban with remote data. | ||
- `#I550208` - Now, the swimlane header template will work properly in the mobile view. | ||
## 24.1.47 (2024-01-23) | ||
@@ -12,5 +19,4 @@ | ||
`#I544423` - Now, the Kanban column header title shows properly when the column is collapsed. | ||
- `#I544423` - Now, the Kanban column header title shows properly when the column is collapsed. | ||
## 24.1.46 (2024-01-17) | ||
@@ -22,5 +28,4 @@ | ||
`#I535989` - Now, drop clone works properly when slowly dragging and dropping the cards in the last position in the Kanban column. | ||
- `#I535989` - Now, drop clone works properly when slowly dragging and dropping the cards in the last position in the Kanban column. | ||
## 24.1.41 (2023-12-18) | ||
@@ -40,8 +45,5 @@ | ||
`#I513537` - Now, localization of the "Cards" text was done. When you drag the multiple cards, it show up. | ||
- `#I513537` - Now, localization of the "Cards" text was done. When you drag the multiple cards, it show up. | ||
- `#I515897` - Now, when the `cancel` argument is set to true in the `dialogClose` event in the kanban, it works properly. | ||
`#I515897` - Now, when the `cancel` argument is set to true in the `dialogClose` event in the kanban, it works properly. | ||
## 23.1.36 (2023-09-15) | ||
@@ -53,8 +55,5 @@ | ||
`#I492818` - Now, fast scrolling from top to bottom of the column continuously works properly. | ||
- `#I492818` - Now, fast scrolling from top to bottom of the column continuously works properly. | ||
- `#I495751` - Now, dragging a card to the first position in the Kanban works properly without flickering. | ||
`#I495751` - Now, dragging a card to the first position in the Kanban works properly without flickering. | ||
## 22.1.34 (2023-06-21) | ||
@@ -74,5 +73,4 @@ | ||
`#F181441` - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban. | ||
- `#F181441` - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban. | ||
## 21.1.37 (2023-03-29) | ||
@@ -79,0 +77,0 @@ |
/*! | ||
* filename: ej2-react-kanban.min.js | ||
* version : 24.2.9 | ||
* version : 25.1.35 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: ej2-react-kanban.umd.min.js | ||
* version : 24.2.9 | ||
* version : 25.1.35 | ||
* Copyright Syncfusion Inc. 2001 - 2023. 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@24.2.3", | ||
"_id": "@syncfusion/ej2-react-kanban@23.1.36", | ||
"_inBundle": false, | ||
"_integrity": "sha512-VGmI+ltxPS4d/xahyC3UEv6qQhFOOijeKCMJoNI4X5YgAIF5aMNEBZumshD3WhKuoxj0iQoxTrh7zhwHZdjILA==", | ||
"_integrity": "sha512-zEUK/B3/1bJo4KQUZZw4FF+ezgEbyQc5nr6fFndWBEdaRrkXo+0IdoNn2aAZy89lD38RdZV4BkeX2nvQuNzVGA==", | ||
"_location": "/@syncfusion/ej2-react-kanban", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-24.2.3.tgz", | ||
"_shasum": "07211e58bc58e899b8567379d5c05843a356c5d5", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-23.1.36.tgz", | ||
"_shasum": "cae7dd6d883b8e3db0e6c60b4db4a3ebf0a697c0", | ||
"_spec": "@syncfusion/ej2-react-kanban@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"author": { | ||
@@ -35,5 +35,5 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.2.7", | ||
"@syncfusion/ej2-kanban": "24.2.9", | ||
"@syncfusion/ej2-react-base": "~24.2.7" | ||
"@syncfusion/ej2-base": "~25.1.35", | ||
"@syncfusion/ej2-kanban": "25.1.35", | ||
"@syncfusion/ej2-react-base": "~25.1.35" | ||
}, | ||
@@ -58,4 +58,4 @@ "deprecated": false, | ||
}, | ||
"version": "24.2.9", | ||
"version": "25.1.35", | ||
"sideEffects": false | ||
} |
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
79404
+ Added@syncfusion/ej2-base@25.1.35(transitive)
+ Added@syncfusion/ej2-buttons@25.1.39(transitive)
+ Added@syncfusion/ej2-data@25.1.35(transitive)
+ Added@syncfusion/ej2-dropdowns@25.1.41(transitive)
+ Added@syncfusion/ej2-icons@25.1.35(transitive)
+ Added@syncfusion/ej2-inputs@25.1.42(transitive)
+ Added@syncfusion/ej2-kanban@25.1.35(transitive)
+ Added@syncfusion/ej2-layouts@25.1.37(transitive)
+ Added@syncfusion/ej2-lists@25.1.41(transitive)
+ Added@syncfusion/ej2-navigations@25.1.42(transitive)
+ Added@syncfusion/ej2-notifications@25.1.35(transitive)
+ Added@syncfusion/ej2-popups@25.1.42(transitive)
+ Added@syncfusion/ej2-react-base@25.1.35(transitive)
+ Added@syncfusion/ej2-splitbuttons@25.1.38(transitive)
- Removed@syncfusion/ej2-base@24.2.8(transitive)
- Removed@syncfusion/ej2-buttons@24.2.7(transitive)
- Removed@syncfusion/ej2-data@24.2.3(transitive)
- Removed@syncfusion/ej2-dropdowns@24.2.9(transitive)
- Removed@syncfusion/ej2-icons@24.2.3(transitive)
- Removed@syncfusion/ej2-inputs@24.2.9(transitive)
- Removed@syncfusion/ej2-kanban@24.2.9(transitive)
- Removed@syncfusion/ej2-layouts@24.2.4(transitive)
- Removed@syncfusion/ej2-lists@24.2.8(transitive)
- Removed@syncfusion/ej2-navigations@24.2.8(transitive)
- Removed@syncfusion/ej2-notifications@24.2.4(transitive)
- Removed@syncfusion/ej2-popups@24.2.10(transitive)
- Removed@syncfusion/ej2-react-base@24.2.7(transitive)
- Removed@syncfusion/ej2-splitbuttons@24.2.7(transitive)