@neo4j-cypher/react-codemirror 2.0.0-canary-0d0dce4 → 2.0.0-canary-e119d95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @neo4j-cypher/react-codemirror
2
2
 
3
+ ## 2.0.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - fbd5f7e: allow signature help panel to render below editor when there's not enough space above it
8
+ - 09dfae2: Add an ariaLabel prop to CypherEditor
9
+ - 7154e94: Fix bug causing debouncing to override value
10
+ - 62c152f: execute single line query on enter by default
11
+ - cbfc75e: Fix a bug causing debounced value updates to get cancelled erroneously
12
+ - 04ae35e: Set initial latestDispatchedValue and flush debounced changes onExecute
13
+ Add tests for debounce behaviour
14
+ - Updated dependencies [3661e9d]
15
+ - Updated dependencies [b76af58]
16
+ - Updated dependencies [21699b7]
17
+ - Updated dependencies [6afc0e3]
18
+ - Updated dependencies [39b924d]
19
+ - @neo4j-cypher/language-support@2.0.0-next.7
20
+
3
21
  ## 2.0.0-next.8
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "codemirror",
18
18
  "codemirror 6"
19
19
  ],
20
- "version": "2.0.0-canary-0d0dce4",
20
+ "version": "2.0.0-canary-e119d95",
21
21
  "main": "./dist/index.js",
22
22
  "types": "./dist/index.d.ts",
23
23
  "type": "module",
@@ -51,7 +51,7 @@
51
51
  "@codemirror/view": "^6.28.4",
52
52
  "@lezer/common": "^1.0.2",
53
53
  "@lezer/highlight": "^1.1.3",
54
- "@neo4j-cypher/language-support": "2.0.0-canary-0d0dce4",
54
+ "@neo4j-cypher/language-support": "2.0.0-canary-e119d95",
55
55
  "@types/prismjs": "^1.26.3",
56
56
  "@types/workerpool": "^6.4.7",
57
57
  "ayu": "^8.0.1",