New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codemirror/autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/autocomplete - npm Package Versions

1
79

0.18.6

Diff

Changelog

Source

0.18.6 (2021-06-03)

Bug fixes

Adding or reconfiguring completion sources will now cause them to be activated right away if a completion was active.

New features

You can now specify multiple types in Completion.type by separating them by spaces. Small doc comment tweak for Completion.type

marijn
published 0.18.5 •

Changelog

Source

0.18.5 (2021-04-23)

Bug fixes

Fix a regression where snippet field selection didn't work with @codemirror/state 0.18.6.

Fix a bug where snippet fields with different position numbers were inappropriately merged.

marijn
published 0.18.4 •

Changelog

Source

0.18.4 (2021-04-20)

Bug fixes

Fix a crash in Safari when moving the selection during composition.

marijn
published 0.18.3 •

Changelog

Source

0.18.3 (2021-03-15)

Bug fixes

Adjust to updated @codemirror/tooltip interface.

marijn
published 0.18.2 •

Changelog

Source

0.18.2 (2021-03-14)

Bug fixes

Fix unintended ES2020 output (the package contains ES6 code again).

marijn
published 0.18.1 •

Changelog

Source

0.18.1 (2021-03-11)

Bug fixes

Stop active completion when all sources resolve without producing any matches.

New features

Completion.info may now return a promise.

marijn
published 0.18.0 •

Changelog

Source

0.18.0 (2021-03-03)

Bug fixes

Only preserve selected option across updates when it isn't the first option.

marijn
published 0.17.4 •

Changelog

Source

0.17.4 (2021-01-18)

Bug fixes

Fix a styling issue where the selection had become invisible inside snippet fields (when using drawSelection).

New features

Snippet fields can now be selected with the pointing device (so that they are usable on touch devices).

marijn
published 0.17.3 •

Changelog

Source

0.17.3 (2021-01-18)

Bug fixes

Fix a bug where uppercase completions would be incorrectly matched against the typed input.

marijn
published 0.17.2 •

Changelog

Source

0.17.2 (2021-01-12)

Bug fixes

Don't bind Cmd-Space on macOS, since that already has a system default binding. Use Ctrl-Space for autocompletion.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc