🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@codemirror/autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/autocomplete - npm Package Compare versions

Comparing version
6.19.1
to
6.20.0
+6
-0
CHANGELOG.md

@@ -0,1 +1,7 @@

## 6.20.0 (2025-11-20)
### New features
Completions now support a `sortText` property to influence sort order.
## 6.19.1 (2025-10-23)

@@ -2,0 +8,0 @@

@@ -24,2 +24,7 @@ import * as _codemirror_state from '@codemirror/state';

/**
Overrides the text that is used to sort completions. Will
default to `label` if not given.
*/
sortText?: string;
/**
An optional short piece of information to show (with a different

@@ -26,0 +31,0 @@ style) after the label.

@@ -24,2 +24,7 @@ import * as _codemirror_state from '@codemirror/state';

/**
Overrides the text that is used to sort completions. Will
default to `label` if not given.
*/
sortText?: string;
/**
An optional short piece of information to show (with a different

@@ -26,0 +31,0 @@ style) after the label.

+1
-1
{
"name": "@codemirror/autocomplete",
"version": "6.19.1",
"version": "6.20.0",
"description": "Autocompletion for the CodeMirror code editor",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display