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.14.0
v2.13.0
v2.10.0
suggestionListFollows
setting defaults toWord
https://github.com/atom-community/autocomplete-plus/pull/368minimumWordLength
setting defaults to 3 https://github.com/atom-community/autocomplete-plus/pull/380- Remove
navigateCompletions
setting and use core:move-up/down instead https://github.com/atom-community/autocomplete-plus/pull/381 - 🐛 Make the fallback replacementPrefix only word prefixes https://github.com/atom-community/autocomplete-plus/pull/372
- Add suggestion descriptions / docstrings https://github.com/atom-community/autocomplete-plus/pull/386
- SymbolProvider
- 🐛 Fix some false negatives https://github.com/atom-community/autocomplete-plus/pull/374
- 🐛 Fix displaying the word as you are typing https://github.com/atom-community/autocomplete-plus/pull/379
- Update the config API for languages https://github.com/atom-community/autocomplete-plus/pull/378
v2.9.0
- 🐛 Fix for new one themes
- 🆕 Align replacement to prefix when suggestionListFollows is 'Word' https://github.com/atom-community/autocomplete-plus/pull/362
v2.3.0
- 🆕 Allow providers to provide suggestions that are anonymous snippets
- 🆕 Insert and expand anonymous snippet suggestions when they are confirmed
- 🎨 Improve styling of suggestion list items
- 🎨 General code cleanup
v2.2.0
New
- Add experimental
SymbolProvider
that can be used as an alternative toFuzzyProvider
- Add Windows CI (via
AppVeyor
)
Improved
- Use the @background-color-selected variable for the selected suggestion
- Calculate the maximum height of the suggestion list dynamically
- Remove legacy (pre 1.0) provider API
Fixed
- Ensure the
package.json
engines
field is set correctly (fixes #267)
v2.1.6
v2.1.5
v2.1.4
- 🎨 Ensure the suggestion list appears "above" other highlight decorations (e.g. Linter's display)
v2.1.3
- 🎨 Cleanup code related to composition
- 🐛 Fix #241
- 🐛 Fix #244
- 🐛 Fix #210
- 🐛 Fix atom/atom#5437