Skip to content

Releases: nystudio107/craft-autocomplete

Version 1.0.5

30 Oct 19:21
Compare
Choose a tag to compare

Added

  • feat: Added the beforeGenerate event to the base Generator class (#7).

Version 1.0.4

21 Oct 14:37
Compare
Choose a tag to compare

Added

  • Added support for plugins like Craft Commerce that add to the Craft variable via behaviors (#6)

Version 1.0.3

22 Sep 22:19
Compare
Choose a tag to compare

Changed

  • Clean up AutocompleteVariableGenerator to get() the components to load them

Fixed

  • Fixed an error that could be thrown when a plugin was uninstalled that contained references in the Twig context. (#5)

Version 1.0.2

02 Sep 16:49
Compare
Choose a tag to compare

Changed

  • Code cleanup, removed vestigial code

Version 1.0.1

09 Aug 19:30
Compare
Choose a tag to compare

Changed

  • Changed the Twig Extension Generator to only generate an autocomplete class if one does not already exist.

Version 1.0.0

09 Aug 14:14
Compare
Choose a tag to compare

Added

  • Initial release