@udecode/plate-trailing-block
Advanced tools
Comparing version 5.3.5 to 6.0.0
# @udecode/plate-trailing-block | ||
## 6.0.0 | ||
## 5.3.5 | ||
@@ -4,0 +6,0 @@ |
import { QueryNodeOptions } from '@udecode/plate-common'; | ||
import { SPEditor, WithOverride } from '@udecode/plate-core'; | ||
export interface WithTrailingBlock extends QueryNodeOptions { | ||
export interface TrailingBlockPluginOptions extends QueryNodeOptions { | ||
/** | ||
@@ -16,7 +16,7 @@ * Type of the trailing block | ||
*/ | ||
export declare const withTrailingBlock: ({ type: _type, level, ...query }?: WithTrailingBlock) => WithOverride; | ||
export declare const withTrailingBlock: ({ type: _type, level, ...query }?: TrailingBlockPluginOptions) => WithOverride; | ||
/** | ||
* @see {@link withTrailingNode} | ||
*/ | ||
export declare const createTrailingBlockPlugin: (options_0?: WithTrailingBlock | undefined) => import("@udecode/plate-core").PlatePlugin<SPEditor>; | ||
export declare const createTrailingBlockPlugin: (options_0?: TrailingBlockPluginOptions | undefined) => import("@udecode/plate-core").PlatePlugin<SPEditor>; | ||
//# sourceMappingURL=createTrailingBlockPlugin.d.ts.map |
{ | ||
"name": "@udecode/plate-trailing-block", | ||
"version": "5.3.5", | ||
"version": "6.0.0", | ||
"description": "Trailing-block plugin for Plate", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@udecode/plate-common": "5.3.5", | ||
"@udecode/plate-core": "5.3.1" | ||
"@udecode/plate-common": "6.0.0", | ||
"@udecode/plate-core": "6.0.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
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
19929
+ Added@udecode/plate-common@6.0.0(transitive)
+ Added@udecode/plate-core@6.0.0(transitive)
- Removed@udecode/plate-common@5.3.5(transitive)
- Removed@udecode/plate-core@5.3.1(transitive)
Updated@udecode/plate-common@6.0.0
Updated@udecode/plate-core@6.0.0