This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Releases: atom/autocomplete-plus
Releases · atom/autocomplete-plus
v2.1.2
- 🐛 Don't show suggestion list during composition (composition is how you enter characters like é)
v2.1.1
- 🐛 Don't show suggestion list during composition (composition is how you enter characters like é)
v2.1.0
- 🆕 Add API v1.1.0 - this allows you to register multiple providers for a single package
- 🎨 Cleanup
v2.0.12
- 🏁 Fix race condition when async providers take a long time to provide suggestions
v2.0.11
- Switch away from deprecated
atom.services
service-hub instance to use config inpackage.json
for service consumption - Improve suggestion speed once the suggestion list is already showing
- Remove hidden input in suggestion list - the cursor will now continue to flash while the suggestion list is showing
v2.0.10
- Make built-in provider blacklist configurable
v2.0.9
- Prevent FuzzyProvider from being used in Markdown files
v2.0.8
- Remove markdown (
.md
) files from the file blacklist
v2.0.7
- 🆕 Add configuration to suppress activation of the suggestion list when backspacing
- 🎨 Clean up styling, align more with the atom styleguide
v2.0.6
- 🔬 Fix tests