@types/slate-react
Advanced tools
Comparing version 0.20.2 to 0.20.3
@@ -9,3 +9,3 @@ // Type definitions for slate-react 0.20 | ||
// Irwan Fario Subastian <https://github.com/isubasti> | ||
// Sebastian Greaves <https://github.com/sgreav> | ||
// Hanna Greaves <https://github.com/sgreav> | ||
// Francesco Agnoletto <https://github.com/Kornil> | ||
@@ -22,4 +22,3 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Operations, | ||
Schema, | ||
Stack, | ||
SchemaProperties, | ||
Value, | ||
@@ -117,3 +116,3 @@ Operation, | ||
role?: string; | ||
schema?: Schema; | ||
schema?: SchemaProperties; | ||
spellCheck?: boolean; | ||
@@ -127,5 +126,3 @@ style?: React.CSSProperties; | ||
export interface EditorState { | ||
schema: Schema; | ||
value: Value; | ||
stack: Stack; | ||
} | ||
@@ -135,4 +132,2 @@ | ||
controller: CoreEditor; | ||
schema: Schema; | ||
stack: Stack; | ||
@@ -145,3 +140,3 @@ readonly plugins: Plugin[]; | ||
// Instance methods | ||
resolveController(plugins: Plugin[], schema: Schema, commands: any[], queries: any[]): void; | ||
resolveController(plugins: Plugin[], schema: SchemaProperties, commands: any[], queries: any[]): void; | ||
@@ -148,0 +143,0 @@ // Controller |
{ | ||
"name": "@types/slate-react", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"description": "TypeScript definitions for slate-react", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
{ | ||
"name": "Sebastian Greaves", | ||
"name": "Hanna Greaves", | ||
"url": "https://github.com/sgreav", | ||
@@ -57,8 +57,8 @@ "githubUsername": "sgreav" | ||
"dependencies": { | ||
"immutable": "^3.8.2", | ||
"@types/react": "*", | ||
"@types/slate": "*", | ||
"@types/react": "*" | ||
"immutable": "^3.8.2" | ||
}, | ||
"typesPublisherContentHash": "b293c42b24be3186f2881151432d6f29c9cec08028de5af3552bf072fa7c453c", | ||
"typesPublisherContentHash": "c8275cd0d858bde2db1b09cf9f5511b750b7fc3e3f5307e7caf2dcf134f192b0", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 20 Nov 2018 17:03:29 GMT | ||
* Dependencies: slate, immutable, react | ||
* Last updated: Fri, 14 Dec 2018 00:07:52 GMT | ||
* Dependencies: @types/slate, @types/immutable, @types/react | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Andy Kent <https://github.com/andykent>, Jamie Talbot <https://github.com/majelbstoat>, Jan Löbel <https://github.com/JanLoebel>, Patrick Sachs <https://github.com/PatrickSachs>, Brandon Shelton <https://github.com/YangusKhan>, Irwan Fario Subastian <https://github.com/isubasti>, Sebastian Greaves <https://github.com/sgreav>, Francesco Agnoletto <https://github.com/Kornil>. | ||
These definitions were written by Andy Kent <https://github.com/andykent>, Jamie Talbot <https://github.com/majelbstoat>, Jan Löbel <https://github.com/JanLoebel>, Patrick Sachs <https://github.com/PatrickSachs>, Brandon Shelton <https://github.com/YangusKhan>, Irwan Fario Subastian <https://github.com/isubasti>, Hanna Greaves <https://github.com/sgreav>, Francesco Agnoletto <https://github.com/Kornil>. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
22410
380