gitee-kanban-react
Advanced tools
Comparing version
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.10.1](https://gitee.com/gitee-frontend/gitee-ent-react/compare/gitee-kanban-react@1.10.0...gitee-kanban-react@1.10.1) (2021-12-06) | ||
### Bug Fixes | ||
* **kanban:** 卡片位置未变化时不需要调用 onDrop() ([7e4872d](https://gitee.com/gitee-frontend/gitee-ent-react/commits/7e4872db26ef467fde9b72bbb30d0804b3fa8ac7)) | ||
* **kanban:** 组件销毁后未撤销对请求结果的处理 ([5ba4791](https://gitee.com/gitee-frontend/gitee-ent-react/commits/5ba4791d48a39144acaf01ea0b6011d009c41d0e)) | ||
## [1.8.1](https://gitee.com/gitee-frontend/gitee-ent-react/compare/gitee-kanban-react@1.8.0...gitee-kanban-react@1.8.1) (2021-10-15) | ||
@@ -8,0 +20,0 @@ |
@@ -827,3 +827,9 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
} | ||
}); | ||
}); // 避免在组件卸载后处理请求结果 | ||
Object(external_react_["useEffect"])(function () { | ||
return function () { | ||
fetcherRef.current.requestId += 1; | ||
}; | ||
}, []); | ||
drag(headerRef); | ||
@@ -1023,2 +1029,6 @@ drop(ref); | ||
if (nextItemId === selectedItemId) { | ||
return; | ||
} | ||
e.stopPropagation(); | ||
@@ -1025,0 +1035,0 @@ e.preventDefault(); |
@@ -827,3 +827,9 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
} | ||
}); | ||
}); // 避免在组件卸载后处理请求结果 | ||
Object(external_react_["useEffect"])(function () { | ||
return function () { | ||
fetcherRef.current.requestId += 1; | ||
}; | ||
}, []); | ||
drag(headerRef); | ||
@@ -830,0 +836,0 @@ drop(ref); |
@@ -827,3 +827,9 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
} | ||
}); | ||
}); // 避免在组件卸载后处理请求结果 | ||
Object(external_react_["useEffect"])(function () { | ||
return function () { | ||
fetcherRef.current.requestId += 1; | ||
}; | ||
}, []); | ||
drag(headerRef); | ||
@@ -1023,2 +1029,6 @@ drop(ref); | ||
if (nextItemId === selectedItemId) { | ||
return; | ||
} | ||
e.stopPropagation(); | ||
@@ -1025,0 +1035,0 @@ e.preventDefault(); |
{ | ||
"name": "gitee-kanban-react", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Kanban component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
355999
0.63%3677
0.57%