All notable changes to nova-google-autocomplete
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Allow to change placeholder #8
- Show helper text #8
- Add a dontStore method to allow the formatted address not to be stored #8
- Add preview of current address and ability to clear it (doesn't work when dontStore method is used) #8
Full Changelog: https://github.com/YieldStudio/nova-google-autocomplete/compare/1.2.0...1.3.0
- Added compatibility with whitecube/nova-flexible-content by @beneverard in #6
- @beneverard made their first contribution in #6
Full Changelog: https://github.com/YieldStudio/nova-google-autocomplete/compare/1.1.0...1.2.0
- Add support for JSON response capture by @depsimon in #2
- @depsimon made their first contribution in #2
Full Changelog: https://github.com/YieldStudio/nova-google-autocomplete/compare/1.0.0...1.1.0
- Initial release following the fork of emilianotisato/nova-google-autocomplete-field
- Laravel Nova 4 compatibility