Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Releases: atom/autocomplete-plus

v0.22.2

26 Nov 01:45
Compare
Choose a tag to compare

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

26 Nov 01:43
Compare
Choose a tag to compare

v0.21.0

26 Nov 01:29
Compare
Choose a tag to compare

v0.20.0

26 Nov 02:02
Compare
Choose a tag to compare
  • Added an renderLabelAsHtml option to the Suggestion class that specifies whether the label for this suggestion should be rendered as HTML or not (default: false)

v0.19.0

26 Nov 02:01
Compare
Choose a tag to compare
  • Allow hyphens in wordlist. (#64)
  • Add new words to wordlist when a special character has been entered. (#63)
  • Cancel autocompletion when no suggestions are available. (#65)

v0.18.0

26 Nov 02:01
Compare
Choose a tag to compare
  • Refocus editor when hitting enter
  • Cancel autocompletion when entering space
  • Fix a bug that occurred when duplicating an editor (thanks @yosisa)

v0.15.0

26 Nov 02:01
Compare
Choose a tag to compare
  • Fix a bug that caused a stack overflow when using spanish / italian / korean keyboard layouts (Issues #22 and #40)
  • autocomplete-plus:select-next, autocomplete-plus:select-previous and autocomplete-plus:cancel keymaps

v0.14.0

26 Nov 02:00
Compare
Choose a tag to compare

Fix provider unregistration API (#unregisterProviderFromEditorView(Provider, EditorView) -> #unregisterProvider(Provider)) . @saschagehlich

v0.13.0

26 Nov 01:58
Compare
Choose a tag to compare
  • 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

26 Nov 01:57
Compare
Choose a tag to compare

@saschagehlich