@neo4j-cypher/react-codemirror
Advanced tools
Comparing version 1.0.0-next.13 to 1.0.0-next.14
@@ -99,2 +99,4 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
autofocus, | ||
bracketMatching, | ||
closeBrackets, | ||
cursorWide, | ||
@@ -134,2 +136,4 @@ cypherLanguage, | ||
autofocus, | ||
bracketMatching, | ||
closeBrackets, | ||
cursorWide, | ||
@@ -136,0 +140,0 @@ cypherLanguage, |
@@ -108,2 +108,4 @@ "use strict"; | ||
autofocus, | ||
bracketMatching, | ||
closeBrackets, | ||
cursorWide, | ||
@@ -143,2 +145,4 @@ cypherLanguage, | ||
autofocus, | ||
bracketMatching, | ||
closeBrackets, | ||
cursorWide, | ||
@@ -145,0 +149,0 @@ cypherLanguage, |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.0.0-next.13", | ||
"version": "1.0.0-next.14", | ||
"author": "Neo4j Inc.", | ||
@@ -42,3 +42,3 @@ "license": "GPL-3.0", | ||
"@babel/runtime": "^7.20.6", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.12", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.13", | ||
"codemirror": "^6.0.1" | ||
@@ -45,0 +45,0 @@ }, |
@@ -65,4 +65,10 @@ import * as React from "react"; | ||
/** | ||
* setting any of these props will trigger the editor to clear its undo/redo history | ||
* Whether to show matching brackets in the editor view | ||
* | ||
* @defaultValue true | ||
*/ | ||
bracketMatching?: boolean; | ||
/** | ||
* Setting any of these props will trigger the editor to clear its undo/redo history | ||
* | ||
* @defaultValue ["cypherLanguage"] | ||
@@ -72,2 +78,8 @@ */ | ||
/** | ||
* Whether to automatically close brackets or wrap selected text with quotes on quote press | ||
* | ||
* @defaultValue true | ||
*/ | ||
closeBrackets?: boolean; | ||
/** | ||
* Whether the wide cursor should be shown | ||
@@ -74,0 +86,0 @@ * |
27299
842
+ Added@neo4j-cypher/codemirror@1.0.0-next.13(transitive)
- Removed@neo4j-cypher/codemirror@1.0.0-next.12(transitive)