You are here

CHANGELOG.txt in Search API Autocomplete 8

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
Search API Autocomplete 1.x, dev (xxxx-xx-xx):
----------------------------------------------
- #3228452 by drunken monkey: Fixed test failures against Drupal 9.3.x.
- #3226934 by drunken monkey: Fixed some exception handling problems.
- #3226653 by drunken monkey: Added "lifecycle" key to .info.yml file.

Search API Autocomplete 1.5 (2021-07-19):
-----------------------------------------
- #3060211 by FeyP, drunken monkey: Added optional highlighting for the "Live
  Results" suggester.
- #3184593 by becassin, drunken monkey: Added search input ID to the
  suggestions list HTML.
- #3173401 by drunken monkey: Removed drupalPostForm() calls from functional
  tests.
- #3171527 by drunken monkey: Fixed service definitions by removing the leading
  slash.
- #3159000 by thomas.hery, drunken monkey: Fixed compatibility with Better
  Exposed Filters.
- #3171305 by drunken monkey: Fixed tests on Drupal Core versions before 9.1.

Search API Autocomplete 1.4 (2020-09-07):
-----------------------------------------
- #3169391 by drunken monkey: Fixed tests on Drupal 9.
- #3132027 by drunken monkey, borisson_: Fixed excerpt field not displayed in
  autocomplete.
- #3131385 by lolandese, drunken monkey: Fixed Composer "license" key.
- #3126618 by drunken monkey: Fix coding standards.
- #3123377 by Berdir, drunken monkey, mo_farhaz: Made module compatible with
  Drupal 9.

Search API Autocomplete 1.3 (2020-04-10):
-----------------------------------------
- #3117639 by mo_farhaz, drunken monkey: Fixed call to deprecated method
  Item::checkAccess().
- #2986223 by drunken monkey, idebr: Switched JS tests to WebDriverTestBase.
- #3045398 by drunken monkey: Adapted to PHPCS changes in Core.
- #3042748 by marcoweijenborg, drunken monkey: Removed usage of deprecated code
  and added an explicit dependency for Drupal 8.5.
- #2947273 by drunken monkey: Fixed keywords preprocessing for “Live
  results” suggester.

Search API Autocomplete 1.2 (2019-03-11):
-----------------------------------------
- #3039180 by drunken monkey: Fixed failing tests.
- #2902281 by drunken monkey, mpp, borisson_: Fixed problems with derivative
  cache.
- #3034802 by MiroslavBanov, drunken monkey, LaravZ: Fixed use of the reserved
  #prefix key in our template.
- #3037290 by drunken monkey, LaravZ: Replaced drupal_get_path() call in tests.
- #3035017 by Satyanarayan Reddy, drunken monkey: Changed calls to deprecated
  Unicode::* methods.
- #3032183 by hugronaphor, drunken monkey: Fixed message string in
  watchdog_exception() calls.
- #3005650 by idebr, drunken monkey: Fixed UI inconsistencies on the index
  overview form.
- #2999477 by chintan.vyas, mikemadison, drunken monkey: Improved accessibility
  of search results.

Search API Autocomplete 1.1 (2018-09-17):
-----------------------------------------
- #2981783 by drunken monkey: Improved theme/template documentation.
- #2989973 by drunken monkey: Fixed the current test fails.
- #2985727 by drunken monkey: Added a tag to the search query.
- #2971710 by perryjanssen, drunken monkey: Fixed an "undefined index" bug.

Search API Autocomplete 1.0 (2018-03-18):
-----------------------------------------
- #2953269 by drunken monkey: Fixed the "enabled for Views display" check.
- #2953545 by anavarre, drunken monkey: Added a hint to create a search view
  when no searches are available.

Search API Autocomplete 1.0, RC 2 (2018-02-28):
-----------------------------------------------
- #2912246 by drunken monkey, kekkis: Fixed validation problems for Views with
  required fulltext filter.
- #2919102 by drunken monkey, sagesolutions, ressa: Fixed highlighting of
  options when selected with arrow keys.
- #2941485 by seanB, drunken monkey: Fixed highlighting of suggestions being
  case-sensitive.

Search API Autocomplete 1.0, RC 1 (2018-01-28):
-----------------------------------------------
- #2924778 by drunken monkey: Fixed two small coding mistakes.
- #2938374 by drunken monkey: Improved the module's coding standards compliance.
- #2431111 by nabiyllin, drunken monkey: Added support for transliteration.
- #1567234 by dobe, edurenye, drunken monkey, heshanlk, dermario: Added a "Live
  results" suggester.
- #2933802 by drunken monkey: Improved error handling in the autocomplete
  controller.
- #2903889 by drunken monkey: Fixed handling of removed dependencies.
- #2924122 by drunken monkey: Fixed the Javascript check for whether there is a
  "delay" setting.
- #2904510 by drunken monkey: Fixed caching of render element.
- #2904510 by drunken monkey: Caching of render element doesn't seem to work
  correctly

Search API Autocomplete 1.0, Beta 2 (2017-11-05):
-------------------------------------------------
- #2912596 by ceaucari, drunken monkey: Fixed notice in form alter hook.
- #2915671 by drunken monkey, Johnny vd Laar: Fixed NULL return value of
  getAutocompleteSuggestions().
- #2906450 by ressa, sagesolutions, drunken monkey: Fixed CSS for autocomplete
  suggestions.
- #2901869 by drunken monkey: Added a test for the Pages integration.
- #2907925 by drunken monkey: Fixed tests on PostgreSQL.

Search API Autocomplete 1.0, Beta 1 (2017-09-12):
-------------------------------------------------
First Beta release of the project's Drupal 8 version. The API can be considered
mostly stable and an upgrade path will be provided for all data structure
changes from this point forward. No known major bugs.

File

CHANGELOG.txt
View source
  1. Search API Autocomplete 1.x, dev (xxxx-xx-xx):
  2. ----------------------------------------------
  3. - #3228452 by drunken monkey: Fixed test failures against Drupal 9.3.x.
  4. - #3226934 by drunken monkey: Fixed some exception handling problems.
  5. - #3226653 by drunken monkey: Added "lifecycle" key to .info.yml file.
  6. Search API Autocomplete 1.5 (2021-07-19):
  7. -----------------------------------------
  8. - #3060211 by FeyP, drunken monkey: Added optional highlighting for the "Live
  9. Results" suggester.
  10. - #3184593 by becassin, drunken monkey: Added search input ID to the
  11. suggestions list HTML.
  12. - #3173401 by drunken monkey: Removed drupalPostForm() calls from functional
  13. tests.
  14. - #3171527 by drunken monkey: Fixed service definitions by removing the leading
  15. slash.
  16. - #3159000 by thomas.hery, drunken monkey: Fixed compatibility with Better
  17. Exposed Filters.
  18. - #3171305 by drunken monkey: Fixed tests on Drupal Core versions before 9.1.
  19. Search API Autocomplete 1.4 (2020-09-07):
  20. -----------------------------------------
  21. - #3169391 by drunken monkey: Fixed tests on Drupal 9.
  22. - #3132027 by drunken monkey, borisson_: Fixed excerpt field not displayed in
  23. autocomplete.
  24. - #3131385 by lolandese, drunken monkey: Fixed Composer "license" key.
  25. - #3126618 by drunken monkey: Fix coding standards.
  26. - #3123377 by Berdir, drunken monkey, mo_farhaz: Made module compatible with
  27. Drupal 9.
  28. Search API Autocomplete 1.3 (2020-04-10):
  29. -----------------------------------------
  30. - #3117639 by mo_farhaz, drunken monkey: Fixed call to deprecated method
  31. Item::checkAccess().
  32. - #2986223 by drunken monkey, idebr: Switched JS tests to WebDriverTestBase.
  33. - #3045398 by drunken monkey: Adapted to PHPCS changes in Core.
  34. - #3042748 by marcoweijenborg, drunken monkey: Removed usage of deprecated code
  35. and added an explicit dependency for Drupal 8.5.
  36. - #2947273 by drunken monkey: Fixed keywords preprocessing for “Live
  37. results” suggester.
  38. Search API Autocomplete 1.2 (2019-03-11):
  39. -----------------------------------------
  40. - #3039180 by drunken monkey: Fixed failing tests.
  41. - #2902281 by drunken monkey, mpp, borisson_: Fixed problems with derivative
  42. cache.
  43. - #3034802 by MiroslavBanov, drunken monkey, LaravZ: Fixed use of the reserved
  44. #prefix key in our template.
  45. - #3037290 by drunken monkey, LaravZ: Replaced drupal_get_path() call in tests.
  46. - #3035017 by Satyanarayan Reddy, drunken monkey: Changed calls to deprecated
  47. Unicode::* methods.
  48. - #3032183 by hugronaphor, drunken monkey: Fixed message string in
  49. watchdog_exception() calls.
  50. - #3005650 by idebr, drunken monkey: Fixed UI inconsistencies on the index
  51. overview form.
  52. - #2999477 by chintan.vyas, mikemadison, drunken monkey: Improved accessibility
  53. of search results.
  54. Search API Autocomplete 1.1 (2018-09-17):
  55. -----------------------------------------
  56. - #2981783 by drunken monkey: Improved theme/template documentation.
  57. - #2989973 by drunken monkey: Fixed the current test fails.
  58. - #2985727 by drunken monkey: Added a tag to the search query.
  59. - #2971710 by perryjanssen, drunken monkey: Fixed an "undefined index" bug.
  60. Search API Autocomplete 1.0 (2018-03-18):
  61. -----------------------------------------
  62. - #2953269 by drunken monkey: Fixed the "enabled for Views display" check.
  63. - #2953545 by anavarre, drunken monkey: Added a hint to create a search view
  64. when no searches are available.
  65. Search API Autocomplete 1.0, RC 2 (2018-02-28):
  66. -----------------------------------------------
  67. - #2912246 by drunken monkey, kekkis: Fixed validation problems for Views with
  68. required fulltext filter.
  69. - #2919102 by drunken monkey, sagesolutions, ressa: Fixed highlighting of
  70. options when selected with arrow keys.
  71. - #2941485 by seanB, drunken monkey: Fixed highlighting of suggestions being
  72. case-sensitive.
  73. Search API Autocomplete 1.0, RC 1 (2018-01-28):
  74. -----------------------------------------------
  75. - #2924778 by drunken monkey: Fixed two small coding mistakes.
  76. - #2938374 by drunken monkey: Improved the module's coding standards compliance.
  77. - #2431111 by nabiyllin, drunken monkey: Added support for transliteration.
  78. - #1567234 by dobe, edurenye, drunken monkey, heshanlk, dermario: Added a "Live
  79. results" suggester.
  80. - #2933802 by drunken monkey: Improved error handling in the autocomplete
  81. controller.
  82. - #2903889 by drunken monkey: Fixed handling of removed dependencies.
  83. - #2924122 by drunken monkey: Fixed the Javascript check for whether there is a
  84. "delay" setting.
  85. - #2904510 by drunken monkey: Fixed caching of render element.
  86. - #2904510 by drunken monkey: Caching of render element doesn't seem to work
  87. correctly
  88. Search API Autocomplete 1.0, Beta 2 (2017-11-05):
  89. -------------------------------------------------
  90. - #2912596 by ceaucari, drunken monkey: Fixed notice in form alter hook.
  91. - #2915671 by drunken monkey, Johnny vd Laar: Fixed NULL return value of
  92. getAutocompleteSuggestions().
  93. - #2906450 by ressa, sagesolutions, drunken monkey: Fixed CSS for autocomplete
  94. suggestions.
  95. - #2901869 by drunken monkey: Added a test for the Pages integration.
  96. - #2907925 by drunken monkey: Fixed tests on PostgreSQL.
  97. Search API Autocomplete 1.0, Beta 1 (2017-09-12):
  98. -------------------------------------------------
  99. First Beta release of the project's Drupal 8 version. The API can be considered
  100. mostly stable and an upgrade path will be provided for all data structure
  101. changes from this point forward. No known major bugs.