Releases: nystudio107/craft-autocomplete
Releases · nystudio107/craft-autocomplete
Version 1.0.5
Added
- feat: Added the
beforeGenerate
event to the baseGenerator
class (#7).
Version 1.0.4
Added
- Added support for plugins like Craft Commerce that add to the Craft variable via behaviors (#6)
Version 1.0.3
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
Changed
- Code cleanup, removed vestigial code
Version 1.0.1
Changed
- Changed the Twig Extension Generator to only generate an autocomplete class if one does not already exist.
Version 1.0.0
Added
- Initial release