All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- event listener to trigger recentering of the map. Thanks @angelformica!
- ability to customize the event listener name. Thanks @angelformica!
- ability to change the geosearch placeholder text. Thanks @angelformica!
- compatibility issue with Nova 2.5.
- remaining non-HTTPS URLs in code.
- assets to be built for production.
- restrictions on Laravel Nova dependency to allow local installations.
- option to add a center circle to be displayed on the map.
- updating of existing coordinates.
- validation when field names were not default
latitude
andlongitude
.
- default Zoom, Lat, Long settings.
- display or validation errors.
- display of existing location coordinates on map when editing and not using default field names.
- url of default map to use HTTPS.
- map to display emdash if no value is set on detail and index pages.
- saving to default field names on form view.
- rendering of non-default lat/long fields on index page.
- an issue where the detail screen didn't read non-default
latitude
andlongitude
fields. - an issue on the detail screen where it didn't apply the default field names when not provided.
- scroll and touch zoom behavior, where the marker would move off center when zooming.
- Fixed update method.
- option to customize tile provider.
- option to customize search provider.
- documentation.
- initial functionality.