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

Releases: atom/autocomplete-plus

v2.1.2

06 Feb 20:54
Compare
Choose a tag to compare
  • 🐛 Don't show suggestion list during composition (composition is how you enter characters like é)

v2.1.1

06 Feb 20:54
Compare
Choose a tag to compare
  • 🐛 Don't show suggestion list during composition (composition is how you enter characters like é)

v2.1.0

06 Feb 20:53
Compare
Choose a tag to compare
  • 🆕 Add API v1.1.0 - this allows you to register multiple providers for a single package
  • 🎨 Cleanup

v2.0.12

04 Feb 17:14
Compare
Choose a tag to compare
  • 🏁 Fix race condition when async providers take a long time to provide suggestions

v2.0.11

04 Feb 17:13
Compare
Choose a tag to compare
  • Switch away from deprecated atom.services service-hub instance to use config in package.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

03 Feb 05:51
Compare
Choose a tag to compare
  • Make built-in provider blacklist configurable

v2.0.9

03 Feb 05:51
Compare
Choose a tag to compare
  • Prevent FuzzyProvider from being used in Markdown files

v2.0.8

03 Feb 05:40
Compare
Choose a tag to compare
  • Remove markdown (.md) files from the file blacklist

v2.0.7

04 Feb 17:16
Compare
Choose a tag to compare
  • 🆕 Add configuration to suppress activation of the suggestion list when backspacing
  • 🎨 Clean up styling, align more with the atom styleguide

v2.0.6

04 Feb 17:16
Compare
Choose a tag to compare
  • 🔬 Fix tests