Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
99 lines (77 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

99 lines (77 loc) · 2.43 KB

Changelog

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.

[0.2.2] - 2020-09-04

Fixed

  • compatibility with Nova 3.8.4.

[0.2.1] - 2020-09-03

Added

  • max version constraint due to Nova 3.8.4 having breaking changes.

[0.2.0] - 2020-08-17

Fixed

  • paths for default leaflet image assets.

[0.1.16] - 2020-04-06

Added

  • 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!

[0.1.15] - 2019-10-20

Fixed

  • compatibility issue with Nova 2.5.

[0.1.14] - 2019-09-14

Fixed

  • remaining non-HTTPS URLs in code.

[0.1.13] - 2019-10-08

Fixed

  • assets to be built for production.

[0.1.12] - 2019-09-21

Fixed

  • restrictions on Laravel Nova dependency to allow local installations.

[0.1.11] - 2019-09-08

Added

  • option to add a center circle to be displayed on the map.

[0.1.10] - 2019-08-25

Fixed

  • updating of existing coordinates.
  • validation when field names were not default latitude and longitude.

[0.1.9] - 2019-08-20

Added

  • default Zoom, Lat, Long settings.

[0.1.8] - 2019-08-02

Fixed

  • display or validation errors.

[0.1.7] - 2019-07-26

Fixed

  • display of existing location coordinates on map when editing and not using default field names.

[0.1.6] - 2019-07-18

Fixed

  • url of default map to use HTTPS.

Changed

  • map to display emdash if no value is set on detail and index pages.

[0.1.5] - 2019-06-26

Fixed

  • saving to default field names on form view.

[0.1.4] - 2019-06-26

Fixed

  • rendering of non-default lat/long fields on index page.

[0.1.3] - 2019-06-26

Fixed

  • an issue where the detail screen didn't read non-default latitude and longitude fields.
  • an issue on the detail screen where it didn't apply the default field names when not provided.

[0.1.2] - 2019-06-24

Fixed

  • scroll and touch zoom behavior, where the marker would move off center when zooming.
  • Fixed update method.

[0.1.1] - 2019-06-23

Added

  • option to customize tile provider.
  • option to customize search provider.
  • documentation.

[0.1.0] - 2019-06-22

Added

  • initial functionality.