Releases: neo4j/cypher-language-support
Releases · neo4j/cypher-language-support
@neo4j-cypher/react-codemirror@2.0.0-next.12
@neo4j-cypher/language-support@2.0.0-next.9
Patch Changes
- 2e72ac8: Adds errors for undeclared procedures / functions
@neo4j-cypher/language-server@2.0.0-next.10
Patch Changes
- Updated dependencies [2e72ac8]
- @neo4j-cypher/language-support@2.0.0-next.9
@neo4j-cypher/react-codemirror@2.0.0-next.11
Patch Changes
- Updated dependencies [05663bd]
- @neo4j-cypher/language-support@2.0.0-next.8
@neo4j-cypher/language-support@2.0.0-next.8
Patch Changes
- 05663bd: Fixes bug using non language keywords (EXPLAIN, PROFILE, etc) as symbolic names
@neo4j-cypher/language-server@2.0.0-next.9
Patch Changes
- Updated dependencies [05663bd]
- @neo4j-cypher/language-support@2.0.0-next.8
@neo4j-cypher/react-codemirror@2.0.0-next.10
Patch Changes
- bb7e9d3: Simplify detection and handling of value prop updates
@neo4j-cypher/react-codemirror@2.0.0-next.9
Patch Changes
- fbd5f7e: allow signature help panel to render below editor when there's not enough space above it
- 09dfae2: Add an ariaLabel prop to CypherEditor
- 7154e94: Fix bug causing debouncing to override value
- 62c152f: execute single line query on enter by default
- cbfc75e: Fix a bug causing debounced value updates to get cancelled erroneously
- 04ae35e: Set initial latestDispatchedValue and flush debounced changes onExecute
Add tests for debounce behaviour - Updated dependencies [3661e9d]
- Updated dependencies [b76af58]
- Updated dependencies [21699b7]
- Updated dependencies [6afc0e3]
- Updated dependencies [39b924d]
- @neo4j-cypher/language-support@2.0.0-next.7
@neo4j-cypher/language-support@2.0.0-next.7
Patch Changes
- 3661e9d: Fixes database completions for CREATE ALIAS commands
- b76af58: Fixes bug in signature help of functions nested inside procedure calls
- 21699b7: Updates the semantic analysis module to use the antlr parser instead of the javaCC one
- 6afc0e3: Adds signature information on auto-completions
- 39b924d: Fixes bug in labels completion