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.14.0

11 May 23:38
Compare
Choose a tag to compare
  • Fixed a couple display issues
  • confirmCompletion setting now defaults to tab and enter
  • Added license field to package.json

v2.13.0

08 May 17:24
Compare
Choose a tag to compare
  • Support filterSuggestions property on providers which will optionally filter / sort provider suggestions in autocomplete-plus core
  • Speed up startup time
  • Bunch of small fixes

v2.10.0

15 Apr 15:37
Compare
Choose a tag to compare

v2.9.0

07 Apr 23:05
Compare
Choose a tag to compare

v2.3.0

27 Feb 22:53
Compare
Choose a tag to compare
  • 🆕 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

21 Feb 20:55
Compare
Choose a tag to compare

New

  • Add experimental SymbolProvider that can be used as an alternative to FuzzyProvider
  • 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

21 Feb 20:41
Compare
Choose a tag to compare

v2.1.5

11 Feb 23:18
Compare
Choose a tag to compare
  • 🐛 Fixes an issue where the bindings for confirm, select-next, select-previous and cancel would continue to trigger when the suggestion list is closed if the keymap was used to define the bindings (fixes #261)

v2.1.4

11 Feb 23:14
Compare
Choose a tag to compare
  • 🎨 Ensure the suggestion list appears "above" other highlight decorations (e.g. Linter's display)

v2.1.3

06 Feb 20:56
Compare
Choose a tag to compare