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
v0.22.2
Fix focus bug. when same file and mutiple panes, unable to select suggestions.And focus jump to other panel.
Fix #67 and #85. @yongkangchen
v0.22.1
- Remove Deprecation Warnings From Tests. @joefitzgerald
- Add ctrl-n,p emacs bindings for next, previous. @brendankemp
- Feature multiple selections support. Fix #57. @abe33
- Flow out to contraints. #113 @blakeembrey
- Fix deprecations. #135 @vito
- Don't disable auto activation if autosave version is >= 0.17.0. Fix #16. @smockle
- Add strictMatching option. #109 @mizchi
- Filter by word length. #110 @mizchi
v0.21.0
- Support styles in html label. @eqot
- Don't update autocompletions during character compositions. (Fix atom/atom#2716 and #91) @nathansobo
v0.20.0
- Added an
renderLabelAsHtml
option to theSuggestion
class that specifies whether the label for this suggestion should be rendered as HTML or not (default: false)
v0.19.0
v0.18.0
v0.15.0
v0.14.0
Fix provider unregistration API (#unregisterProviderFromEditorView(Provider, EditorView) -> #unregisterProvider(Provider)) . @saschagehlich
v0.13.0
- Fix notification for compatibility issues with autosave. @joefitzgerald
- Fix bug where multiple calls to registerProviderForEditorView could result in the same provider being registered multiple times. @joefitzgerald
v0.12.0
- Other packages can now register suggestion providers, see an example here: https://github.com/saschagehlich/autocomplete-snippets
- Moved suggestion generation to FuzzyProvider class