autocomplete_deluxe 2.0.3

Bug fixes
New features
  • Issue #3277443 by Rajab Natshah: Support Drupal 10 and update all use of deprecation in the Autocomplete Deluxe module
  • Issue #3276164 by saschaeggi: Added style overrides for The Gin admin theme

autocomplete_deluxe 2.0.2

Bug fixes

autocomplete_deluxe 2.0.1

Bug fixes
  • Issue #3230347: Constructed the Autocomplete Deluxe module using the standard checks and format
  • Issue #3227876 by Omar Alahmed: Added setting for match operator through manage form display

autocomplete_deluxe 2.0.0

Bug fixes
New features
  • Issue #3138442 by anairamzap, RajabNatshah: Added support for Claro admin theme with Drupal Design System - Entity reference - Version 2 - with Chips

autocomplete_deluxe 2.0.0-rc1

Bug fixes
New features

autocomplete_deluxe 8.x-1.0-beta2

Bug fixes

Issue #3025375 by oriol_e9g, edwardchiapet: no_empty_message is missing in widget settings
Issue #2935363 by mkolar, brtamas, edwardchiapet, yan, brooke_heaton, extect, daveiano: Unable to add new terms
Issue #3071352 by vuil, edwardchiapet: t() calls should be avoided in classes, use DI and $this->t() instead
Issue #3025308 by oriol_e9g, edwardchiapet: Drupal.t cannot translate strings passed through vars
Issue #2931412 by hoter, oriol_e9g, edwardchiapet: Missing dependency
Issue #3031350 by code-drupal, edwardchiapet: Remove unused event variable

autocomplete_deluxe 8.x-1.x-dev

* Initial port of the Autocomplete Deluxe 7.x-2.x code.
* Some recent 7.x-2.x-dev fixes need to be ported, and will be added to this branch.

autocomplete_deluxe 7.x-2.3

Bug fixes

Fixed:

  • Issue #2887969 by LNakamura, shashikant_chauhan: As per docs #autocomplete_min_length property is not working

autocomplete_deluxe 7.x-2.0

Bug fixes
New features
Insecure

Bug fixes since beta3:

  • Fixed line endings.
  • Fixed incompatibility with jquery < 1.5.
  • Issue #[1944436] by mkhamash: Decreased the js specifity on the input selector.
  • Issue #2276111 by pjcdawkins, peter-caritas, manojbisht_drupal, sepgil: Fixed incompatibility with jquery versions > 1.5
  • Issue #2091471 by brockfanning: Fixed truncation of terms sharing same prefix or suffix.
  • Issue #2120625 by minorOffense: Fixed Improper naming of taxonomy callback function.

Improvements since beta3:

autocomplete_deluxe 7.x-2.0-beta3

New features
Bug fixes
Insecure

Bug fixes since beta2:

  • Fixed truncate bug.
  • Fixed select menu bug in chrome.
  • Fixed problem with special characters.
  • Fixed CSS for IE9.
  • Fixed problem with multiple instances.
  • Fixed minor code issues.

New features since beta2:

  • Highlight entered terms.
  • Added autogrow plugin for the multiple terms widget, so that the text box grows correctly according to the length of text.
  • Added support for synonyms module.
  • The delimiter is now configurable.

autocomplete_deluxe 7.x-2.0-beta2

New features
Bug fixes
Insecure

Changes since beta1:

  • Fixed problem with interfering caches, when multiple widgets on a site.
  • Taxonomy callback now respects content_taxonomy_ignore_in_suggestions.
  • Fixed css style a little bit.
  • Widget now display the text The term '%term' will be added. when a no term was found.

autocomplete_deluxe 7.x-2.0-beta1

New features
Bug fixes
Insecure

Since 7.x-1.x:
* No longer supports lists and therefore also denying terms. Use the chosen module instead.
* Newly written js code.
* Multiple widget uses a design based on JQuery Chosen plugin.
* Fixed button for single widget.
* Terms with commas now supported

autocomplete_deluxe 7.x-2.x-dev

Bug fixes
New features

* No longer supports lists and therefore also denying terms. Use the chosen module instead.
* Newly written js code.
* Multiple widget uses a design based on JQuery Chosen plugin.
* Fixed button for single widget.
* Terms with commas now supported.
* As a development release, this release will periodically be updated with bug fixes or small features.

autocomplete_deluxe 7.x-1.0-beta6

Security update
Bug fixes
Insecure
  • Fixed js bugs for Internet Explorer versions < 9.
  • Values are now properly removed from the selection list.
  • Issue #1302636 by reujwils: Fixed Autocomplete Deluxe for core numeric field types.
  • Issue #1326512: Fixed problem with similar terms.
  • Removed the limit on how many terms can be entered.
  • Issue #1324120: Fixed bug, where values would disappear when pressing enter on a widget with single values.
  • Fixed DOM-based security issue, which occurred when using a field with multiple values.

autocomplete_deluxe 7.x-1.0-beta5

Security update
Bug fixes
Insecure

#1103466: Fixed bug with autocomplete_path setting.
Fixed info file.

autocomplete_deluxe 7.x-1.0-beta4

Bug fixes
Insecure

* Changes:
- #1231356: Fixed bug with deny terms and single entry selection.
- Fixed documentation

autocomplete_deluxe 7.x-1.0-beta3

New features
Insecure

* New features:
- Added active tag like selecting(for multiple selecting).
- Content Taxonomy integration: if no new terms are allowed, the widget will use the list style widget, and there won't need to retrieve the terms from the server.

* Api Changes:
- To create a list widget you will have to use the key '#autocomplete_options' instead of '#options'.

autocomplete_deluxe 7.x-1.0-beta2

Bug fixes
Insecure

* Kicked out the non tagging widget feature since it caused some problems and was already supported through the content taxonomy module.

autocomplete_deluxe 7.x-1.0-beta1

New features
Bug fixes
Insecure

Fixed some bugs and added some new features:
* Button will show all available entries.
* Widget settings form now allows you to choose a size for textfield
* For the taxonomy widget the settings form will also allow you to choose if you want that users can add new terms or not.
* API: Changed to 2 options to match the options names of drupal:
#autocomplete_data => #options
#autocomplete_multiple_quantity => #multiple

autocomplete_deluxe 7.x-1.0-alpha1

New features
Insecure

This is the first release for this module. Check it out and don't hesitate to create bug reposts / suggestions in the issue queue.
It currently depends on the core modules options and taxonomy, since it uses their functions.
You'll also need my seven patch, if you want to have a good looking button and input box.

Subscribe with RSS Subscribe to Releases for Autocomplete Deluxe