@udecode/plate-core
Advanced tools
Comparing version 5.3.0 to 5.3.1
# @udecode/plate-core | ||
## 5.3.1 | ||
### Patch Changes | ||
- [#1136](https://github.com/udecode/plate/pull/1136) [`8aec270f`](https://github.com/udecode/plate/commit/8aec270f8b06a3b25b8d7144c2e23b0dc12de118) Thanks [@dylans](https://github.com/dylans)! - allow disabling deserializer by paste target | ||
## 5.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -28,3 +28,4 @@ import { SPEditor } from '../SPEditor'; | ||
preInsert?: (fragment: TDescendant[]) => HandlerReturnType; | ||
isDisabled?: (deserializerId: string) => boolean; | ||
}; | ||
//# sourceMappingURL=Deserialize.d.ts.map |
{ | ||
"name": "@udecode/plate-core", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "The core architecture of Plate – a plugin system for slate", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
1176007
9047