This repository was 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
suggestionListFollowssetting defaults toWordhttps://github.com/atom-community/autocomplete-plus/pull/368minimumWordLengthsetting defaults to 3 https://github.com/atom-community/autocomplete-plus/pull/380- Remove
navigateCompletionssetting 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
SymbolProviderthat 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.jsonenginesfield 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