@udecode/plate-common
Advanced tools
Comparing version 6.3.0 to 6.4.0
# @udecode/plate-common | ||
## 6.4.0 | ||
### Minor Changes | ||
- [#1184](https://github.com/udecode/plate/pull/1184) by [@ghingis](https://github.com/ghingis) – | ||
- new utils: | ||
- `getElementOverrideProps` | ||
- `getLeafOverrideProps` | ||
- `getOverrideProps` | ||
### Patch Changes | ||
- [#1179](https://github.com/udecode/plate/pull/1179) by [@zbeyens](https://github.com/zbeyens) – fix `unsetNodes` options | ||
## 6.3.0 | ||
@@ -4,0 +18,0 @@ |
import { TEditor, TNode } from '@udecode/plate-core'; | ||
import { EditorNodesOptions } from '../types/Editor.types'; | ||
export declare const unsetNodes: <T extends TNode<import("@udecode/plate-core").AnyObject>>(editor: TEditor, props: string | string[], options?: EditorNodesOptions) => void; | ||
import { SetNodesOptions } from '../types/Transforms.types'; | ||
export declare const unsetNodes: <T extends TNode<import("@udecode/plate-core").AnyObject> = TNode<import("@udecode/plate-core").AnyObject>>(editor: TEditor, props: Exclude<keyof T, "children" | "text"> | Exclude<keyof T, "children" | "text">[], options?: SetNodesOptions) => void; | ||
//# sourceMappingURL=unsetNodes.d.ts.map |
@@ -6,2 +6,3 @@ /** | ||
export * from './ErrorHandler'; | ||
export * from './OverridePropsParams'; | ||
export * from './QueryEditorOptions'; | ||
@@ -8,0 +9,0 @@ export * from './QueryNodeOptions'; |
@@ -9,5 +9,8 @@ /** | ||
export * from './getElementDeserializer'; | ||
export * from './getElementOverrideProps'; | ||
export * from './getHandler'; | ||
export * from './getLeafDeserializer'; | ||
export * from './getLeafOverrideProps'; | ||
export * from './getNodeDeserializer'; | ||
export * from './getOverrideProps'; | ||
export * from './getPreventDefaultHandler'; | ||
@@ -14,0 +17,0 @@ export * from './getToggleElementOnKeyDown'; |
{ | ||
"name": "@udecode/plate-common", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"description": "Common utilities used by Plate", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1071483
207
11476