You are here

CHANGELOG.txt in Search API Autocomplete 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
Search API Autocomplete 1.x, dev (xxxx-xx-xx):
----------------------------------------------

Search API Autocomplete 1.7 (2021-07-19):
-----------------------------------------
- #2580217 by drunken monkey: Fixed bugs in "Live results" suggester.
- #1567234 by mlamothe, piggito, drunken monkey: Added a "Live results"
  suggester.
- #3003098 by Andreas Radloff, drunken monkey: Fixed compatibility with other
  autocomplete fields on the same page.

Search API Autocomplete 1.6 (2018-09-17):
-----------------------------------------
- #2977790 by drunken monkey, semanthis: Fixed auto-submit in AJAX views.
- #2431111 by dagomar, drunken monkey, judapriest: Added support for
  transliteration.

Search API Autocomplete 1.5 (2017-07-18):
-----------------------------------------
- #2772143 by drunken monkey: Fixed missing language restriction on search
  pages.
- #1983442 by Rob230, drunken monkey: Fixed problems with multiple autocomplete
  fields in one view.
- #2572973 by drunken monkey: Fixed missing default value for suggester in new
  settings.
- #2564965 by drunken monkey: Fixed escaping of "Override used fields" options.

Search API Autocomplete 1.4 (2015-08-29):
-----------------------------------------
- #2503607 by drunken monkey: Added support for custom autocomplete scripts.
- #2458629 by sherakama, drunken monkey, mgifford: Added ARIA roles for search
  field and parent wrapper.
- #2503613 by drunken monkey: Fixed issues with multiple search fields on the
  same page.
- #2493919 by sg88, drunken monkey: Added the option to disable auto-submit.
- #2502937 by drunken monkey: Added flexibility for returned suggestions.
- #2503593 by drunken monkey: Added a hidden variable for changing the
  autocomplete delay.
- #2475435 by drunken monkey: Added support for switching the autocomplete
  implementation.

Search API Autocomplete 1.3 (2015-08-19):
-----------------------------------------
- Fixed escaping of search keywords returned in suggestions HTML.

Search API Autocomplete 1.2 (2015-06-03):
-----------------------------------------
- #2335701 by marvil07, drunken monkey: Added an alter hook for the detected
  fulltext fields in views.
- #2415057 by das-peter: Added a JS select event when auto-completing.
- #2345683 by drunken monkey: Fixed error message in admin UI when there are no
  (recognized) searches.
- #2368795 by theo_: Fixed Javascript error when overriding autocomplete.
- #2352567 by das-peter, drunken monkey: Fixed CTools incompatibility of JS
  submit handler.
- #2334563 by Begun, drunken monkey, marvil07: Added an advanced option to
  change the jQuery button selector.
- #2280111 by drunken monkey: Fixed handling of settings for deleted searches.

Search API Autocomplete 1.1 (2014-05-24):
-----------------------------------------
- #2229613 by das-peter: Fixed search submit while suggestions are displayed.
- #2062969 by queenvictoria, das-peter: Fixed AJAX errors on click or return.
- #2195657 by drunken monkey: Added a note about permissions to README.txt.
- #2147555 by drunken monkey: Improved error handling.
- #2134675 by Julian Maurice, drunken monkey: Added
  hook_search_api_autocomplete_suggestions_alter().
- #2121135 by eugene.ilyin, drunken monkey: Added minimum key length option.
- #1357954 by drunken monkey: Clarified documentation.
- #2079951 by drunken monkey: Fixed concatenation of words when there is a
  trailing space.
- #2023947 by drunken monkey: Fixed behavior when user input contains trailing
  whitespace.
- #2012710 by drunken monkey: Fixed $reset parameter for load functions.

Search API Autocomplete 1.0 (2013-04-22):
-----------------------------------------
First stable release of the Search API Autocomplete project.

File

CHANGELOG.txt
View source
  1. Search API Autocomplete 1.x, dev (xxxx-xx-xx):
  2. ----------------------------------------------
  3. Search API Autocomplete 1.7 (2021-07-19):
  4. -----------------------------------------
  5. - #2580217 by drunken monkey: Fixed bugs in "Live results" suggester.
  6. - #1567234 by mlamothe, piggito, drunken monkey: Added a "Live results"
  7. suggester.
  8. - #3003098 by Andreas Radloff, drunken monkey: Fixed compatibility with other
  9. autocomplete fields on the same page.
  10. Search API Autocomplete 1.6 (2018-09-17):
  11. -----------------------------------------
  12. - #2977790 by drunken monkey, semanthis: Fixed auto-submit in AJAX views.
  13. - #2431111 by dagomar, drunken monkey, judapriest: Added support for
  14. transliteration.
  15. Search API Autocomplete 1.5 (2017-07-18):
  16. -----------------------------------------
  17. - #2772143 by drunken monkey: Fixed missing language restriction on search
  18. pages.
  19. - #1983442 by Rob230, drunken monkey: Fixed problems with multiple autocomplete
  20. fields in one view.
  21. - #2572973 by drunken monkey: Fixed missing default value for suggester in new
  22. settings.
  23. - #2564965 by drunken monkey: Fixed escaping of "Override used fields" options.
  24. Search API Autocomplete 1.4 (2015-08-29):
  25. -----------------------------------------
  26. - #2503607 by drunken monkey: Added support for custom autocomplete scripts.
  27. - #2458629 by sherakama, drunken monkey, mgifford: Added ARIA roles for search
  28. field and parent wrapper.
  29. - #2503613 by drunken monkey: Fixed issues with multiple search fields on the
  30. same page.
  31. - #2493919 by sg88, drunken monkey: Added the option to disable auto-submit.
  32. - #2502937 by drunken monkey: Added flexibility for returned suggestions.
  33. - #2503593 by drunken monkey: Added a hidden variable for changing the
  34. autocomplete delay.
  35. - #2475435 by drunken monkey: Added support for switching the autocomplete
  36. implementation.
  37. Search API Autocomplete 1.3 (2015-08-19):
  38. -----------------------------------------
  39. - Fixed escaping of search keywords returned in suggestions HTML.
  40. Search API Autocomplete 1.2 (2015-06-03):
  41. -----------------------------------------
  42. - #2335701 by marvil07, drunken monkey: Added an alter hook for the detected
  43. fulltext fields in views.
  44. - #2415057 by das-peter: Added a JS select event when auto-completing.
  45. - #2345683 by drunken monkey: Fixed error message in admin UI when there are no
  46. (recognized) searches.
  47. - #2368795 by theo_: Fixed Javascript error when overriding autocomplete.
  48. - #2352567 by das-peter, drunken monkey: Fixed CTools incompatibility of JS
  49. submit handler.
  50. - #2334563 by Begun, drunken monkey, marvil07: Added an advanced option to
  51. change the jQuery button selector.
  52. - #2280111 by drunken monkey: Fixed handling of settings for deleted searches.
  53. Search API Autocomplete 1.1 (2014-05-24):
  54. -----------------------------------------
  55. - #2229613 by das-peter: Fixed search submit while suggestions are displayed.
  56. - #2062969 by queenvictoria, das-peter: Fixed AJAX errors on click or return.
  57. - #2195657 by drunken monkey: Added a note about permissions to README.txt.
  58. - #2147555 by drunken monkey: Improved error handling.
  59. - #2134675 by Julian Maurice, drunken monkey: Added
  60. hook_search_api_autocomplete_suggestions_alter().
  61. - #2121135 by eugene.ilyin, drunken monkey: Added minimum key length option.
  62. - #1357954 by drunken monkey: Clarified documentation.
  63. - #2079951 by drunken monkey: Fixed concatenation of words when there is a
  64. trailing space.
  65. - #2023947 by drunken monkey: Fixed behavior when user input contains trailing
  66. whitespace.
  67. - #2012710 by drunken monkey: Fixed $reset parameter for load functions.
  68. Search API Autocomplete 1.0 (2013-04-22):
  69. -----------------------------------------
  70. First stable release of the Search API Autocomplete project.